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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "15.5.9",
"next": "16.1.5",
Copy link
Contributor

Choose a reason for hiding this comment

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

Version-specific test app upgraded to wrong major version

High Severity

The nextjs-15-test-app is a version-specific test application designed to test Sentry wizard integration with Next.js 15, referenced by nextjs-15.test.ts. Upgrading next from 15.5.9 to 16.1.5 defeats the purpose of this test app. A separate nextjs-16-test-app already exists for testing Next.js 16. This change would cause the test suite to lose coverage for Next.js 15 while duplicating Next.js 16 coverage.

Fix in Cursor Fix in Web

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