|
| 1 | +{ |
| 2 | + "migrations": [ |
| 3 | + { |
| 4 | + "version": "15.7.0-beta.0", |
| 5 | + "description": "Split global configuration files into individual project.json files. This migration has been added automatically to the beginning of your migration set to retroactively make them work with the new version of Nx.", |
| 6 | + "cli": "nx", |
| 7 | + "implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files", |
| 8 | + "package": "@nrwl/workspace", |
| 9 | + "name": "15-7-0-split-configuration-into-project-json-files" |
| 10 | + }, |
| 11 | + { |
| 12 | + "cli": "nx", |
| 13 | + "version": "15.0.12-beta.1", |
| 14 | + "description": "Set project names in project.json files", |
| 15 | + "implementation": "./src/migrations/update-15-1-0/set-project-names", |
| 16 | + "package": "nx", |
| 17 | + "name": "15.1.0-set-project-names" |
| 18 | + }, |
| 19 | + { |
| 20 | + "version": "15.7.0-beta.0", |
| 21 | + "description": "Split global configuration files (e.g., workspace.json) into individual project.json files.", |
| 22 | + "cli": "nx", |
| 23 | + "implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files", |
| 24 | + "package": "@nrwl/workspace", |
| 25 | + "name": "15-7-0-split-configuration-into-project-json-files" |
| 26 | + }, |
| 27 | + { |
| 28 | + "cli": "nx", |
| 29 | + "version": "15.7.1-beta.0", |
| 30 | + "description": "Add node_modules to root eslint ignore", |
| 31 | + "factory": "./src/migrations/update-15-7-1/add-eslint-ignore", |
| 32 | + "package": "@nrwl/linter", |
| 33 | + "name": "add-eslint-ignore" |
| 34 | + }, |
| 35 | + { |
| 36 | + "cli": "nx", |
| 37 | + "version": "15.8.0-beta.0", |
| 38 | + "description": "Rename .lib.swcrc to .swcrc for better SWC support throughout the workspace", |
| 39 | + "factory": "./src/migrations/update-15-8-0/rename-swcrc-config", |
| 40 | + "package": "@nrwl/js", |
| 41 | + "name": "rename-swcrc-config" |
| 42 | + }, |
| 43 | + { |
| 44 | + "version": "15.8.0-beta.0", |
| 45 | + "cli": "nx", |
| 46 | + "description": "Update jest configs to support jest 29 changes (https://jestjs.io/docs/upgrading-to-jest29)", |
| 47 | + "factory": "./src/migrations/update-15-8-0/update-configs-jest-29", |
| 48 | + "package": "@nrwl/jest", |
| 49 | + "name": "update-configs-jest-29" |
| 50 | + }, |
| 51 | + { |
| 52 | + "version": "15.8.0-beta.0", |
| 53 | + "cli": "nx", |
| 54 | + "description": "Update jest test files to support jest 29 changes (https://jestjs.io/docs/upgrading-to-jest29)", |
| 55 | + "factory": "./src/migrations/update-15-8-0/update-tests-jest-29", |
| 56 | + "package": "@nrwl/jest", |
| 57 | + "name": "update-tests-jest-29" |
| 58 | + } |
| 59 | + ] |
| 60 | +} |
0 commit comments