chore: trim runtime dependency footprint#639
Open
harlan-zw wants to merge 2 commits into
Open
Conversation
commit: |
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.
🔗 Linked issue
None
❓ Type of change
📚 Description
Moves UnoCSS, Lightning CSS, Vue SFC, and OXC parser packages out of runtime dependencies where Nuxt or the selected CSS provider can supply them. Adds optional module resolution and a packed install smoke test that installs the tarball in clean pnpm, npm, and Bun consumer apps.
The typecheck script now stubs the module before running Nuxt typecheck so the required check works from a fresh checkout.
📊 Fresh install benchmark
Measured with package metadata tarballs from
mainand this branch, withcatalog:specs resolved, installed into clean Nuxt 4.4.8 apps using pnpm 11.9.0.node_modulessize over Nuxt-onlyRemoved from the incremental fresh install:
@unocss/config,@unocss/core,culori,lightningcss,lightningcss-linux-x64-gnu,unconfig,unconfig-core,colorette, and@quansync/fs.@vue/compiler-sfc,oxc-parser,oxc-walker, andtinyglobbycan still appear in a Nuxt app because Nuxt already brings them in. This branch stopsnuxt-og-imagefrom adding its own direct requirement for them.