-
Notifications
You must be signed in to change notification settings - Fork 633
chore: Bump @metamask/eslint-config-typescript from 14.0.0 to 14.1.0 #3734
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 |
|---|---|---|
|
|
@@ -80,7 +80,7 @@ | |
| "@metamask/eslint-config-browser": "^14.0.0", | ||
| "@metamask/eslint-config-jest": "^14.0.0", | ||
| "@metamask/eslint-config-nodejs": "^14.0.0", | ||
| "@metamask/eslint-config-typescript": "^14.0.0", | ||
| "@metamask/eslint-config-typescript": "^14.1.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: Outdated dependency causes peer warnings.The upgraded |
||
| "@metamask/utils": "^11.8.1", | ||
| "@swc/core": "1.11.31", | ||
| "@ts-bridge/cli": "^0.6.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.
Bug: MetaMask ESLint Upgrade: Dependency Hell
Upgrading
@metamask/eslint-config-typescriptto14.1.0creates a peer dependency mismatch. The new version requires@metamask/eslint-config@^14.1.0, but the project still has@metamask/eslint-config@^14.0.0installed. This will cause yarn to warn about unmet peer dependencies and may result in unexpected ESLint behavior.