Skip to content

chore(deps): bump vite-plus to v0.2.0#3

Draft
fengmk2 wants to merge 3 commits into
mainfrom
update-vite-plus-prerelease-test-0.2.0
Draft

chore(deps): bump vite-plus to v0.2.0#3
fengmk2 wants to merge 3 commits into
mainfrom
update-vite-plus-prerelease-test-0.2.0

Conversation

@fengmk2

@fengmk2 fengmk2 commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Summary

Bump vite-plus and related packages to the pkg.pr.new prerelease build for v0.2.0.

Updated where applicable:

  • vite-plus -> pkg.pr.new build
  • vite (alias/override -> @voidzero-dev/vite-plus-core)
  • vitest pinned to bundled 4.1.9 (the @voidzero-dev/vite-plus-test wrapper was removed upstream; vitest is now plain upstream)
  • minimumReleaseAge enabled with vite-plus packages excluded (pnpm/bun/npm as applicable)

Also added a pull_request trigger to the lint workflow so CI runs on this PR, and applied vp check --fix formatting from the bundled oxfmt update.

Test plan

  • CI passes

@fengmk2 fengmk2 self-assigned this Jun 17, 2026

@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 performs dependency updates and minor code formatting across several files. In pnpm-workspace.yaml, the vite and vite-plus packages are updated to custom URLs, and new workspace configurations are added. However, a critical issue was identified where vitest is set to a non-existent version (4.1.9), which will cause installation failures. Other changes include sorting dependencies in package.json, reorganizing imports in mainPageSearchBar.vue, and minor formatting adjustments in Cargo.toml and updateChecker.vue.

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.

Comment thread pnpm-workspace.yaml
vite-plus: ^0.1.24
vitest: npm:@voidzero-dev/vite-plus-test@^0.1.24
vite-plus: https://pkg.pr.new/voidzero-dev/vite-plus@1856
vitest: 4.1.9

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

The version 4.1.9 for vitest does not exist on the public npm registry (the current major version of Vitest is 3.x). This is likely a typo for 1.4.9 or another valid version. Using a non-existent version will cause pnpm install to fail.

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