Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2025

Bumps the nestjs group with 6 updates in the / directory:

Package From To
@nestjs/common 11.1.0 11.1.6
@nestjs/core 11.1.0 11.1.6
@nestjs/jwt 11.0.0 11.0.1
@nestjs/platform-fastify 11.1.0 11.1.6
@nestjs/swagger 11.2.0 11.2.1
@nestjs/testing 11.1.0 11.1.6

Updates @nestjs/common from 11.1.0 to 11.1.6

Release notes

Sourced from @​nestjs/common's releases.

v11.1.6 (2025-08-07)

Bug fixes

Dependencies

Committers: 6

v11.1.5 (2025-07-18)

Dependencies

v11.1.4 (2025-07-16)

Bug fixes

  • platform-fastify
    • #15385 fix(testing): auto-init fastify adapter for middleware registration (@​mag123c)
  • core, testing
  • core
  • microservices

Enhancements

... (truncated)

Commits

Updates @nestjs/core from 11.1.0 to 11.1.6

Release notes

Sourced from @​nestjs/core's releases.

v11.1.6 (2025-08-07)

Bug fixes

Dependencies

Committers: 6

v11.1.5 (2025-07-18)

Dependencies

v11.1.4 (2025-07-16)

Bug fixes

  • platform-fastify
    • #15385 fix(testing): auto-init fastify adapter for middleware registration (@​mag123c)
  • core, testing
  • core
  • microservices

Enhancements

... (truncated)

Commits
  • 35c3ded chore(@​nestjs) publish v11.1.6 release
  • 60b2ed4 Merge pull request #15504 from hajekjiri/bug/fix-undefined-injection
  • ab93e4b fix(core): fix race condition in class dependency resolution
  • f14a976 style(core): change inquirer id to const
  • 93f54ed fix(core): attach root inquirer for nested transient providers
  • cd009a7 refactor(core): fix the typo 'controler' to 'controller'
  • 9bb0560 chore(@​nestjs) publish v11.1.5 release
  • 1f101ac chore(@​nestjs) publish v11.1.4 release
  • f704dcb Merge pull request #15405 from hajekjiri/bug/fix-race-condition-in-dependency...
  • a453b63 fix(core): fix race condition in class dependency resolution
  • Additional commits viewable in compare view

Updates @nestjs/jwt from 11.0.0 to 11.0.1

Release notes

Sourced from @​nestjs/jwt's releases.

Release 11.0.1

What's Changed

New Contributors

Full Changelog: nestjs/jwt@11.0.0...11.0.1

Commits
  • 5260cad chore(): release v11.0.1
  • 0a2e09b chore: update deps
  • 732daf5 Merge pull request #1946 from ahmedwael216/add-generics-to-sign
  • 9f04e01 Merge pull request #1950 from nestjs/renovate/cimg-node-22.x
  • e77d88c Merge pull request #2052 from nestjs/renovate/ts-jest-29.x
  • 566bb5b Merge pull request #1971 from dbaty/dbaty/allow_publickey_to_be_a_secret
  • a333a48 chore(deps): update dependency ts-jest to v29.4.5
  • 63e3da4 chore(deps): update dependency @​types/node to v22.18.9 (#2051)
  • 6d2ccf9 chore(deps): update dependency typescript-eslint to v8.46.0 (#2050)
  • b115e6d chore(deps): update eslint monorepo to v9.37.0 (#2049)
  • Additional commits viewable in compare view

Updates @nestjs/platform-fastify from 11.1.0 to 11.1.6

Release notes

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

v11.1.6 (2025-08-07)

Bug fixes

Dependencies

Committers: 6

v11.1.5 (2025-07-18)

Dependencies

v11.1.4 (2025-07-16)

Bug fixes

  • platform-fastify
    • #15385 fix(testing): auto-init fastify adapter for middleware registration (@​mag123c)
  • core, testing
  • core
  • microservices

Enhancements

... (truncated)

Commits
  • 35c3ded chore(@​nestjs) publish v11.1.6 release
  • ff643d1 chore(deps): bump @​fastify/cors from 11.0.1 to 11.1.0
  • 9bb0560 chore(@​nestjs) publish v11.1.5 release
  • 1f101ac chore(@​nestjs) publish v11.1.4 release
  • b34d428 Merge pull request #15385 from mag123c/fix/fastify-adapter-middleware-init
  • 07291c2 feat(platform-fastify): implement lazy middleware registration
  • b7ca2bd Merge pull request #14789 from piotrfrankowski/pf/feat/add-fastify-schema-dec...
  • d602f74 fix(platform-fastify): improve middleware registration error message
  • adc7e15 feat: enhance introspection capabilities
  • c26e928 chore(deps): bump fastify from 5.3.3 to 5.4.0
  • Additional commits viewable in compare view

Updates @nestjs/swagger from 11.2.0 to 11.2.1

Release notes

Sourced from @​nestjs/swagger's releases.

11.2.1

What's Changed

New Contributors

Full Changelog: nestjs/swagger@11.2.0...11.2.1

Commits
  • f41c5fa chore(): release v11.2.1
  • c1a062f Merge pull request #3544 from AliRaZa1121/fix/3519-nullable-optional-enum
  • fef1c59 Update lib/plugin/visitors/model-class.visitor.ts
  • 502d671 Update lib/plugin/visitors/model-class.visitor.ts
  • c8352cb Merge pull request #3590 from pvdspek/fix-apiproperty-array-with-undefined-enum
  • c0583ba test(@​nestjs/swagger): add undefined enum on array test
  • 4fd9842 fix(@​nestjs/swagger): missing ApiProperty enum undefined on array handling
  • 4f2ddc8 chore(deps): update dependency typescript-eslint to v8.46.1 (#3589)
  • 1eb622f chore(deps): update dependency @​types/node to v22.18.10 (#3588)
  • f847b9c chore(deps): update dependency lint-staged to v16.2.4 (#3587)
  • Additional commits viewable in compare view

Updates @nestjs/testing from 11.1.0 to 11.1.6

Release notes

Sourced from @​nestjs/testing's releases.

v11.1.6 (2025-08-07)

Bug fixes

Dependencies

Committers: 6

v11.1.5 (2025-07-18)

Dependencies

v11.1.4 (2025-07-16)

Bug fixes

  • platform-fastify
    • #15385 fix(testing): auto-init fastify adapter for middleware registration (@​mag123c)
  • core, testing
  • core
  • microservices

Enhancements

... (truncated)

Commits

You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added scope:dependencies dependency updates type:build changes to the build system or external dependencies labels Oct 16, 2025
@flex-development flex-development bot enabled auto-merge (squash) October 16, 2025 20:20
@dependabot dependabot bot force-pushed the dependabot/bun/nestjs-6932157446 branch 6 times, most recently from 3e33ecf to c5e54b4 Compare October 24, 2025 20:23
@dependabot dependabot bot force-pushed the dependabot/bun/nestjs-6932157446 branch 3 times, most recently from 1e40eb3 to 0e32ad6 Compare October 30, 2025 20:26
@dependabot dependabot bot force-pushed the dependabot/bun/nestjs-6932157446 branch 8 times, most recently from aab9c4f to c850f13 Compare November 11, 2025 20:22
@dependabot dependabot bot force-pushed the dependabot/bun/nestjs-6932157446 branch from c850f13 to 5155ceb Compare November 12, 2025 20:50
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 13, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/bun/nestjs-6932157446 branch 3 times, most recently from adb5aa5 to efdf07f Compare November 17, 2025 20:37
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2025

Dependabot couldn't access the repository. Because of this, Dependabot cannot update this pull request.

@dependabot dependabot bot force-pushed the dependabot/bun/nestjs-6932157446 branch from efdf07f to 6be4a6b Compare November 20, 2025 20:19
@dependabot dependabot bot force-pushed the dependabot/bun/nestjs-6932157446 branch 5 times, most recently from 7c637e9 to dfd1ce3 Compare November 28, 2025 20:17
@dependabot dependabot bot force-pushed the dependabot/bun/nestjs-6932157446 branch 2 times, most recently from 9a05966 to 4e3756e Compare December 2, 2025 20:18
Bumps the nestjs group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `11.1.0` | `11.1.6` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `11.1.0` | `11.1.6` |
| [@nestjs/jwt](https://github.com/nestjs/jwt) | `11.0.0` | `11.0.1` |
| [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify) | `11.1.0` | `11.1.6` |
| [@nestjs/swagger](https://github.com/nestjs/swagger) | `11.2.0` | `11.2.1` |
| [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `11.1.0` | `11.1.6` |



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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: "@nestjs/common"
  dependency-version: 11.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nestjs
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nestjs
- dependency-name: "@nestjs/jwt"
  dependency-version: 11.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nestjs
- dependency-name: "@nestjs/platform-fastify"
  dependency-version: 11.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nestjs
- dependency-name: "@nestjs/swagger"
  dependency-version: 11.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nestjs
- dependency-name: "@nestjs/testing"
  dependency-version: 11.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nestjs
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bun/nestjs-6932157446 branch from 4e3756e to cc4337e Compare December 4, 2025 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope:dependencies dependency updates type:build changes to the build system or external dependencies

Projects

Status: 🆕 New

Development

Successfully merging this pull request may close these issues.

1 participant