-
-
Notifications
You must be signed in to change notification settings - Fork 209
chore(deps): bump the npm_and_yarn group across 3 directories with 2 updates #1385
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 |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ | |
| }, | ||
| "dependencies": { | ||
| "@metamask/sdk-react": "workspace:^", | ||
| "next": "15.1.4", | ||
| "next": "15.4.7", | ||
|
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 Mismatch Causes Linting FailuresUpdating |
||
| "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: ESLint Config Mismatch Breaks Next.js Linting
Updating
nextto 14.2.32 while leavingeslint-config-nextat 13.2.4 creates a major version mismatch. Theeslint-config-nextpackage should match the major version ofnextto ensure ESLint rules are compatible with the Next.js version being used, otherwise linting may fail or produce incorrect results.