Commit 05ae576
authored
chore: upgrade vite-plus to v0.2.0 (#829)
Upgrade the toolchain from vite-plus v0.1.24 to v0.2.0.
v0.2.0 has two relevant breaking changes:
1. It consumes upstream Vitest directly, removing the
`@voidzero-dev/vite-plus-test` wrapper; `vitest` now arrives
transitively through `vite-plus`.
2. It raises the minimum Node.js to `^22.18.0 || >=24.11.0`.
## Changes
- `vite-plus`: `^0.1.24` -> `^0.2.0`
- `vite` override: bumped to `npm:@voidzero-dev/vite-plus-core@^0.2.0`
(still required), in both `package.json` and `pnpm-workspace.yaml`
- `vitest`: dropped the `@voidzero-dev/vite-plus-test` alias, pinned to
upstream `4.1.9` (the version bundled with vite-plus 0.2.0)
- `@vitest/coverage-v8`: `^4.1.8` -> `4.1.9` (this project uses the
coverage provider directly, so it is pinned to the single vitest
version)
- Removed the now-obsolete `vitest` override and its
`peerDependencyRules.allowAny` entry in `pnpm-workspace.yaml`
`engines.node` was left at `>= 22.19.0` since it already excludes Node
below 22.18.0.
## Verification
- No `@voidzero-dev/vite-plus-test` references remain outside
`node_modules`.
- Dependency tree resolves to a single `vitest@4.1.9` and
`@vitest/coverage-v8@4.1.9`.
- `vp test run`: native Vitest banner `RUN v4.1.9`, 229 passed / 6
skipped, 0 failures.
- `vp check`: format, lint, and type checks all pass.1 parent e96fec9 commit 05ae576
3 files changed
Lines changed: 591 additions & 346 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments