Skip to content
Closed
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 @@ -20,7 +20,7 @@
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"ai": "^3.0.0",
"next": "15.5.10",
"next": "16.1.5",
Copy link

Choose a reason for hiding this comment

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

Major version bump breaks Next.js 15 test application

Medium Severity

The nextjs-15 test application is explicitly designed to test Next.js 15, but this PR upgrades it to Next.js 16.1.5 (a major version bump). The directory name, the test:build-latest script which hardcodes next@15, and the variant labels ("nextjs-15 (latest)") all indicate this application should remain on Next.js 15. Other related test apps (nextjs-15-basepath, nextjs-15-intl) still use Next.js 15.x. This change would cause the default build to test Next.js 16 instead of 15, defeating the purpose of this test application.

Fix in Cursor Fix in Web

"react": "latest",
"react-dom": "latest",
"typescript": "~5.0.0",
Expand Down
Loading