chore(deps): upgrade vite-plus to 0.2.1#34
Merged
Conversation
v0.2.1 consumes upstream Vitest directly, so the @voidzero-dev/vite-plus-test wrapper is removed and vitest (4.1.9) now comes in transitively through vite-plus. - Bump vite-plus and the vite -> @voidzero-dev/vite-plus-core override to 0.2.1 in the catalog - Drop the vitest catalog entry, override, and peerDependencyRules (no direct vitest usage; all tests import from vite-plus/test)
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
✅ Staging deployment successful! Preview: https://vp-setup-staging.void.app/ |
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.
Problem
The project is on vite-plus 0.1.x, which pulls Vitest in through the
@voidzero-dev/vite-plus-testwrapper. v0.2.1 consumes upstream Vitest directly and drops that wrapper.Fix
vite-plusand thevite -> @voidzero-dev/vite-plus-coreoverride to0.2.1in the catalog.@voidzero-dev/vite-plus-testwrapper: drop thevitestcatalog entry, override, andpeerDependencyRules. The project has no direct vitest usage (all tests import fromvite-plus/test), so vitest now arrives transitively via vite-plus.Verification
vitest@4.1.9; no@voidzero-dev/vite-plus-testreference remains.vp test: 31/31 passed (native Vitest bannerRUN v4.1.9).vp check: formatting, lint, and type checks pass.