Bump @types/node from 24.0.15 to 25.2.1 in /js - #196
Conversation
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.0.15 to 25.2.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.2.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
🤖 Augment PR SummarySummary: This PR updates the Node.js TypeScript definitions used across the JS workspace. Changes:
Technical Notes: This is a devDependency type update only, but it can affect compile-time API availability (i.e., what Node APIs TypeScript considers valid) and should stay consistent with the minimum Node runtime supported by the packages. 🤖 Was this summary useful? React with 👍 or 👎 |
| "@types/lodash-es": "^4.17.12", | ||
| "@types/mocha": "^10.0.10", | ||
| "@types/node": "^24.0.15", | ||
| "@types/node": "^25.2.1", |
There was a problem hiding this comment.
Since this package declares engines.node as >=18, bumping @types/node to v25 can make TypeScript accept newer Node APIs that won’t exist on Node 18 at runtime. Consider whether the type version should align to the minimum supported Node to avoid accidental compatibility regressions.
Severity: medium
Other Locations
js/package.json:25
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
|
Superseded by #199. |
Bumps @types/node from 24.0.15 to 25.2.1.
Commits
You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)