From 324cf4d9502a2dba593df517be50581f3b10fca9 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Tue, 30 Jun 2020 12:07:02 +0630 Subject: [PATCH 1/2] Update typescript doc to specify minimum required TS version --- source/guides/tooling/typescript-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guides/tooling/typescript-support.md b/source/guides/tooling/typescript-support.md index bdb84d8d55..895741c4ff 100644 --- a/source/guides/tooling/typescript-support.md +++ b/source/guides/tooling/typescript-support.md @@ -6,7 +6,7 @@ Cypress ships with {% url "official type declarations" https://github.com/cypres ## Install TypeScript -You'll need to have TypeScript installed within your project to have TypeScript support within Cypress. +You'll need to have TypeScript 3.4+ installed within your project to have TypeScript support within Cypress. ```bash npm install typescript From f10e4d04a3469069cc1e4ff221665b54eec1cf17 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Tue, 30 Jun 2020 20:41:03 +0630 Subject: [PATCH 2/2] Add note about min version to TypeScript History table --- source/guides/tooling/typescript-support.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/guides/tooling/typescript-support.md b/source/guides/tooling/typescript-support.md index 895741c4ff..546d967e3e 100644 --- a/source/guides/tooling/typescript-support.md +++ b/source/guides/tooling/typescript-support.md @@ -129,6 +129,7 @@ module.exports = (on, config) => { ``` {% history %} +{% url "5.0.0" changelog#5-0-0 %} | Raised minimum required TypeScript version from 2.9+ to 3.4+ {% url "4.4.0" changelog#4-4-0 %} | Added support for TypeScript without needing your own transpilation through preprocessors. {% endhistory %}