From 08b5eb3771c6942b2097bb116afd8696c6318acb Mon Sep 17 00:00:00 2001 From: Alex Pshul Date: Sun, 25 Feb 2024 08:03:23 -0500 Subject: [PATCH] Remove migrations.json file --- migrations.json | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 migrations.json diff --git a/migrations.json b/migrations.json deleted file mode 100644 index df8182c..0000000 --- a/migrations.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "migrations": [ - { - "cli": "nx", - "version": "17.3.0-beta.6", - "description": "Updates the nx wrapper.", - "implementation": "./src/migrations/update-17-3-0/update-nxw", - "package": "nx", - "name": "17.3.0-update-nx-wrapper" - }, - { - "cli": "nx", - "version": "18.0.0-beta.2", - "description": "Updates .env to disabled adding plugins when generating projects in an existing Nx workspace", - "implementation": "./src/migrations/update-18-0-0/disable-crystal-for-existing-workspaces", - "x-repair-skip": true, - "package": "nx", - "name": "18.0.0-disable-adding-plugins-for-existing-workspaces" - }, - { - "cli": "nx", - "version": "17.2.6-beta.1", - "description": "Rename workspace rules from @nx/workspace/name to @nx/workspace-name", - "implementation": "./src/migrations/update-17-2-6-rename-workspace-rules/rename-workspace-rules", - "package": "@nx/eslint-plugin", - "name": "update-17-2-6-rename-workspace-rules" - }, - { - "version": "17.2.0-beta.0", - "description": "Simplify eslintFilePatterns", - "implementation": "./src/migrations/update-17-2-0/simplify-eslint-patterns", - "package": "@nx/linter", - "name": "simplify-eslint-patterns" - }, - { - "version": "17.2.9", - "description": "Move executor options to target defaults", - "implementation": "./src/migrations/update-17-2-9/move-options-to-target-defaults", - "package": "@nx/linter", - "name": "move-options-to-target-defaults" - } - ] -}