Skip to content
Merged
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
20 changes: 16 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prepare": "husky"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-terser": "^1.0.0",
Copy link

Choose a reason for hiding this comment

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

@rollup/plugin-terser v1.0.0 is a breaking bump and its changelog notes a Node 20 requirement; with this repo advertising engines.node: ">=12", contributors on older Node versions may now hit install/build failures when devDependencies are installed (especially if engine checks are enforced). Consider whether the repo’s declared Node support/docs should be aligned with this new tooling requirement.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

"auto-changelog": "^2.5.0",
"c8": "^11.0.0",
"eslint": "^9.29.0",
Expand Down
Loading