Skip to content

chore(deps): update dependency @types/node to v25.8.0#352

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/node-25.x
May 19, 2026
Merged

chore(deps): update dependency @types/node to v25.8.0#352
renovate[bot] merged 1 commit into
mainfrom
renovate/node-25.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 19, 2026

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 25.7.025.8.0 age confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Monday through Friday (* * * * 1-5)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 19, 2026
Copy link
Copy Markdown
Member

@doistbot doistbot left a comment

Choose a reason for hiding this comment

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

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.

Share FeedbackReview Logs

Comment thread package.json
"@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).

@renovate renovate Bot merged commit 92f7b15 into main May 19, 2026
7 checks passed
@renovate renovate Bot deleted the renovate/node-25.x branch May 19, 2026 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant