chore(deps-dev): bump @types/node from 24.13.2 to 26.0.1 - #595
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.13.2 to 26.0.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.9.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
4116f67 to
eb04002
Compare
|
Deliberately left out of #621, which resolved the rest of the dependency backlog. This bump is 24.x → 26.x, a major.
Types running ahead of the runtime let code typecheck cleanly against APIs that do not exist Keeping Worth revisiting once #624 settles which Node versions this project actually supports — that Leaving the PR open rather than closing it, so dependabot does not simply reopen it. |
|
Closing in favour of #638, which bumps The 26.0.1 bump proposed here would put the type definitions two majors ahead of the runtime:
Types for Node 26 on a Node 24 runtime means TypeScript accepts APIs that do not exist when the code runs, which quietly costs us the compiler's ability to catch a real mistake. 24.13.6 is the newest 24.x and sits inside the existing caret, so it is a lockfile-only change. When the project moves to Node 26, |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Lockfile-only patch bump within the existing "^24.13.2" range, so package.json is unchanged. Deliberately stays on the 24.x line. Dependabot proposed 26.0.1 in #595, but .nvmrc pins Node 24, so types for Node 26 would let TypeScript accept APIs that do not exist at runtime. Matching the types major to the runtime major matters more than being on the newest types. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Bumps @types/node from 24.13.2 to 26.0.1.
Commits