feat(app): upgrade to Nuxt 4.5 and forward prefetch preload hints - #281
Open
PhenX wants to merge 1 commit into
Open
feat(app): upgrade to Nuxt 4.5 and forward prefetch preload hints#281PhenX wants to merge 1 commit into
PhenX wants to merge 1 commit into
Conversation
Contributor
Coverage Report for Reporter (./reporter)
File CoverageNo changed files found. |
Contributor
Coverage Report for Application (./application)
File CoverageNo changed files found. |
PhenX
force-pushed
the
claude/nuxt-4-5-upgrade-plnz4x
branch
from
July 19, 2026 08:18
76f7b19 to
a6c85aa
Compare
Bump nuxt to ^4.5.0 (pulls in Vite 8.1.5 and unhead v3). Enable experimental.prefetchPreloadTags so a prefetched <NuxtLink> target's useHead preload hints are forwarded (downgraded to rel="prefetch") into the current document, warming the next navigation's assets. Add a root overrides entry pinning @unhead/vue and unhead to ^3.1.8 so the whole tree resolves to unhead v3 (Nuxt 4.5 requires it); @nuxt/ui still declares an unhead v2 range but only consumes createHead, which exists in v3. experimental.ssrStreaming was evaluated but left off: it blanks the title and document on the initial dev-mode SSR render, which fails the functional test suite. It can be revisited once compatible. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VtJWf2tQ4QuwyvvXdRRLbB
PhenX
force-pushed
the
claude/nuxt-4-5-upgrade-plnz4x
branch
from
July 19, 2026 11:07
a6c85aa to
7c43286
Compare
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.
Bump
nuxtto^4.5.0, which pulls in Vite 8.1.5 and unhead v3.Changes
nuxt^4.2.1→^4.5.0(application/package.json).experimental.prefetchPreloadTags: true— forwards a prefetched<NuxtLink>target'suseHeadpreload hints (downgraded torel="prefetch") into the current document, warming the next navigation's assets.overridespinning@unhead/vueandunheadto^3.1.8so the whole tree resolves to unhead v3 (Nuxt 4.5 requires it). The latest@nuxt/uistill declares an unhead v2 range but only consumescreateHead, which exists in v3, so a single v3 instance is safe.Not included
experimental.ssrStreamingwas evaluated but left off: enabling it blanks the<title>and document on the initial dev-mode SSR render, which fails the functional Playwright suite. It can be revisited once it's compatible with the app's head setup.Verification
nuxt typecheck✓, 747 unit tests ✓.🤖 Generated with Claude Code