|
1 | 1 | { |
2 | 2 | "migrations": [ |
3 | 3 | { |
4 | | - "cli": "nx", |
5 | | - "version": "17.0.0-beta.1", |
6 | | - "description": "Updates the default cache directory to .nx/cache", |
7 | | - "implementation": "./src/migrations/update-17-0-0/move-cache-directory", |
8 | | - "package": "nx", |
9 | | - "name": "17.0.0-move-cache-directory" |
10 | | - }, |
11 | | - { |
12 | | - "cli": "nx", |
13 | | - "version": "17.0.0-beta.3", |
14 | | - "description": "Use minimal config for tasksRunnerOptions", |
15 | | - "implementation": "./src/migrations/update-17-0-0/use-minimal-config-for-tasks-runner-options", |
16 | | - "package": "nx", |
17 | | - "name": "17.0.0-use-minimal-config-for-tasks-runner-options" |
18 | | - }, |
19 | | - { |
20 | | - "version": "17.0.0-rc.1", |
21 | | - "description": "Migration for v17.0.0-rc.1", |
22 | | - "implementation": "./src/migrations/update-17-0-0/rm-default-collection-npm-scope", |
23 | | - "package": "nx", |
24 | | - "name": "rm-default-collection-npm-scope" |
| 4 | + "version": "17.1.0-beta.1", |
| 5 | + "description": "Updates for @typescript-utils/utils v6.9.1+", |
| 6 | + "implementation": "./src/migrations/update-17-1-0/update-typescript-eslint", |
| 7 | + "package": "@nx/eslint", |
| 8 | + "name": "update-typescript-eslint" |
25 | 9 | }, |
26 | 10 | { |
27 | | - "version": "17.0.0-beta.7", |
28 | | - "description": "update-17-0-0-rename-to-eslint", |
29 | | - "implementation": "./src/migrations/update-17-0-0-rename-to-eslint/update-17-0-0-rename-to-eslint", |
30 | | - "package": "@nx/eslint", |
31 | | - "name": "update-17-0-0-rename-to-eslint" |
| 11 | + "version": "17.1.0-beta.2", |
| 12 | + "description": "Move target defaults", |
| 13 | + "implementation": "./src/migrations/update-17-1-0/move-target-defaults", |
| 14 | + "package": "@nx/vite", |
| 15 | + "name": "move-target-defaults" |
32 | 16 | } |
33 | 17 | ] |
34 | 18 | } |
0 commit comments