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] This keeps the project on Node 25 ambient types even though engines.node and .nvmrc target Node 20. That makes the type checker accept newer Node APIs that can still fail at runtime on supported installations. Please align @types/node to the supported runtime major (or raise the supported Node version if newer APIs are intended).

"conventional-changelog-conventionalcommits": "9.3.1",
"lefthook": "2.1.6",
"oxfmt": "0.49.0",
Expand Down
Loading