|
1 | 1 | {
|
2 | 2 | "migrations": [
|
3 | 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.", |
4 | 6 | "cli": "nx",
|
5 |
| - "version": "15.0.0-beta.1", |
6 |
| - "description": "Replace implicitDependencies with namedInputs + target inputs", |
7 |
| - "implementation": "./src/migrations/update-15-0-0/migrate-to-inputs", |
8 |
| - "package": "nx", |
9 |
| - "name": "15.0.0-migrate-to-inputs" |
| 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 | 10 | },
|
11 | 11 | {
|
12 | 12 | "cli": "nx",
|
13 |
| - "version": "15.0.0-beta.1", |
14 |
| - "description": "Prefix outputs with {workspaceRoot}/{projectRoot} if needed", |
15 |
| - "implementation": "./src/migrations/update-15-0-0/prefix-outputs", |
| 13 | + "version": "15.8.2-beta.0", |
| 14 | + "description": "Updates the nx wrapper.", |
| 15 | + "implementation": "./src/migrations/update-15-8-2/update-nxw", |
16 | 16 | "package": "nx",
|
17 |
| - "name": "15.0.0-prefix-outputs" |
| 17 | + "name": "15.8.2-update-nx-wrapper" |
18 | 18 | },
|
19 | 19 | {
|
| 20 | + "version": "15.8.0-beta.0", |
20 | 21 | "cli": "nx",
|
21 |
| - "version": "15.0.12-beta.1", |
22 |
| - "description": "Set project names in project.json files", |
23 |
| - "implementation": "./src/migrations/update-15-1-0/set-project-names", |
24 |
| - "package": "nx", |
25 |
| - "name": "15.1.0-set-project-names" |
| 22 | + "description": "Update jest configs to support jest 29 changes (https://jestjs.io/docs/upgrading-to-jest29)", |
| 23 | + "factory": "./src/migrations/update-15-8-0/update-configs-jest-29", |
| 24 | + "package": "@nrwl/jest", |
| 25 | + "name": "update-configs-jest-29" |
26 | 26 | },
|
27 | 27 | {
|
28 |
| - "version": "15.0.0-beta.0", |
| 28 | + "version": "15.8.0-beta.0", |
29 | 29 | "cli": "nx",
|
30 |
| - "description": "Stop hashing jest spec files and config files for build targets and dependent tasks", |
31 |
| - "factory": "./src/migrations/update-15-0-0/add-jest-inputs", |
| 30 | + "description": "Update jest test files to support jest 29 changes (https://jestjs.io/docs/upgrading-to-jest29)", |
| 31 | + "factory": "./src/migrations/update-15-8-0/update-tests-jest-29", |
32 | 32 | "package": "@nrwl/jest",
|
33 |
| - "name": "add-jest-inputs" |
| 33 | + "name": "update-tests-jest-29" |
34 | 34 | },
|
35 | 35 | {
|
36 | 36 | "cli": "nx",
|
37 |
| - "version": "15.0.0-beta.0", |
38 |
| - "description": "Stop hashing eslint config files for build targets and dependent tasks", |
39 |
| - "factory": "./src/migrations/update-15-0-0/add-eslint-inputs", |
| 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 | + "cli": "nx", |
| 45 | + "version": "15.7.1-beta.0", |
| 46 | + "description": "Add node_modules to root eslint ignore", |
| 47 | + "factory": "./src/migrations/update-15-7-1/add-eslint-ignore", |
40 | 48 | "package": "@nrwl/linter",
|
41 |
| - "name": "add-eslint-inputs" |
| 49 | + "name": "add-eslint-ignore" |
| 50 | + }, |
| 51 | + { |
| 52 | + "version": "15.7.0-beta.0", |
| 53 | + "description": "Split global configuration files (e.g., workspace.json) into individual project.json files.", |
| 54 | + "cli": "nx", |
| 55 | + "implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files", |
| 56 | + "package": "@nrwl/workspace", |
| 57 | + "name": "15-7-0-split-configuration-into-project-json-files" |
42 | 58 | }
|
43 | 59 | ]
|
44 | 60 | }
|
0 commit comments