Bump @nestjs/platform-fastify from 10.4.6 to 11.1.14#10
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
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>
There was a problem hiding this comment.
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.
| "@nestjs/passport": "^10.0.3", | ||
| "@nestjs/platform-express": "^10.0.0", | ||
| "@nestjs/platform-fastify": "^10.4.6", | ||
| "@nestjs/platform-fastify": "^11.1.14", |
There was a problem hiding this comment.
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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @nestjs/platform-fastify from 10.4.6 to 11.1.14.
Release notes
Sourced from
@nestjs/platform-fastify's releases.... (truncated)
Commits
5d31df7chore(release): publish v11.1.14 released74e9a8fix(fastify): fastify middleware bypass cve8d1c16cchore: update readmee3a958achore(release): publish v11.1.13 releasefba0de7fix(deps): update dependency fastify to v5.7.4e2ef54bfix(deps): update dependency fastify to v5.7.24fa9409fix(deps): update dependency fastify to v5.7.1ffddbfechore(deps): bump fastify from 5.6.2 to 5.7.096932adchore(release): publish v11.1.12 release73f71c4fix(deps): update dependency find-my-way to v9.4.0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
Migration
Written for commit b2e4750. Summary will update on new commits.