|
1 | 1 | {
|
2 | 2 | "migrations": [
|
3 | 3 | {
|
4 |
| - "version": "20.0.0-beta.7", |
5 |
| - "description": "Migration for v20.0.0-beta.7", |
6 |
| - "implementation": "./src/migrations/update-20-0-0/move-use-daemon-process", |
7 |
| - "package": "nx", |
8 |
| - "name": "move-use-daemon-process" |
9 |
| - }, |
10 |
| - { |
11 |
| - "version": "20.0.1", |
12 |
| - "description": "Set `useLegacyCache` to true for migrating workspaces", |
13 |
| - "implementation": "./src/migrations/update-20-0-1/use-legacy-cache", |
14 |
| - "x-repair-skip": true, |
15 |
| - "package": "nx", |
16 |
| - "name": "use-legacy-cache" |
17 |
| - }, |
18 |
| - { |
19 |
| - "cli": "nx", |
20 |
| - "version": "20.0.0-beta.5", |
21 |
| - "description": "replace getJestProjects with getJestProjectsAsync", |
22 |
| - "implementation": "./src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync", |
23 |
| - "package": "@nx/jest", |
24 |
| - "name": "replace-getJestProjects-with-getJestProjectsAsync" |
25 |
| - }, |
26 |
| - { |
27 |
| - "cli": "nx", |
28 |
| - "version": "20.2.0-beta.2", |
29 |
| - "description": "Update the ModuleFederationConfig import use @nx/module-federation.", |
30 |
| - "factory": "./src/migrations/update-20-2-0/migrate-mf-imports-to-new-package", |
31 |
| - "package": "@nx/angular", |
32 |
| - "name": "update-20-2-0-update-module-federation-config-import" |
33 |
| - }, |
34 |
| - { |
35 |
| - "cli": "nx", |
36 |
| - "version": "20.2.0-beta.2", |
37 |
| - "description": "Update the withModuleFederation import use @nx/module-federation/angular.", |
38 |
| - "factory": "./src/migrations/update-20-2-0/migrate-with-mf-import-to-new-package", |
39 |
| - "package": "@nx/angular", |
40 |
| - "name": "update-20-2-0-update-with-module-federation-import" |
41 |
| - }, |
42 |
| - { |
43 |
| - "cli": "nx", |
44 |
| - "version": "20.2.0-beta.5", |
45 |
| - "requires": { "@angular/core": ">=19.0.0" }, |
46 |
| - "description": "Update the @angular/cli package version to ~19.0.0.", |
47 |
| - "factory": "./src/migrations/update-20-2-0/update-angular-cli", |
48 |
| - "package": "@nx/angular", |
49 |
| - "name": "update-angular-cli-version-19-0-0" |
50 |
| - }, |
51 |
| - { |
52 |
| - "cli": "nx", |
53 |
| - "version": "20.2.0-beta.5", |
54 |
| - "requires": { "@angular/core": ">=19.0.0" }, |
55 |
| - "description": "Add the '@angular/localize/init' polyfill to the 'polyfills' option of targets using esbuild-based executors.", |
56 |
| - "factory": "./src/migrations/update-20-2-0/add-localize-polyfill-to-targets", |
57 |
| - "package": "@nx/angular", |
58 |
| - "name": "add-localize-polyfill-to-targets" |
59 |
| - }, |
60 |
| - { |
61 |
| - "cli": "nx", |
62 |
| - "version": "20.2.0-beta.5", |
63 |
| - "requires": { "@angular/core": ">=19.0.0" }, |
64 |
| - "description": "Update '@angular/ssr' import paths to use the new '/node' entry point when 'CommonEngine' is detected.", |
65 |
| - "factory": "./src/migrations/update-20-2-0/update-angular-ssr-imports-to-use-node-entry-point", |
66 |
| - "package": "@nx/angular", |
67 |
| - "name": "update-angular-ssr-imports-to-use-node-entry-point" |
68 |
| - }, |
69 |
| - { |
70 |
| - "cli": "nx", |
71 |
| - "version": "20.2.0-beta.6", |
72 |
| - "requires": { "@angular/core": ">=19.0.0" }, |
73 |
| - "description": "Disable the Angular ESLint prefer-standalone rule if not set.", |
74 |
| - "factory": "./src/migrations/update-20-2-0/disable-angular-eslint-prefer-standalone", |
75 |
| - "package": "@nx/angular", |
76 |
| - "name": "disable-angular-eslint-prefer-standalone" |
| 4 | + "version": "20.3.0-beta.1", |
| 5 | + "description": "Update ESLint flat config to include .cjs, .mjs, .cts, and .mts files in overrides (if needed)", |
| 6 | + "implementation": "./src/migrations/update-20-3-0/add-file-extensions-to-overrides", |
| 7 | + "package": "@nx/eslint", |
| 8 | + "name": "add-file-extensions-to-overrides" |
77 | 9 | },
|
78 | 10 | {
|
79 | 11 | "cli": "nx",
|
80 |
| - "version": "20.2.0-beta.8", |
81 |
| - "requires": { "@angular/core": ">=19.0.0" }, |
82 |
| - "description": "Remove Angular ESLint rules that were removed in v19.0.0.", |
83 |
| - "factory": "./src/migrations/update-20-2-0/remove-angular-eslint-rules", |
| 12 | + "version": "20.3.0-beta.2", |
| 13 | + "description": "If workspace includes Module Federation projects, ensure the new @nx/module-federation package is installed.", |
| 14 | + "factory": "./src/migrations/update-20-3-0/ensure-nx-module-federation-package", |
84 | 15 | "package": "@nx/angular",
|
85 |
| - "name": "remove-angular-eslint-rules" |
| 16 | + "name": "ensure-nx-module-federation-package" |
86 | 17 | },
|
87 | 18 | {
|
88 | 19 | "cli": "nx",
|
89 |
| - "version": "20.2.0-beta.8", |
90 |
| - "requires": { "@angular/core": ">=19.0.0" }, |
91 |
| - "description": "Remove the deprecated 'tailwindConfig' option from ng-packagr executors. Tailwind CSS configurations located at the project or workspace root will be picked up automatically.", |
92 |
| - "factory": "./src/migrations/update-20-2-0/remove-tailwind-config-from-ng-packagr-executors", |
| 20 | + "version": "20.4.0-beta.1", |
| 21 | + "requires": { "@angular/core": ">=19.1.0" }, |
| 22 | + "description": "Update the @angular/cli package version to ~19.1.0.", |
| 23 | + "factory": "./src/migrations/update-20-4-0/update-angular-cli", |
93 | 24 | "package": "@nx/angular",
|
94 |
| - "name": "remove-tailwind-config-from-ng-packagr-executors" |
95 |
| - }, |
96 |
| - { |
97 |
| - "version": "20.2.0-beta.5", |
98 |
| - "description": "Update TypeScript ESLint packages to v8.13.0 if they are already on v8", |
99 |
| - "implementation": "./src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0", |
100 |
| - "package": "@nx/eslint", |
101 |
| - "name": "update-typescript-eslint-v8.13.0" |
102 |
| - }, |
103 |
| - { |
104 |
| - "version": "19.0.0", |
105 |
| - "description": "Updates non-standalone Directives, Component and Pipes to 'standalone:false' and removes 'standalone:true' from those who are standalone", |
106 |
| - "factory": "./bundles/explicit-standalone-flag#migrate", |
107 |
| - "package": "@angular/core", |
108 |
| - "name": "explicit-standalone-flag" |
109 |
| - }, |
110 |
| - { |
111 |
| - "version": "19.0.0", |
112 |
| - "description": "Updates ExperimentalPendingTasks to PendingTasks", |
113 |
| - "factory": "./bundles/pending-tasks#migrate", |
114 |
| - "package": "@angular/core", |
115 |
| - "name": "pending-tasks" |
116 |
| - }, |
117 |
| - { |
118 |
| - "version": "19.0.0", |
119 |
| - "description": "Replaces `APP_INITIALIZER`, `ENVIRONMENT_INITIALIZER` & `PLATFORM_INITIALIZER` respectively with `provideAppInitializer`, `provideEnvironmentInitializer` & `providePlatformInitializer`.", |
120 |
| - "factory": "./bundles/provide-initializer#migrate", |
121 |
| - "optional": true, |
122 |
| - "package": "@angular/core", |
123 |
| - "name": "provide-initializer" |
124 |
| - }, |
125 |
| - { |
126 |
| - "version": "19.0.0-0", |
127 |
| - "description": "Updates Angular Material to v19", |
128 |
| - "factory": "./ng-update/index_bundled#updateToV19", |
129 |
| - "package": "@angular/material", |
130 |
| - "name": "migration-v19" |
131 |
| - }, |
132 |
| - { |
133 |
| - "version": "19.0.0-0", |
134 |
| - "description": "Updates the Angular CDK to v19", |
135 |
| - "factory": "./ng-update/index#updateToV19", |
136 |
| - "package": "@angular/cdk", |
137 |
| - "name": "migration-v19" |
| 25 | + "name": "update-angular-cli-version-19-1-0" |
138 | 26 | }
|
139 | 27 | ]
|
140 | 28 | }
|
0 commit comments