Skip to content

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

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

chore(deps): bump vite-plus to v0.2.0#8
fengmk2 wants to merge 2 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)
  • @vitest/browser-playwright added (4.1.9) since the browser provider is now an optional peer dep used by vite.config.ts
  • minimumReleaseAge enabled with vite-plus packages excluded (pnpm/bun/npm as applicable)

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 adds release age configurations and updates catalog dependencies in pnpm-workspace.yaml. Feedback highlights that the added release age settings are .npmrc configurations and will be ignored in pnpm-workspace.yaml. Additionally, the reviewer suggests correcting the pkg.pr.new URL path for vite-plus to avoid resolution issues, and adding @vitest/coverage-v8 to the catalog to prevent version mismatches with vitest.

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
Comment on lines +5 to +18
minimumReleaseAge: 60
minimumReleaseAgeExclude:
- '@voidzero-dev/*'
- vite-plus
- '@vitest/*'
- vite
- vitest
- '@oxc-project/*'
- '@oxlint/*'
- oxlint
- oxfmt
- oxlint-tsgolint
blockExoticSubdeps: false

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

These configuration options (minimumReleaseAge, minimumReleaseAgeExclude, and blockExoticSubdeps) are .npmrc settings and are not supported in pnpm-workspace.yaml. Placing them here will cause pnpm to silently ignore them.

To fix this, they should be moved to the .npmrc file at the root of your workspace using kebab-case:

minimum-release-age=60
minimum-release-age-exclude[]=@voidzero-dev/*
minimum-release-age-exclude[]=vite-plus
minimum-release-age-exclude[]=@vitest/*
minimum-release-age-exclude[]=vite
minimum-release-age-exclude[]=vitest
minimum-release-age-exclude[]=@oxc-project/*
minimum-release-age-exclude[]=@oxlint/*
minimum-release-age-exclude[]=oxlint
minimum-release-age-exclude[]=oxfmt
minimum-release-age-exclude[]=oxlint-tsgolint
block-exotic-subdeps=false

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

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 vite-plus is a monorepo, the pkg.pr.new URL should explicitly include the package name in the path, similar to how @voidzero-dev/vite-plus-core is defined. Omitting it may cause resolution issues during installation.

  vite-plus: 'https://pkg.pr.new/voidzero-dev/vite-plus/vite-plus@1856'

Comment thread pnpm-workspace.yaml
vitest: npm:@voidzero-dev/vite-plus-test@0.1.24
vite: 'https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@1856'
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.

medium

The vitest package is updated to 4.1.9 here, but @vitest/coverage-v8 in package.json is still at 4.1.8. To prevent version mismatch issues, consider adding @vitest/coverage-v8 to the catalog as well so both can be kept in sync.

  vitest: '4.1.9'
  '@vitest/coverage-v8': '4.1.9'

@pkg-pr-new

pkg-pr-new Bot commented Jun 17, 2026

Copy link
Copy Markdown

Open in StackBlitz

cf-fate

npm i https://pkg.pr.new/fengmk2/fate/cf-fate@8

create-fate

npm i https://pkg.pr.new/fengmk2/fate/create-fate@8

@nkzw/fate

npm i https://pkg.pr.new/fengmk2/fate/@nkzw/fate@8

react-fate

npm i https://pkg.pr.new/fengmk2/fate/react-fate@8

void-fate

npm i https://pkg.pr.new/fengmk2/fate/void-fate@8

vue-fate

npm i https://pkg.pr.new/fengmk2/fate/vue-fate@8

commit: 5251cfd

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