Skip to content

chore: upgrade vite-plus to 0.1.19-alpha.3#1

Draft
fengmk2 wants to merge 1 commit into
mainfrom
update-vite-plus-alpha-0.1.19-alpha.3
Draft

chore: upgrade vite-plus to 0.1.19-alpha.3#1
fengmk2 wants to merge 1 commit into
mainfrom
update-vite-plus-alpha-0.1.19-alpha.3

Conversation

@fengmk2

@fengmk2 fengmk2 commented Apr 21, 2026

Copy link
Copy Markdown
Owner

Upgrade vite-plus and related packages to 0.1.19-alpha.3 alpha version.

@fengmk2 fengmk2 self-assigned this Apr 21, 2026
@pkg-pr-new

pkg-pr-new Bot commented Apr 21, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/trpc-nuxt@1

commit: b69965d

@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 updates the documentation in AGENTS.md to clarify the usage of built-in vp commands versus custom scripts and introduces a CI integration section for GitHub Actions. Additionally, it pins the versions of vite, vitest, and vite-plus in pnpm-workspace.yaml. A review comment suggests updating the CI example to use vp run test instead of vp test to ensure the project's custom test suite is executed as intended.

Comment thread AGENTS.md
with:
cache: true
- run: vp check
- run: vp test

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 this project defines a custom test task in vite.config.ts (which runs Playwright), and the documentation clarifies that built-in commands like vp test always run the built-in tool (Vitest), the CI example should use vp run test to ensure the project's specific test suite is executed.

Suggested change
- run: vp test
- run: vp run test

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