|
1 | 1 | {
|
2 | 2 | "migrations": [
|
3 | 3 | {
|
4 |
| - "version": "15.7.0-beta.0", |
5 |
| - "description": "Split global configuration files into individual project.json files. This migration has been added automatically to the beginning of your migration set to retroactively make them work with the new version of Nx.", |
6 | 4 | "cli": "nx",
|
7 |
| - "implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files", |
8 |
| - "package": "@nrwl/workspace", |
9 |
| - "name": "15-7-0-split-configuration-into-project-json-files" |
| 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" |
10 | 18 | },
|
11 | 19 | {
|
12 | 20 | "cli": "nx",
|
13 |
| - "version": "15.8.2-beta.0", |
14 |
| - "description": "Updates the nx wrapper.", |
15 |
| - "implementation": "./src/migrations/update-15-8-2/update-nxw", |
| 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", |
16 | 24 | "package": "nx",
|
17 |
| - "name": "15.8.2-update-nx-wrapper" |
| 25 | + "name": "16.0.0-update-nx-cloud-runner" |
| 26 | + }, |
| 27 | + { |
| 28 | + "cli": "nx", |
| 29 | + "version": "16.0.0-beta.1", |
| 30 | + "description": "Replace @nx/devkit with @nx/devkit", |
| 31 | + "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
| 32 | + "package": "@nx/devkit", |
| 33 | + "name": "update-16-0-0-add-nx-packages" |
| 34 | + }, |
| 35 | + { |
| 36 | + "cli": "nx", |
| 37 | + "version": "16.0.0-beta.1", |
| 38 | + "description": "Replace @nx/workspace with @nx/workspace", |
| 39 | + "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
| 40 | + "package": "@nx/workspace", |
| 41 | + "name": "update-16-0-0-add-nx-packages" |
| 42 | + }, |
| 43 | + { |
| 44 | + "cli": "nx", |
| 45 | + "version": "16.0.0-beta.1", |
| 46 | + "description": "Replace @nx/js with @nx/js", |
| 47 | + "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
| 48 | + "package": "@nx/js", |
| 49 | + "name": "update-16-0-0-add-nx-packages" |
| 50 | + }, |
| 51 | + { |
| 52 | + "cli": "nx", |
| 53 | + "version": "16.0.0-beta.1", |
| 54 | + "description": "Replace @nx/jest with @nx/jest", |
| 55 | + "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
| 56 | + "package": "@nx/jest", |
| 57 | + "name": "update-16-0-0-add-nx-packages" |
18 | 58 | },
|
19 | 59 | {
|
20 | 60 | "cli": "nx",
|
21 |
| - "version": "15.8.0-beta.0", |
22 |
| - "description": "Rename .lib.swcrc to .swcrc for better SWC support throughout the workspace", |
23 |
| - "factory": "./src/migrations/update-15-8-0/rename-swcrc-config", |
24 |
| - "package": "@nrwl/js", |
25 |
| - "name": "rename-swcrc-config" |
| 61 | + "version": "16.0.0-beta.1", |
| 62 | + "description": "Replace @nx/node with @nx/node", |
| 63 | + "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
| 64 | + "package": "@nx/node", |
| 65 | + "name": "update-16-0-0-add-nx-packages" |
26 | 66 | },
|
27 | 67 | {
|
28 |
| - "version": "15.7.0-beta.0", |
29 |
| - "description": "Split global configuration files (e.g., workspace.json) into individual project.json files.", |
30 | 68 | "cli": "nx",
|
31 |
| - "implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files", |
32 |
| - "package": "@nrwl/workspace", |
33 |
| - "name": "15-7-0-split-configuration-into-project-json-files" |
| 69 | + "version": "16.0.0-beta.5", |
| 70 | + "description": "Replace @nx/node:webpack with @nx/node:webpack", |
| 71 | + "implementation": "./src/migrations/update-16-0-0/update-webpack-executor", |
| 72 | + "package": "@nx/node", |
| 73 | + "name": "update-16-0-0-update-executor" |
34 | 74 | },
|
35 | 75 | {
|
36 |
| - "version": "15.8.0-beta.0", |
| 76 | + "version": "16.0.0-beta.9", |
| 77 | + "description": "Fix .babelrc presets if it contains an invalid entry for @nx/web/babel.", |
37 | 78 | "cli": "nx",
|
38 |
| - "description": "Update jest configs to support jest 29 changes (https://jestjs.io/docs/upgrading-to-jest29)", |
39 |
| - "factory": "./src/migrations/update-15-8-0/update-configs-jest-29", |
40 |
| - "package": "@nrwl/jest", |
41 |
| - "name": "update-configs-jest-29" |
| 79 | + "implementation": "./src/migrations/update-16-0-0/fix-invalid-babelrc", |
| 80 | + "package": "@nx/workspace", |
| 81 | + "name": "16-0-0-fix-invalid-babelrc" |
42 | 82 | },
|
43 | 83 | {
|
44 |
| - "version": "15.8.0-beta.0", |
| 84 | + "version": "16.0.0-beta.4", |
| 85 | + "description": "Generates a plugin called 'workspace-plugin' containing your workspace generators.", |
45 | 86 | "cli": "nx",
|
46 |
| - "description": "Update jest test files to support jest 29 changes (https://jestjs.io/docs/upgrading-to-jest29)", |
47 |
| - "factory": "./src/migrations/update-15-8-0/update-tests-jest-29", |
48 |
| - "package": "@nrwl/jest", |
49 |
| - "name": "update-tests-jest-29" |
| 87 | + "implementation": "./src/migrations/update-16-0-0/move-workspace-generators-to-local-plugin", |
| 88 | + "package": "@nx/workspace", |
| 89 | + "name": "16-0-0-move-workspace-generators-into-local-plugin" |
50 | 90 | }
|
51 | 91 | ]
|
52 | 92 | }
|
0 commit comments