chore(deps): update dependency @types/node to v25.7.0#33
Conversation
doistbot
left a comment
There was a problem hiding this comment.
This automated PR updates the @types/node dependency to version 25.7.0. While routine updates help keep the project healthy, this version bump introduces a potential risk to type correctness. It was noted that pulling in Node 25 types while maintaining a Node >=20.18.1 support floor could allow newer, unsupported APIs to pass type-checking, suggesting a need to either realign the types with the minimum runtime or intentionally raise the engine requirements.
| "@semantic-release/exec": "7.1.0", | ||
| "@semantic-release/git": "10.0.1", | ||
| "@types/node": "25.6.2", | ||
| "@types/node": "25.7.0", |
There was a problem hiding this comment.
[P2] @types/node 25.x is out of sync with this package's declared support floor of Node >=20.18.1. Because tsconfig.json includes types: ["node"], this lets Node 25-only APIs type-check even though they are unavailable on the supported runtime. Please keep @types/node aligned to the supported Node major, or raise engines.node (and update the README in the same PR) if support is intentionally moving forward.
4e20f52 to
99cb0a7
Compare
This PR contains the following updates:
25.6.2→25.7.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.