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

Add a & href tags around Typescript 3.1 & 4.4 releases notes #232

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

E-Jacques
Copy link

Link where present but not clickable.
Change that behaviour by wrapping those links by a tags

@google-cla
Copy link

google-cla bot commented Jun 23, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@@ -62,7 +62,7 @@ export const RECOMMENDATIONS: Step[] = [
{ possibleIn: 600, necessaryAsOf: 700, level: ApplicationComplexity.Basic, step: 'update to RxJS 6', action: 'Remove deprecated RxJS 5 features using <a href="https://github.com/ReactiveX/rxjs-tslint" target="_blank">rxjs-tslint auto update rules</a><br/><br/>For most applications this will mean running the following two commands:<br/><br/>`npx rxjs-tslint`<br/>`rxjs-5-to-6-migrate -p src/tsconfig.app.json`'},
{ possibleIn: 600, necessaryAsOf: 800, level: ApplicationComplexity.Medium, step: 'remove rxjs-compat', action: 'Once you and all of your dependencies have updated to RxJS 6, remove `rxjs-compat`.'},
{ possibleIn: 610, necessaryAsOf: 800, level: ApplicationComplexity.Medium, step: 'use files instead of versionedFiles', action: 'If you use the Angular Service worker, migrate any `versionedFiles` to the `files` array. The behavior is the same.'},
{ possibleIn: 700, necessaryAsOf: 700, level: ApplicationComplexity.Basic, step: 'TypeScript 3.1', action: 'Angular now uses TypeScript 3.1, read more about any potential breaking changes: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-1.html', },
{ possibleIn: 700, necessaryAsOf: 700, level: ApplicationComplexity.Basic, step: 'TypeScript 3.1', action: 'Angular now uses TypeScript 3.1, read more about any potential breaking changes: <a href="https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-1.html" target="_blank">TypeScript 3.1 release notes</a>', },
{ possibleIn: 700, necessaryAsOf: 700, level: ApplicationComplexity.Basic, step: 'Node 10', action: 'Angular has now added support for Node 10: https://nodejs.org/en/blog/release/v10.0.0/', },
Copy link
Contributor

Choose a reason for hiding this comment

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

Please do the same for this link for Node as well.

Copy link
Author

Choose a reason for hiding this comment

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

Thanks for the review, I've updated my PR.
Also, seems like external links are missing the associated icon (see below) that is needed for the links to be accessible. Shall I add them in this PR, create another PR or accessibility is not an issue for now?

main-qimg-c1584f882355c17aeadf6b0fc9e5e95f-lq

Copy link
Contributor

Choose a reason for hiding this comment

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

It would be better to take this separately. Please create a new issue for this.

@ajitzero
Copy link
Contributor

ajitzero commented Nov 9, 2023

@E-Jacques Please complete the CLA #232 (comment)

@E-Jacques
Copy link
Author

E-Jacques commented Nov 9, 2023

@E-Jacques Please complete the CLA #232 (comment)

I did it this morning... Or did I did it uncorrecltly ?

@ajitzero
Copy link
Contributor

ajitzero commented Nov 9, 2023

Looks fine now. Checks weren't updated when I commented. No worries!

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