|
2 | 2 | "migrations": [
|
3 | 3 | {
|
4 | 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", |
| 5 | + "version": "16.2.0-beta.0", |
| 6 | + "description": "Remove outputPath from run commands", |
| 7 | + "implementation": "./src/migrations/update-16-2-0/remove-run-commands-output-path", |
8 | 8 | "package": "nx",
|
9 |
| - "name": "16.0.0-remove-nrwl-cli" |
| 9 | + "name": "16.2.0-remove-output-path-from-run-commands" |
10 | 10 | },
|
11 | 11 | {
|
12 | 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", |
| 13 | + "version": "16.6.0-beta.6", |
| 14 | + "description": "Prefix outputs with {workspaceRoot}/{projectRoot} if needed", |
| 15 | + "implementation": "./src/migrations/update-15-0-0/prefix-outputs", |
16 | 16 | "package": "nx",
|
17 |
| - "name": "16.0.0-tokens-for-depends-on" |
| 17 | + "name": "16.6.0-prefix-outputs" |
18 | 18 | },
|
19 | 19 | {
|
20 | 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", |
| 21 | + "version": "16.8.0-beta.3", |
| 22 | + "description": "Escape $ in env variables", |
| 23 | + "implementation": "./src/migrations/update-16-8-0/escape-dollar-sign-env-variables", |
24 | 24 | "package": "nx",
|
25 |
| - "name": "16.0.0-update-nx-cloud-runner" |
| 25 | + "name": "16.8.0-escape-dollar-sign-env" |
26 | 26 | },
|
27 | 27 | {
|
28 | 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" |
| 29 | + "version": "16.3.1-beta.0", |
| 30 | + "description": "Replace @nrwl/node:webpack and @nx/node:webpack with @nx/webpack:webpack for all project targets", |
| 31 | + "implementation": "./src/migrations/update-16-3-1/update-webpack-executor", |
| 32 | + "package": "@nx/node", |
| 33 | + "name": "update-16-3-1-update-executor" |
34 | 34 | },
|
35 | 35 | {
|
36 | 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" |
| 37 | + "version": "16.4.0-beta.8", |
| 38 | + "description": "Replace @nx/node:node with @nx/js:node for all project targets", |
| 39 | + "implementation": "./src/migrations/update-16-4-0/replace-node-executor", |
| 40 | + "package": "@nx/node", |
| 41 | + "name": "update-16-4-0-replace-node-executor" |
42 | 42 | },
|
43 | 43 | {
|
44 | 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", |
| 45 | + "version": "16.6.0-beta.0", |
| 46 | + "description": "Explicitly set 'updateBuildableProjectDepsInPackageJson' to 'true' in targets that rely on that value as the default.", |
| 47 | + "factory": "./src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps", |
48 | 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" |
| 49 | + "name": "explicitly-set-projects-to-update-buildable-deps" |
58 | 50 | },
|
59 | 51 | {
|
60 | 52 | "cli": "nx",
|
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" |
| 53 | + "version": "16.8.2-beta.0", |
| 54 | + "description": "Remove invalid options (strict, noInterop) for ES6 type modules.", |
| 55 | + "factory": "./src/migrations/update-16-8-2/update-swcrc", |
| 56 | + "package": "@nx/js", |
| 57 | + "name": "16-8-2-update-swcrc" |
66 | 58 | },
|
67 | 59 | {
|
68 | 60 | "cli": "nx",
|
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" |
| 61 | + "version": "16.9.0-beta.1", |
| 62 | + "description": "Replace imports of Module Federation utils frm @nx/devkit to @nx/webpack", |
| 63 | + "implementation": "./src/migrations/update-16-9-0/migrate-mf-util-usage", |
| 64 | + "package": "@nx/devkit", |
| 65 | + "name": "update-16-9-0-migrate-mf-usage-to-webpack" |
74 | 66 | },
|
75 | 67 | {
|
76 |
| - "version": "16.0.0-beta.9", |
77 |
| - "description": "Fix .babelrc presets if it contains an invalid entry for @nx/web/babel.", |
78 | 68 | "cli": "nx",
|
79 |
| - "implementation": "./src/migrations/update-16-0-0/fix-invalid-babelrc", |
80 |
| - "package": "@nx/workspace", |
81 |
| - "name": "16-0-0-fix-invalid-babelrc" |
| 69 | + "version": "16.5.0-beta.2", |
| 70 | + "description": "Add test-setup.ts to ignored files in production input", |
| 71 | + "implementation": "./src/migrations/update-16-5-0/add-test-setup-to-inputs-ignore", |
| 72 | + "package": "@nx/jest", |
| 73 | + "name": "add-test-setup-to-inputs-ignore" |
82 | 74 | },
|
83 | 75 | {
|
84 |
| - "version": "16.0.0-beta.4", |
85 |
| - "description": "Generates a plugin called 'workspace-plugin' containing your workspace generators.", |
86 | 76 | "cli": "nx",
|
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" |
| 77 | + "version": "16.2.0-beta.0", |
| 78 | + "description": "Replace @nx/plugin:e2e with @nx/jest", |
| 79 | + "implementation": "./src/migrations/update-16-2-0/replace-e2e-executor", |
| 80 | + "package": "@nx/plugin", |
| 81 | + "name": "update-16-2-0-replace-e2e-executor" |
90 | 82 | }
|
91 | 83 | ]
|
92 | 84 | }
|
0 commit comments