chore(deps): update dependency @types/node to v25.8.0#352
Conversation
doistbot
left a comment
There was a problem hiding this comment.
This PR updates the @types/node dependency to version 25.8.0. Keeping dependencies current is appreciated for maintaining an up-to-date codebase. However, an inconsistency was noted where updating to Node 25 types while the project targets Node 20 creates a risk of the type checker accepting newer APIs that could fail at runtime, indicating a need to align the type definitions with the supported runtime major.
| "@semantic-release/exec": "7.1.0", | ||
| "@semantic-release/git": "10.0.1", | ||
| "@types/node": "25.7.0", | ||
| "@types/node": "25.8.0", |
There was a problem hiding this comment.
[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).
This PR contains the following updates:
25.7.0→25.8.0Configuration
📅 Schedule: (UTC)
* * * * 1-5)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.