Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

reflect correct version of typescript #191

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/recommendations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/', },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link also would need an update.

{ possibleIn: 1400, necessaryAsOf: 1400, level: 1, step: 'v14 node', action: 'Make sure you are using <a href="http://www.hostingadvice.com/how-to/update-node-js-latest-version/" target="_blank">Node 14.15.0 or later</a>', },
{ 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.' },
Expand Down