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

Conversation

markgoho
Copy link
Contributor

@markgoho markgoho commented Jun 7, 2022

angular uses 4.7, not .6

angular uses 4.7, not .6
@@ -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.

Copy link
Member

@mgechev mgechev left a comment

Choose a reason for hiding this comment

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

LGTM mostly :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants