Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump express and @redwoodjs/api-server in /packages/cli #33

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2024

Removes express. It's no longer used after updating ancestor dependency @redwoodjs/api-server. These dependencies need to be updated together.

Removes express

Updates @redwoodjs/api-server from 0.36.2 to 7.1.3

Release notes

Sourced from @​redwoodjs/api-server's releases.

v7.1.3

Patch Release

  • fix(dbAuth): restore behavior of checking whether a search query is present (#10204) by @​cannikin

    Previously dbAuth would check whether or not query string variables were present at all before invoking the proper function. During a refactor we updated this code to assume a query would always be present. Which it would be during normal browser behavior. But, we had a complaint from a user who relied on this optional check in one of their tests. So we're restoring the optional check here.

v7.1.2

Patch Release

  • Fix storybook preview config path reference (#10160) by @​pvenable

    This change fixes a small regression related to storybook preview config which resulted it in your config not being loaded. Details of this issue can be found in #10113.

v7.1.1

Patch Release

  • Enable CSS nesting syntax by default when using Tailwind (#10116) by @​cannikin

    This lets you use nested CSS syntax in your web/src/index.css right after you install Tailwind.

    .button {
      @apply p-2 font-semibold bg-gray-500;
    &:hover {
    @​apply bg-red-500;
    }
    .icon {
    @​apply w-4 h-4;
    }
    span {
    @​apply text-sm;
    }
    }

  • fix(setup realtime): remove "exp" from suggested setup command (#10151) by @​jtoar

    The realtime setup command was still suggesting running the experimental server file setup command if the server file wasn't setup. This fixes it so that it points users to the stable setup command, yarn rw setup server-file, instead.

  • fix(esm): use CJS wrapper for ESM default interop (#10119) by @​jtoar

    This PR builds on the work started in redwoodjs/redwood#10083 around ESM. One of the caveats of that PR was that the default export from @redwoodjs/vite broke. The workaround was referencing the default property on the Redwood Vite plugin, like redwood.default(). This fixes the ES module default export interoperability so that no change is necessary in switching between module types.

v7.1.0

Changelog

... (truncated)

Changelog

Sourced from @​redwoodjs/api-server's changelog.

CHANGELOG

Unreleased

  • fix(esm): use CJS wrapper for ESM default interop (#10119)

    This PR builds on the work started in redwoodjs/redwood#10083 around ESM. One of the caveats of that PR was that the default export from @redwoodjs/vite broke. The workaround was referencing the default property on the Redwood Vite plugin, like redwood.default(). This fixes the ES module default export interoperability so that no change is necessary in switching between module types.

  • feature: Enable CSS nesting syntax by default when using Tailwind:

    .button {
      @apply p-2 font-semibold bg-gray-500;
      &:hover {
        @apply bg-red-500;
      }
      .icon {
        @apply w-4 h-4;
      }
      span {
        @apply text-sm;
      }
    }
    

v7.1.0

v7.0.7

v7.0.6

v7.0.5

v7.0.4

v7.0.3

v7.0.2

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by desaadi, a new releaser for @​redwoodjs/api-server since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [express](https://github.com/expressjs/express). It's no longer used after updating ancestor dependency [@redwoodjs/api-server](https://github.com/redwoodjs/redwood/tree/HEAD/packages/api-server). These dependencies need to be updated together.


Removes `express`

Updates `@redwoodjs/api-server` from 0.36.2 to 7.1.3
- [Release notes](https://github.com/redwoodjs/redwood/releases)
- [Changelog](https://github.com/redwoodjs/redwood/blob/main/CHANGELOG.md)
- [Commits](https://github.com/redwoodjs/redwood/commits/v7.1.3/packages/api-server)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@redwoodjs/api-server"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 27, 2024
@webstackdev webstackdev merged commit 477f806 into main Apr 4, 2024
0 of 4 checks passed
@webstackdev webstackdev deleted the dependabot/npm_and_yarn/packages/cli/express-and-redwoodjs/api-server--removed branch April 4, 2024 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant