|
| 1 | +{ |
| 2 | + "migrations": [ |
| 3 | + { |
| 4 | + "cli": "nx", |
| 5 | + "version": "15.0.0-beta.1", |
| 6 | + "description": "Replace implicitDependencies with namedInputs + target inputs", |
| 7 | + "implementation": "./src/migrations/update-15-0-0/migrate-to-inputs", |
| 8 | + "package": "nx", |
| 9 | + "name": "15.0.0-migrate-to-inputs" |
| 10 | + }, |
| 11 | + { |
| 12 | + "cli": "nx", |
| 13 | + "version": "15.0.0-beta.1", |
| 14 | + "description": "Prefix outputs with {workspaceRoot}/{projectRoot} if needed", |
| 15 | + "implementation": "./src/migrations/update-15-0-0/prefix-outputs", |
| 16 | + "package": "nx", |
| 17 | + "name": "15.0.0-prefix-outputs" |
| 18 | + }, |
| 19 | + { |
| 20 | + "cli": "nx", |
| 21 | + "version": "15.0.12-beta.1", |
| 22 | + "description": "Set project names in project.json files", |
| 23 | + "implementation": "./src/migrations/update-15-1-0/set-project-names", |
| 24 | + "package": "nx", |
| 25 | + "name": "15.1.0-set-project-names" |
| 26 | + }, |
| 27 | + { |
| 28 | + "cli": "nx", |
| 29 | + "version": "14.6.0-beta.0", |
| 30 | + "description": "Update the @angular/cli package version to ~14.2.0.", |
| 31 | + "factory": "./src/migrations/update-14-6-0/update-angular-cli", |
| 32 | + "package": "@nrwl/angular", |
| 33 | + "name": "update-angular-cli-version-14-2-0" |
| 34 | + }, |
| 35 | + { |
| 36 | + "cli": "nx", |
| 37 | + "version": "15.0.0-beta.0", |
| 38 | + "description": "Rename @nrwl/angular:webpack-server executor to @nrwl/angular:webpack-dev-server", |
| 39 | + "factory": "./src/migrations/update-14-8-0/rename-webpack-server", |
| 40 | + "package": "@nrwl/angular", |
| 41 | + "name": "rename-webpack-server-executor" |
| 42 | + }, |
| 43 | + { |
| 44 | + "cli": "nx", |
| 45 | + "version": "15.0.0-beta.0", |
| 46 | + "description": "Update the usages of @nrwl/angular/testing to import jasmine-marbles symbols from jasmine-marbles itself.", |
| 47 | + "factory": "./src/migrations/update-15-0-0/switch-to-jasmine-marbles", |
| 48 | + "package": "@nrwl/angular", |
| 49 | + "name": "switch-to-jasmine-marbles" |
| 50 | + }, |
| 51 | + { |
| 52 | + "cli": "nx", |
| 53 | + "version": "15.0.0-beta.1", |
| 54 | + "description": "Stop hashing karma spec files and config files for build targets and dependent tasks", |
| 55 | + "factory": "./src/migrations/update-15-0-0/add-karma-inputs", |
| 56 | + "package": "@nrwl/angular", |
| 57 | + "name": "add-karma-inputs" |
| 58 | + }, |
| 59 | + { |
| 60 | + "version": "14.6.0-beta.0", |
| 61 | + "cli": "nx", |
| 62 | + "description": "Update jest configs to support jest 28 changes (https://jestjs.io/docs/upgrading-to-jest28#configuration-options)", |
| 63 | + "factory": "./src/migrations/update-14-6-0/update-configs-jest-28", |
| 64 | + "package": "@nrwl/jest", |
| 65 | + "name": "update-configs-jest-28" |
| 66 | + }, |
| 67 | + { |
| 68 | + "version": "14.6.0-beta.0", |
| 69 | + "cli": "nx", |
| 70 | + "description": "Update jest test files to support jest 28 changes (https://jestjs.io/docs/upgrading-to-jest28)", |
| 71 | + "factory": "./src/migrations/update-14-6-0/update-tests-jest-28", |
| 72 | + "package": "@nrwl/jest", |
| 73 | + "name": "update-tests-jest-28" |
| 74 | + }, |
| 75 | + { |
| 76 | + "version": "15.0.0-beta.0", |
| 77 | + "cli": "nx", |
| 78 | + "description": "Stop hashing jest spec files and config files for build targets and dependent tasks", |
| 79 | + "factory": "./src/migrations/update-15-0-0/add-jest-inputs", |
| 80 | + "package": "@nrwl/jest", |
| 81 | + "name": "add-jest-inputs" |
| 82 | + }, |
| 83 | + { |
| 84 | + "cli": "nx", |
| 85 | + "version": "15.0.0-beta.0", |
| 86 | + "description": "Migrates executor schema files to v2", |
| 87 | + "factory": "./src/migrations/update-15-0-0/specify-output-capture", |
| 88 | + "package": "@nrwl/nx-plugin", |
| 89 | + "name": "update-15-0-0" |
| 90 | + }, |
| 91 | + { |
| 92 | + "version": "14.8.0-beta.0", |
| 93 | + "description": "Migrates from @nrwl/workspace:run-commands to nx:run-commands", |
| 94 | + "cli": "nx", |
| 95 | + "implementation": "./src/migrations/update-14-8-0/change-run-commands-executor", |
| 96 | + "package": "@nrwl/workspace", |
| 97 | + "name": "14-8-0-change-run-commands-executor" |
| 98 | + } |
| 99 | + ] |
| 100 | +} |
0 commit comments