Skip to content

Commit

Permalink
fix(react): migrations use tsquery, so we should provide it (#12575)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder authored Oct 13, 2022
1 parent 2ebc4f4 commit d8f3c6b
Show file tree
Hide file tree
Showing 90 changed files with 27 additions and 6,736 deletions.
46 changes: 1 addition & 45 deletions packages/cypress/migrations.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,5 @@
{
"schematics": {
"update-8.1.0": {
"version": "8.1.0-beta.1",
"description": "Update cypress",
"factory": "./src/migrations/update-8-1-0/update-8-1-0"
},
"update-8.2.0": {
"version": "8.2.0-beta.1",
"description": "Update Cypress Config",
"factory": "./src/migrations/update-8-2-0/update-8-2-0"
},
"update-8.10.0": {
"version": "8.10.0-beta.1",
"description": "Update Cypress to 3.6.1",
"factory": "./src/migrations/update-8-10-0/update-8-10-0"
},
"update-8.12.0": {
"version": "8.12.0-beta.1",
"description": "Update Cypress to ^3.8.2",
"factory": "./src/migrations/update-8-12-0/update-8-12-0"
},
"add-cypress-eslint-plugin-9.4.0": {
"version": "9.4.0-beta.1",
"description": "Add Cypress ESLint plugin",
"factory": "./src/migrations/update-9-4-0/add-cypress-eslint-plugin-9-4-0"
},
"remove-typescript-plugin": {
"cli": "nx",
"version": "12.8.0-beta.0",
Expand Down Expand Up @@ -56,24 +31,5 @@
"factory": "./src/migrations/update-15-0-0/update-cy-mount-usage"
}
},
"packageJsonUpdates": {
"8.10.0": {
"version": "8.10.0-beta.1",
"packages": {
"cypress": {
"version": "3.6.1",
"alwaysAddToPackageJson": false
}
}
},
"8.12.0": {
"version": "8.12.0-beta.1",
"packages": {
"cypress": {
"version": "^3.8.2",
"alwaysAddToPackageJson": false
}
}
}
}
"packageJsonUpdates": {}
}
1 change: 1 addition & 0 deletions packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"chalk": "4.1.0",
"dotenv": "~10.0.0",
"fork-ts-checker-webpack-plugin": "7.2.13",
"semver": "7.3.4",
"ts-loader": "^9.3.1",
"tsconfig-paths-webpack-plugin": "3.5.2",
"tslib": "^2.3.0",
Expand Down
33 changes: 0 additions & 33 deletions packages/cypress/src/migrations/update-8-1-0/update-8-1-0.spec.ts

This file was deleted.

34 changes: 0 additions & 34 deletions packages/cypress/src/migrations/update-8-1-0/update-8-1-0.ts

This file was deleted.

14 changes: 0 additions & 14 deletions packages/cypress/src/migrations/update-8-10-0/update-8-10-0.ts

This file was deleted.

14 changes: 0 additions & 14 deletions packages/cypress/src/migrations/update-8-12-0/update-8-12-0.ts

This file was deleted.

146 changes: 0 additions & 146 deletions packages/cypress/src/migrations/update-8-2-0/update-8-2-0.spec.ts

This file was deleted.

Loading

1 comment on commit d8f3c6b

@vercel
Copy link

@vercel vercel bot commented on d8f3c6b Oct 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-dev-nrwl.vercel.app

Please sign in to comment.