chore(deps): update @types/node to v26 - #123
Closed
naitokosuke wants to merge 1 commit into
Closed
Conversation
@types/node 25.9.5 → 26.2.0。 ランタイム(devenv の nodejs_24)より 2 メジャー先の型定義になる点に注意。 従来も Node 24 に対して ^25 を使っていたため方針は維持。 build / tsc (tsconfig.node.json) 成功を確認。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
4 tasks
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.
概要
@types/node をメジャー更新します:
25.9.5→26.2.0注意
devenv のランタイムは
nodejs_24(engines は>=24.13)なので、型定義がランタイムより 2 メジャー先になります。Node 26 にしか存在しない API が型上は見えてしまう点に注意してください。従来も Node 24 に対して^25を使っていたため、この PR は「型は最新に追従する」方針を維持しています。ランタイムに厳密に合わせたい場合はこの PR を閉じて^24へ下げる選択もあります。検証
pnpm build成功tsc -p .nuxt/tsconfig.node.json --noEmit成功備考
#122 の上に積んでいます。#118 → #119 → #120 → #121 → #122 → この PR の順にマージしてください。
🤖 Generated with Claude Code