Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @nestjs/common, @mikro-orm/nestjs, @nestjs/config, @nestjs/core, @nestjs/graphql, @nestjs/mercurius, @nestjs/platform-fastify, @nestjs/swagger and @nestjs/testing. These dependencies needed to be updated together.
Updates @nestjs/common from 10.4.7 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 @mikro-orm/nestjs from 6.0.2 to 6.1.1

Release notes

Sourced from @​mikro-orm/nestjs's releases.

v6.1.1

What's Changed

Full Changelog: mikro-orm/nestjs@v6.1.0...v6.1.1

v6.1.0

Features

Bug Fixes

New Contributors

Full Changelog: mikro-orm/nestjs@v6.0.2...v6.1.0

Commits
  • c9725bf 6.1.1
  • b965ee9 fix: use named wildcards in middleware route in nest v11 (#210)
  • 98e228e feat: allow MikroORM v7 dev versions in peer dependency constraints (#209)
  • d5ff649 chore: update eslint to v9 (#206)
  • 860851c chore: bump version
  • e37fd42 feat: add driver option to get around issues with useFactory and inject...
  • e3fda4c ci: test on node 22
  • 4e78c47 chore: fix forRootAsync call
  • 31ef0c8 feat: allow passing an array of options into forRoot (#203)
  • f821f79 chore(deps): update mstruebing/editorconfig-checker docker tag to v3.2.0
  • 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.7 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/graphql from 12.2.1 to 13.1.0

Release notes

Sourced from @​nestjs/graphql's releases.

v13.1.0

13.1.0 (2025-04-11)

Enhancements

Committers: 1

v13.0.4

13.0.4 (2025-03-24)

Enhancements

  • graphql

Dependencies

Committers: 1

v13.0.0

13.0.0 (2025-01-16)

Dependencies

v12.2.2

12.2.2 (2024-12-04)

Enhancements

  • graphql
    • #3346 refactor(graphql/lib): definitions generator defaultTypeMapping type reinforcement (@​Neosoulink)

Dependencies

... (truncated)

Commits
  • 416ebb0 v13.1.0
  • b4e9a0a Merge pull request #3544 from nestjs/feat/graphiql-apollo-support
  • 8dd8847 chore(deps): update nest monorepo to v11.0.15 (#3547)
  • 8dade88 chore(deps): update dependency lerna to v8.2.2 (#3546)
  • 2bd9b46 chore(deps): update dependency eslint-config-prettier to v10.1.2 (#3545)
  • 08f18b9 Update packages/apollo/lib/graphiql/interfaces/graphiql-options.interface.ts
  • 21295c3 Merge pull request #3543 from nestjs/renovate/cimg-node-22.x
  • aff92a6 feat(apollo): add graphiql playground support
  • e39a07e chore(deps): update nest monorepo to v11.0.14 (#3542)
  • 98b3fa2 chore(deps): update node.js to v22.14.0
  • Additional commits viewable in compare view

Updates @nestjs/mercurius from 12.2.1 to 13.1.0

Release notes

Sourced from @​nestjs/mercurius's releases.

v13.1.0

13.1.0 (2025-04-11)

Enhancements

Committers: 1

v13.0.4

13.0.4 (2025-03-24)

Enhancements

  • graphql

Dependencies

Committers: 1

v13.0.0

13.0.0 (2025-01-16)

Dependencies

v12.2.2

12.2.2 (2024-12-04)

Enhancements

  • graphql
    • #3346 refactor(graphql/lib): definitions generator defaultTypeMapping type reinforcement (@​Neosoulink)

Dependencies

... (truncated)

Commits
  • 416ebb0 v13.1.0
  • b4e9a0a Merge pull request #3544 from nestjs/feat/graphiql-apollo-support
  • 8dd8847 chore(deps): update nest monorepo to v11.0.15 (#3547)
  • 8dade88 chore(deps): update dependency lerna to v8.2.2 (#3546)
  • 2bd9b46 chore(deps): update dependency eslint-config-prettier to v10.1.2 (#3545)
  • 08f18b9 Update packages/apollo/lib/graphiql/interfaces/graphiql-options.interface.ts
  • 21295c3 Merge pull request #3543 from nestjs/renovate/cimg-node-22.x
  • aff92a6 feat(apollo): add graphiql playground support
  • e39a07e chore(deps): update nest monorepo to v11.0.14 (#3542)
  • 98b3fa2 chore(deps): update node.js to v22.14.0
  • Additional commits viewable in compare view

Updates @nestjs/platform-fastify from 10.4.7 to 11.0.17

Release notes

Sourced from @​nestjs/platform-fastify'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 8.0.5 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.7 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.

…@nestjs/core, @nestjs/graphql, @nestjs/mercurius, @nestjs/platform-fastify, @nestjs/swagger and @nestjs/testing

Bumps [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common), [@mikro-orm/nestjs](https://github.com/mikro-orm/nestjs), [@nestjs/config](https://github.com/nestjs/config), [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core), [@nestjs/graphql](https://github.com/nestjs/graphql), [@nestjs/mercurius](https://github.com/nestjs/graphql), [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify), [@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.7 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 `@mikro-orm/nestjs` from 6.0.2 to 6.1.1
- [Release notes](https://github.com/mikro-orm/nestjs/releases)
- [Changelog](https://github.com/mikro-orm/nestjs/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/nestjs@v6.0.2...v6.1.1)

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.7 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/graphql` from 12.2.1 to 13.1.0
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](nestjs/graphql@v12.2.1...v13.1.0)

Updates `@nestjs/mercurius` from 12.2.1 to 13.1.0
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](nestjs/graphql@v12.2.1...v13.1.0)

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

Updates `@nestjs/swagger` from 8.0.5 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@8.0.5...11.1.3)

Updates `@nestjs/testing` from 10.4.7 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: "@mikro-orm/nestjs"
  dependency-version: 6.1.1
  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/graphql"
  dependency-version: 13.1.0
  dependency-type: direct:production
- dependency-name: "@nestjs/mercurius"
  dependency-version: 13.1.0
  dependency-type: direct:production
- dependency-name: "@nestjs/platform-fastify"
  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]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 14, 2025
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