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
16 changes: 8 additions & 8 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 @@ -66,7 +66,7 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "7.1.0",
"@semantic-release/git": "10.0.1",
"@types/node": "25.7.0",
"@types/node": "25.8.0",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

[P2] Updating @types/node within the 25.x line continues to type-check this package against Node 25 APIs even though the package declares support for Node >=20.18.1. That makes it easy to ship code that compiles here but fails on the documented minimum runtime. Pin @types/node to the 20.x line instead, or raise the engine floor (and update the README in the same PR if you do).

"commander": "14.0.3",
"conventional-changelog-conventionalcommits": "9.3.1",
"lefthook": "2.1.6",
Expand Down
Loading