chore(deps): @types/node 26 (major) - #79
Merged
Merged
Conversation
Types-only bump to track the Node 26 API surface (local runtime is Node 26.3.1). Moves undici-types from ~7.16 to ~8.9. No engines or peer constraints; tsc is clean, so no code changes. Does not change the Node engines field or the Vercel runtime. Claude-Session: https://claude.ai/code/session_01KLWmWU1KLE2diUH14ryqv1
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
One sentence
Types-only major bump of
@types/nodefrom 25 to 26 (left open for review because it is a major and tied to the Node major).Bumps
Breaking changes
undici-typesfrom ~7.16 to ~8.9 (fetch/Request/Response typings).tsc --noEmitis clean, so no code changes.enginesfield and the Vercel runtime are not changed by this PR. If production stays on Node 22/24, these types describe a newer runtime than what runs; that is the usual state for@types/nodeand harmless, but it is the reason this is a separate PR for a human call.Verification
pnpm typecheckcleanpnpm test: 4 files, 16 tests greenpnpm exec vitest run --config vitest.config.node.ts: 3 files, 21 tests greenpnpm buildpassesnext startsmoke:/200,/changelog200,/changelog/nope-xyz404,/faq200,/nope-404404Installed with
--ignore-scripts(isolated-vm postinstall fails under Node 26 locally; matches how Vercel builds).https://claude.ai/code/session_01KLWmWU1KLE2diUH14ryqv1