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
Closed
Conversation
| "@types/glob": "^8.1.0", | ||
| "@types/lunr": "^2.3.7", | ||
| "@types/node": "^20.12.12", | ||
| "@types/node": "^25.5.0", |
There was a problem hiding this comment.
🔴 @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", |
Was this helpful? React with 👍 or 👎 to provide feedback.
1c6c649 to
15af3f4
Compare
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>
15af3f4 to
5315192
Compare
Contributor
Author
|
Superseded by #59. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @types/node from 20.19.20 to 25.5.0.
Commits