-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump next to 16.2.6 #256
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,7 +22,7 @@ | |
| "fumadocs-core": "^16.7.6", | ||
| "fumadocs-mdx": "^14.2.11", | ||
| "fumadocs-ui": "^16.7.6", | ||
| "next": "^16.2.1", | ||
| "next": "^16.2.6", | ||
| "react": "^19.2.4", | ||
| "react-dom": "^19.2.4", | ||
| "three": "^0.182.0", | ||
|
|
@@ -37,7 +37,7 @@ | |
| "@types/react-dom": "^19.1.0", | ||
| "@types/three": "^0.182.0", | ||
| "eslint": "^9.39.4", | ||
| "eslint-config-next": "^16.2.1", | ||
| "eslint-config-next": "^16.2.6", | ||
|
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.
Updating Useful? React with 👍 / 👎. |
||
| "eslint-plugin-react": "7.37.5", | ||
| "eslint-plugin-react-hooks": "7.0.1", | ||
| "globals": "17.4.0", | ||
|
|
||
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.
Warning: @next/eslint-plugin-next pinned at 16.2.1 while eslint-config-next was bumped to ^16.2.6
eslint-config-nextwas updated to^16.2.6but@next/eslint-plugin-nextin devDependencies is still pinned to exactly16.2.1. The lock file resolves both versions simultaneously —eslint-config-next@16.2.6pulls in its own@next/eslint-plugin-next@16.2.6transitively, while the explicitly-declared16.2.1copy is installed but unused. This is inconsistent: lint runs will silently use the16.2.6rules from the transitive dependency, but the explicit declaration signals16.2.1to any developer readingpackage.json. Update the explicit pin to16.2.6(or^16.2.6) to deduplicate the lock file entry and keep tooling declarations honest.