|
1 | 1 | {
|
2 | 2 | "migrations": [
|
3 |
| - { |
4 |
| - "cli": "nx", |
5 |
| - "version": "17.3.0-beta.6", |
6 |
| - "description": "Updates the nx wrapper.", |
7 |
| - "implementation": "./src/migrations/update-17-3-0/update-nxw", |
8 |
| - "package": "nx", |
9 |
| - "name": "17.3.0-update-nx-wrapper" |
10 |
| - }, |
11 |
| - { |
12 |
| - "cli": "nx", |
13 |
| - "version": "18.0.0-beta.2", |
14 |
| - "description": "Updates nx.json to disabled adding plugins when generating projects in an existing Nx workspace", |
15 |
| - "implementation": "./src/migrations/update-18-0-0/disable-crystal-for-existing-workspaces", |
16 |
| - "x-repair-skip": true, |
17 |
| - "package": "nx", |
18 |
| - "name": "18.0.0-disable-adding-plugins-for-existing-workspaces" |
19 |
| - }, |
20 | 3 | {
|
21 | 4 | "version": "18.1.0-beta.3",
|
22 | 5 | "description": "Moves affected.defaultBase to defaultBase in `nx.json`",
|
|
26 | 9 | },
|
27 | 10 | {
|
28 | 11 | "cli": "nx",
|
29 |
| - "version": "17.2.6-beta.1", |
30 |
| - "description": "Rename workspace rules from @nx/workspace/name to @nx/workspace-name", |
31 |
| - "implementation": "./src/migrations/update-17-2-6-rename-workspace-rules/rename-workspace-rules", |
32 |
| - "package": "@nx/eslint-plugin", |
33 |
| - "name": "update-17-2-6-rename-workspace-rules" |
34 |
| - }, |
35 |
| - { |
36 |
| - "version": "17.2.0-beta.10", |
37 |
| - "description": "Update vite config.", |
38 |
| - "implementation": "./src/migrations/update-17-2-0/update-vite-config", |
39 |
| - "package": "@nx/vite", |
40 |
| - "name": "update-vite-config" |
41 |
| - }, |
42 |
| - { |
43 |
| - "version": "17.3.0-beta.0", |
44 |
| - "description": "Move the vitest coverage thresholds in their own object if exists and add reporters.", |
45 |
| - "implementation": "./src/migrations/update-17-3-0/vitest-coverage-and-reporters", |
46 |
| - "package": "@nx/vite", |
47 |
| - "name": "vitest-coverage-and-reporters" |
48 |
| - }, |
49 |
| - { |
50 |
| - "cli": "nx", |
51 |
| - "version": "17.3.1-beta.0", |
52 |
| - "description": "Add project property to playwright config", |
53 |
| - "implementation": "./src/migrations/update-17-3-1/add-project-to-config", |
54 |
| - "package": "@nx/playwright", |
55 |
| - "name": "17-3-1-add-project-to-config" |
| 12 | + "version": "18.1.0-beta.3", |
| 13 | + "description": "Update to Cypress ^13.6.6 if the workspace is using Cypress v13 to ensure workspaces don't use v13.6.5 which has an issue when verifying Cypress.", |
| 14 | + "implementation": "./src/migrations/update-18-1-0/update-cypress-version-13-6-6", |
| 15 | + "package": "@nx/cypress", |
| 16 | + "name": "update-cypress-version-13-6-6" |
56 | 17 | },
|
57 | 18 | {
|
58 | 19 | "cli": "nx",
|
|
61 | 22 | "implementation": "./src/migrations/update-18-1-0/remove-baseUrl-from-project-json",
|
62 | 23 | "package": "@nx/playwright",
|
63 | 24 | "name": "18-1-0-remove-baseUrl-from-project-json"
|
64 |
| - }, |
65 |
| - { |
66 |
| - "cli": "nx", |
67 |
| - "version": "18.1.0-beta.3", |
68 |
| - "description": "Update to Cypress ^13.6.6 if the workspace is using Cypress v13 to ensure workspaces don't use v13.6.5 which has an issue when verifying Cypress.", |
69 |
| - "implementation": "./src/migrations/update-18-1-0/update-cypress-version-13-6-6", |
70 |
| - "package": "@nx/cypress", |
71 |
| - "name": "update-cypress-version-13-6-6" |
72 |
| - }, |
73 |
| - { |
74 |
| - "version": "17.2.0-beta.0", |
75 |
| - "description": "Simplify eslintFilePatterns", |
76 |
| - "implementation": "./src/migrations/update-17-2-0/simplify-eslint-patterns", |
77 |
| - "package": "@nx/eslint", |
78 |
| - "name": "simplify-eslint-patterns" |
79 |
| - }, |
80 |
| - { |
81 |
| - "version": "17.2.9", |
82 |
| - "description": "Move executor options to target defaults", |
83 |
| - "implementation": "./src/migrations/update-17-2-9/move-options-to-target-defaults", |
84 |
| - "package": "@nx/eslint", |
85 |
| - "name": "move-options-to-target-defaults" |
86 | 25 | }
|
87 | 26 | ]
|
88 | 27 | }
|
0 commit comments