-
Notifications
You must be signed in to change notification settings - Fork 0
Bump next from 14.1.4 to 16.1.5 in /_config/nodeAPI #9
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 |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
| "lint": "eslint . --ext .js,.jsx,.ts,.tsx" | ||
| }, | ||
| "dependencies": { | ||
| "next": "^14.1.4", | ||
| "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. Export script broken by removed next export commandHigh Severity The upgrade to Next.js 16 breaks the existing |
||
| "react": "18.2.0", | ||
| "react-dom": "^18.2.0", | ||
| "styled-jsx": "^5.1.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.
eslint-config-next version mismatch with Next.js 16
Medium Severity
The
nextdependency is upgraded to^16.1.5, buteslint-config-nextremains at^14.1.4. These packages are designed to work together and should be kept in sync. The ESLint config for Next.js 14 may not correctly validate Next.js 16 patterns, potentially missing new linting rules or incorrectly flagging valid Next.js 16 code. Theeslint-config-nextdependency should be updated to^16.1.5to match.Additional Locations (1)
_config/nodeAPI/package.json#L31-L32