-
Notifications
You must be signed in to change notification settings - Fork 12
[Snyk] Security upgrade next from 14.2.35 to 15.5.10 #1168
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
base: dev
Are you sure you want to change the base?
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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -64,7 +64,7 @@ | |||||
| "marked": "7.0.5", | ||||||
| "marked-react": "2.0.0", | ||||||
| "nanoid": "5.1.2", | ||||||
| "next": "14.2.35", | ||||||
| "next": "15.5.10", | ||||||
|
||||||
| "next": "15.5.10", | |
| "next": "14.2.35", |
Copilot
AI
Jan 28, 2026
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.
The next-intl version (3.26.5) may not be fully compatible with Next.js 15.5.10. According to the next-intl documentation, Next.js 15 support was added in next-intl 3.16.0, but there have been ongoing compatibility updates. Consider updating next-intl to the latest version (3.x series) to ensure full compatibility with Next.js 15.5.10, as there may have been important fixes for Next.js 15 support since version 3.26.5 was released.
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.
Next.js 15 officially recommends React 19, though it maintains backward compatibility with React 18. The current React version (18.3.1) may work, but you might encounter deprecation warnings or miss out on optimizations. Consider upgrading React and React DOM to version 19 alongside this Next.js upgrade for the best compatibility and to take advantage of React 19's features like the React Compiler and improved Server Components support. If staying on React 18, thoroughly test all interactive and server components.