chore(deps): drop direct @unhead/vue dependency - #121
Closed
naitokosuke wants to merge 1 commit into
Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
3 tasks
@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>
naitokosuke
force-pushed
the
chore/update-secretlint-13
branch
from
August 13, 2026 16:31
a7832e3 to
30007f8
Compare
naitokosuke
force-pushed
the
chore/update-unhead-vue-3
branch
from
August 13, 2026 16:31
3031657 to
aa0d8e3
Compare
2 tasks
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.
概要
@unhead/vue v3 へのメジャー更新の代わりに、直接依存そのものを削除します。
理由
useHeadなどはすべて Nuxt の auto-import 経由です@unhead/vue ^3.3.1に依存しており、直接依存の v2 (2.1.17) は古い二重インスタンスとして共存している状態でしたpnpm why @unhead/vueで 3.3.1 のみが解決されることを確認済み)検証
pnpm lint成功pnpm build成功tsc -p .nuxt/tsconfig.node.json --noEmit成功備考
#120 の上に積んでいます。#118 → #119 → #120 → この PR の順にマージしてください。
🤖 Generated with Claude Code