chore(deps): bump vite-plus to v0.2.0#8
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates several dependency versions in the pnpm workspace catalog, including using pkg.pr.new URLs for Vite and updating Vitest to version 4.1.9. It also adds @vitest/browser-playwright to package.json and configures release age exclusions in pnpm-workspace.yaml. The review feedback suggests centralizing the new @vitest/browser-playwright dependency in the pnpm catalog and referencing it via catalog: to maintain consistent dependency management.
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.
| "@rspack/core": "^1.7.3", | ||
| "@svitejs/changesets-changelog-github-compact": "^1.2.0", | ||
| "@typescript/native-preview": "7.0.0-dev.20260421.2", | ||
| "@vitest/browser-playwright": "4.1.9", |
There was a problem hiding this comment.
| vitest: npm:@voidzero-dev/vite-plus-test@latest | ||
| vite-plus: latest | ||
| vite: https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@1856 | ||
| vitest: 4.1.9 |
Summary
Bump
vite-plusand related packages to the pkg.pr.new prerelease build for v0.2.0.Updated where applicable:
vite-plus-> pkg.pr.new buildvite(alias/override ->@voidzero-dev/vite-plus-core)vitestpinned to bundled4.1.9(the@voidzero-dev/vite-plus-testwrapper was removed upstream; vitest is now plain upstream)@vitest/browser-playwrightadded at4.1.9(vitest 4 split the browser providers into separate packages; the config imports the playwright provider)minimumReleaseAgeenabled with vite-plus packages excluded (pnpm-workspace.yaml)Note:
vp checksurfaces ~11 pre-existingeslint(no-underscore-dangle)errors in docs/scripts, unrelated to this bump.Test plan