|
1 | 1 | {
|
2 | 2 | "migrations": [
|
3 | 3 | {
|
4 |
| - "version": "13.0.0-beta.1", |
5 |
| - "description": "Add default base to nx.json if its not currently set", |
6 |
| - "factory": "./src/migrations/update-13-0-0/set-default-base-if-not-set", |
7 |
| - "cli": "nx", |
8 |
| - "package": "@nrwl/workspace", |
9 |
| - "name": "set-default-base-if-not-set" |
10 |
| - }, |
11 |
| - { |
12 |
| - "version": "13.0.0-beta.4", |
13 |
| - "description": "Move global settings into nx.json, and project specific settings into workspace.json", |
14 |
| - "cli": "nx", |
15 |
| - "implementation": "./src/migrations/update-13-0-0/config-locations/config-locations", |
16 |
| - "package": "@nrwl/workspace", |
17 |
| - "name": "13-0-0-config-locations" |
18 |
| - }, |
19 |
| - { |
20 |
| - "version": "13.2.0", |
21 |
| - "description": "Set --parallel=1 for existing repos to preserve the existing behavior", |
22 |
| - "cli": "nx", |
23 |
| - "implementation": "./src/migrations/update-13-2-0/set-parallel-default", |
24 |
| - "package": "@nrwl/workspace", |
25 |
| - "name": "set-parallel-default" |
26 |
| - }, |
27 |
| - { |
28 |
| - "cli": "nx", |
29 |
| - "version": "13.0.0-beta.10", |
30 |
| - "description": "Adds postcss packages needed for Tailwind support if ng-packagr is already installed.", |
31 |
| - "factory": "./src/migrations/update-13-0-0/add-postcss-packages", |
32 |
| - "package": "@nrwl/angular", |
33 |
| - "name": "add-postcss-packages" |
34 |
| - }, |
35 |
| - { |
36 |
| - "cli": "nx", |
37 |
| - "version": "13.2.0-beta.1", |
38 |
| - "description": "Remove deprecated options from webpack-server and webpack-browser.", |
39 |
| - "factory": "./src/migrations/update-13-2-0/update-angular-config", |
40 |
| - "package": "@nrwl/angular", |
41 |
| - "name": "update-angular-config" |
42 |
| - }, |
43 |
| - { |
44 |
| - "cli": "nx", |
45 |
| - "version": "13.2.0-beta.1", |
46 |
| - "description": "Remove enableIvy and add compilationMode to library tsconfig and remove deprecated ng-packagr options.", |
47 |
| - "factory": "./src/migrations/update-13-2-0/update-libraries", |
48 |
| - "package": "@nrwl/angular", |
49 |
| - "name": "update-libraries" |
50 |
| - }, |
51 |
| - { |
52 |
| - "cli": "nx", |
53 |
| - "version": "13.2.0-beta.1", |
54 |
| - "description": "Update jest config to support jest-preset-angular", |
55 |
| - "factory": "./src/migrations/update-13-2-0/update-angular-jest-config", |
56 |
| - "package": "@nrwl/angular", |
57 |
| - "name": "update-angular-jest-config" |
58 |
| - }, |
59 |
| - { |
60 |
| - "cli": "nx", |
61 |
| - "version": "13.2.0-beta.1", |
62 |
| - "description": "Move some imports from @nrwl/angular/testing to jasmine-marbles", |
63 |
| - "factory": "./src/migrations/update-13-2-0/update-testing-imports", |
64 |
| - "package": "@nrwl/angular", |
65 |
| - "name": "update-testing-imports" |
66 |
| - }, |
67 |
| - { |
68 |
| - "version": "13.0.0", |
69 |
| - "factory": "./update-13/schematic-options", |
70 |
| - "description": "Remove no longer valid Angular schematic options from `angular.json`.", |
71 |
| - "package": "@angular/cli", |
72 |
| - "name": "schematic-options-13" |
73 |
| - }, |
74 |
| - { |
75 |
| - "version": "13.0.0", |
76 |
| - "factory": "./update-13/update-angular-config", |
77 |
| - "description": "Remove deprecated options from 'angular.json' that are no longer present in v13.", |
78 |
| - "package": "@angular/cli", |
79 |
| - "name": "update-angular-config-v13" |
80 |
| - }, |
81 |
| - { |
82 |
| - "version": "13.0.0", |
83 |
| - "factory": "./update-13/update-libraries", |
84 |
| - "description": "Update library projects to be published in partial mode and removed deprecated options from ng-packagr configuration.", |
85 |
| - "package": "@angular/cli", |
86 |
| - "name": "update-libraries-v13" |
87 |
| - }, |
88 |
| - { |
89 |
| - "version": "13.0.0", |
90 |
| - "factory": "./update-13/drop-ie-polyfills", |
91 |
| - "description": "Remove polyfills required only for Internet Explorer which is no longer supported.", |
92 |
| - "package": "@angular/cli", |
93 |
| - "name": "drop-ie-polyfills" |
94 |
| - }, |
95 |
| - { |
96 |
| - "version": "13.0.0", |
97 |
| - "factory": "./update-13/update-gitignore", |
98 |
| - "description": "Updating '.gitignore' to include '.angular/cache'.", |
99 |
| - "package": "@angular/cli", |
100 |
| - "name": "update-gitignore" |
101 |
| - }, |
102 |
| - { |
103 |
| - "version": "13.0.0-beta", |
104 |
| - "description": "Migrates `[routerLink]=\"\"` in templates to `[routerLink]=\"[]\"` because these links are likely intended to route to the current page with updated fragment/query params.", |
105 |
| - "factory": "./migrations/router-link-empty-expression/index", |
| 4 | + "version": "14.0.0-beta", |
| 5 | + "description": "As of Angular version 13, `entryComponents` are no longer necessary.", |
| 6 | + "factory": "./migrations/entry-components/index", |
106 | 7 | "package": "@angular/core",
|
107 |
| - "name": "migration-v13-router-link-empty-expression" |
| 8 | + "name": "migration-entry-components" |
108 | 9 | },
|
109 | 10 | {
|
110 |
| - "version": "13.0.0-beta", |
111 |
| - "description": "In Angular version 13, the `teardown` flag in `TestBed` will be enabled by default. This migration automatically opts out existing apps from the new teardown behavior.", |
112 |
| - "factory": "./migrations/testbed-teardown/index", |
| 11 | + "version": "14.0.0-beta", |
| 12 | + "description": "As of Angular version 14, Forms model classes accept a type parameter, and existing usages must be opted out to preserve backwards-compatibility.", |
| 13 | + "factory": "./migrations/typed-forms/index", |
113 | 14 | "package": "@angular/core",
|
114 |
| - "name": "migration-v13-testbed-teardown" |
| 15 | + "name": "migration-v14-typed-forms" |
115 | 16 | },
|
116 | 17 | {
|
117 |
| - "version": "13.1.2-beta.0", |
118 |
| - "cli": "nx", |
119 |
| - "description": "Support .test. file names in tsconfigs", |
120 |
| - "factory": "./src/migrations/update-13-1-2/update-tsconfigs-for-tests", |
121 |
| - "package": "@nrwl/jest", |
122 |
| - "name": "update-ts-config-for-test-filenames" |
| 18 | + "version": "14.0.0-beta", |
| 19 | + "description": "In Angular version 14, the `pathMatch` property of `Routes` was updated to be a strict union of the two valid options: `'full'|'prefix'`. `Routes` and `Route` variables need an explicit type so TypeScript does not infer the property as the looser `string`.", |
| 20 | + "factory": "./migrations/path-match-type/index", |
| 21 | + "package": "@angular/core", |
| 22 | + "name": "migration-v14-path-match-type" |
123 | 23 | }
|
124 | 24 | ]
|
125 | 25 | }
|
0 commit comments