Skip to content

Commit 47ff769

Browse files
committed
breaking: remove typescript v3 from the configuration wizard
1 parent bd89ca7 commit 47ff769

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cli/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ _Released 12/3/2024 (PENDING)_
2424
- Cypress Component Testing no longer supports `Svelte` version 3. Addresses [#30492](https://github.com/cypress-io/cypress/issues/30492).
2525
- The `cypress/angular-signals` test harness is no longer included in the Cypress binary. Instead, signals support is now shipped with `cypress/angular`! This requires `rxjs` to be installed as a `peerDependency`. Addresses [#29606](https://github.com/cypress-io/cypress/issues/29606).
2626
- Cypress Component Testing no longer supports `create-react-app`. Addresses [#30028](https://github.com/cypress-io/cypress/issues/30028).
27+
- The Cypress configuration wizard for Component Testing supports TypeScript 4.0 or greater.
2728

2829
**Deprecations:**
2930

packages/scaffold-config/src/dependencies.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const WIZARD_DEPENDENCY_TYPESCRIPT = {
4040
package: 'typescript',
4141
installer: 'typescript',
4242
description: 'TypeScript is a language for application-scale JavaScript',
43-
minVersion: '^3.4.0 || ^4.0.0 || ^5.0.0',
43+
minVersion: '^4.0.0 || ^5.0.0',
4444
} as const
4545

4646
export const WIZARD_DEPENDENCY_VUE_CLI_SERVICE = {

0 commit comments

Comments
 (0)