Commit d79bbda
committed
chore(deps): upgrade vite-plus to 0.2.1
v0.2.1 consumes upstream Vitest directly; the @voidzero-dev/vite-plus-test
wrapper is removed and vitest (4.1.9) now arrives transitively through
vite-plus. No source changes needed since all tests already import from the
stable vite-plus/test API. Reinstall drops the wrapper from the lockfile and
resolves to a single vitest version.
CI: handle vp 0.2.x's default minimumReleaseAge supply-chain gate, which
rejects the freshly published 0.2.1 packages in the build job's repo-root
`vp install`. vp's lockfile verifier reads the exclude list only from
pnpm-workspace.yaml, but a pnpm-workspace.yaml at the repo root makes vp treat
the root as a workspace root and breaks the in-repo test-project fixtures the
other jobs create. So the build job generates a gitignored pnpm-workspace.yaml
with the exclude just-in-time (it is the only job that installs at the repo
root and it creates no test-project); the file is gitignored so the prepare
hook can regenerate it locally without it being committed.1 parent a268c9c commit d79bbda
5 files changed
Lines changed: 660 additions & 338 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
551 | 564 | | |
552 | 565 | | |
553 | 566 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
0 commit comments