chore(deps): bump @types/node from 25.3.5 to 26.4.1 - #6828
chore(deps): bump @types/node from 25.3.5 to 26.4.1#6828dependabot[bot] wants to merge 1 commit into
Conversation
|
Reviewing this major version bump. Workflow run |
|
BLEnder picked up this PR. Workflow run |
71af80f to
90ee9c7
Compare
|
NEEDS_REVIEW: this major version bump needs code-owner review Confidence: high Breaking changes: @types/node major versions track the Node.js release line: v26 replaces the Node 25 API surface with the Node 26 surface, removing/altering declarations for APIs deprecated or changed in Node 26.; Type declarations become ahead of the pinned runtime (Node 20.20.x), so TypeScript will permit Node 26-only APIs that do not exist at runtime — a silent correctness hazard that the type checker can no longer catch.; Recurring @types/node major-bump breakage class: Buffer is typed as Uint8Array, so passing Buffer to WebCrypto, fetch, and web-stream signatures (and vice versa) becomes an error under strict mode.; Recurring @types/node major-bump breakage class: NodeJS.ProcessEnv index-signature/NODE_ENV narrowing, making |
|
BLEnder could not fix this PR automatically. Workflow run |
90ee9c7 to
23d7445
Compare
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.3.5 to 26.4.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: 26.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
23d7445 to
4f7ed1e
Compare
|
Superseded by #6837. |
Bumps @types/node from 25.3.5 to 26.4.1.
Commits