Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@metamask/create-release-branch": "^4.1.3",
"@metamask/eslint-config": "^14.0.0",
"@metamask/eslint-config-browser": "^14.0.0",
"@metamask/eslint-config-jest": "^14.0.0",
"@metamask/eslint-config-jest": "^15.0.0",
Copy link

Choose a reason for hiding this comment

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

Bug: Unmet peer dependency after eslint-config-jest version bump

The @metamask/eslint-config-jest package is bumped to ^15.0.0, which requires @metamask/eslint-config@^15.0.0 as a peer dependency (visible in yarn.lock line 3241). However, the project still has @metamask/eslint-config at ^14.0.0 (line 79). This peer dependency mismatch will cause yarn/npm warnings and may result in incompatible eslint configurations between the packages.

Additional Locations (1)

Fix in Cursor Fix in Web

"@metamask/eslint-config-nodejs": "^14.0.0",
"@metamask/eslint-config-typescript": "^14.0.0",
"@metamask/utils": "^11.9.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3231,17 +3231,17 @@ __metadata:
languageName: node
linkType: hard

"@metamask/eslint-config-jest@npm:^14.0.0":
version: 14.0.0
resolution: "@metamask/eslint-config-jest@npm:14.0.0"
"@metamask/eslint-config-jest@npm:^15.0.0":
version: 15.0.0
resolution: "@metamask/eslint-config-jest@npm:15.0.0"
dependencies:
"@eslint/js": "npm:^9.11.0"
globals: "npm:^15.9.0"
peerDependencies:
"@metamask/eslint-config": ^14.0.0
"@metamask/eslint-config": ^15.0.0
eslint: ^9.11.0
eslint-plugin-jest: ^28.8.3
checksum: 10/e7c4f14ff8eae8c1311cd1a941217c39bacf249650b1953138a958472af609a8396722e7b1a0c86386d07f92d7570c3e29754335fe4ef8608a9abf03c7aff6fb
checksum: 10/4728c6b80bed48b9e369ed538de2a1f099a74825f08e7a1c0c5df53901905ce6d54fb7c77da4454ed640af7fd873845ab0f084a4f370fe26ccb4455e683e6bba
languageName: node
linkType: hard

Expand Down Expand Up @@ -16489,7 +16489,7 @@ __metadata:
"@metamask/create-release-branch": "npm:^4.1.3"
"@metamask/eslint-config": "npm:^14.0.0"
"@metamask/eslint-config-browser": "npm:^14.0.0"
"@metamask/eslint-config-jest": "npm:^14.0.0"
"@metamask/eslint-config-jest": "npm:^15.0.0"
"@metamask/eslint-config-nodejs": "npm:^14.0.0"
"@metamask/eslint-config-typescript": "npm:^14.0.0"
"@metamask/utils": "npm:^11.9.0"
Expand Down
Loading