Skip to content

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

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#40
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.

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

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] 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).

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant