Skip to content

chore: upgrade vite-plus to 0.1.20-alpha.4#2

Draft
fengmk2 wants to merge 1 commit into
mainfrom
update-vite-plus-alpha-0.1.20-alpha.4
Draft

chore: upgrade vite-plus to 0.1.20-alpha.4#2
fengmk2 wants to merge 1 commit into
mainfrom
update-vite-plus-alpha-0.1.20-alpha.4

Conversation

@fengmk2
Copy link
Copy Markdown
Owner

@fengmk2 fengmk2 commented Apr 28, 2026

Upgrade vite-plus and related packages to 0.1.20-alpha.4 alpha version.

@fengmk2 fengmk2 self-assigned this Apr 28, 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 the vite-plus dependency to version 0.1.20-alpha.4 across multiple packages and updates the pnpm-lock.yaml file accordingly. I have identified that the packages/e2e/package.json file is missing the corresponding update for vite-plus, which should be addressed to ensure workspace consistency. Additionally, I recommend pinning the detox dependency to a specific version in package.json instead of using the latest tag to improve build reproducibility.

Comment thread pnpm-lock.yaml
vite-plus:
specifier: latest
version: 0.1.15(@types/node@20.19.34)(esbuild@0.27.4)(happy-dom@15.11.7)(jiti@2.6.1)(publint@0.3.18)(terser@5.46.0)(tsx@4.21.0)(typescript@5.9.3)(vite@6.4.1(@types/node@20.19.34)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(yaml@2.8.2)
specifier: 0.1.20-alpha.4
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 lockfile indicates that the vite-plus specifier for packages/e2e has been updated to 0.1.20-alpha.4, but the corresponding change in packages/e2e/package.json is missing from this pull request. Please ensure that packages/e2e/package.json is updated to maintain consistency across the workspace.

Comment thread pnpm-lock.yaml
detox:
specifier: latest
version: 20.50.1(@jest/environment@30.3.0)(@jest/types@30.3.0)(expect@30.3.0)(jest-environment-node@30.3.0)(jest@30.3.0(@types/node@20.19.34))
version: 20.51.0(@jest/environment@30.3.0)(@jest/types@30.3.0)(expect@30.3.0)(jest-environment-node@30.3.0)(jest@30.3.0(@types/node@20.19.34))
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 detox dependency in packages/e2e is currently using the latest tag (as seen in the specifier on line 91), which led to an automatic version bump from 20.50.1 to 20.51.0 in this lockfile update. It is recommended to pin dependencies to specific versions in package.json to ensure build reproducibility and avoid unexpected breaking changes.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 28, 2026

Open in StackBlitz

npm i https://pkg.pr.new/bippy@2

commit: d698334

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