feat: updates
This commit is contained in:
130
migrations.json
130
migrations.json
@@ -2,107 +2,73 @@
|
||||
"migrations": [
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.8.0-beta.3",
|
||||
"description": "Escape $ in env variables",
|
||||
"implementation": "./src/migrations/update-16-8-0/escape-dollar-sign-env-variables",
|
||||
"version": "17.3.0-beta.6",
|
||||
"description": "Updates the nx wrapper.",
|
||||
"implementation": "./src/migrations/update-17-3-0/update-nxw",
|
||||
"package": "nx",
|
||||
"name": "16.8.0-escape-dollar-sign-env"
|
||||
"name": "17.3.0-update-nx-wrapper"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "17.0.0-beta.1",
|
||||
"description": "Updates the default cache directory to .nx/cache",
|
||||
"implementation": "./src/migrations/update-17-0-0/move-cache-directory",
|
||||
"version": "18.0.0-beta.2",
|
||||
"description": "Updates nx.json 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": "17.0.0-move-cache-directory"
|
||||
"name": "18.0.0-disable-adding-plugins-for-existing-workspaces"
|
||||
},
|
||||
{
|
||||
"version": "18.1.0-beta.3",
|
||||
"description": "Moves affected.defaultBase to defaultBase in `nx.json`",
|
||||
"implementation": "./src/migrations/update-17-2-0/move-default-base",
|
||||
"package": "nx",
|
||||
"name": "move-default-base-to-nx-json-root"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "17.0.0-beta.3",
|
||||
"description": "Use minimal config for tasksRunnerOptions",
|
||||
"implementation": "./src/migrations/update-17-0-0/use-minimal-config-for-tasks-runner-options",
|
||||
"version": "19.2.0-beta.2",
|
||||
"description": "Updates the default workspace data directory to .nx/workspace-data",
|
||||
"implementation": "./src/migrations/update-19-2-0/move-workspace-data-directory",
|
||||
"package": "nx",
|
||||
"name": "17.0.0-use-minimal-config-for-tasks-runner-options"
|
||||
"name": "19-2-0-move-graph-cache-directory"
|
||||
},
|
||||
{
|
||||
"version": "17.0.0-rc.1",
|
||||
"description": "Migration for v17.0.0-rc.1",
|
||||
"implementation": "./src/migrations/update-17-0-0/rm-default-collection-npm-scope",
|
||||
"cli": "nx",
|
||||
"version": "19.2.2-beta.0",
|
||||
"description": "Updates the nx wrapper.",
|
||||
"implementation": "./src/migrations/update-17-3-0/update-nxw",
|
||||
"package": "nx",
|
||||
"name": "rm-default-collection-npm-scope"
|
||||
"name": "19-2-2-update-nx-wrapper"
|
||||
},
|
||||
{
|
||||
"version": "17.1.0-beta.2",
|
||||
"description": "Move target defaults",
|
||||
"implementation": "./src/migrations/update-17-1-0/move-target-defaults",
|
||||
"version": "19.2.4-beta.0",
|
||||
"description": "Set project name in nx.json explicitly",
|
||||
"implementation": "./src/migrations/update-19-2-4/set-project-name",
|
||||
"x-repair-skip": true,
|
||||
"package": "nx",
|
||||
"name": "19-2-4-set-project-name"
|
||||
},
|
||||
{
|
||||
"version": "17.3.0-beta.0",
|
||||
"description": "Move the vitest coverage thresholds in their own object if exists and add reporters.",
|
||||
"implementation": "./src/migrations/update-17-3-0/vitest-coverage-and-reporters",
|
||||
"package": "@nx/vite",
|
||||
"name": "move-target-defaults"
|
||||
"name": "vitest-coverage-and-reporters"
|
||||
},
|
||||
{
|
||||
"version": "17.2.0-beta.10",
|
||||
"description": "Update vite config.",
|
||||
"implementation": "./src/migrations/update-17-2-0/update-vite-config",
|
||||
"package": "@nx/vite",
|
||||
"name": "update-vite-config"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.8.2-beta.0",
|
||||
"description": "Remove invalid options (strict, noInterop) for ES6 type modules.",
|
||||
"factory": "./src/migrations/update-16-8-2/update-swcrc",
|
||||
"package": "@nx/js",
|
||||
"name": "16-8-2-update-swcrc"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "17.0.2",
|
||||
"description": "Remove deprecated build options",
|
||||
"implementation": "./src/migrations/update-17-0-0/remove-deprecated-build-options",
|
||||
"package": "@nx/js",
|
||||
"name": "update-17-0-0-remove-deprecated-build-options"
|
||||
},
|
||||
{
|
||||
"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": "16.8.0",
|
||||
"description": "update-16-8-0-add-ignored-files",
|
||||
"implementation": "./src/migrations/update-16-8-0-add-ignored-files/update-16-8-0-add-ignored-files",
|
||||
"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": "update-16-8-0-add-ignored-files"
|
||||
},
|
||||
{
|
||||
"version": "17.0.0-beta.7",
|
||||
"description": "update-17-0-0-rename-to-eslint",
|
||||
"implementation": "./src/migrations/update-17-0-0-rename-to-eslint/update-17-0-0-rename-to-eslint",
|
||||
"package": "@nx/linter",
|
||||
"name": "update-17-0-0-rename-to-eslint"
|
||||
},
|
||||
{
|
||||
"version": "17.1.0-beta.1",
|
||||
"description": "Updates for @typescript-utils/utils v6.9.1+",
|
||||
"implementation": "./src/migrations/update-17-1-0/update-typescript-eslint",
|
||||
"package": "@nx/linter",
|
||||
"name": "update-typescript-eslint"
|
||||
},
|
||||
{
|
||||
"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.1.0-beta.2",
|
||||
"description": "Move jest executor options to nx.json targetDefaults",
|
||||
"implementation": "./src/migrations/update-17-1-0/move-options-to-target-defaults",
|
||||
"package": "@nx/jest",
|
||||
"name": "move-options-to-target-defaults"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "19.1.0-beta.6",
|
||||
"description": "Migrate no-extra-semi rules into user config, out of nx extendable configs",
|
||||
"implementation": "./src/migrations/update-19-1-0-migrate-no-extra-semi/migrate-no-extra-semi",
|
||||
"package": "@nx/eslint-plugin",
|
||||
"name": "update-19-1-0-rename-no-extra-semi"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user