-
-
Notifications
You must be signed in to change notification settings - Fork 7
chore(deps-dev): bump @metamask/eslint-config-nodejs from 14.0.0 to 15.0.0 #857
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
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 |
|---|---|---|
|
|
@@ -87,7 +87,7 @@ | |
| "@metamask/create-release-branch": "^4.1.3", | ||
| "@metamask/eslint-config": "^14.1.0", | ||
| "@metamask/eslint-config-jest": "^15.0.0", | ||
| "@metamask/eslint-config-nodejs": "^14.0.0", | ||
| "@metamask/eslint-config-nodejs": "^15.0.0", | ||
|
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: Peer dependency mismatch with eslint-config versionThe Additional Locations (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: Peer dependency mismatch with base eslint-config packageThe |
||
| "@metamask/eslint-config-typescript": "^14.1.0", | ||
| "@metamask/utils": "^11.8.1", | ||
| "@types/eslint-plugin-tailwindcss": "^3", | ||
|
|
||
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: Peer dependency mismatch for eslint-config packages
The
@metamask/[email protected]package requires a peer dependency of@metamask/eslint-config@^15.0.0, but the project still has@metamask/eslint-config@^14.1.0installed. This version mismatch will cause peer dependency warnings and may result in incompatible ESLint rule configurations or runtime errors since the nodejs config expects features from the v15 base config that aren't present in v14.Additional Locations (1)
package.json#L87-L88