You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(migration): add vitest to devDependencies for peer dep resolution
When migrating projects that have packages with vitest as a peer
dependency (e.g., vitest-browser-svelte), the migration now ensures
vitest is added to devDependencies. Without this, pnpm resolves the
real vitest@4.x for peer deps instead of the aliased
@voidzero-dev/vite-plus-test, causing third-party type augmentations
(like page.render() from vitest-browser-svelte) to target the wrong
module and fail type checking.
Also add vite-plus-vitest-type-aug reproduction project to ecosystem-ci
for ongoing regression testing.
Closes#1256
0 commit comments