Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integrations/react-next-14/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@tanstack/react-query": "workspace:*",
"@tanstack/react-query-devtools": "workspace:*",
"next": "^14.2.33",
"next": "^15.5.10",

Choose a reason for hiding this comment

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

high

This package react-next-14 is specifically for testing integration with Next.js version 14. Upgrading to major version 15 is incorrect as it defeats the purpose of this package. This will likely break the integration tests for Next.js 14 or make them meaningless. If the security vulnerability cannot be patched within the v14 release line, this automated upgrade should not be merged. The correct course of action would be to either find a v14 patch, accept the vulnerability for this test package, or deprecate the v14 tests altogether, but not to upgrade to v15 within the v14 test suite.

Suggested change
"next": "^15.5.10",
"next": "^14.2.33",

"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Loading