chore(deps): bump nuxt to 4.5.1, drop obsolete unhead override - #386
Merged
Conversation
- @nuxt/kit, @nuxt/schema, nuxt: ^4.4.8 -> ^4.5.1 - @nuxt/module-builder: ^1.0.2 -> ^1.0.3 - @vuetify/unplugin-styles: ^1.0.0-beta.11 -> ^1.0.0-rc.1 - remove pnpm override 'unhead: ^2.1.15': nuxt 4.5.1 moved to unhead ^3, so the same-major security pin now conflicts (unhead 2.x lacks the ./stream/iife export nuxt imports) and is obsolete -- the graph resolves unhead 3.2.3 from nuxt directly. Exempt unplugin-styles rc.1 from the release-age cooldown.
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.
What
Bumps the Nuxt toolchain and Vuetify styles plugin in the pnpm catalog:
nuxt,@nuxt/kit,@nuxt/schema^4.4.8^4.5.1@nuxt/module-builder^1.0.2^1.0.3@vuetify/unplugin-styles^1.0.0-beta.11^1.0.0-rc.1Why the unhead override is removed
Nuxt 4.5.1 moved from
unhead@^2tounhead@^3.2.3. The pnpm overrideunhead: '^2.1.15'(a same-major security pin) forced major 2, whoseexportsmap lacks the./stream/iifesubpath that nuxt 4.5.1 imports — the module build fails withERR_PACKAGE_PATH_NOT_EXPORTEDuntil the pin is dropped. With it removed, the graph resolvesunhead@3.2.3directly from nuxt (verified: 0 references tounhead@2remain in the lockfile), so the old CVE the pin addressed no longer applies.@vuetify/unplugin-styles@1.0.0-rc.1is exempted from the release-age cooldown.Verification
nuxt-module-build prepare && build— cleanvitest— 57/57 passing