From da2b77aeb7316cd3cc6dd1ab013feb223f2831c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leosvel=20P=C3=A9rez=20Espinosa?= Date: Mon, 21 Nov 2022 18:14:50 +0100 Subject: [PATCH] fix(angular): update make-angular-cli-faster version map with angular 15 (#13297) --- packages/make-angular-cli-faster/src/utilities/migration.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/make-angular-cli-faster/src/utilities/migration.ts b/packages/make-angular-cli-faster/src/utilities/migration.ts index 3b920f1820c66..1f5f8651cb7b9 100644 --- a/packages/make-angular-cli-faster/src/utilities/migration.ts +++ b/packages/make-angular-cli-faster/src/utilities/migration.ts @@ -17,8 +17,8 @@ const latestVersionWithOldFlag = '13.8.3'; // is already supported const nxAngularVersionMap: Record = { 13: { range: '>= 13.2.0 < 14.2.0', max: '~14.1.0' }, - 14: { range: '>= 14.2.0' }, - 15: { range: '>= 15.0.0' }, + 14: { range: '>= 14.2.0 < 15.2.0', max: '~15.1.0' }, + 15: { range: '>= 15.2.0' }, }; // latest major version of Angular that is compatible with Nx, based on the map above const latestCompatibleAngularMajorVersion = Math.max(