From af0277da900e20c7fb270ddb46be20deb487aefc Mon Sep 17 00:00:00 2001 From: Gabriel Pereira Woitechen Date: Fri, 18 Nov 2022 10:37:57 -0300 Subject: [PATCH] feat: support TypeScript 4.9, drop support for TypeScript 4.2, 4.3 (#1467) feat: support typescript 4.9 --- .github/workflows/ci.yml | 2 +- package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a732659b..d358b8a68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: strategy: fail-fast: false matrix: - ts: ['4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8'] + ts: ['4.4', '4.5', '4.6', '4.7', '4.8', '4.9'] steps: - name: Checkout uses: actions/checkout@v3 diff --git a/package.json b/package.json index d9c8674de..c60ce025c 100644 --- a/package.json +++ b/package.json @@ -146,13 +146,13 @@ "ts-loader": "^9.2.6", "ts-node": "^10.1.0", "tsup": "^5.12.8", - "typescript": "^4.8.2", + "typescript": "^4.9.3", "url-loader": "^4.1.1", "webpack": "^5.68.0", "webpack-dev-server": "^3.11.2" }, "peerDependencies": { - "typescript": ">= 4.2.x <= 4.8.x" + "typescript": ">= 4.4.x <= 4.9.x" }, "peerDependenciesMeta": { "typescript": { diff --git a/yarn.lock b/yarn.lock index ee0b3a2dd..0360dffaf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9855,10 +9855,10 @@ typescript@^4.4.3: resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8" integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg== -typescript@^4.8.2: - version "4.8.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2.tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790" - integrity sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw== +typescript@^4.9.3: + version "4.9.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db" + integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA== unbox-primitive@^1.0.2: version "1.0.2"