|
| 1 | +{ |
| 2 | + "migrations": [ |
| 3 | + { |
| 4 | + "version": "12.5.0-beta.1", |
| 5 | + "description": "Rename the workspace-schematic script into workspace-generator script", |
| 6 | + "factory": "./src/migrations/update-12-5-0/add-target-dependencies", |
| 7 | + "cli": "nx", |
| 8 | + "package": "@nrwl/workspace", |
| 9 | + "name": "add-target-dependencies" |
| 10 | + }, |
| 11 | + { |
| 12 | + "cli": "nx", |
| 13 | + "version": "12.9.0", |
| 14 | + "description": "Fixes invalid importPaths for buildable and publishable libs.", |
| 15 | + "factory": "./src/migrations/update-12-9-0/update-invalid-import-paths", |
| 16 | + "package": "@nrwl/angular", |
| 17 | + "name": "update-invalid-import-paths" |
| 18 | + }, |
| 19 | + { |
| 20 | + "version": "12.1.0", |
| 21 | + "factory": "./update-12/replace-prod-flag", |
| 22 | + "description": "Replace the deprecated '--prod' in package.json scripts.", |
| 23 | + "package": "@angular/cli", |
| 24 | + "name": "replace-deprecated-prod-flag" |
| 25 | + }, |
| 26 | + { |
| 27 | + "cli": "nx", |
| 28 | + "version": "12.8.0-beta.0", |
| 29 | + "description": "Remove Typescript Preprocessor Plugin", |
| 30 | + "factory": "./src/migrations/update-12-8-0/remove-typescript-plugin", |
| 31 | + "package": "@nrwl/cypress", |
| 32 | + "name": "remove-typescript-plugin" |
| 33 | + }, |
| 34 | + { |
| 35 | + "version": "12.4.0-beta.1", |
| 36 | + "cli": "nx", |
| 37 | + "description": "Add testEnvironment: 'jsdom' in web apps + libraries", |
| 38 | + "factory": "./src/migrations/update-12-4-0/add-test-environment-for-node", |
| 39 | + "package": "@nrwl/jest", |
| 40 | + "name": "support-jest-27" |
| 41 | + }, |
| 42 | + { |
| 43 | + "version": "12.4.0-beta.1", |
| 44 | + "cli": "nx", |
| 45 | + "description": "Support for Jest 27 via updating ts-jest + jest-preset-angular", |
| 46 | + "factory": "./src/migrations/update-12-4-0/update-jest-preset-angular", |
| 47 | + "package": "@nrwl/jest", |
| 48 | + "name": "update-ts-jest-and-jest-preset-angular" |
| 49 | + }, |
| 50 | + { |
| 51 | + "version": "12.6.0-beta.0", |
| 52 | + "cli": "nx", |
| 53 | + "description": "Uses `getJestProjects()` to populate projects array in root level `jest.config.js` file.", |
| 54 | + "factory": "./src/migrations/update-12-6-0/update-base-jest-config", |
| 55 | + "package": "@nrwl/jest", |
| 56 | + "name": "update-jest-config-to-use-util" |
| 57 | + }, |
| 58 | + { |
| 59 | + "cli": "nx", |
| 60 | + "version": "12.4.0-beta.0", |
| 61 | + "description": "Remove ESLint parserOptions.project config if no rules requiring type-checking are in use", |
| 62 | + "factory": "./src/migrations/update-12-4-0/remove-eslint-project-config-if-no-type-checking-rules", |
| 63 | + "package": "@nrwl/linter", |
| 64 | + "name": "remove-eslint-project-config-if-no-type-checking-rules" |
| 65 | + }, |
| 66 | + { |
| 67 | + "cli": "nx", |
| 68 | + "version": "12.9.0-beta.0", |
| 69 | + "description": "Add outputs for caching", |
| 70 | + "factory": "./src/migrations/update-12-9-0/add-outputs", |
| 71 | + "package": "@nrwl/linter", |
| 72 | + "name": "add-outputs" |
| 73 | + }, |
| 74 | + { |
| 75 | + "cli": "nx", |
| 76 | + "version": "12.9.0-beta.0", |
| 77 | + "description": "Remove ESLint parserOptions.project config if no rules requiring type-checking are in use", |
| 78 | + "factory": "./src/migrations/update-12-4-0/remove-eslint-project-config-if-no-type-checking-rules", |
| 79 | + "package": "@nrwl/linter", |
| 80 | + "name": "remove-eslint-project-config-if-no-type-checking-rules-again" |
| 81 | + } |
| 82 | + ] |
| 83 | +} |
0 commit comments