109 lines
3.9 KiB
JSON
109 lines
3.9 KiB
JSON
{
|
|
"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",
|
|
"package": "nx",
|
|
"name": "16.8.0-escape-dollar-sign-env"
|
|
},
|
|
{
|
|
"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",
|
|
"package": "nx",
|
|
"name": "17.0.0-move-cache-directory"
|
|
},
|
|
{
|
|
"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",
|
|
"package": "nx",
|
|
"name": "17.0.0-use-minimal-config-for-tasks-runner-options"
|
|
},
|
|
{
|
|
"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",
|
|
"package": "nx",
|
|
"name": "rm-default-collection-npm-scope"
|
|
},
|
|
{
|
|
"version": "17.1.0-beta.2",
|
|
"description": "Move target defaults",
|
|
"implementation": "./src/migrations/update-17-1-0/move-target-defaults",
|
|
"package": "@nx/vite",
|
|
"name": "move-target-defaults"
|
|
},
|
|
{
|
|
"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",
|
|
"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"
|
|
}
|
|
]
|
|
}
|