-
Notifications
You must be signed in to change notification settings - Fork 10
chore(deps): bump next from 14.2.33 to 16.1.5 #133
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 |
|---|---|---|
|
|
@@ -40,7 +40,7 @@ | |
| "moment": "^2.30.1", | ||
| "mux-embed": "^4.12.0", | ||
| "nanoid": "^5.0.7", | ||
| "next": "^14.2.32", | ||
| "next": "^16.1.5", | ||
|
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.
Contributor
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. Verify compatibility of Prompt To Fix With AIThis is a comment left during a code review.
Path: apps/portal/package.json
Line: 43:43
Comment:
Verify compatibility of `next` 16.1.5 with React 18.3.1. Next.js 16 introduced changes to React compatibility and may require testing all interactive features.
How can I resolve this? If you propose a fix, please make it concise. |
||
| "plyr": "^3.7.8", | ||
| "plyr-react": "^5.3.0", | ||
| "public-ip": "^4.0.4", | ||
|
|
||
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.
This is a major Next.js upgrade (14 → 16); it’s worth verifying that the app’s
react/react-domand Node versions satisfy Next 16’s peer/runtime requirements. Also double-check anynext.config.*options and middleware/app-router behavior the portal relies on still behave the same after the bump.🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.