Skip to content

Commit d8f3c6b

Browse files
authored
fix(react): migrations use tsquery, so we should provide it (#12575)
1 parent 2ebc4f4 commit d8f3c6b

File tree

90 files changed

+27
-6736
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+27
-6736
lines changed

packages/cypress/migrations.json

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,5 @@
11
{
22
"schematics": {
3-
"update-8.1.0": {
4-
"version": "8.1.0-beta.1",
5-
"description": "Update cypress",
6-
"factory": "./src/migrations/update-8-1-0/update-8-1-0"
7-
},
8-
"update-8.2.0": {
9-
"version": "8.2.0-beta.1",
10-
"description": "Update Cypress Config",
11-
"factory": "./src/migrations/update-8-2-0/update-8-2-0"
12-
},
13-
"update-8.10.0": {
14-
"version": "8.10.0-beta.1",
15-
"description": "Update Cypress to 3.6.1",
16-
"factory": "./src/migrations/update-8-10-0/update-8-10-0"
17-
},
18-
"update-8.12.0": {
19-
"version": "8.12.0-beta.1",
20-
"description": "Update Cypress to ^3.8.2",
21-
"factory": "./src/migrations/update-8-12-0/update-8-12-0"
22-
},
23-
"add-cypress-eslint-plugin-9.4.0": {
24-
"version": "9.4.0-beta.1",
25-
"description": "Add Cypress ESLint plugin",
26-
"factory": "./src/migrations/update-9-4-0/add-cypress-eslint-plugin-9-4-0"
27-
},
283
"remove-typescript-plugin": {
294
"cli": "nx",
305
"version": "12.8.0-beta.0",
@@ -56,24 +31,5 @@
5631
"factory": "./src/migrations/update-15-0-0/update-cy-mount-usage"
5732
}
5833
},
59-
"packageJsonUpdates": {
60-
"8.10.0": {
61-
"version": "8.10.0-beta.1",
62-
"packages": {
63-
"cypress": {
64-
"version": "3.6.1",
65-
"alwaysAddToPackageJson": false
66-
}
67-
}
68-
},
69-
"8.12.0": {
70-
"version": "8.12.0-beta.1",
71-
"packages": {
72-
"cypress": {
73-
"version": "^3.8.2",
74-
"alwaysAddToPackageJson": false
75-
}
76-
}
77-
}
78-
}
34+
"packageJsonUpdates": {}
7935
}

packages/cypress/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"chalk": "4.1.0",
4646
"dotenv": "~10.0.0",
4747
"fork-ts-checker-webpack-plugin": "7.2.13",
48+
"semver": "7.3.4",
4849
"ts-loader": "^9.3.1",
4950
"tsconfig-paths-webpack-plugin": "3.5.2",
5051
"tslib": "^2.3.0",

packages/cypress/src/migrations/update-8-1-0/update-8-1-0.spec.ts

Lines changed: 0 additions & 33 deletions
This file was deleted.

packages/cypress/src/migrations/update-8-1-0/update-8-1-0.ts

Lines changed: 0 additions & 34 deletions
This file was deleted.

packages/cypress/src/migrations/update-8-10-0/update-8-10-0.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/cypress/src/migrations/update-8-12-0/update-8-12-0.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/cypress/src/migrations/update-8-2-0/update-8-2-0.spec.ts

Lines changed: 0 additions & 146 deletions
This file was deleted.

0 commit comments

Comments
 (0)