chore(deps): land remaining major updates (eslint 10, secretlint 13, drop @unhead/vue, satori 0.29, @types/node 26) - #124
Merged
Conversation
メジャー跨ぎ以外の依存を最新化: - nuxt / @nuxt/kit 4.4.8 → 4.5.2 - @nuxt/content 3.14.0 → 3.15.2, @nuxt/icon 2.2.3 → 2.5.0 - @nuxt/eslint 1.16.0 → 1.17.0, @nuxt/hints 1.1.3 → 1.1.4 - oxlint / eslint-plugin-oxlint 1.69.0 → 1.78.0 - @typescript-eslint/parser 8.61.0 → 8.67.0 - eslint 9.39.2 → 9.39.5, secretlint 11.3.0 → 11.7.1(同一メジャー内) - @nuxtjs/seo 5.3.0 → 5.3.12, @unhead/vue 2.1.2 → 2.1.17 - valibot 1.4.2, pg 8.23.0, lefthook 2.1.10, lightningcss 1.33.0, remark-mdc 3.11.1 ほか lint / build 成功を確認。 eslint 10, @unhead/vue 3, secretlint 13, @types/node 26, satori 0.29 のメジャー更新は別 PR で対応。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
nuxt-og-image 6.6+ で `fonts` モジュールオプションが削除され、 @nuxt/fonts が管理するフォント(Zen Old Mincho)は全サブセット込みで 自動的に OG 画像へ含まれるようになった。残っていた指定が nuxt.config.ts の型エラーの原因だったため削除。 tsc (tsconfig.node.json) が通ること、build で生成される OG 画像の 日本語が Zen Old Mincho で描画されることを確認。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
eslint 9.39.5 → 10.8.1。 @nuxt/eslint 1.17.0 (peer: ^9.0.0 || ^10.0.0) と @typescript-eslint/parser 8.67.0 (peer: ^8.57.0 || ^9.0.0 || ^10.0.0) は どちらも eslint 10 対応済み。 pnpm lint (oxlint + eslint) 成功を確認。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
eslint は lint ツールで実行時には不要なため devDependencies へ移動 (#115 の @nuxt/hints と同様の整理)。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
secretlint / @secretlint/secretlint-rule-preset-recommend 11.7.1 → 13.0.4。 v13 は Node >=22 が必要(この repo は Node 24 なので問題なし)。 .secretlintrc の変更は不要。 pnpm secretlint 成功を確認(pre-commit hook でも実行済み)。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@unhead/vue は INIT 時からの直接依存だが、コード中に直接 import はなく useHead などはすべて Nuxt の auto-import 経由。nuxt 4.5.2 は内部で @unhead/vue ^3.3.1 に依存しており、直接依存の v2 が古い二重インスタンス として残っていたため、直接依存ごと削除して Nuxt 管理に一本化する。 lint / build / tsc (tsconfig.node.json) 成功を確認。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
satori 0.26.0 → 0.29.0(0.x 系のためメジャー相当の更新)。 nuxt-og-image 6.7.8 の optional peer は satori >=0.19.2 で範囲内。 lint / build 成功、生成された OG 画像の日本語描画・レイアウトが 変わらないことを目視確認。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@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>
…de-26 # Conflicts: # package.json # pnpm-lock.yaml
|
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.
概要
#118 マージ時に base ブランチ削除で子 PR (#119, #121, #123) が自動 close されてしまったため、スタックに残っていたメジャー更新をまとめて main に取り込みます。内容は以下の PR と同一です:
9.39.5→10.8.1+ devDependencies へ移動11.7.1→13.0.40.26.0→0.29.025.9.5→26.2.0(ランタイム Node 24 より先行する点は chore(deps): update @types/node to v26 #123 参照)main 側の変更(feed/og-image 修正)とは lockfile と package.json のみ競合し、解決済みです。
検証
pnpm lint成功pnpm secretlint成功(pre-commit hook)pnpm build成功tsc -p .nuxt/tsconfig.node.json --noEmit成功🤖 Generated with Claude Code