chore(deps): update dependencies within current major - #118
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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>
2 tasks
This was referenced Aug 13, 2026
This was referenced Aug 13, 2026
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.
概要
メジャー跨ぎ以外の依存関係を最新化し、nuxt.config.ts の型エラーを修正します。
更新内容
Nuxt エコシステム
4.4.8→4.5.23.14.0→3.15.22.2.3→2.5.01.16.0→1.17.01.1.3→1.1.45.3.0→5.3.122.1.2→2.1.17Lint ツール
1.69.0→1.78.08.61.0→8.67.09.39.2→9.39.5(同一メジャー内)その他
11.3.0→11.7.1(同一メジャー内)1.4.1→1.4.28.21.0→8.23.02.1.9→2.1.101.32.0→1.33.03.11.0→3.11.1nuxt.config.ts の型エラー修正
ogImage.fontsは nuxt-og-image 6.6+ で削除されたオプションで、IDE の'fonts' does not exist in type 'Partial<ModuleOptions>'エラーの原因でした。@nuxt/fonts が管理するフォント(Zen Old Mincho)は全サブセット込みで自動的に
OG 画像へ含まれるようになったため、指定を削除しています。
なお
'nitro' does not exist in type ...の IDE エラーは古い.nuxtを参照したTS server の stale 状態によるもので、tsc では再現しません。このブランチを pull して
pnpm install→pnpm build(またはnuxt prepare)後に TS server を再起動すれば解消します。検証
pnpm lint(oxlint + eslint) 成功pnpm build成功tsc -p .nuxt/tsconfig.node.json --noEmit成功(nuxt.config.ts の型エラーなし)備考
eslint 10, @unhead/vue 3, secretlint 13, @types/node 26, satori 0.29 のメジャー更新は
この PR の上に積んだ別 PR で対応します(上から順にマージしてください)。
🤖 Generated with Claude Code