Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link

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.0 requires @metamask/eslint-config: ^14.1.0 as a peer dependency, but the project still has @metamask/eslint-config@14.0.0 installed. 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.

Fix in Cursor Fix in Web

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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Peer Dependency Version Conflict Blocks Install

The updated @metamask/eslint-config-typescript@14.1.0 requires typescript-eslint: ^8.24 as a peer dependency, but the project has typescript-eslint@^8.6.0 which resolves to version 8.12.2. Version 8.12.2 does not satisfy the ^8.24 requirement, creating a peer dependency mismatch that will cause installation warnings or errors.

Fix in Cursor Fix in Web

checksum: 10/697b61648969f5f53179b8cf83ffb1aa1dbe5ce9ad4f7f4ed0bc4e436c510f1d28543e764467fd880ccb2579b5810e78eee63f972daa55f1b599844b53ea13ca
languageName: node
linkType: hard

Expand Down
Loading