|
| 1 | +{ |
| 2 | + "migrations": [ |
| 3 | + { |
| 4 | + "version": "20.0.1", |
| 5 | + "description": "Set `useLegacyCache` to true for migrating workspaces", |
| 6 | + "implementation": "./src/migrations/update-20-0-1/use-legacy-cache", |
| 7 | + "x-repair-skip": true, |
| 8 | + "package": "nx", |
| 9 | + "name": "use-legacy-cache" |
| 10 | + }, |
| 11 | + { |
| 12 | + "cli": "nx", |
| 13 | + "version": "20.2.0-beta.2", |
| 14 | + "description": "Update the ModuleFederationConfig import use @nx/module-federation.", |
| 15 | + "factory": "./src/migrations/update-20-2-0/migrate-mf-imports-to-new-package", |
| 16 | + "package": "@nx/angular", |
| 17 | + "name": "update-20-2-0-update-module-federation-config-import" |
| 18 | + }, |
| 19 | + { |
| 20 | + "cli": "nx", |
| 21 | + "version": "20.2.0-beta.2", |
| 22 | + "description": "Update the withModuleFederation import use @nx/module-federation/angular.", |
| 23 | + "factory": "./src/migrations/update-20-2-0/migrate-with-mf-import-to-new-package", |
| 24 | + "package": "@nx/angular", |
| 25 | + "name": "update-20-2-0-update-with-module-federation-import" |
| 26 | + }, |
| 27 | + { |
| 28 | + "cli": "nx", |
| 29 | + "version": "20.2.0-beta.5", |
| 30 | + "requires": { "@angular/core": ">=19.0.0" }, |
| 31 | + "description": "Update the @angular/cli package version to ~19.0.0.", |
| 32 | + "factory": "./src/migrations/update-20-2-0/update-angular-cli", |
| 33 | + "package": "@nx/angular", |
| 34 | + "name": "update-angular-cli-version-19-0-0" |
| 35 | + }, |
| 36 | + { |
| 37 | + "cli": "nx", |
| 38 | + "version": "20.2.0-beta.5", |
| 39 | + "requires": { "@angular/core": ">=19.0.0" }, |
| 40 | + "description": "Add the '@angular/localize/init' polyfill to the 'polyfills' option of targets using esbuild-based executors.", |
| 41 | + "factory": "./src/migrations/update-20-2-0/add-localize-polyfill-to-targets", |
| 42 | + "package": "@nx/angular", |
| 43 | + "name": "add-localize-polyfill-to-targets" |
| 44 | + }, |
| 45 | + { |
| 46 | + "cli": "nx", |
| 47 | + "version": "20.2.0-beta.5", |
| 48 | + "requires": { "@angular/core": ">=19.0.0" }, |
| 49 | + "description": "Update '@angular/ssr' import paths to use the new '/node' entry point when 'CommonEngine' is detected.", |
| 50 | + "factory": "./src/migrations/update-20-2-0/update-angular-ssr-imports-to-use-node-entry-point", |
| 51 | + "package": "@nx/angular", |
| 52 | + "name": "update-angular-ssr-imports-to-use-node-entry-point" |
| 53 | + }, |
| 54 | + { |
| 55 | + "cli": "nx", |
| 56 | + "version": "20.2.0-beta.6", |
| 57 | + "requires": { "@angular/core": ">=19.0.0" }, |
| 58 | + "description": "Disable the Angular ESLint prefer-standalone rule if not set.", |
| 59 | + "factory": "./src/migrations/update-20-2-0/disable-angular-eslint-prefer-standalone", |
| 60 | + "package": "@nx/angular", |
| 61 | + "name": "disable-angular-eslint-prefer-standalone" |
| 62 | + }, |
| 63 | + { |
| 64 | + "cli": "nx", |
| 65 | + "version": "20.2.0-beta.8", |
| 66 | + "requires": { "@angular/core": ">=19.0.0" }, |
| 67 | + "description": "Remove Angular ESLint rules that were removed in v19.0.0.", |
| 68 | + "factory": "./src/migrations/update-20-2-0/remove-angular-eslint-rules", |
| 69 | + "package": "@nx/angular", |
| 70 | + "name": "remove-angular-eslint-rules" |
| 71 | + }, |
| 72 | + { |
| 73 | + "cli": "nx", |
| 74 | + "version": "20.2.0-beta.8", |
| 75 | + "requires": { "@angular/core": ">=19.0.0" }, |
| 76 | + "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.", |
| 77 | + "factory": "./src/migrations/update-20-2-0/remove-tailwind-config-from-ng-packagr-executors", |
| 78 | + "package": "@nx/angular", |
| 79 | + "name": "remove-tailwind-config-from-ng-packagr-executors" |
| 80 | + }, |
| 81 | + { |
| 82 | + "version": "19.0.0", |
| 83 | + "description": "Updates non-standalone Directives, Component and Pipes to 'standalone:false' and removes 'standalone:true' from those who are standalone", |
| 84 | + "factory": "./bundles/explicit-standalone-flag#migrate", |
| 85 | + "package": "@angular/core", |
| 86 | + "name": "explicit-standalone-flag" |
| 87 | + }, |
| 88 | + { |
| 89 | + "version": "19.0.0", |
| 90 | + "description": "Updates ExperimentalPendingTasks to PendingTasks", |
| 91 | + "factory": "./bundles/pending-tasks#migrate", |
| 92 | + "package": "@angular/core", |
| 93 | + "name": "pending-tasks" |
| 94 | + }, |
| 95 | + { |
| 96 | + "version": "19.0.0", |
| 97 | + "description": "Replaces `APP_INITIALIZER`, `ENVIRONMENT_INITIALIZER` & `PLATFORM_INITIALIZER` respectively with `provideAppInitializer`, `provideEnvironmentInitializer` & `providePlatformInitializer`.", |
| 98 | + "factory": "./bundles/provide-initializer#migrate", |
| 99 | + "optional": true, |
| 100 | + "package": "@angular/core", |
| 101 | + "name": "provide-initializer" |
| 102 | + }, |
| 103 | + { |
| 104 | + "version": "19.0.0-0", |
| 105 | + "description": "Updates the Angular CDK to v19", |
| 106 | + "factory": "./ng-update/index#updateToV19", |
| 107 | + "package": "@angular/cdk", |
| 108 | + "name": "migration-v19" |
| 109 | + } |
| 110 | + ] |
| 111 | +} |
0 commit comments