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): preserve browser provider peer deps and fix version warning
When migrating from vitest, @vitest/browser-playwright and
@vitest/browser-webdriverio are removed but their required runtime peer
dependencies (playwright, webdriverio) were lost. Now the migration
automatically adds them to devDependencies.
Also patches @vitest/browser version string to use VP_VERSION env var,
eliminating the spurious "Running mixed versions" warning.
Closes#1190
0 commit comments