Skip to content

Commit

Permalink
feat(misc): remove migrations for v14 and under (#19552)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Oct 11, 2023
1 parent 89ad0b1 commit 47e9fc8
Show file tree
Hide file tree
Showing 245 changed files with 295 additions and 19,209 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
"@markdoc/markdoc": "0.2.2",
"@monaco-editor/react": "^4.4.6",
"@napi-rs/canvas": "^0.1.19",
"@swc/helpers": "0.5.0",
"@swc/helpers": "~0.5.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
Expand Down
18 changes: 0 additions & 18 deletions packages/cypress/migrations.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
{
"generators": {
"remove-typescript-plugin": {
"cli": "nx",
"version": "12.8.0-beta.0",
"description": "Remove Typescript Preprocessor Plugin",
"factory": "./src/migrations/update-12-8-0/remove-typescript-plugin"
},
"update-cypress-configs-preset": {
"cli": "nx",
"version": "14.6.1-beta.0",
"description": "Change Cypress e2e and component testing presets to use __filename instead of __dirname and include a devServerTarget for component testing.",
"factory": "./src/migrations/update-14-6-1/update-cypress-configs-presets"
},
"update-cypress-if-v10": {
"cli": "nx",
"version": "14.7.0-beta.0",
"description": "Update Cypress if using v10 to support latest component testing features",
"factory": "./src/migrations/update-14-7-0/update-cypress-version-if-10"
},
"add-cypress-inputs": {
"cli": "nx",
"version": "15.0.0-beta.0",
Expand Down

This file was deleted.

This file was deleted.

Loading

1 comment on commit 47e9fc8

@vercel
Copy link

@vercel vercel bot commented on 47e9fc8 Oct 11, 2023

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-dev-nrwl.vercel.app
nx.dev
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app

Please sign in to comment.