-
Notifications
You must be signed in to change notification settings - Fork 90
chore(deps): bump next from 14.2.35 to 15.5.10 #807
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: main
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 |
|---|---|---|
|
|
@@ -41,7 +41,7 @@ | |
| "dotenv": "^17.2.0", | ||
| "fuse.js": "^7.0.0", | ||
| "lodash": "^4.17.21", | ||
| "next": "^14.2.35", | ||
| "next": "^15.5.10", | ||
|
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. Nextra 2.13.4 may not support Next.js 15High Severity Nextra 2.13.4 and nextra-theme-docs 2.13.4 are pinned to outdated versions that were released before Next.js 15. Research shows that Nextra 4 is the current version supporting Next.js 14 and 15, with significant breaking changes including dropping Pages Router support. While Nextra 2.13.4's peer dependencies technically allow Next.js 15, the framework was not designed or tested against Next.js 15's breaking changes, potentially causing build failures or runtime errors. 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. Next.js 15 requires React 19, but React 18 remainsHigh Severity Bumping Additional Locations (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. Major Next.js bump leaves companion packages at v14High Severity Bumping Additional Locations (2) |
||
| "nextra": "2.13.4", | ||
| "nextra-theme-docs": "2.13.4", | ||
| "node-fetch": "^3.3.2", | ||
|
|
||


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.
Unsupported Next third-parties version pairing
Medium Severity
Upgrading
nextto^15.5.10while keeping@next/third-partiesat^14.2.35creates an unsupported version mix.@next/third-parties@14.2.35declares a peer range fornext^13 || ^14, so this change can cause peer resolution failures in stricter installs and runtime incompatibilities in components importing@next/third-parties/google.Additional Locations (1)
package.json#L37-L38