-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore(deps): bump next from 14.2.35 to 16.1.5 in /dev-packages/e2e-tests/test-applications/nextjs-orpc #19079
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,7 @@ | |
| "@sentry/nextjs": "latest || *", | ||
| "@orpc/server": "latest", | ||
| "@orpc/client": "latest", | ||
| "next": "14.2.35", | ||
| "next": "16.1.5", | ||
| "react": "18.3.1", | ||
| "react-dom": "18.3.1", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The upgrade to Next.js 16 breaks the app. The synchronous Suggested FixUpdate the application code to be compatible with Next.js 16. Make the Prompt for AI AgentDid we get this right? 👍 / 👎 to inform future reviews. |
||
| "server-only": "^0.0.1" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mismatched eslint-config-next version after major Next.js upgrade
Low Severity
The
nextdependency is being upgraded to 16.1.5 buteslint-config-nextremains at^14.2.4in devDependencies. This creates a 2 major version mismatch between the runtime framework and its linting configuration. While this won't cause runtime failures, it may result in outdated linting rules that don't reflect Next.js 16 patterns and best practices.Additional Locations (1)
dev-packages/e2e-tests/test-applications/nextjs-orpc/package.json#L36-L37