|
2 | 2 | "migrations": [ |
3 | 3 | { |
4 | 4 | "cli": "nx", |
5 | | - "version": "17.0.0-beta.1", |
6 | | - "description": "Updates the default cache directory to .nx/cache", |
7 | | - "implementation": "./src/migrations/update-17-0-0/move-cache-directory", |
| 5 | + "version": "18.0.0-beta.2", |
| 6 | + "description": "Updates nx.json to disabled adding plugins when generating projects in an existing Nx workspace", |
| 7 | + "implementation": "./src/migrations/update-18-0-0/disable-crystal-for-existing-workspaces", |
| 8 | + "x-repair-skip": true, |
8 | 9 | "package": "nx", |
9 | | - "name": "17.0.0-move-cache-directory" |
| 10 | + "name": "18.0.0-disable-adding-plugins-for-existing-workspaces" |
10 | 11 | }, |
11 | 12 | { |
12 | | - "cli": "nx", |
13 | | - "version": "17.0.0-beta.3", |
14 | | - "description": "Use minimal config for tasksRunnerOptions", |
15 | | - "implementation": "./src/migrations/update-17-0-0/use-minimal-config-for-tasks-runner-options", |
| 13 | + "version": "18.1.0-beta.3", |
| 14 | + "description": "Moves affected.defaultBase to defaultBase in `nx.json`", |
| 15 | + "implementation": "./src/migrations/update-17-2-0/move-default-base", |
16 | 16 | "package": "nx", |
17 | | - "name": "17.0.0-use-minimal-config-for-tasks-runner-options" |
| 17 | + "name": "move-default-base-to-nx-json-root" |
18 | 18 | }, |
19 | 19 | { |
20 | | - "version": "17.0.0-rc.1", |
21 | | - "description": "Migration for v17.0.0-rc.1", |
22 | | - "implementation": "./src/migrations/update-17-0-0/rm-default-collection-npm-scope", |
| 20 | + "cli": "nx", |
| 21 | + "version": "19.2.0-beta.2", |
| 22 | + "description": "Updates the default workspace data directory to .nx/workspace-data", |
| 23 | + "implementation": "./src/migrations/update-19-2-0/move-workspace-data-directory", |
23 | 24 | "package": "nx", |
24 | | - "name": "rm-default-collection-npm-scope" |
| 25 | + "name": "19-2-0-move-graph-cache-directory" |
25 | 26 | }, |
26 | 27 | { |
27 | 28 | "cli": "nx", |
28 | | - "version": "17.3.0-beta.6", |
| 29 | + "version": "19.2.2-beta.0", |
29 | 30 | "description": "Updates the nx wrapper.", |
30 | 31 | "implementation": "./src/migrations/update-17-3-0/update-nxw", |
31 | 32 | "package": "nx", |
32 | | - "name": "17.3.0-update-nx-wrapper" |
| 33 | + "name": "19-2-2-update-nx-wrapper" |
33 | 34 | }, |
34 | 35 | { |
35 | | - "cli": "nx", |
36 | | - "version": "17-2-6-beta.1", |
37 | | - "description": "Rename workspace rules from @nx/workspace/name to @nx/workspace-name", |
38 | | - "implementation": "./src/migrations/update-17-2-6-rename-workspace-rules/rename-workspace-rules", |
39 | | - "package": "@nx/eslint-plugin", |
40 | | - "name": "update-17-2-6-rename-workspace-rules" |
| 36 | + "version": "19.2.4-beta.0", |
| 37 | + "description": "Set project name in nx.json explicitly", |
| 38 | + "implementation": "./src/migrations/update-19-2-4/set-project-name", |
| 39 | + "x-repair-skip": true, |
| 40 | + "package": "nx", |
| 41 | + "name": "19-2-4-set-project-name" |
41 | 42 | }, |
42 | 43 | { |
43 | | - "version": "17.1.0-beta.2", |
44 | | - "description": "Move jest executor options to nx.json targetDefaults", |
45 | | - "implementation": "./src/migrations/update-17-1-0/move-options-to-target-defaults", |
46 | | - "package": "@nx/jest", |
47 | | - "name": "move-options-to-target-defaults" |
| 44 | + "version": "20.0.0-beta.7", |
| 45 | + "description": "Migration for v20.0.0-beta.7", |
| 46 | + "implementation": "./src/migrations/update-20-0-0/move-use-daemon-process", |
| 47 | + "package": "nx", |
| 48 | + "name": "move-use-daemon-process" |
48 | 49 | }, |
49 | 50 | { |
50 | | - "cli": "nx", |
51 | | - "version": "17.0.2", |
52 | | - "description": "Remove deprecated build options", |
53 | | - "implementation": "./src/migrations/update-17-0-0/remove-deprecated-build-options", |
54 | | - "package": "@nx/js", |
55 | | - "name": "update-17-0-0-remove-deprecated-build-options" |
| 51 | + "version": "20.0.1", |
| 52 | + "description": "Set `useLegacyCache` to true for migrating workspaces", |
| 53 | + "implementation": "./src/migrations/update-20-0-1/use-legacy-cache", |
| 54 | + "x-repair-skip": true, |
| 55 | + "package": "nx", |
| 56 | + "name": "use-legacy-cache" |
56 | 57 | }, |
57 | 58 | { |
58 | | - "version": "17.0.0-beta.7", |
59 | | - "description": "update-17-0-0-rename-to-eslint", |
60 | | - "implementation": "./src/migrations/update-17-0-0-rename-to-eslint/update-17-0-0-rename-to-eslint", |
| 59 | + "version": "20.2.0-beta.5", |
| 60 | + "description": "Update TypeScript ESLint packages to v8.13.0 if they are already on v8", |
| 61 | + "implementation": "./src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0", |
61 | 62 | "package": "@nx/eslint", |
62 | | - "name": "update-17-0-0-rename-to-eslint" |
| 63 | + "name": "update-typescript-eslint-v8.13.0" |
63 | 64 | }, |
64 | 65 | { |
65 | | - "version": "17.1.0-beta.1", |
66 | | - "description": "Updates for @typescript-utils/utils v6.9.1+", |
67 | | - "implementation": "./src/migrations/update-17-1-0/update-typescript-eslint", |
| 66 | + "version": "20.3.0-beta.1", |
| 67 | + "description": "Update ESLint flat config to include .cjs, .mjs, .cts, and .mts files in overrides (if needed)", |
| 68 | + "implementation": "./src/migrations/update-20-3-0/add-file-extensions-to-overrides", |
68 | 69 | "package": "@nx/eslint", |
69 | | - "name": "update-typescript-eslint" |
| 70 | + "name": "add-file-extensions-to-overrides" |
70 | 71 | }, |
71 | 72 | { |
72 | | - "version": "17.2.0-beta.0", |
73 | | - "description": "Simplify eslintFilePatterns", |
74 | | - "implementation": "./src/migrations/update-17-2-0/simplify-eslint-patterns", |
75 | | - "package": "@nx/eslint", |
76 | | - "name": "simplify-eslint-patterns" |
| 73 | + "cli": "nx", |
| 74 | + "version": "19.1.0-beta.6", |
| 75 | + "description": "Migrate no-extra-semi rules into user config, out of nx extendable configs", |
| 76 | + "implementation": "./src/migrations/update-19-1-0-migrate-no-extra-semi/migrate-no-extra-semi", |
| 77 | + "package": "@nx/eslint-plugin", |
| 78 | + "name": "update-19-1-0-rename-no-extra-semi" |
77 | 79 | }, |
78 | 80 | { |
79 | | - "version": "17.2.9", |
80 | | - "description": "Move executor options to target defaults", |
81 | | - "implementation": "./src/migrations/update-17-2-9/move-options-to-target-defaults", |
82 | | - "package": "@nx/eslint", |
83 | | - "name": "move-options-to-target-defaults" |
| 81 | + "cli": "nx", |
| 82 | + "version": "20.0.0-beta.5", |
| 83 | + "description": "replace getJestProjects with getJestProjectsAsync", |
| 84 | + "implementation": "./src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync", |
| 85 | + "package": "@nx/jest", |
| 86 | + "name": "replace-getJestProjects-with-getJestProjectsAsync" |
84 | 87 | } |
85 | 88 | ] |
86 | 89 | } |
0 commit comments