Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
feat!: update to Angular v14 (#1004)
* feat!: update to Angular v14 * v14.0.0-alpha.0 * feat: use v14 stable of Angular * chore: update integration-test snapshots * chore: fix integration-test snapshots * v14.0.0-alpha.1 * chore: update integration test snapshots * chore: update integration test snapshots * fix: update dependency aria-query to v5 * fix: update dependency axobject-query to v3 * v14.0.0-alpha.2 * v14.0.0-alpha.3 * feat!: add original component filename to inline-template filename * feat!: drop node 12 support * feat: add ng update schematic for v14 * feat: use schematicCollections instead of defaultCollection * feat: add ng update migration for defaultCollection to schematicCollections change * feat: migrate from @typescript-eslint/experimental-utils to @typescript-eslint/utils * v14.0.0-alpha.4
- Loading branch information
1 parent
6921945
commit 2a388e9
Showing
76 changed files
with
1,508 additions
and
1,036 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "version": "13.5.0", | ||
| "version": "14.0.0-alpha.4", | ||
| "npmClient": "yarn", | ||
| "useWorkspaces": true, | ||
| "stream": true | ||
|
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| export * from '@angular/compiler'; | ||
| export type { | ||
| Comment, | ||
| Node as R3_Node, | ||
| } from '@angular/compiler/src/render3/r3_ast'; | ||
| export type { Message } from '@angular/compiler/src/i18n/i18n_ast'; | ||
|
|
||
| import type { MessageBundle, ParsedTemplate } from '@angular/compiler'; | ||
| export type Comment = Required<ParsedTemplate>['commentNodes'][number]; | ||
| export type Message = ReturnType<MessageBundle['getMessages']>[number]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/eslint-plugin-template/src/rules/mouse-events-have-key-events.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 5 additions & 3 deletions
8
packages/eslint-plugin-template/src/utils/get-nearest-node-from.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.