75 lines
2.7 KiB
JSON
75 lines
2.7 KiB
JSON
{
|
|
"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 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": "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": "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": "19-2-0-move-graph-cache-directory"
|
|
},
|
|
{
|
|
"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": "19-2-2-update-nx-wrapper"
|
|
},
|
|
{
|
|
"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": "vitest-coverage-and-reporters"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|