Commit 9d6c482
Mnikley
fix(deps): use mature vite 6/vitest 3 and move overrides to workspace
The 3.0.4 bump tripped web CI two ways:
- pnpm 11 ignores the package.json "pnpm" field, so the transitive
overrides silently didn't apply. Moved them to pnpm-workspace.yaml.
- Vite 8 / rolldown were published within the runner's minimumReleaseAge
supply-chain cutoff. The advisories only require vite >=6.4.3 and
vitest >=3.2.6, both mature; pin those instead of the latest majors.
Audit still clean, frozen-lockfile passes, typecheck/lint/200 tests/build
all green. No new packages fall within the release-age cutoff.1 parent b9ecb7d commit 9d6c482
4 files changed
Lines changed: 918 additions & 284 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 48 | + | |
| 49 | + | |
58 | 50 | | |
59 | 51 | | |
0 commit comments