Skip to content

chore(deps): land remaining major updates (eslint 10, secretlint 13, drop @unhead/vue, satori 0.29, @types/node 26) - #124

Merged
naitokosuke merged 9 commits into
mainfrom
chore/update-types-node-26
Aug 13, 2026
Merged

chore(deps): land remaining major updates (eslint 10, secretlint 13, drop @unhead/vue, satori 0.29, @types/node 26)#124
naitokosuke merged 9 commits into
mainfrom
chore/update-types-node-26

Conversation

@naitokosuke

Copy link
Copy Markdown
Owner

概要

#118 マージ時に base ブランチ削除で子 PR (#119, #121, #123) が自動 close されてしまったため、スタックに残っていたメジャー更新をまとめて main に取り込みます。内容は以下の PR と同一です:

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

naitokosuke and others added 9 commits August 13, 2026 22:45
メジャー跨ぎ以外の依存を最新化:
- 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
@vercel

vercel Bot commented Aug 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview Aug 13, 2026 4:52pm

@naitokosuke
naitokosuke merged commit a279f7a into main Aug 13, 2026
2 of 3 checks passed
@naitokosuke
naitokosuke deleted the chore/update-types-node-26 branch August 13, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant