chore: Node.js 24.20.0 と @types/node 24.13.3 へ更新 - #27
Merged
nemuvski merged 1 commit intoSep 3, 2026
Conversation
Keep the development runtime on the latest Node.js 24 LTS and align @types/node with the same major line. Co-authored-by: K.Utsunomiya <nemuvski@users.noreply.github.com>
nemuvski
marked this pull request as ready for review
September 3, 2026 00:58
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.
何をアップデートしたか
.tool-versions: Node.js24.19.0→24.20.0(最新の Active LTS)devDependencies:@types/node^24.0.14→^24.13.3(Node.js 24 系の最新型定義)yarn.lock:@types/nodeとその依存undici-typesを追随更新複数パッケージをまとめた理由
Node.js のランタイムバージョンと、それに対応する
@types/nodeを同一メジャー線(24.x)で一緒に最新化するためです。主な変更点 / Breaking Changes
Node.js 24.20.0 (2026-08-26, LTS Krypton)
AsyncLocalStorageのusingスコープ、permission.drop、--permission-audit、root 証明書を NSS 3.125 へ更新@types/node 24.13.3
@types/node@26は Node.js 26 対応のメジャーのため見送りましたMigration / 設定変更
不要です。
.tool-versionsとpackage.json/yarn.lockのバージョン変更のみです。検証
CI と同様の手順を実行しました。
yarn install— 成功yarn dev:prepare— 成功yarn lint— 成功dependencies(@nuxt/kit/defu/microcms-js-sdk)は公開パッケージの互換性維持のため変更していません。