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
110 changes: 84 additions & 26 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 @@ -57,7 +57,7 @@
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"auto-changelog": "^2.5.0",
"c8": "^10.1.3",
"c8": "^11.0.0",
Copy link

Choose a reason for hiding this comment

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

c8@11 has a breaking change where transitive deps require Node 20 || >=22, but this repo’s engines.node is still >= 10.8.0. This may surprise contributors/users running npm test on older Node versions even if runtime support remains broader.

Severity: medium

Fix This in Augment

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

"eslint": "^9.36.0",
"husky": "^9.1.7",
"mocha": "^11.7.2",
Expand Down
Loading