Skip to content
Merged
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 @@ -7,6 +7,6 @@
"devDependencies": {
"@prettier/plugin-xml": "3.4.2",
"prettier": "3.8.1",
"prettier-plugin-packagejson": "2.5.22"
"prettier-plugin-packagejson": "3.0.2"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚩 Major version bump (v2 β†’ v3) for prettier-plugin-packagejson

This is a major version bump from 2.5.22 to 3.0.2, which by semver convention may include breaking changes. Since prettier-plugin-packagejson is a devDependency used only for formatting package.json files (invoked via bun fmt), the blast radius is limited. However, it may be worth verifying that bun fmt still produces the expected output after this upgrade, particularly checking that the plugin remains compatible with prettier version 3.8.1 specified at package.json:9.

Open in Devin Review

Was this helpful? React with πŸ‘ or πŸ‘Ž to provide feedback.

}
}
Loading