|
16 | 16 | "name": "move-use-daemon-process" |
17 | 17 | }, |
18 | 18 | { |
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" |
| 19 | + "version": "20.2.0-beta.5", |
| 20 | + "description": "Update TypeScript ESLint packages to v8.13.0 if they are already on v8", |
| 21 | + "implementation": "./src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0", |
| 22 | + "package": "@nx/eslint", |
| 23 | + "name": "update-typescript-eslint-v8.13.0" |
25 | 24 | }, |
26 | 25 | { |
27 | | - "cli": "nx", |
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" |
| 26 | + "version": "20.3.0-beta.1", |
| 27 | + "description": "Update ESLint flat config to include .cjs, .mjs, .cts, and .mts files in overrides (if needed)", |
| 28 | + "implementation": "./src/migrations/update-20-3-0/add-file-extensions-to-overrides", |
| 29 | + "package": "@nx/eslint", |
| 30 | + "name": "add-file-extensions-to-overrides" |
33 | 31 | }, |
34 | 32 | { |
35 | 33 | "cli": "nx", |
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", |
| 34 | + "version": "20.3.0-beta.2", |
| 35 | + "description": "If workspace includes Module Federation projects, ensure the new @nx/module-federation package is installed.", |
| 36 | + "factory": "./src/migrations/update-20-3-0/ensure-nx-module-federation-package", |
39 | 37 | "package": "@nx/react", |
40 | | - "name": "update-20-2-0-update-with-module-federation-import" |
41 | | - }, |
42 | | - { |
43 | | - "version": "20.2.0-beta.5", |
44 | | - "description": "Update TypeScript ESLint packages to v8.13.0 if they are already on v8", |
45 | | - "implementation": "./src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0", |
46 | | - "package": "@nx/eslint", |
47 | | - "name": "update-typescript-eslint-v8.13.0" |
| 38 | + "name": "ensure-nx-module-federation-package" |
48 | 39 | }, |
49 | 40 | { |
50 | 41 | "cli": "nx", |
51 | | - "version": "20.0.0-beta.5", |
52 | | - "description": "replace getJestProjects with getJestProjectsAsync", |
53 | | - "implementation": "./src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync", |
54 | | - "package": "@nx/jest", |
55 | | - "name": "replace-getJestProjects-with-getJestProjectsAsync" |
| 42 | + "version": "20.4.0-beta.0", |
| 43 | + "description": "Add NX_MF_DEV_REMOTES to inputs for task hashing when '@nx/webpack:webpack' or '@nx/rspack:rspack' is used for Module Federation.", |
| 44 | + "factory": "./src/migrations/update-18-0-0/add-mf-env-var-to-target-defaults", |
| 45 | + "package": "@nx/react", |
| 46 | + "name": "add-mf-env-var-to-target-defaults" |
56 | 47 | } |
57 | 48 | ] |
58 | 49 | } |
0 commit comments