|
1 | 1 | {
|
2 | 2 | "migrations": [
|
3 | 3 | {
|
4 |
| - "cli": "nx", |
5 |
| - "version": "19.2.2-beta.0", |
6 |
| - "description": "Updates the nx wrapper.", |
7 |
| - "implementation": "./src/migrations/update-17-3-0/update-nxw", |
| 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", |
8 | 7 | "package": "nx",
|
9 |
| - "name": "19-2-2-update-nx-wrapper" |
| 8 | + "name": "move-use-daemon-process" |
10 | 9 | },
|
11 | 10 | {
|
12 |
| - "version": "19.2.4-beta.0", |
13 |
| - "description": "Set project name in nx.json explicitly", |
14 |
| - "implementation": "./src/migrations/update-19-2-4/set-project-name", |
| 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", |
15 | 14 | "x-repair-skip": true,
|
16 | 15 | "package": "nx",
|
17 |
| - "name": "19-2-4-set-project-name" |
| 16 | + "name": "use-legacy-cache" |
| 17 | + }, |
| 18 | + { |
| 19 | + "version": "20.2.0-beta.5", |
| 20 | + "description": "Update TypeScript ESLint packages to v8.13.0 if they are already on v8", |
| 21 | + "implementation": "./src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0", |
| 22 | + "package": "@nx/eslint", |
| 23 | + "name": "update-typescript-eslint-v8.13.0" |
| 24 | + }, |
| 25 | + { |
| 26 | + "cli": "nx", |
| 27 | + "version": "20.0.0-beta.5", |
| 28 | + "description": "replace getJestProjects with getJestProjectsAsync", |
| 29 | + "implementation": "./src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync", |
| 30 | + "package": "@nx/jest", |
| 31 | + "name": "replace-getJestProjects-with-getJestProjectsAsync" |
| 32 | + }, |
| 33 | + { |
| 34 | + "cli": "nx", |
| 35 | + "version": "20.2.0-beta.2", |
| 36 | + "description": "Update the ModuleFederationConfig import use @nx/module-federation.", |
| 37 | + "factory": "./src/migrations/update-20-2-0/migrate-mf-imports-to-new-package", |
| 38 | + "package": "@nx/angular", |
| 39 | + "name": "update-20-2-0-update-module-federation-config-import" |
18 | 40 | },
|
19 | 41 | {
|
20 | 42 | "cli": "nx",
|
21 |
| - "version": "19.6.0-beta.0", |
22 |
| - "description": "Use serve-static or preview for webServerCommand.", |
23 |
| - "implementation": "./src/migrations/update-19-6-0/use-serve-static-preview-for-command", |
24 |
| - "package": "@nx/playwright", |
25 |
| - "name": "19-6-0-use-serve-static-preview-for-command" |
| 43 | + "version": "20.2.0-beta.2", |
| 44 | + "description": "Update the withModuleFederation import use @nx/module-federation/angular.", |
| 45 | + "factory": "./src/migrations/update-20-2-0/migrate-with-mf-import-to-new-package", |
| 46 | + "package": "@nx/angular", |
| 47 | + "name": "update-20-2-0-update-with-module-federation-import" |
26 | 48 | },
|
27 | 49 | {
|
28 | 50 | "cli": "nx",
|
29 |
| - "version": "19.6.0-beta.1", |
30 |
| - "description": "Add inferred ciTargetNames to targetDefaults with dependsOn to ensure dependent application builds are scheduled before atomized tasks.", |
31 |
| - "implementation": "./src/migrations/update-19-6-0/add-e2e-ci-target-defaults", |
32 |
| - "package": "@nx/playwright", |
33 |
| - "name": "update-19-6-0-add-e2e-ci-target-defaults" |
| 51 | + "version": "20.2.0-beta.5", |
| 52 | + "requires": { "@angular/core": ">=19.0.0" }, |
| 53 | + "description": "Update the @angular/cli package version to ~19.0.0.", |
| 54 | + "factory": "./src/migrations/update-20-2-0/update-angular-cli", |
| 55 | + "package": "@nx/angular", |
| 56 | + "name": "update-angular-cli-version-19-0-0" |
34 | 57 | },
|
35 | 58 | {
|
36 | 59 | "cli": "nx",
|
37 |
| - "version": "19.2.1-beta.0", |
38 |
| - "requires": { "@angular-eslint/eslint-plugin": ">=18.0.0" }, |
39 |
| - "description": "Installs the '@typescript-eslint/utils' package when having installed '@angular-eslint/eslint-plugin' or '@angular-eslint/eslint-plugin-template' with version >=18.0.0.", |
40 |
| - "factory": "./src/migrations/update-19-2-1/add-typescript-eslint-utils", |
| 60 | + "version": "20.2.0-beta.5", |
| 61 | + "requires": { "@angular/core": ">=19.0.0" }, |
| 62 | + "description": "Add the '@angular/localize/init' polyfill to the 'polyfills' option of targets using esbuild-based executors.", |
| 63 | + "factory": "./src/migrations/update-20-2-0/add-localize-polyfill-to-targets", |
41 | 64 | "package": "@nx/angular",
|
42 |
| - "name": "add-typescript-eslint-utils" |
| 65 | + "name": "add-localize-polyfill-to-targets" |
43 | 66 | },
|
44 | 67 | {
|
45 | 68 | "cli": "nx",
|
46 |
| - "version": "19.5.0-beta.1", |
47 |
| - "requires": { "@angular/core": ">=18.1.0" }, |
48 |
| - "description": "Update the @angular/cli package version to ~18.1.0.", |
49 |
| - "factory": "./src/migrations/update-19-5-0/update-angular-cli", |
| 69 | + "version": "20.2.0-beta.5", |
| 70 | + "requires": { "@angular/core": ">=19.0.0" }, |
| 71 | + "description": "Update '@angular/ssr' import paths to use the new '/node' entry point when 'CommonEngine' is detected.", |
| 72 | + "factory": "./src/migrations/update-20-2-0/update-angular-ssr-imports-to-use-node-entry-point", |
50 | 73 | "package": "@nx/angular",
|
51 |
| - "name": "update-angular-cli-version-18-1-0" |
| 74 | + "name": "update-angular-ssr-imports-to-use-node-entry-point" |
52 | 75 | },
|
53 | 76 | {
|
54 | 77 | "cli": "nx",
|
55 |
| - "version": "19.6.0-beta.4", |
56 |
| - "description": "Ensure Module Federation DTS is turned off by default.", |
57 |
| - "factory": "./src/migrations/update-19-6-0/turn-off-dts-by-default", |
| 78 | + "version": "20.2.0-beta.6", |
| 79 | + "requires": { "@angular/core": ">=19.0.0" }, |
| 80 | + "description": "Disable the Angular ESLint prefer-standalone rule if not set.", |
| 81 | + "factory": "./src/migrations/update-20-2-0/disable-angular-eslint-prefer-standalone", |
58 | 82 | "package": "@nx/angular",
|
59 |
| - "name": "update-19-6-0" |
| 83 | + "name": "disable-angular-eslint-prefer-standalone" |
60 | 84 | },
|
61 | 85 | {
|
62 | 86 | "cli": "nx",
|
63 |
| - "version": "19.6.0-beta.7", |
64 |
| - "requires": { "@angular/core": ">=18.2.0" }, |
65 |
| - "description": "Update the @angular/cli package version to ~18.2.0.", |
66 |
| - "factory": "./src/migrations/update-19-6-0/update-angular-cli", |
| 87 | + "version": "20.2.0-beta.8", |
| 88 | + "requires": { "@angular/core": ">=19.0.0" }, |
| 89 | + "description": "Remove Angular ESLint rules that were removed in v19.0.0.", |
| 90 | + "factory": "./src/migrations/update-20-2-0/remove-angular-eslint-rules", |
67 | 91 | "package": "@nx/angular",
|
68 |
| - "name": "update-angular-cli-version-18-2-0" |
| 92 | + "name": "remove-angular-eslint-rules" |
69 | 93 | },
|
70 | 94 | {
|
71 | 95 | "cli": "nx",
|
72 |
| - "version": "19.6.1-beta.0", |
73 |
| - "description": "Ensure Target Defaults are set correctly for Module Federation.", |
74 |
| - "factory": "./src/migrations/update-19-6-1/ensure-depends-on-for-mf", |
| 96 | + "version": "20.2.0-beta.8", |
| 97 | + "requires": { "@angular/core": ">=19.0.0" }, |
| 98 | + "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.", |
| 99 | + "factory": "./src/migrations/update-20-2-0/remove-tailwind-config-from-ng-packagr-executors", |
75 | 100 | "package": "@nx/angular",
|
76 |
| - "name": "update-19-6-1-ensure-module-federation-target-defaults" |
| 101 | + "name": "remove-tailwind-config-from-ng-packagr-executors" |
| 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" |
77 | 116 | },
|
78 | 117 | {
|
79 |
| - "version": "18.1.0", |
80 |
| - "description": "Updates calls to afterRender with an explicit phase to the new API", |
81 |
| - "factory": "./migrations/after-render-phase/bundle", |
| 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, |
82 | 122 | "package": "@angular/core",
|
83 |
| - "name": "migration-after-render-phase" |
| 123 | + "name": "provide-initializer" |
84 | 124 | }
|
85 | 125 | ]
|
86 | 126 | }
|
0 commit comments