-
Notifications
You must be signed in to change notification settings - Fork 12
chore(deps): bump next from 15.3.3 to 16.0.1 #799
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.9.4", | ||
| "jsonwebtoken": "^9.0.2", | ||
| "next": "15.3.3", | ||
| "next": "16.0.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. Bug: Next.js/Eslint Config Version Mismatch</analysis user haste>Version mismatch: Next.js was bumped to 16.0.1 but eslint-config-next remains at 15.4.6. The eslint-config-next version should match the major version of Next.js to ensure correct linting rules. This should be updated to "eslint-config-next": "16.0.1" or compatible version.
cursor[bot] marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "react": "^19.0.0", | ||
| "react-dom": "^19.0.0" | ||
| }, | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,7 @@ | |
| "@knocklabs/node": "^1.11.2", | ||
| "@knocklabs/react": "0.9.4", | ||
| "jsonwebtoken": "^9.0.2", | ||
| "next": "15.3.3", | ||
| "next": "16.0.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. Bug: Mismatched Next.js and ESLint Config Version AgreementVersion mismatch: Next.js was bumped to 16.0.1 but eslint-config-next remains at 15.4.6. The eslint-config-next version should match the major version of Next.js to ensure correct linting rules. This should be updated to "eslint-config-next": "16.0.1" or compatible version.
cursor[bot] marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "react": "^19.0.0", | ||
| "react-dom": "^19.0.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.
Bug: Version Mismatch: Align ESLint Config with Next.js
Version mismatch: Next.js was bumped to 16.0.1 but eslint-config-next remains at 15.4.6. The eslint-config-next version should match the major version of Next.js to ensure correct linting rules. This should be updated to "eslint-config-next": "16.0.1" or compatible version.