10.0.2

Released Released on June 1, 2022

Bugfixes:

  • Cypress will no longer watch files when in run mode. Fixed #22054

  • Improved support for esm in windows. Fixed #22038

  • Improved TypeScript detection in project:

    • Ensures TypeScript actually exists (via require.resolve) and is specified in dependencies or devDependencies before migrating a project to use it.

    • When creating a new project include *tsconfig.json glob in algorithm to detect TypeScript.

    • When migrating the existing files in the cypress folder should be enough info to make the determination.

    • No longer includes .d.ts files when detecting TypeScript

    • Fixed #22034, #22108, and #21997

  • Vite dev-server for component testing will not crash if user has vite plugins that rely on non-empty plugins list. Fixed #22021

  • Post processing ffmpeg is now run at a lower priority. Fixed #21585