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 @@ -11,7 +11,7 @@
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.2.35"
"next": "15.5.14"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Next.js 14 test app upgraded to Next.js 15

High Severity

The nextjs-14-test-app exists specifically to test Sentry wizard integration with Next.js 14, as confirmed by the corresponding nextjs-14.test.ts test suite (describe('NextJS-14')). Bumping next to 15.5.14 silently eliminates all Next.js 14 test coverage while duplicating the already-existing nextjs-15-test-app. Additionally, Next.js 15 with App Router expects React 19, but react and react-dom remain at ^18, which may cause build or runtime failures.

Fix in Cursor Fix in Web

},
"devDependencies": {
"typescript": "^5",
Expand Down
Loading