|
1 | 1 | {
|
2 | 2 | "migrations": [
|
3 | 3 | {
|
4 |
| - "cli": "nx", |
5 |
| - "version": "19.2.0-beta.2", |
6 |
| - "description": "Updates the default workspace data directory to .nx/workspace-data", |
7 |
| - "implementation": "./src/migrations/update-19-2-0/move-workspace-data-directory", |
| 4 | + "version": "19.2.4-beta.0", |
| 5 | + "description": "Set project name in nx.json explicitly", |
| 6 | + "implementation": "./src/migrations/update-19-2-4/set-project-name", |
| 7 | + "x-repair-skip": true, |
8 | 8 | "package": "nx",
|
9 |
| - "name": "19-2-0-move-graph-cache-directory" |
| 9 | + "name": "19-2-4-set-project-name" |
10 | 10 | },
|
11 | 11 | {
|
12 | 12 | "cli": "nx",
|
13 |
| - "version": "19.2.2-beta.0", |
14 |
| - "description": "Updates the nx wrapper.", |
15 |
| - "implementation": "./src/migrations/update-17-3-0/update-nxw", |
16 |
| - "package": "nx", |
17 |
| - "name": "19-2-2-update-nx-wrapper" |
| 13 | + "version": "19.6.0-beta.4", |
| 14 | + "description": "Update ciWebServerCommand to use static serve for the application.", |
| 15 | + "implementation": "./src/migrations/update-19-6-0/update-ci-webserver-for-static-serve", |
| 16 | + "package": "@nx/cypress", |
| 17 | + "name": "update-19-6-0-update-ci-webserver-for-vite" |
| 18 | + }, |
| 19 | + { |
| 20 | + "cli": "nx", |
| 21 | + "version": "19.6.0-beta.0", |
| 22 | + "description": "Update workspace to use Storybook v8", |
| 23 | + "implementation": "./src/migrations/update-19-6-0/update-sb-8", |
| 24 | + "package": "@nx/storybook", |
| 25 | + "name": "update-19-6-0-add-nx-packages" |
| 26 | + }, |
| 27 | + { |
| 28 | + "version": "19.6.0-beta.0", |
| 29 | + "description": "Add dependsOn: [build] to preview targets using preview-server", |
| 30 | + "implementation": "./src/migrations/update-19-6-0/add-depends-on-for-preview", |
| 31 | + "package": "@nx/vite", |
| 32 | + "name": "update-19-6-0-add-depends-on-for-preview-server" |
| 33 | + }, |
| 34 | + { |
| 35 | + "cli": "nx", |
| 36 | + "version": "19.6.0-beta.4", |
| 37 | + "description": "Ensure Module Federation DTS is turned off by default.", |
| 38 | + "factory": "./src/migrations/update-19-6-0/turn-off-dts-by-default", |
| 39 | + "package": "@nx/react", |
| 40 | + "name": "update-19-6-0-turn-module-federation-dts-off" |
| 41 | + }, |
| 42 | + { |
| 43 | + "cli": "nx", |
| 44 | + "version": "19.6.0-beta.4", |
| 45 | + "description": "Update the server file for Module Federation SSR port value to be the same as the 'serve' target port value.", |
| 46 | + "factory": "./src/migrations/update-19-6-0/update-ssr-server-port", |
| 47 | + "package": "@nx/react", |
| 48 | + "name": "update-module-federation-ssr-server-file" |
| 49 | + }, |
| 50 | + { |
| 51 | + "cli": "nx", |
| 52 | + "version": "19.6.1-beta.0", |
| 53 | + "description": "Ensure Target Defaults are set correctly for Module Federation.", |
| 54 | + "factory": "./src/migrations/update-19-6-1/ensure-depends-on-for-mf", |
| 55 | + "package": "@nx/react", |
| 56 | + "name": "update-19-6-1-ensure-module-federation-target-defaults" |
| 57 | + }, |
| 58 | + { |
| 59 | + "cli": "nx", |
| 60 | + "version": "19.6.0-beta.0", |
| 61 | + "description": "Use serve-static or preview for webServerCommand.", |
| 62 | + "implementation": "./src/migrations/update-19-6-0/use-serve-static-preview-for-command", |
| 63 | + "package": "@nx/playwright", |
| 64 | + "name": "19-6-0-use-serve-static-preview-for-command" |
| 65 | + }, |
| 66 | + { |
| 67 | + "cli": "nx", |
| 68 | + "version": "19.6.0-beta.1", |
| 69 | + "description": "Add inferred ciTargetNames to targetDefaults with dependsOn to ensure dependent application builds are scheduled before atomized tasks.", |
| 70 | + "implementation": "./src/migrations/update-19-6-0/add-e2e-ci-target-defaults", |
| 71 | + "package": "@nx/playwright", |
| 72 | + "name": "update-19-6-0-add-e2e-ci-target-defaults" |
| 73 | + }, |
| 74 | + { |
| 75 | + "cli": "nx", |
| 76 | + "version": "19.6.0-beta.4", |
| 77 | + "description": "Ensure Module Federation DTS is turned off by default.", |
| 78 | + "factory": "./src/migrations/update-19-6-0/turn-off-dts-by-default", |
| 79 | + "package": "@nx/angular", |
| 80 | + "name": "update-19-6-0" |
18 | 81 | },
|
19 | 82 | {
|
20 | 83 | "cli": "nx",
|
21 |
| - "version": "19.1.0-beta.6", |
22 |
| - "description": "Migrate no-extra-semi rules into user config, out of nx extendable configs", |
23 |
| - "implementation": "./src/migrations/update-19-1-0-migrate-no-extra-semi/migrate-no-extra-semi", |
24 |
| - "package": "@nx/eslint-plugin", |
25 |
| - "name": "update-19-1-0-rename-no-extra-semi" |
| 84 | + "version": "19.6.1-beta.0", |
| 85 | + "description": "Ensure Target Defaults are set correctly for Module Federation.", |
| 86 | + "factory": "./src/migrations/update-19-6-1/ensure-depends-on-for-mf", |
| 87 | + "package": "@nx/angular", |
| 88 | + "name": "update-19-6-1-ensure-module-federation-target-defaults" |
26 | 89 | }
|
27 | 90 | ]
|
28 | 91 | }
|
0 commit comments