-
-
Notifications
You must be signed in to change notification settings - Fork 17
Bump @metamask/eslint-config-typescript from 14.0.0 to 14.1.0 #285
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 |
|---|---|---|
|
|
@@ -732,19 +732,19 @@ __metadata: | |
| linkType: hard | ||
|
|
||
| "@metamask/eslint-config-typescript@npm:^14.0.0": | ||
| version: 14.0.0 | ||
| resolution: "@metamask/eslint-config-typescript@npm:14.0.0" | ||
| version: 14.1.0 | ||
| resolution: "@metamask/eslint-config-typescript@npm:14.1.0" | ||
| dependencies: | ||
| "@eslint/js": "npm:^9.11.0" | ||
| peerDependencies: | ||
| "@metamask/eslint-config": ^14.0.0 | ||
| "@metamask/eslint-config": ^14.1.0 | ||
| eslint: ^9.11.0 | ||
| eslint-import-resolver-typescript: ^3.6.3 | ||
| eslint-plugin-import-x: ^4.3.0 | ||
| eslint-plugin-jsdoc: ^50.2.4 | ||
| typescript: ">=4.8.4 <5.6" | ||
| typescript-eslint: ^8.6.0 | ||
| checksum: 10/cbf0a9e8523292d41140f90630863d034301422f16e6a42e5881c3593e83c07d0394787563d3e88fee02aa22042a9ca974363d3f192374e31bb0729c6ca8734e | ||
| typescript: ">=4.8.4 <5.9.0" | ||
| typescript-eslint: ^8.24 | ||
|
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 Version Conflict Blocks InstallThe updated |
||
| checksum: 10/697b61648969f5f53179b8cf83ffb1aa1dbe5ce9ad4f7f4ed0bc4e436c510f1d28543e764467fd880ccb2579b5810e78eee63f972daa55f1b599844b53ea13ca | ||
| languageName: node | ||
| linkType: hard | ||
|
|
||
|
|
||
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 Configuration Conflict
The updated
@metamask/eslint-config-typescript@14.1.0requires@metamask/eslint-config: ^14.1.0as a peer dependency, but the project still has@metamask/eslint-config@14.0.0installed. This peer dependency mismatch will cause installation warnings or errors and may lead to runtime issues. The base config needs to be upgraded to 14.1.0 to satisfy this peer dependency requirement.