|
9 | 9 | "name": "update-19-6-0-add-nx-packages"
|
10 | 10 | },
|
11 | 11 | {
|
12 |
| - "cli": "nx", |
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" |
| 12 | + "version": "20.0.0-beta.7", |
| 13 | + "description": "Migration for v20.0.0-beta.7", |
| 14 | + "implementation": "./src/migrations/update-20-0-0/move-use-daemon-process", |
| 15 | + "package": "nx", |
| 16 | + "name": "move-use-daemon-process" |
18 | 17 | },
|
19 | 18 | {
|
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" |
| 19 | + "version": "20.0.1", |
| 20 | + "description": "Set `useLegacyCache` to true for migrating workspaces", |
| 21 | + "implementation": "./src/migrations/update-20-0-1/use-legacy-cache", |
| 22 | + "x-repair-skip": true, |
| 23 | + "package": "nx", |
| 24 | + "name": "use-legacy-cache" |
26 | 25 | },
|
27 | 26 | {
|
28 | 27 | "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" |
| 28 | + "version": "20.2.0-beta.2", |
| 29 | + "description": "Update the ModuleFederationConfig import use @nx/module-federation.", |
| 30 | + "factory": "./src/migrations/update-20-2-0/migrate-mf-imports-to-new-package", |
| 31 | + "package": "@nx/react", |
| 32 | + "name": "update-20-2-0-update-module-federation-config-import" |
34 | 33 | },
|
35 | 34 | {
|
36 | 35 | "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", |
| 36 | + "version": "20.2.0-beta.2", |
| 37 | + "description": "Update the withModuleFederation import use @nx/module-federation/webpack.", |
| 38 | + "factory": "./src/migrations/update-20-2-0/migrate-with-mf-import-to-new-package", |
40 | 39 | "package": "@nx/react",
|
41 |
| - "name": "update-19-6-0-turn-module-federation-dts-off" |
| 40 | + "name": "update-20-2-0-update-with-module-federation-import" |
42 | 41 | },
|
43 | 42 | {
|
44 | 43 | "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" |
| 44 | + "version": "20.0.0-beta.5", |
| 45 | + "description": "replace getJestProjects with getJestProjectsAsync", |
| 46 | + "implementation": "./src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync", |
| 47 | + "package": "@nx/jest", |
| 48 | + "name": "replace-getJestProjects-with-getJestProjectsAsync" |
50 | 49 | },
|
51 | 50 | {
|
52 |
| - "cli": "nx", |
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" |
| 51 | + "version": "20.2.0-beta.5", |
| 52 | + "description": "Update TypeScript ESLint packages to v8.13.0 if they are already on v8", |
| 53 | + "implementation": "./src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0", |
| 54 | + "package": "@nx/eslint", |
| 55 | + "name": "update-typescript-eslint-v8.13.0" |
58 | 56 | }
|
59 | 57 | ]
|
60 | 58 | }
|
0 commit comments