From 903dc11266df40017c36c4c0f627efd33b291a4a Mon Sep 17 00:00:00 2001 From: Mark Goho Date: Tue, 7 Jun 2022 11:45:00 -0400 Subject: [PATCH] reflect correct version of typescript angular uses 4.7, not .6 --- src/app/recommendations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/recommendations.ts b/src/app/recommendations.ts index 391845c..8fa42d4 100644 --- a/src/app/recommendations.ts +++ b/src/app/recommendations.ts @@ -193,7 +193,7 @@ export const RECOMMENDATIONS: Step[] = [ { possibleIn: 1400, necessaryAsOf: 1400, level: 1, step: 'v14 ng update', action: 'Run `ng update @angular/core@14 @angular/cli@14` which should bring you to version 14 of Angular.' }, { possibleIn: 1400, necessaryAsOf: 1400, level: 1, material: true, step: 'update @angular/material', action: 'Run `ng update @angular/material@14`.' }, - { possibleIn: 1400, necessaryAsOf: 1400, level: 1, step: 'TypeScript 4.6', action: 'Angular now uses TypeScript 4.6, read more about any potential breaking changes: https://devblogs.microsoft.com/typescript/announcing-typescript-4-6/', }, + { possibleIn: 1400, necessaryAsOf: 1400, level: 1, step: 'TypeScript 4.7', action: 'Angular now uses TypeScript 4.7, read more about any potential breaking changes: https://devblogs.microsoft.com/typescript/announcing-typescript-4-6/', }, { possibleIn: 1400, necessaryAsOf: 1400, level: 1, step: 'v14 node', action: 'Make sure you are using Node 14.15.0 or later', }, { possibleIn: 1400, necessaryAsOf: 1400, level: 2, step: 'v14 strict forms', action: 'Form models now require a generic type parameter. For gradual migration you can opt-out using the untyped version of the form model classes.' }, { possibleIn: 1400, necessaryAsOf: 1400, level: 2, step: 'v14 aotSummaries', action: 'Remove `aotSummaries` from `TestBed` since Angular no longer needs them in Ivy.' },