|
2 | 2 | "migrations": [ |
3 | 3 | { |
4 | 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", |
8 | | - "package": "nx", |
9 | | - "name": "19-2-0-move-graph-cache-directory" |
| 5 | + "version": "19.6.0-beta.0", |
| 6 | + "description": "Update workspace to use Storybook v8", |
| 7 | + "implementation": "./src/migrations/update-19-6-0/update-sb-8", |
| 8 | + "package": "@nx/storybook", |
| 9 | + "name": "update-19-6-0-add-nx-packages" |
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.0", |
| 14 | + "description": "Use serve-static or preview for webServerCommand.", |
| 15 | + "implementation": "./src/migrations/update-19-6-0/use-serve-static-preview-for-command", |
| 16 | + "package": "@nx/playwright", |
| 17 | + "name": "19-6-0-use-serve-static-preview-for-command" |
18 | 18 | }, |
19 | 19 | { |
20 | | - "version": "19.2.4-beta.0", |
21 | | - "description": "Set project name in nx.json explicitly", |
22 | | - "implementation": "./src/migrations/update-19-2-4/set-project-name", |
23 | | - "x-repair-skip": true, |
24 | | - "package": "nx", |
25 | | - "name": "19-2-4-set-project-name" |
| 20 | + "cli": "nx", |
| 21 | + "version": "19.6.0-beta.1", |
| 22 | + "description": "Add inferred ciTargetNames to targetDefaults with dependsOn to ensure dependent application builds are scheduled before atomized tasks.", |
| 23 | + "implementation": "./src/migrations/update-19-6-0/add-e2e-ci-target-defaults", |
| 24 | + "package": "@nx/playwright", |
| 25 | + "name": "update-19-6-0-add-e2e-ci-target-defaults" |
| 26 | + }, |
| 27 | + { |
| 28 | + "cli": "nx", |
| 29 | + "version": "19.6.3-beta.0", |
| 30 | + "description": "Migrate proxy config files to match new format from webpack-dev-server v5.", |
| 31 | + "implementation": "./src/migrations/update-19-6-3/proxy-config", |
| 32 | + "package": "@nx/webpack", |
| 33 | + "name": "update-19-6-3-proxy-config" |
| 34 | + }, |
| 35 | + { |
| 36 | + "cli": "nx", |
| 37 | + "version": "19.6.0-beta.4", |
| 38 | + "description": "Ensure Module Federation DTS is turned off by default.", |
| 39 | + "factory": "./src/migrations/update-19-6-0/turn-off-dts-by-default", |
| 40 | + "package": "@nx/react", |
| 41 | + "name": "update-19-6-0-turn-module-federation-dts-off" |
| 42 | + }, |
| 43 | + { |
| 44 | + "cli": "nx", |
| 45 | + "version": "19.6.0-beta.4", |
| 46 | + "description": "Update the server file for Module Federation SSR port value to be the same as the 'serve' target port value.", |
| 47 | + "factory": "./src/migrations/update-19-6-0/update-ssr-server-port", |
| 48 | + "package": "@nx/react", |
| 49 | + "name": "update-module-federation-ssr-server-file" |
26 | 50 | }, |
27 | 51 | { |
28 | 52 | "cli": "nx", |
29 | | - "version": "19.1.0-beta.6", |
30 | | - "description": "Migrate no-extra-semi rules into user config, out of nx extendable configs", |
31 | | - "implementation": "./src/migrations/update-19-1-0-migrate-no-extra-semi/migrate-no-extra-semi", |
32 | | - "package": "@nx/eslint-plugin", |
33 | | - "name": "update-19-1-0-rename-no-extra-semi" |
| 53 | + "version": "19.6.1-beta.0", |
| 54 | + "description": "Ensure Target Defaults are set correctly for Module Federation.", |
| 55 | + "factory": "./src/migrations/update-19-6-1/ensure-depends-on-for-mf", |
| 56 | + "package": "@nx/react", |
| 57 | + "name": "update-19-6-1-ensure-module-federation-target-defaults" |
34 | 58 | } |
35 | 59 | ] |
36 | 60 | } |
0 commit comments