Skip to content

chore(deps): bump vite-plus to v0.1.24#2

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

chore(deps): bump vite-plus to v0.1.24#2
fengmk2 wants to merge 2 commits into
mainfrom
update-vite-plus-prerelease-test-0.1.24

Conversation

@fengmk2
Copy link
Copy Markdown
Owner

@fengmk2 fengmk2 commented Jun 1, 2026

Summary

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

Updated where applicable:

  • vite-plus -> pkg.pr.new prerelease
  • vite / vitest aliases and overrides -> @voidzero-dev/vite-plus-core / @voidzero-dev/vite-plus-test prerelease
  • @voidzero-dev/vite-plus-* direct deps, overrides / resolutions / pnpm.overrides / catalogs
  • Enabled minimum-release-age with vite-plus stack excluded (pnpm / npm / bun / yarn as applicable)
  • Moved deprecated pnpm.* package.json fields into pnpm-workspace.yaml where present

Test plan

  • CI passes

@fengmk2 fengmk2 self-assigned this Jun 1, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

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, including @voidzero-dev/vite-plus-core and vite-plus, to use specific preview tarball URLs, while also updating oxfmt and oxc-project packages. Additionally, it restructures the pnpm workspace configuration by moving onlyBuiltDependencies from package.json to pnpm-workspace.yaml. Feedback on these changes highlights critical supply-chain security concerns in pnpm-workspace.yaml, specifically advising against reducing the global minimumReleaseAge to 60 minutes and disabling blockExoticSubdeps, as both modifications expose the repository to potential dependency-based vulnerabilities.

Comment thread pnpm-workspace.yaml
- "packages/*"

minimumReleaseAge: 7200
minimumReleaseAge: 60
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

security-high high

Reducing the global minimumReleaseAge to 60 minutes (1 hour) severely weakens the supply-chain security of the repository for all other dependencies. Since you have already excluded the vite-plus stack and related packages using minimumReleaseAgeExclude, please keep the global minimumReleaseAge at its previous secure value of 7200 minutes (5 days).

minimumReleaseAge: 7200

Comment thread pnpm-workspace.yaml
minimumReleaseAge: 60
trustPolicy: no-downgrade
blockExoticSubdeps: true
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.

security-high high

Changing blockExoticSubdeps to false allows transitive dependencies to be resolved from non-registry sources (like git, file, or tarball URLs), which is a known supply-chain attack vector. Since direct exotic dependencies (like the pkg.pr.new tarballs used here) are still allowed with blockExoticSubdeps: true, please keep this setting enabled for security.

blockExoticSubdeps: true

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2026

React Doctor

React Doctor found 3 files changed in this pull request, but none matched the files covered by its enabled checks.

Scope: 3 files changed on update-vite-plus-prerelease-test-0.1.24 vs. main.

View workflow run

Generated by React Doctor. Questions? Contact founders@million.dev.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Jun 1, 2026

Open in StackBlitz

npm i https://pkg.pr.new/eslint-plugin-react-doctor@2
npm i https://pkg.pr.new/oxlint-plugin-react-doctor@2
npm i https://pkg.pr.new/react-doctor@2

commit: 36402ac

@fengmk2 fengmk2 changed the title chore(deps): bump vite-plus to v0.1.24 (pkg-pr-new PR #1738) chore(deps): bump vite-plus to v0.1.24 Jun 1, 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