Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the nestjs group with 3 updates: @nestjs/testing, @nestjs/cli and @nestjs/platform-fastify.

Updates @nestjs/testing from 11.0.12 to 11.0.13

Release notes

Sourced from @​nestjs/testing's releases.

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

Commits

Updates @nestjs/cli from 11.0.5 to 11.0.6

Release notes

Sourced from @​nestjs/cli's releases.

Release 11.0.6

What's Changed

New Contributors

Full Changelog: nestjs/nest-cli@11.0.5...11.0.6

Commits
  • 3d6512a chore(): release v11.0.6
  • ee938d3 Merge pull request #2952 from nestjs/renovate/inquirer-prompts-7.x
  • 397010f fix(deps): update dependency @​inquirer/prompts to v7.4.1
  • fbeb81f Merge pull request #2968 from nestjs/renovate/fork-ts-checker-webpack-plugin-9.x
  • c03d36d Merge pull request #2946 from nestjs/renovate/angular-cli-monorepo
  • d9bb424 Merge pull request #2974 from RayRemnant/master
  • 74795eb fix(deps): update dependency fork-ts-checker-webpack-plugin to v9.1.0
  • d46fc3c style: adjust spacing after heart emoji in package_manager_question
  • e0857df chore(deps): update dependency @​types/node to v22.14.0 (#2973)
  • 3213044 fix(deps): update angular-cli monorepo to v19.2.6
  • Additional commits viewable in compare view

Updates @nestjs/platform-fastify from 11.0.12 to 11.0.13

Release notes

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

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

Commits
  • 466e9b9 chore(@​nestjs) publish v11.0.13 release
  • c91eeff fix(fastify-adapter): global prefix exclusion path handling w/middleware
  • 4051503 Merge pull request #14861 from nestjs/renovate/fastify-5.x
  • 52e9340 chore(deps): bump @​fastify/cors from 11.0.0 to 11.0.1
  • cf63c1f fix(deps): update dependency fastify to v5.2.2
  • See full diff in compare view

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 <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

Bumps the nestjs group with 3 updates: [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing), [@nestjs/cli](https://github.com/nestjs/nest-cli) and [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify).


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

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

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

---
updated-dependencies:
- dependency-name: "@nestjs/testing"
  dependency-version: 11.0.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nestjs
- dependency-name: "@nestjs/cli"
  dependency-version: 11.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nestjs
- dependency-name: "@nestjs/platform-fastify"
  dependency-version: 11.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nestjs
...

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 7, 2025
@github-actions github-actions bot merged commit 96f85cf into main Apr 7, 2025
6 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/nestjs-2ab212c5e8 branch April 7, 2025 08:14
@github-actions github-actions bot mentioned this pull request Apr 8, 2025
@github-actions github-actions bot mentioned this pull request Apr 29, 2025
@github-actions github-actions bot mentioned this pull request Sep 9, 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