Skip to content

Bump @nestjs/common, @nestjs/config, @nestjs/core, @nestjs/jwt, @nestjs/passport, @nestjs/platform-express, @nestjs/swagger and @nestjs/testing in /backend #65

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps @nestjs/common, @nestjs/config, @nestjs/core, @nestjs/jwt, @nestjs/passport, @nestjs/platform-express, @nestjs/swagger and @nestjs/testing. These dependencies needed to be updated together.
Updates @nestjs/common from 10.4.15 to 11.0.17

Release notes

Sourced from @​nestjs/common's releases.

v11.0.16 (2025-04-11)

v11.0.15 (2025-04-10)

Bug fixes

Committers: 1

v11.0.14 (2025-04-09)

Bug fixes

  • platform-fastify
    • #14511 fix(fastify): adds the non-standard http methods to the instance (@​johaven)

Committers: 1

v11.0.13 (2025-04-03)

Bug fixes

  • platform-fastify
    • #14895 fix(fastify-adapter): global prefix exclusion path handling w/middleware (@​KyleLilly)
  • microservices
    • #14869 fix(microservices): do not re-create client connection once get client by service name (@​mingo023)

Dependencies

Committers: 2

v11.0.12 (2025-03-19)

Bug fixes

Enhancements

... (truncated)

Commits
  • f8a171c chore(@​nestjs) publish v11.0.17 release
  • 8a287a5 chore(common): mark file-type as optional peer dep
  • b6edf9a chore(@​nestjs) publish v11.0.16 release
  • ab79c56 chore: minor tweaks
  • dcc177a Update packages/common/pipes/file/file-type.validator.ts
  • e019da8 refactor(common): move back file type validator options type
  • 4718a64 chore(@​nestjs) publish v11.0.15 release
  • b6078fd refactor(common): move file-type package to peer dependencies
  • f34ef9a refactor(common): refactor code to use simple eval
  • 3ff9024 fix(common): used eval import
  • Additional commits viewable in compare view

Updates @nestjs/config from 3.3.0 to 4.0.2

Release notes

Sourced from @​nestjs/config's releases.

Release 4.0.2

  • fix(common): update KeyOf type to support symbol keys (f53f14e)

Release 4.0.1

  • fix: validate predefined condition #1970 (79d82d6)
  • feat: allow to use symbol as a token (99d8bca)

Release 4.0.0

Breaking changes

The order in which configuration variables are read by the ConfigService#get method has been updated. The new order is:

  • Internal configuration (config namespaces and custom config files)
  • Validated environment variables (if validation is enabled and a schema is provided)
  • The process.env object

Previously, validated environment variables and the process.env object were read first, preventing them from being overridden by internal configuration. With this update, internal configuration will now always take precedence over environment variables.

Additionally, the ignoreEnvVars configuration option, which previously allowed disabling validation of the process.env object, has been deprecated. Instead, use the validatePredefined option (set to false to disable validation of predefined environment variables). Predefined environment variables refer to process.env variables that were set before the module was imported. For example, if you start your application with PORT=3000 node main.js, the PORT variable is considered predefined. However, variables loaded by the ConfigModule from a .env file are not classified as predefined.

A new skipProcessEnv option has also been introduced. This option allows you to prevent the ConfigService#get method from accessing the process.env object entirely, which can be helpful when you want to restrict the service from reading environment variables directly.

Changelog

  • chore: update config attributes to more self descriptive names (c2eaf04)
  • chore(deps): update nest monorepo to v11 (1c20713)
  • feat: order of reading variables, add skip predefined (c53c63c)
Commits
  • a7c3ac1 chore(): release v4.0.2
  • 51957cb Merge pull request #1997 from akeldamas/fix-keyof-type-for-symbols
  • f53f14e fix(common): update KeyOf type to support symbol keys
  • c830cb2 chore(deps): update dependency eslint-plugin-prettier to v5.2.5 (#1995)
  • e8fadb5 chore(deps): update dependency typescript-eslint to v8.28.0 (#1994)
  • 6f73e18 chore(deps): update dependency ts-jest to v29.3.0 (#1993)
  • 555ce6f chore(deps): update dependency @​types/node to v22.13.13 (#1992)
  • 53dcb1b chore(deps): update dependency eslint-plugin-prettier to v5.2.4 (#1991)
  • 3b0aa25 chore(deps): update eslint monorepo to v9.23.0 (#1990)
  • f0ec83b chore(deps): update dependency @​eslint/eslintrc to v3.3.1 (#1989)
  • Additional commits viewable in compare view

Updates @nestjs/core from 10.4.15 to 11.0.17

Release notes

Sourced from @​nestjs/core's releases.

v11.0.16 (2025-04-11)

v11.0.15 (2025-04-10)

Bug fixes

Committers: 1

v11.0.14 (2025-04-09)

Bug fixes

  • platform-fastify
    • #14511 fix(fastify): adds the non-standard http methods to the instance (@​johaven)

Committers: 1

v11.0.13 (2025-04-03)

Bug fixes

  • platform-fastify
    • #14895 fix(fastify-adapter): global prefix exclusion path handling w/middleware (@​KyleLilly)
  • microservices
    • #14869 fix(microservices): do not re-create client connection once get client by service name (@​mingo023)

Dependencies

Committers: 2

v11.0.12 (2025-03-19)

Bug fixes

Enhancements

... (truncated)

Commits

Updates @nestjs/jwt from 10.2.0 to 11.0.0

Release notes

Sourced from @​nestjs/jwt's releases.

Release 11.0.0

  • chore(deps): update nest monorepo to v11 (e90fe7a)
Commits
  • 07741f9 chore(): release v11.0.0
  • acdb871 chore: update eslint configuration
  • f695445 Merge pull request #1829 from nestjs/renovate/major-nest-monorepo
  • 312d21b chore(deps): update dependency lint-staged to v15.4.1 (#1828)
  • e90fe7a chore(deps): update nest monorepo to v11
  • 180b50e chore(deps): update dependency @​types/node to v22.10.7 (#1827)
  • 84a40fd chore(deps): update dependency eslint-config-prettier to v10 (#1825)
  • feb8f67 chore(deps): update dependency @​types/node to v22.10.6 (#1826)
  • eba3da6 chore(deps): update typescript-eslint monorepo to v8.20.0 (#1824)
  • 92ec4de chore(deps): update dependency eslint to v9.18.0 (#1823)
  • Additional commits viewable in compare view

Updates @nestjs/passport from 10.0.3 to 11.0.5

Release notes

Sourced from @​nestjs/passport's releases.

Release 11.0.5

  • fix: exclude last argument only if its of type function (cb) (1a7123a)

Release 11.0.4

  • fix: remove redundant exclude unknown type (7a7ea87)
  • fix: strategy ctor overload type extractor generic. Solves #1857 (99a3245)

Release 11.0.3

  • fix: use all ctor params type to include overloads #1857 (84c8838)

11.0.0

v11.0.0

Commits
  • 1432808 chore(): release v11.0.5
  • d3775ac Merge pull request #1866 from nestjs/fix/without-callback-fix
  • 28a0835 Merge pull request #1867 from nestjs/renovate/lint-staged-15.x
  • 53ba5d6 chore(deps): update dependency lint-staged to v15.4.2
  • 223c1cb Merge pull request #1863 from nestjs/renovate/node-22.x
  • bda4914 Merge pull request #1864 from nestjs/renovate/nest-monorepo
  • 1a7123a fix: exclude last argument only if its of type function (cb)
  • 6fa6d91 chore(deps): update nest monorepo to v11.0.5
  • 8b3f7e3 chore(deps): update dependency @​types/node to v22.10.9
  • 3c877f8 chore(deps): update nest monorepo to v11.0.4 (#1862)
  • Additional commits viewable in compare view

Updates @nestjs/platform-express from 10.4.15 to 11.0.17

Release notes

Sourced from @​nestjs/platform-express's releases.

v11.0.16 (2025-04-11)

v11.0.15 (2025-04-10)

Bug fixes

Committers: 1

v11.0.14 (2025-04-09)

Bug fixes

  • platform-fastify
    • #14511 fix(fastify): adds the non-standard http methods to the instance (@​johaven)

Committers: 1

v11.0.13 (2025-04-03)

Bug fixes

  • platform-fastify
    • #14895 fix(fastify-adapter): global prefix exclusion path handling w/middleware (@​KyleLilly)
  • microservices
    • #14869 fix(microservices): do not re-create client connection once get client by service name (@​mingo023)

Dependencies

Committers: 2

v11.0.12 (2025-03-19)

Bug fixes

Enhancements

... (truncated)

Commits

Updates @nestjs/swagger from 7.4.2 to 11.1.3

Release notes

Sourced from @​nestjs/swagger's releases.

Release 11.1.3

11.1.3 (2025-04-14)

Bug fixes

Dependencies

Committers: 1

Release 11.1.2

11.1.2 (2025-04-11)

Bug fixes

Enhancements

Dependencies

Committers: 2

Release 11.1.1

11.1.1 (2025-04-04)

Bug fixes

Dependencies

Committers: 1

Release 11.1.0

11.1.0 (2025-03-25)

Features

Committers: 1

... (truncated)

Commits
  • f17636f chore(): release v11.1.3
  • 4ba111c Merge pull request #3399 from CatsMiaow/fix/esm-compatible
  • eff74d0 fix: import handling for ESM compatibility
  • a27fc9b Merge pull request #3397 from nestjs/renovate/swagger-ui-dist-5.x
  • 1ddc8be fix(deps): update dependency swagger-ui-dist to v5.21.0
  • 397096d chore(deps): update dependency ts-jest to v29.3.2 (#3396)
  • 689428d chore(deps): update dependency fastify to v5.3.0 (#3395)
  • 6f9aa22 chore(deps): update dependency lint-staged to v15.5.1 (#3394)
  • 4cc9305 chore(deps): update dependency @​types/node to v22.14.1 (#3393)
  • c7d1dc5 chore(deps): update nest monorepo to v11.0.16 (#3392)
  • Additional commits viewable in compare view

Updates @nestjs/testing from 10.4.15 to 11.0.17

Release notes

Sourced from @​nestjs/testing's releases.

v11.0.16 (2025-04-11)

v11.0.15 (2025-04-10)

Bug fixes

Committers: 1

v11.0.14 (2025-04-09)

Bug fixes

  • platform-fastify
    • #14511 fix(fastify): adds the non-standard http methods to the instance (@​johaven)

Committers: 1

v11.0.13 (2025-04-03)

Bug fixes

  • platform-fastify
    • #14895 fix(fastify-adapter): global prefix exclusion path handling w/middleware (@​KyleLilly)
  • microservices
    • #14869 fix(microservices): do not re-create client connection once get client by service name (@​mingo023)

Dependencies

Committers: 2

v11.0.12 (2025-03-19)

Bug fixes

Enhancements

... (truncated)

Commits

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.

…js/passport, @nestjs/platform-express, @nestjs/swagger and @nestjs/testing

Bumps [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common), [@nestjs/config](https://github.com/nestjs/config), [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core), [@nestjs/jwt](https://github.com/nestjs/jwt), [@nestjs/passport](https://github.com/nestjs/passport), [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express), [@nestjs/swagger](https://github.com/nestjs/swagger) and [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing). These dependencies needed to be updated together.

Updates `@nestjs/common` from 10.4.15 to 11.0.17
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.17/packages/common)

Updates `@nestjs/config` from 3.3.0 to 4.0.2
- [Release notes](https://github.com/nestjs/config/releases)
- [Changelog](https://github.com/nestjs/config/blob/master/.release-it.json)
- [Commits](nestjs/config@3.3.0...4.0.2)

Updates `@nestjs/core` from 10.4.15 to 11.0.17
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.17/packages/core)

Updates `@nestjs/jwt` from 10.2.0 to 11.0.0
- [Release notes](https://github.com/nestjs/jwt/releases)
- [Changelog](https://github.com/nestjs/jwt/blob/master/.release-it.json)
- [Commits](nestjs/jwt@10.2.0...11.0.0)

Updates `@nestjs/passport` from 10.0.3 to 11.0.5
- [Release notes](https://github.com/nestjs/passport/releases)
- [Changelog](https://github.com/nestjs/passport/blob/master/.release-it.json)
- [Commits](nestjs/passport@10.0.3...11.0.5)

Updates `@nestjs/platform-express` from 10.4.15 to 11.0.17
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.17/packages/platform-express)

Updates `@nestjs/swagger` from 7.4.2 to 11.1.3
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json)
- [Commits](nestjs/swagger@7.4.2...11.1.3)

Updates `@nestjs/testing` from 10.4.15 to 11.0.17
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.17/packages/testing)

---
updated-dependencies:
- dependency-name: "@nestjs/common"
  dependency-version: 11.0.17
  dependency-type: direct:production
- dependency-name: "@nestjs/config"
  dependency-version: 4.0.2
  dependency-type: direct:production
- dependency-name: "@nestjs/core"
  dependency-version: 11.0.17
  dependency-type: direct:production
- dependency-name: "@nestjs/jwt"
  dependency-version: 11.0.0
  dependency-type: direct:production
- dependency-name: "@nestjs/passport"
  dependency-version: 11.0.5
  dependency-type: direct:production
- dependency-name: "@nestjs/platform-express"
  dependency-version: 11.0.17
  dependency-type: direct:production
- dependency-name: "@nestjs/swagger"
  dependency-version: 11.1.3
  dependency-type: direct:production
- dependency-name: "@nestjs/testing"
  dependency-version: 11.0.17
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
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 javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants