Skip to content

chore: upgrade vite-plus to v0.2.0#828

Closed
fengmk2 wants to merge 1 commit into
masterfrom
chore/upgrade-vite-plus-v0.2.0
Closed

chore: upgrade vite-plus to v0.2.0#828
fengmk2 wants to merge 1 commit into
masterfrom
chore/upgrade-vite-plus-v0.2.0

Conversation

@fengmk2

@fengmk2 fengmk2 commented Jun 17, 2026

Copy link
Copy Markdown
Member

Upgrade the Vite+ toolchain from v0.1.x to v0.2.0.

v0.2.0 has two breaking changes, both handled here:

  • It consumes upstream Vitest directly; the @voidzero-dev/vite-plus-test wrapper is removed and vitest now arrives transitively through vite-plus.
  • It raises the minimum Node version to ^22.18.0 || >=24.11.0.

Changes

  • vite-plus and the vite -> @voidzero-dev/vite-plus-core override bumped to ^0.2.0
  • Dropped the @voidzero-dev/vite-plus-test wrapper alias (package.json + pnpm-workspace.yaml override); pinned vitest to upstream 4.1.9, the version bundled with v0.2.0
  • Bumped @vitest/coverage-v8 to 4.1.9 so the tree resolves a single vitest copy
  • Raised engines.node to ^22.18.0 || >=24.11.0

Verification

  • No @voidzero-dev/vite-plus-test reference remains outside node_modules
  • Dependency tree resolves a single vitest@4.1.9
  • vp test: 229 passed, 6 skipped (native Vitest banner RUN v4.1.9)
  • vp check: pass (format + lint + types)

v0.2.0 consumes upstream Vitest directly and raises the minimum Node version.

- Bump vite-plus and the vite -> @voidzero-dev/vite-plus-core override to ^0.2.0
- Drop the @voidzero-dev/vite-plus-test wrapper; vitest now arrives transitively
  via vite-plus, pinned to upstream 4.1.9 (and its override is removed)
- Bump @vitest/coverage-v8 to 4.1.9 to match the single vitest version
- Raise engines.node to ^22.18.0 || >=24.11.0
@coderabbitai

coderabbitai Bot commented Jun 17, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 15c86dfa-6716-4ad7-a6ef-1293c1c4e6fe

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/upgrade-vite-plus-v0.2.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new

pkg-pr-new Bot commented Jun 17, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/node-modules/urllib@828

commit: 7be4524

@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 several dependencies, upgrading vite (via @voidzero-dev/vite-plus-core) and vite-plus to ^0.2.0, and updating vitest and @vitest/coverage-v8 to version 4.1.9. Additionally, the supported Node.js engine range has been adjusted to ^22.18.0 || >=24.11.0, and corresponding updates have been made to the lockfile and workspace configuration. There are no review comments, so I have no feedback to provide.

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.

@socket-security

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.0811007799100
Addedvitest@​4.1.9981007999100
Added@​vitest/​coverage-v8@​4.1.9991007998100
Addedvite-plus@​0.2.080100100100100

View full report

@codecov

codecov Bot commented Jun 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.91%. Comparing base (e96fec9) to head (7be4524).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #828   +/-   ##
=======================================
  Coverage   94.91%   94.91%           
=======================================
  Files          10       10           
  Lines         747      747           
  Branches      235      235           
=======================================
  Hits          709      709           
  Misses         35       35           
  Partials        3        3           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@fengmk2 fengmk2 closed this Jun 17, 2026
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