|
| 1 | +{ |
| 2 | + "migrations": [ |
| 3 | + { |
| 4 | + "version": "21.0.0-beta.8", |
| 5 | + "description": "Removes the legacy cache configuration from nx.json", |
| 6 | + "implementation": "./src/migrations/update-21-0-0/remove-legacy-cache", |
| 7 | + "package": "nx", |
| 8 | + "name": "remove-legacy-cache" |
| 9 | + }, |
| 10 | + { |
| 11 | + "version": "21.0.0-beta.8", |
| 12 | + "description": "Removes the legacy cache configuration from nx.json", |
| 13 | + "implementation": "./src/migrations/update-21-0-0/remove-custom-tasks-runner", |
| 14 | + "package": "nx", |
| 15 | + "name": "remove-custom-tasks-runner" |
| 16 | + }, |
| 17 | + { |
| 18 | + "version": "21.0.0-beta.11", |
| 19 | + "description": "Updates release version config based on the breaking changes in Nx v21", |
| 20 | + "implementation": "./src/migrations/update-21-0-0/release-version-config-changes", |
| 21 | + "package": "nx", |
| 22 | + "name": "release-version-config-changes" |
| 23 | + }, |
| 24 | + { |
| 25 | + "version": "21.0.0-beta.11", |
| 26 | + "description": "Updates release changelog config based on the breaking changes in Nx v21", |
| 27 | + "implementation": "./src/migrations/update-21-0-0/release-changelog-config-changes", |
| 28 | + "package": "nx", |
| 29 | + "name": "release-changelog-config-changes" |
| 30 | + }, |
| 31 | + { |
| 32 | + "version": "22.0.0-beta.1", |
| 33 | + "description": "Updates release version config based on the breaking changes in Nx v22", |
| 34 | + "implementation": "./src/migrations/update-22-0-0/release-version-config-changes", |
| 35 | + "package": "nx", |
| 36 | + "name": "22-0-0-release-version-config-changes" |
| 37 | + }, |
| 38 | + { |
| 39 | + "version": "22.0.0-beta.2", |
| 40 | + "description": "Consolidates releaseTag* options into nested releaseTag object structure", |
| 41 | + "implementation": "./src/migrations/update-22-0-0/consolidate-release-tag-config", |
| 42 | + "package": "nx", |
| 43 | + "name": "22-0-0-consolidate-release-tag-config" |
| 44 | + }, |
| 45 | + { |
| 46 | + "cli": "nx", |
| 47 | + "version": "22.1.0-beta.5", |
| 48 | + "description": "Updates the nx wrapper.", |
| 49 | + "implementation": "./src/migrations/update-22-1-0/update-nx-wrapper", |
| 50 | + "package": "nx", |
| 51 | + "name": "22-1-0-update-nx-wrapper" |
| 52 | + }, |
| 53 | + { |
| 54 | + "version": "21.5.0-beta.2", |
| 55 | + "description": "Migrate the legacy 'development' custom condition to a workspace-unique custom condition name.", |
| 56 | + "factory": "./src/migrations/update-21-5-0/migrate-development-custom-condition", |
| 57 | + "package": "@nx/js", |
| 58 | + "name": "migrate-development-custom-condition" |
| 59 | + }, |
| 60 | + { |
| 61 | + "version": "22.0.0-beta.0", |
| 62 | + "description": "Remove the deprecated `external` and `externalBuildTargets` options from the `@nx/js:swc` and `@nx/js:tsc` executors.", |
| 63 | + "factory": "./src/migrations/update-22-0-0/remove-external-options-from-js-executors", |
| 64 | + "package": "@nx/js", |
| 65 | + "name": "remove-external-options-from-js-executors" |
| 66 | + }, |
| 67 | + { |
| 68 | + "version": "22.1.0-rc.1", |
| 69 | + "description": "Removes redundant TypeScript project references from project's tsconfig.json files when runtime tsconfig files (e.g., tsconfig.lib.json, tsconfig.app.json) exist.", |
| 70 | + "factory": "./src/migrations/update-22-1-0/remove-redundant-ts-project-references", |
| 71 | + "package": "@nx/js", |
| 72 | + "name": "remove-redundant-ts-project-references" |
| 73 | + }, |
| 74 | + { |
| 75 | + "version": "20.2.0-beta.5", |
| 76 | + "description": "Update TypeScript ESLint packages to v8.13.0 if they are already on v8", |
| 77 | + "implementation": "./src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0", |
| 78 | + "package": "@nx/eslint", |
| 79 | + "name": "update-typescript-eslint-v8.13.0" |
| 80 | + }, |
| 81 | + { |
| 82 | + "version": "20.3.0-beta.1", |
| 83 | + "description": "Update ESLint flat config to include .cjs, .mjs, .cts, and .mts files in overrides (if needed)", |
| 84 | + "implementation": "./src/migrations/update-20-3-0/add-file-extensions-to-overrides", |
| 85 | + "package": "@nx/eslint", |
| 86 | + "name": "add-file-extensions-to-overrides" |
| 87 | + }, |
| 88 | + { |
| 89 | + "version": "20.5.0-beta.2", |
| 90 | + "description": "Install jiti as a devDependency to allow vite to parse TS postcss files.", |
| 91 | + "implementation": "./src/migrations/update-20-5-0/install-jiti", |
| 92 | + "package": "@nx/vite", |
| 93 | + "name": "update-20-5-0-install-jiti" |
| 94 | + }, |
| 95 | + { |
| 96 | + "version": "20.5.0-beta.3", |
| 97 | + "description": "Update resolve.conditions to include defaults that are no longer provided by Vite.", |
| 98 | + "implementation": "./src/migrations/update-20-5-0/update-resolve-conditions", |
| 99 | + "package": "@nx/vite", |
| 100 | + "name": "update-20-5-0-update-resolve-conditions" |
| 101 | + }, |
| 102 | + { |
| 103 | + "version": "20.5.0-beta.3", |
| 104 | + "description": "Add vite config temporary files to the ESLint configuration ignore patterns if ESLint is used.", |
| 105 | + "implementation": "./src/migrations/update-20-5-0/eslint-ignore-vite-temp-files", |
| 106 | + "package": "@nx/vite", |
| 107 | + "name": "eslint-ignore-vite-temp-files" |
| 108 | + }, |
| 109 | + { |
| 110 | + "version": "22.2.0-beta.2", |
| 111 | + "description": "Migrate Vitest usage from @nx/vite to @nx/vitest package.", |
| 112 | + "implementation": "./src/migrations/update-22-2-0/migrate-vitest-to-vitest-package", |
| 113 | + "package": "@nx/vite", |
| 114 | + "name": "migrate-vitest-to-vitest-package" |
| 115 | + }, |
| 116 | + { |
| 117 | + "cli": "nx", |
| 118 | + "version": "21.0.0-beta.9", |
| 119 | + "description": "Replace usage of `getJestProjects` with `getJestProjectsAsync`.", |
| 120 | + "implementation": "./src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync", |
| 121 | + "package": "@nx/jest", |
| 122 | + "name": "replace-getJestProjects-with-getJestProjectsAsync-v21" |
| 123 | + }, |
| 124 | + { |
| 125 | + "version": "21.0.0-beta.10", |
| 126 | + "description": "Remove the previously deprecated and unused `tsConfig` option from the `@nx/jest:jest` executor.", |
| 127 | + "implementation": "./src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor", |
| 128 | + "package": "@nx/jest", |
| 129 | + "name": "remove-tsconfig-option-from-jest-executor" |
| 130 | + }, |
| 131 | + { |
| 132 | + "version": "21.3.0-beta.3", |
| 133 | + "description": "Rename the CLI option `testPathPattern` to `testPathPatterns`.", |
| 134 | + "implementation": "./src/migrations/update-21-3-0/rename-test-path-pattern", |
| 135 | + "package": "@nx/jest", |
| 136 | + "name": "rename-test-path-pattern" |
| 137 | + }, |
| 138 | + { |
| 139 | + "version": "21.3.0-beta.3", |
| 140 | + "requires": { "jest": ">=30.0.0" }, |
| 141 | + "description": "Replace removed matcher aliases in Jest v30 with their corresponding matcher", |
| 142 | + "implementation": "./src/migrations/update-21-3-0/replace-removed-matcher-aliases", |
| 143 | + "package": "@nx/jest", |
| 144 | + "name": "replace-removed-matcher-aliases" |
| 145 | + }, |
| 146 | + { |
| 147 | + "version": "22.2.0-beta.2", |
| 148 | + "description": "Convert jest.config.ts files from ESM to CJS syntax (export default -> module.exports, import -> require) for projects using CommonJS resolution to ensure correct loading under Node.js type-stripping.", |
| 149 | + "implementation": "./src/migrations/update-22-2-0/convert-jest-config-to-cjs", |
| 150 | + "package": "@nx/jest", |
| 151 | + "name": "convert-jest-config-to-cjs" |
| 152 | + }, |
| 153 | + { |
| 154 | + "version": "22.3.2-beta.0", |
| 155 | + "requires": { "jest": ">=30.0.0" }, |
| 156 | + "description": "Replace removed matcher aliases in Jest v30 with their corresponding matcher", |
| 157 | + "implementation": "./src/migrations/update-21-3-0/replace-removed-matcher-aliases", |
| 158 | + "package": "@nx/jest", |
| 159 | + "name": "replace-removed-matcher-aliases-v22-3" |
| 160 | + }, |
| 161 | + { |
| 162 | + "cli": "nx", |
| 163 | + "version": "20.2.0-beta.2", |
| 164 | + "description": "Update the ModuleFederationConfig import use @nx/module-federation.", |
| 165 | + "factory": "./src/migrations/update-20-2-0/migrate-mf-imports-to-new-package", |
| 166 | + "package": "@nx/react", |
| 167 | + "name": "update-20-2-0-update-module-federation-config-import" |
| 168 | + }, |
| 169 | + { |
| 170 | + "cli": "nx", |
| 171 | + "version": "20.2.0-beta.2", |
| 172 | + "description": "Update the withModuleFederation import use @nx/module-federation/webpack.", |
| 173 | + "factory": "./src/migrations/update-20-2-0/migrate-with-mf-import-to-new-package", |
| 174 | + "package": "@nx/react", |
| 175 | + "name": "update-20-2-0-update-with-module-federation-import" |
| 176 | + }, |
| 177 | + { |
| 178 | + "cli": "nx", |
| 179 | + "version": "20.3.0-beta.2", |
| 180 | + "description": "If workspace includes Module Federation projects, ensure the new @nx/module-federation package is installed.", |
| 181 | + "factory": "./src/migrations/update-20-3-0/ensure-nx-module-federation-package", |
| 182 | + "package": "@nx/react", |
| 183 | + "name": "ensure-nx-module-federation-package" |
| 184 | + }, |
| 185 | + { |
| 186 | + "cli": "nx", |
| 187 | + "version": "20.4.0-beta.0", |
| 188 | + "description": "Add NX_MF_DEV_REMOTES to inputs for task hashing when '@nx/webpack:webpack' or '@nx/rspack:rspack' is used for Module Federation.", |
| 189 | + "factory": "./src/migrations/update-18-0-0/add-mf-env-var-to-target-defaults", |
| 190 | + "package": "@nx/react", |
| 191 | + "name": "add-mf-env-var-to-target-defaults" |
| 192 | + }, |
| 193 | + { |
| 194 | + "cli": "nx", |
| 195 | + "version": "21.0.0-beta.11", |
| 196 | + "description": "Replaces `classProperties.loose` option with `loose`.", |
| 197 | + "factory": "./src/migrations/update-21-0-0/update-babel-loose", |
| 198 | + "package": "@nx/react", |
| 199 | + "name": "update-21-0-0-update-babel-loose" |
| 200 | + }, |
| 201 | + { |
| 202 | + "cli": "nx", |
| 203 | + "version": "22.0.0-beta.0", |
| 204 | + "description": "Updates webpack configs using React to use the new withSvgr composable function instead of the svgr option in withReact or NxReactWebpackPlugin.", |
| 205 | + "factory": "./src/migrations/update-22-0-0/add-svgr-to-webpack-config", |
| 206 | + "package": "@nx/react", |
| 207 | + "name": "update-22-0-0-add-svgr-to-webpack-config" |
| 208 | + } |
| 209 | + ] |
| 210 | +} |
0 commit comments