Skip to content

chore(deps): bump vite-plus to v0.2.2 - #24

Draft
fengmk2 wants to merge 1 commit into
minorfrom
update-vite-plus-prerelease-test-0.2.2
Draft

chore(deps): bump vite-plus to v0.2.2#24
fengmk2 wants to merge 1 commit into
minorfrom
update-vite-plus-prerelease-test-0.2.2

Conversation

@fengmk2

@fengmk2 fengmk2 commented Jul 2, 2026

Copy link
Copy Markdown
Owner

Summary

Bump vite-plus and related packages to the pkg.pr.new prerelease build for v0.2.2 (registry-bridge commit build) to smoke-test the prerelease.

  • vite-plus + vite (alias to @voidzero-dev/vite-plus-core) and vitest pinned to the commit build across deps / overrides / catalogs
  • minimumReleaseAge enabled with the vite-plus / @voidzero-dev/* / oxc / oxlint stack excluded
  • .npmrc (or .yarnrc.yml) points the package manager at the registry bridge (prerelease scaffolding)

Test plan

  • CI passes

@fengmk2 fengmk2 self-assigned this Jul 2, 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 transitions the repository's testing and build configuration from Vitest and Vite to Vite Plus, updating package scripts, workspace catalogs, and test imports across multiple packages. The review feedback suggests combining duplicate imports in vite.config.ts and explicitly declaring vite-plus as a dependency in packages-private/vapor-e2e-test/package.json and packages/vue/package.json to ensure correct monorepo dependency resolution.

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 vite.config.ts
Comment on lines +1 to +2
import { configDefaults } from 'vite-plus'
import { playwright } from 'vite-plus/test/browser-playwright'

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

To avoid duplicate imports from 'vite-plus', we can combine configDefaults and defineConfig into a single import statement. Please also remember to remove the duplicate import { defineConfig } from 'vite-plus' on line 3.

Suggested change
import { configDefaults } from 'vite-plus'
import { playwright } from 'vite-plus/test/browser-playwright'
import { configDefaults, defineConfig } from 'vite-plus'
import { playwright } from 'vite-plus/test/browser-playwright'

"vite": "catalog:",
"vue": "workspace:*"
"vue": "workspace:*",
"vitest": "catalog:"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Since the tests in this package import from 'vite-plus/test' and 'vite-plus/test/browser', we should explicitly declare 'vite-plus' as a dependency in package.json to ensure proper dependency resolution in the monorepo.

    "vitest": "catalog:",
    "vite-plus": "catalog:"

Comment thread packages/vue/package.json
}
},
"devDependencies": {
"vitest": "catalog:"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Since the E2E tests in this package import from 'vite-plus/test' and 'vite-plus/test/browser', we should explicitly declare 'vite-plus' as a devDependency in package.json to ensure proper dependency resolution in the monorepo.

    "vitest": "catalog:",
    "vite-plus": "catalog:"

@fengmk2
fengmk2 force-pushed the update-vite-plus-prerelease-test-0.2.2 branch from 5475106 to 715b989 Compare July 2, 2026 08:17
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