Commit cba9b44
authored
chore(deps): upgrade vite-plus to 0.2.1 (#34)
## Problem
The project is on vite-plus 0.1.x, which pulls Vitest in through the
`@voidzero-dev/vite-plus-test` wrapper. v0.2.1 consumes upstream Vitest
directly and drops that wrapper.
## Fix
- Bump `vite-plus` and the `vite -> @voidzero-dev/vite-plus-core`
override to `0.2.1` in the catalog.
- Remove the `@voidzero-dev/vite-plus-test` wrapper: drop the `vitest`
catalog entry, override, and `peerDependencyRules`. The project has no
direct vitest usage (all tests import from `vite-plus/test`), so vitest
now arrives transitively via vite-plus.
## Verification
- Dependency tree resolves to a single `vitest@4.1.9`; no
`@voidzero-dev/vite-plus-test` reference remains.
- `vp test`: 31/31 passed (native Vitest banner `RUN v4.1.9`).
- `vp check`: formatting, lint, and type checks pass.1 parent e7642af commit cba9b44
4 files changed
Lines changed: 628 additions & 332 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
8 | 20 | | |
9 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments