Skip to content

chore(deps): update dependency @types/node to v25.7.0#33

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/node-25.x
Open

chore(deps): update dependency @types/node to v25.7.0#33
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/node-25.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 18, 2026

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 25.6.225.7.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 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.

Share FeedbackReview Logs

Comment thread package.json
"@semantic-release/exec": "7.1.0",
"@semantic-release/git": "10.0.1",
"@types/node": "25.6.2",
"@types/node": "25.7.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] @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.

@renovate renovate Bot force-pushed the renovate/node-25.x branch from 4e20f52 to 99cb0a7 Compare May 18, 2026 06:14
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