-
Notifications
You must be signed in to change notification settings - Fork 14
chore(deps): bump next from 15.3.6 to 16.1.6 #842
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 @@ | |
| "dependencies": { | ||
| "@knocklabs/react": "0.11.3", | ||
| "jsonwebtoken": "^9.0.2", | ||
| "next": "15.3.6", | ||
| "next": "16.1.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. Major version mismatch between next and eslint-config-nextMedium Severity Bumping Additional Locations (2) |
||
| "react": "^19.0.0", | ||
| "react-dom": "^19.0.0" | ||
| }, | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -105,7 +105,7 @@ | |
| "eslint-plugin-react-hooks": "^5.2.0", | ||
| "eslint-plugin-react-refresh": "^0.4.14", | ||
| "jsdom": "^27.1.0", | ||
| "next": "15.3.6", | ||
| "next": "16.1.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. Next and eslint-config-next major mismatchMedium Severity
Additional Locations (2) |
||
| "react": "^19.0.0", | ||
| "react-dom": "^19.0.0", | ||
| "rimraf": "^6.0.1", | ||
|
|
||


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.
Lint scripts break after Next major upgrade
Medium Severity
Upgrading
nextto16.1.6leaveslintscripts usingnext lint, but that command was removed in Next 16. In these example apps,yarn lintnow fails immediately, so lint checks and related CI jobs stop working after this dependency bump.Additional Locations (2)
examples/slack-connect-example/package.json#L15-L16examples/slack-kit-example/package.json#L16-L17