chore: upgrade Vitest catalog#1514
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis PR standardizes Vitest across the monorepo by adding
Confidence Score: 5/5Safe to merge — the change is a straightforward dependency consolidation with no logic modifications. All six packages now resolve to a single vitest version via the catalog, eliminating version drift. The only package making a cross-major jump (docs-examples, v2 → v4) has tests that exclusively use the stable describe/it/expect surface; its globalSetup module exports the unchanged setup/teardown contract. The lockfile correctly drops all v2 and v4.0.x sub-packages. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[pnpm-workspace.yaml\ncatalog: vitest 4.1.8] --> B[apps/breakpoint\ncatalog:]
A --> C[apps/media\ncatalog:]
A --> D[apps/web\ncatalog:]
A --> E[packages/docs-examples\ncatalog:]
A --> F[packages/i18n\ncatalog:]
A --> G[packages/ui-chrome\ncatalog:]
B -. "was ^4.0.18" .-> H[pnpm-lock.yaml\nresolved: 4.1.8]
C -. "was ^4.0.18" .-> H
D -. "was ^4.0.18" .-> H
E -. "was ^2.1.9" .-> H
F -. "was ^4.0.18" .-> H
G -. "was ^4.0.18" .-> H
Reviews (1): Last reviewed commit: "chore: upgrade vitest catalog" | Re-trigger Greptile |
Summary
catalog:Test plan
pnpm testpnpm list vitest -r --depth 0