Skip to content

chore(deps): upgrade vite-plus to 0.2.0#19

Draft
fengmk2 wants to merge 1 commit into
mainfrom
chore/vite-plus-0.2.0
Draft

chore(deps): upgrade vite-plus to 0.2.0#19
fengmk2 wants to merge 1 commit into
mainfrom
chore/vite-plus-0.2.0

Conversation

@fengmk2

@fengmk2 fengmk2 commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Upgrade Vite+ (vp) from 0.1.24 to 0.2.0. v0.2.0 consumes upstream Vitest directly, so the @voidzero-dev/vite-plus-test wrapper is removed (vitest now comes transitively through vite-plus), and the minimum Node rises to ^22.18.0 || >=24.11.0 (local/CI already on Node 24).

Changes

  • Catalog: vite-plus 0.1.24 -> 0.2.0, vite -> @voidzero-dev/vite-plus-core@0.2.0, vitest (was the wrapper alias) -> upstream 4.1.9, @vitest/coverage-istanbul -> 4.1.9, so the tree resolves a single vitest.
  • Drop the vitest peerDependencyRules entries that only existed for the wrapper (the vite ones stay).
  • Exclude first-party packages (vite-plus, @voidzero-dev/*) from minimumReleaseAge so a freshly published 0.2.0 installs.
  • Reimplement the CI blob-timing helper (scripts/lib/vitest-blob-timings.mjs) to parse upstream Vitest's flatted blob reports directly; the old code reached into the removed wrapper's bundled parser.

Verification

  • Single vitest@4.1.9 in the tree, no duplicate copies.
  • vp test run: 320 files, 8580 passed / 2 skipped (native Vitest 4.1.9 banner).
  • vp check: format, lint, and type checks pass.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates workspace dependencies in pnpm-workspace.yaml, including upgrading vite-plus and vite to version 0.2.0, and switching vitest from a custom @voidzero-dev/vite-plus-test package to upstream version 4.1.9. Consequently, the Vitest blob timing script (scripts/lib/vitest-blob-timings.mjs) has been updated to remove the dynamic chunk-loading parser and replace it with a custom parseVitestBlob function that decodes the flatted JSON format used by Vitest blob reports. I have no feedback to provide as there are no review comments.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

v0.2.0 consumes upstream Vitest directly, so the @voidzero-dev/vite-plus-test
wrapper is removed (vitest now comes transitively through vite-plus), and the
minimum Node rises to ^22.18.0 || >=24.11.0.

- catalog: vite-plus 0.1.24 -> 0.2.0, vite -> @voidzero-dev/vite-plus-core@0.2.0
- replace the vitest wrapper alias with upstream vitest 4.1.9 and bump
  @vitest/coverage-istanbul to 4.1.9 so the tree resolves a single vitest
- drop the vitest peerDependencyRules entries that only existed for the wrapper
- exclude first-party packages from minimumReleaseAge so a fresh 0.2.0 installs
- reimplement the CI blob-timing helper to read upstream Vitest's flatted blobs
@fengmk2 fengmk2 force-pushed the chore/vite-plus-0.2.0 branch from e4650d5 to ba8cafe Compare June 17, 2026 15:47
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