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 @@ -43,7 +43,7 @@
"devDependencies": {
"@lavamoat/allow-scripts": "^3.2.1",
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/create-release-branch": "^3.1.0",
"@metamask/create-release-branch": "^4.1.4",
Copy link

Choose a reason for hiding this comment

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

Prettier peer dependency version mismatch breaks compatibility

High Severity

The updated @metamask/create-release-branch@^4.1.4 and its dependency @metamask/auto-changelog@^4.0.0 both require prettier>=3.0.0 as a peer dependency. However, the project has prettier: "^2.8.8" installed. This version mismatch will cause peer dependency warnings during installation and may result in runtime errors or incorrect behavior when using create-release-branch, since Prettier 3.x has different APIs and formatting behavior than Prettier 2.x.

Additional Locations (1)

Fix in Cursor Fix in Web

"@metamask/eslint-config": "^13.0.0",
"@metamask/eslint-config-jest": "^13.0.0",
"@metamask/eslint-config-nodejs": "^13.0.0",
Expand Down
Loading
Loading