Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Bump @types/node from 20.19.20 to 25.5.0#48

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/types/node-25.5.0
Closed

Bump @types/node from 20.19.20 to 25.5.0#48
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/types/node-25.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2026

Bumps @types/node from 20.19.20 to 25.5.0.

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 15, 2026
@dependabot dependabot bot requested a review from ethanolivertroy as a code owner March 15, 2026 04:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 15, 2026
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

Devin Review found 1 potential issue.

View 1 additional finding in Devin Review.

Open in Devin Review

Comment thread package.json
"@types/glob": "^8.1.0",
"@types/lunr": "^2.3.7",
"@types/node": "^20.12.12",
"@types/node": "^25.5.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔴 @types/node major version (25) mismatches project's target Node.js version (20)

The .nvmrc file specifies Node 20 as the target runtime, but this PR bumps @types/node from ^20.12.12 (which correctly matched the target) to ^25.5.0. Since @types/node major versions correspond to Node.js major versions, this introduces type definitions for Node 25 APIs that do not exist in Node 20. TypeScript will happily compile code that uses Node 25-only APIs, but those calls will fail at runtime on the Node 20 environment this project targets. The previous ^20.12.12 was correctly aligned with .nvmrc.

Suggested change
"@types/node": "^25.5.0",
"@types/node": "^20.12.12",
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/types/node-25.5.0 branch from 1c6c649 to 15af3f4 Compare March 15, 2026 04:54
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.19.20 to 25.5.0.
- [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.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/types/node-25.5.0 branch from 15af3f4 to 5315192 Compare March 29, 2026 04:54
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 5, 2026

Superseded by #59.

@dependabot dependabot bot closed this Apr 5, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/types/node-25.5.0 branch April 5, 2026 04:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants