[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

chore: use catalog protocol in pnpm overrides (#10609)

Co-authored-by: Hiroshi Ogawa <4232207+hi-ogawa@users.noreply.github.com>

authored by

Hiroshi Ogawa
Hiroshi Ogawa
and committed by
GitHub
(Jun 18, 2026, 10:26 AM +0200) a973eaeb 3900e634

+5 -3
+5 -3
pnpm-workspace.yaml
··· 27 27 - test/e2e/dts/* 28 28 - test/e2e/fixtures/conditions-pkg 29 29 overrides: 30 - '@types/node': $@types/node 30 + '@types/node': 'catalog:' 31 31 '@vitest/browser': workspace:* 32 32 '@vitest/browser-playwright': workspace:* 33 33 '@vitest/browser-preview': workspace:* ··· 35 35 '@vitest/ui': workspace:* 36 36 acorn: 8.11.3 37 37 mlly: ^1.8.0 38 - rollup: $rollup 39 - vite: $vite 38 + rollup: 'catalog:' 39 + vite: 'catalog:' 40 40 vitest: workspace:* 41 41 patchedDependencies: 42 42 '@sinonjs/fake-timers@15.3.2': patches/@sinonjs__fake-timers@15.3.2.patch ··· 85 85 obug: ^2.1.1 86 86 pathe: ^2.0.3 87 87 playwright: ^1.60.0 88 + rollup: ^4.59.0 88 89 semver: ^7.8.3 89 90 sinon: ^21.0.3 90 91 sinon-chai: ^4.0.1 ··· 99 100 tinyspy: ^4.0.4 100 101 typescript: ^5.9.3 101 102 unocss: ^66.6.6 103 + vite: 8.0.11 102 104 vitest-sonar-reporter: 3.0.0 103 105 vue: ^3.5.29 104 106 ws: ^8.19.0