Skip to content

Bump @nestjs/platform-fastify from 10.4.6 to 11.1.14#10

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/nestjs/platform-fastify-11.1.14
Open

Bump @nestjs/platform-fastify from 10.4.6 to 11.1.14#10
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/nestjs/platform-fastify-11.1.14

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 3, 2026

Bumps @nestjs/platform-fastify from 10.4.6 to 11.1.14.

Release notes

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

v11.1.14 (2026-02-17)

Bug fixes

Enhancements

Committers: 5

v11.1.13 (2026-02-03)

Bug fixes

  • common
    • #16230 fix(common): Fix skipping maxArrayLength and maxStringLength option (@​chojs23)

Enhancements

Dependencies

Committers: 6

v11.1.12 (2026-01-15)

Bug fixes

  • common

... (truncated)

Commits
  • 5d31df7 chore(release): publish v11.1.14 release
  • d74e9a8 fix(fastify): fastify middleware bypass cve
  • 8d1c16c chore: update readme
  • e3a958a chore(release): publish v11.1.13 release
  • fba0de7 fix(deps): update dependency fastify to v5.7.4
  • e2ef54b fix(deps): update dependency fastify to v5.7.2
  • 4fa9409 fix(deps): update dependency fastify to v5.7.1
  • ffddbfe chore(deps): bump fastify from 5.6.2 to 5.7.0
  • 96932ad chore(release): publish v11.1.12 release
  • 73f71c4 fix(deps): update dependency find-my-way to v9.4.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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

Summary by cubic

Upgrade @nestjs/platform-fastify to 11.1.14 to adopt Fastify v5 and include a fix for a Fastify middleware bypass CVE. This brings Nest v11 peer requirements and updates routing, CORS, form parsing, and logging internals.

  • Dependencies

    • Uses Fastify 5.7.4, find-my-way 9.x, path-to-regexp 8.x.
    • Updates @fastify/cors 11.2.0, @fastify/formbody 8.0.2, fastify-plugin 5.1.0, light-my-request 6.6.0, pino 10.x, tslib 2.8.1.
  • Migration

    • Requires Node.js 20+.
    • Upgrade @nestjs/common and @nestjs/core to ^11 and align other Nest packages to v11.
    • If used, bump @fastify/static to ^8 || ^9 and @fastify/view to ^10 || ^11.
    • Verify custom Fastify plugins against v5 and re-check CORS/form parsing behavior.
    • Review logging setup for pino 10 changes.

Written for commit b2e4750. Summary will update on new commits.

Bumps [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify) from 10.4.6 to 11.1.14.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.14/packages/platform-fastify)

---
updated-dependencies:
- dependency-name: "@nestjs/platform-fastify"
  dependency-version: 11.1.14
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 3, 2026
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 2 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="package.json">

<violation number="1" location="package.json:30">
P1: This bumps `@nestjs/platform-fastify` to v11 while `@nestjs/common`/`@nestjs/core` remain on v10, introducing a Nest major-version mismatch and peer-dependency incompatibility.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

Comment thread package.json
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/platform-fastify": "^10.4.6",
"@nestjs/platform-fastify": "^11.1.14",
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot Mar 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: This bumps @nestjs/platform-fastify to v11 while @nestjs/common/@nestjs/core remain on v10, introducing a Nest major-version mismatch and peer-dependency incompatibility.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 30:

<comment>This bumps `@nestjs/platform-fastify` to v11 while `@nestjs/common`/`@nestjs/core` remain on v10, introducing a Nest major-version mismatch and peer-dependency incompatibility.</comment>

<file context>
@@ -27,7 +27,7 @@
     "@nestjs/passport": "^10.0.3",
     "@nestjs/platform-express": "^10.0.0",
-    "@nestjs/platform-fastify": "^10.4.6",
+    "@nestjs/platform-fastify": "^11.1.14",
     "@nestjs/platform-socket.io": "^10.4.15",
     "@nestjs/typeorm": "^10.0.2",
</file context>
Suggested change
"@nestjs/platform-fastify": "^11.1.14",
"@nestjs/platform-fastify": "^10.4.22",
Fix with Cubic

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