|
| 1 | +{ |
| 2 | + "migrations": [ |
| 3 | + { |
| 4 | + "cli": "nx", |
| 5 | + "version": "16.0.0-beta.0", |
| 6 | + "description": "Remove @nrwl/cli.", |
| 7 | + "implementation": "./src/migrations/update-16-0-0/remove-nrwl-cli", |
| 8 | + "package": "nx", |
| 9 | + "name": "16.0.0-remove-nrwl-cli" |
| 10 | + }, |
| 11 | + { |
| 12 | + "cli": "nx", |
| 13 | + "version": "16.0.0-beta.9", |
| 14 | + "description": "Replace `dependsOn.projects` and `inputs` definitions with new configuration format.", |
| 15 | + "implementation": "./src/migrations/update-16-0-0/update-depends-on-to-tokens", |
| 16 | + "package": "nx", |
| 17 | + "name": "16.0.0-tokens-for-depends-on" |
| 18 | + }, |
| 19 | + { |
| 20 | + "cli": "nx", |
| 21 | + "version": "16.0.0-beta.0", |
| 22 | + "description": "Replace @nrwl/nx-cloud with nx-cloud", |
| 23 | + "implementation": "./src/migrations/update-16-0-0/update-nx-cloud-runner", |
| 24 | + "package": "nx", |
| 25 | + "name": "16.0.0-update-nx-cloud-runner" |
| 26 | + }, |
| 27 | + { |
| 28 | + "cli": "nx", |
| 29 | + "version": "16.0.0-beta.1", |
| 30 | + "description": "Replace @nrwl/workspace with @nx/workspace", |
| 31 | + "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
| 32 | + "package": "@nrwl/workspace", |
| 33 | + "name": "update-16-0-0-add-nx-packages" |
| 34 | + }, |
| 35 | + { |
| 36 | + "version": "16.0.0-beta.4", |
| 37 | + "description": "Generates a plugin called 'workspace-plugin' containing your workspace generators.", |
| 38 | + "cli": "nx", |
| 39 | + "implementation": "./src/migrations/update-16-0-0/move-workspace-generators-to-local-plugin", |
| 40 | + "package": "@nrwl/workspace", |
| 41 | + "name": "16-0-0-move-workspace-generators-into-local-plugin" |
| 42 | + }, |
| 43 | + { |
| 44 | + "version": "16.0.0-beta.9", |
| 45 | + "description": "Fix .babelrc presets if it contains an invalid entry for @nx/web/babel.", |
| 46 | + "cli": "nx", |
| 47 | + "implementation": "./src/migrations/update-16-0-0/fix-invalid-babelrc", |
| 48 | + "package": "@nrwl/workspace", |
| 49 | + "name": "16-0-0-fix-invalid-babelrc" |
| 50 | + }, |
| 51 | + { |
| 52 | + "cli": "nx", |
| 53 | + "version": "16.0.0-beta.1", |
| 54 | + "description": "Replace @nrwl/devkit with @nx/devkit", |
| 55 | + "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
| 56 | + "package": "@nrwl/devkit", |
| 57 | + "name": "update-16-0-0-add-nx-packages" |
| 58 | + }, |
| 59 | + { |
| 60 | + "cli": "nx", |
| 61 | + "version": "16.0.0-beta.1", |
| 62 | + "description": "Replace @nrwl/linter with @nx/linter", |
| 63 | + "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
| 64 | + "package": "@nrwl/linter", |
| 65 | + "name": "update-16-0-0-add-nx-packages" |
| 66 | + }, |
| 67 | + { |
| 68 | + "cli": "nx", |
| 69 | + "version": "16.0.0-beta.1", |
| 70 | + "description": "Replace @nrwl/js with @nx/js", |
| 71 | + "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
| 72 | + "package": "@nrwl/js", |
| 73 | + "name": "update-16-0-0-add-nx-packages" |
| 74 | + }, |
| 75 | + { |
| 76 | + "cli": "nx", |
| 77 | + "version": "16.0.0-beta.1", |
| 78 | + "description": "Replace @nrwl/jest with @nx/jest", |
| 79 | + "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
| 80 | + "package": "@nrwl/jest", |
| 81 | + "name": "update-16-0-0-add-nx-packages" |
| 82 | + }, |
| 83 | + { |
| 84 | + "version": "16.0.0-beta.1", |
| 85 | + "cli": "nx", |
| 86 | + "description": "Removes CLI property within schema.json files and moves generators and schematics to the proper root node in migrations.json", |
| 87 | + "factory": "./src/migrations/update-16-0-0/cli-in-schema-json", |
| 88 | + "package": "@nrwl/nx-plugin", |
| 89 | + "name": "update-remove-cli-prop" |
| 90 | + }, |
| 91 | + { |
| 92 | + "cli": "nx", |
| 93 | + "version": "16.0.0-beta.1", |
| 94 | + "description": "Replace @nrwl/nx-plugin with @nx/plugin", |
| 95 | + "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
| 96 | + "package": "@nrwl/nx-plugin", |
| 97 | + "name": "update-16-0-0-add-nx-packages" |
| 98 | + }, |
| 99 | + { |
| 100 | + "cli": "nx", |
| 101 | + "version": "16.0.0-beta.1", |
| 102 | + "description": "Replace @nrwl/eslint-plugin-nx with @nx/eslint-plugin", |
| 103 | + "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
| 104 | + "package": "@nrwl/eslint-plugin-nx", |
| 105 | + "name": "update-16-0-0-add-nx-packages" |
| 106 | + }, |
| 107 | + { |
| 108 | + "cli": "nx", |
| 109 | + "version": "16.0.0-beta.1", |
| 110 | + "description": "Replace @nrwl/webpack with @nx/webpack", |
| 111 | + "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
| 112 | + "package": "@nrwl/webpack", |
| 113 | + "name": "update-16-0-0-add-nx-packages" |
| 114 | + } |
| 115 | + ] |
| 116 | +} |
0 commit comments