|
1 | 1 | {
|
2 | 2 | "migrations": [
|
3 | 3 | {
|
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", |
| 4 | + "version": "20.0.0-beta.7", |
| 5 | + "description": "Migration for v20.0.0-beta.7", |
| 6 | + "implementation": "./src/migrations/update-20-0-0/move-use-daemon-process", |
| 7 | + "package": "nx", |
| 8 | + "name": "move-use-daemon-process" |
| 9 | + }, |
| 10 | + { |
| 11 | + "version": "20.0.1", |
| 12 | + "description": "Set `useLegacyCache` to true for migrating workspaces", |
| 13 | + "implementation": "./src/migrations/update-20-0-1/use-legacy-cache", |
7 | 14 | "x-repair-skip": true,
|
8 | 15 | "package": "nx",
|
9 |
| - "name": "19-2-4-set-project-name" |
| 16 | + "name": "use-legacy-cache" |
| 17 | + }, |
| 18 | + { |
| 19 | + "version": "21.0.0-beta.8", |
| 20 | + "description": "Removes the legacy cache configuration from nx.json", |
| 21 | + "implementation": "./src/migrations/update-21-0-0/remove-legacy-cache", |
| 22 | + "package": "nx", |
| 23 | + "name": "remove-legacy-cache" |
| 24 | + }, |
| 25 | + { |
| 26 | + "version": "21.0.0-beta.8", |
| 27 | + "description": "Removes the legacy cache configuration from nx.json", |
| 28 | + "implementation": "./src/migrations/update-21-0-0/remove-custom-tasks-runner", |
| 29 | + "package": "nx", |
| 30 | + "name": "remove-custom-tasks-runner" |
| 31 | + }, |
| 32 | + { |
| 33 | + "version": "21.0.0-beta.11", |
| 34 | + "description": "Updates release version config based on the breaking changes in Nx v21", |
| 35 | + "implementation": "./src/migrations/update-21-0-0/release-version-config-changes", |
| 36 | + "package": "nx", |
| 37 | + "name": "release-version-config-changes" |
| 38 | + }, |
| 39 | + { |
| 40 | + "version": "21.0.0-beta.11", |
| 41 | + "description": "Updates release changelog config based on the breaking changes in Nx v21", |
| 42 | + "implementation": "./src/migrations/update-21-0-0/release-changelog-config-changes", |
| 43 | + "package": "nx", |
| 44 | + "name": "release-changelog-config-changes" |
| 45 | + }, |
| 46 | + { |
| 47 | + "version": "21.1.0-beta.2", |
| 48 | + "description": "Adds **/nx-rules.mdc and **/nx.instructions.md to .gitignore if not present", |
| 49 | + "implementation": "./src/migrations/update-21-1-0/add-gitignore-entry", |
| 50 | + "package": "nx", |
| 51 | + "name": "21-1-0-add-ignore-entries-for-nx-rule-files" |
| 52 | + }, |
| 53 | + { |
| 54 | + "version": "19.6.0-beta.0", |
| 55 | + "description": "Add dependsOn: [build] to preview targets using preview-server", |
| 56 | + "implementation": "./src/migrations/update-19-6-0/add-depends-on-for-preview", |
| 57 | + "package": "@nx/vite", |
| 58 | + "name": "update-19-6-0-add-depends-on-for-preview-server" |
| 59 | + }, |
| 60 | + { |
| 61 | + "version": "20.0.4-beta.0", |
| 62 | + "description": "Add gitignore entry for temporary vite config files.", |
| 63 | + "implementation": "./src/migrations/update-20-0-4/add-vite-temp-files-to-git-ignore", |
| 64 | + "package": "@nx/vite", |
| 65 | + "name": "update-20-0-4" |
| 66 | + }, |
| 67 | + { |
| 68 | + "version": "20.0.6-beta.0", |
| 69 | + "description": "Add gitignore entry for temporary vite config files and remove previous incorrect glob.", |
| 70 | + "implementation": "./src/migrations/update-20-0-4/add-vite-temp-files-to-git-ignore", |
| 71 | + "package": "@nx/vite", |
| 72 | + "name": "update-20-0-6" |
| 73 | + }, |
| 74 | + { |
| 75 | + "version": "20.3.0-beta.2", |
| 76 | + "description": "Add gitignore entry for temporary vitest config files.", |
| 77 | + "implementation": "./src/migrations/update-20-3-0/add-vitest-temp-files-to-git-ignore", |
| 78 | + "package": "@nx/vite", |
| 79 | + "name": "update-20-3-0" |
| 80 | + }, |
| 81 | + { |
| 82 | + "version": "20.5.0-beta.2", |
| 83 | + "description": "Install jiti as a devDependency to allow vite to parse TS postcss files.", |
| 84 | + "implementation": "./src/migrations/update-20-5-0/install-jiti", |
| 85 | + "package": "@nx/vite", |
| 86 | + "name": "update-20-5-0-install-jiti" |
| 87 | + }, |
| 88 | + { |
| 89 | + "version": "20.5.0-beta.3", |
| 90 | + "description": "Update resolve.conditions to include defaults that are no longer provided by Vite.", |
| 91 | + "implementation": "./src/migrations/update-20-5-0/update-resolve-conditions", |
| 92 | + "package": "@nx/vite", |
| 93 | + "name": "update-20-5-0-update-resolve-conditions" |
| 94 | + }, |
| 95 | + { |
| 96 | + "version": "20.5.0-beta.3", |
| 97 | + "description": "Add vite config temporary files to the ESLint configuration ignore patterns if ESLint is used.", |
| 98 | + "implementation": "./src/migrations/update-20-5-0/eslint-ignore-vite-temp-files", |
| 99 | + "package": "@nx/vite", |
| 100 | + "name": "eslint-ignore-vite-temp-files" |
| 101 | + }, |
| 102 | + { |
| 103 | + "cli": "nx", |
| 104 | + "version": "19.6.0-beta.0", |
| 105 | + "description": "Use serve-static or preview for webServerCommand.", |
| 106 | + "implementation": "./src/migrations/update-19-6-0/use-serve-static-preview-for-command", |
| 107 | + "package": "@nx/playwright", |
| 108 | + "name": "19-6-0-use-serve-static-preview-for-command" |
| 109 | + }, |
| 110 | + { |
| 111 | + "cli": "nx", |
| 112 | + "version": "19.6.0-beta.1", |
| 113 | + "description": "Add inferred ciTargetNames to targetDefaults with dependsOn to ensure dependent application builds are scheduled before atomized tasks.", |
| 114 | + "implementation": "./src/migrations/update-19-6-0/add-e2e-ci-target-defaults", |
| 115 | + "package": "@nx/playwright", |
| 116 | + "name": "update-19-6-0-add-e2e-ci-target-defaults" |
| 117 | + }, |
| 118 | + { |
| 119 | + "version": "20.2.0-beta.5", |
| 120 | + "description": "Update TypeScript ESLint packages to v8.13.0 if they are already on v8", |
| 121 | + "implementation": "./src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0", |
| 122 | + "package": "@nx/eslint", |
| 123 | + "name": "update-typescript-eslint-v8.13.0" |
| 124 | + }, |
| 125 | + { |
| 126 | + "version": "20.3.0-beta.1", |
| 127 | + "description": "Update ESLint flat config to include .cjs, .mjs, .cts, and .mts files in overrides (if needed)", |
| 128 | + "implementation": "./src/migrations/update-20-3-0/add-file-extensions-to-overrides", |
| 129 | + "package": "@nx/eslint", |
| 130 | + "name": "add-file-extensions-to-overrides" |
| 131 | + }, |
| 132 | + { |
| 133 | + "cli": "nx", |
| 134 | + "version": "20.0.0-beta.5", |
| 135 | + "description": "Replace usage of `getJestProjects` with `getJestProjectsAsync`.", |
| 136 | + "implementation": "./src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync", |
| 137 | + "package": "@nx/jest", |
| 138 | + "name": "replace-getJestProjects-with-getJestProjectsAsync" |
| 139 | + }, |
| 140 | + { |
| 141 | + "cli": "nx", |
| 142 | + "version": "21.0.0-beta.9", |
| 143 | + "description": "Replace usage of `getJestProjects` with `getJestProjectsAsync`.", |
| 144 | + "implementation": "./src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync", |
| 145 | + "package": "@nx/jest", |
| 146 | + "name": "replace-getJestProjects-with-getJestProjectsAsync-v21" |
| 147 | + }, |
| 148 | + { |
| 149 | + "version": "21.0.0-beta.10", |
| 150 | + "description": "Remove the previously deprecated and unused `tsConfig` option from the `@nx/jest:jest` executor.", |
| 151 | + "implementation": "./src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor", |
| 152 | + "package": "@nx/jest", |
| 153 | + "name": "remove-tsconfig-option-from-jest-executor" |
10 | 154 | }
|
11 | 155 | ]
|
12 | 156 | }
|
0 commit comments