From 873ab73235df2841ce1347c7397c78b4284118dd Mon Sep 17 00:00:00 2001 From: ahnpnl Date: Fri, 28 Feb 2025 08:41:30 +0100 Subject: [PATCH] refactor: drop support for `typescript` <5.4 BREAKING CHANGE The minimum support version of TypeScript is 5.4 following the support version from Angular 17 --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 753f231ef2..92e250ab82 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@angular/platform-browser-dynamic": ">=17.0.0 <20.0.0", "jest": "^29.0.0", "jsdom": ">=22.0.0", - "typescript": ">=4.8" + "typescript": ">=5.4" }, "peerDependenciesMeta": { "jsdom": { diff --git a/yarn.lock b/yarn.lock index e730871abe..92db5eadf6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8871,7 +8871,7 @@ __metadata: "@angular/platform-browser-dynamic": ">=17.0.0 <20.0.0" jest: ^29.0.0 jsdom: ">=22.0.0" - typescript: ">=4.8" + typescript: ">=5.4" dependenciesMeta: esbuild: optional: true