Skip to content

chore(deps): upgrade vite-plus to 0.2.1#34

Merged
fengmk2 merged 2 commits into
mainfrom
chore/upgrade-vite-plus-0.2.1
Jun 18, 2026
Merged

chore(deps): upgrade vite-plus to 0.2.1#34
fengmk2 merged 2 commits into
mainfrom
chore/upgrade-vite-plus-0.2.1

Conversation

@fengmk2

@fengmk2 fengmk2 commented Jun 18, 2026

Copy link
Copy Markdown
Member

Problem

The project is on vite-plus 0.1.x, which pulls Vitest in through the @voidzero-dev/vite-plus-test wrapper. v0.2.1 consumes upstream Vitest directly and drops that wrapper.

Fix

  • Bump vite-plus and the vite -> @voidzero-dev/vite-plus-core override to 0.2.1 in the catalog.
  • Remove the @voidzero-dev/vite-plus-test wrapper: drop the vitest catalog entry, override, and peerDependencyRules. The project has no direct vitest usage (all tests import from vite-plus/test), so vitest now arrives transitively via vite-plus.

Verification

  • Dependency tree resolves to a single vitest@4.1.9; no @voidzero-dev/vite-plus-test reference remains.
  • vp test: 31/31 passed (native Vitest banner RUN v4.1.9).
  • vp check: formatting, lint, and type checks pass.

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)
@socket-security

socket-security Bot commented Jun 18, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​voidzero-dev/​vite-plus-core@​0.2.1811007799100
Addedvite-plus@​0.2.180100100100100

View full report

@github-actions

github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown

✅ Staging deployment successful!

Preview: https://vp-setup-staging.void.app/
Commit: 676411b

@fengmk2 fengmk2 merged commit cba9b44 into main Jun 18, 2026
4 checks passed
@fengmk2 fengmk2 deleted the chore/upgrade-vite-plus-0.2.1 branch June 18, 2026 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant