From e4f195e00add51260b5519d21eec3c606ed448a9 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Fri, 26 Aug 2022 11:21:43 +0000 Subject: [PATCH] fix(@schematics/angular): update minimum Angular version to 14.2 14.2 is the minimum versions that is needed to support workspaces with TypeScript 4.8 Closes #23804 --- packages/schematics/angular/utility/latest-versions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schematics/angular/utility/latest-versions.ts b/packages/schematics/angular/utility/latest-versions.ts index d8ac87b6c259..5dbb0def7104 100644 --- a/packages/schematics/angular/utility/latest-versions.ts +++ b/packages/schematics/angular/utility/latest-versions.ts @@ -15,7 +15,7 @@ export const latestVersions: Record & { ...require('./latest-versions/package.json')['dependencies'], // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current - Angular: '^14.0.0', + Angular: '^14.2.0', // Since @angular-devkit/build-angular and @schematics/angular are always // published together from the same monorepo, and they are both