chore(deps): update dependency @types/node to v25.8.0#40
Conversation
doistbot
left a comment
There was a problem hiding this comment.
This PR updates the @types/node dependency to version 25.8.0. While keeping dependencies current is always appreciated, checking against Node 25 types creates a misalignment with the project's documented minimum runtime of Node 20.18.1. It was noted that this risks allowing newer APIs that type-check successfully but fail at runtime, suggesting a need to either pin the types to the 20.x line or formally raise the engine support floor and update the README.
| "@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] 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).
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.