mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-01 12:10:07 -06:00
* chore: cut over mocha tests to vitest in @cypress/vite-dev-server * breaking: make @cypress/vite-dev-server an ESM only package * feat: support vite version 7 in @cypress/vite-dev-server * build binaries * test * fix: file import issues on windows * avoid optimized deps to suppress extraneous console logs * does this work? * chore: add unit tests for getVite as the implementation as changed quite a bit * chore: update changelog * fix vite optimize dependency messages being logged out to the console even though log level is silent * fix issues with correct vite being invoked * chore: address issues from code review * Downgrade react in vite 7 project to fix deprecation warnings