44 lines
1.6 KiB
JSON
44 lines
1.6 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 .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": "18.0.0-beta.0",
|
|
"description": "Add NX_MF_DEV_SERVER_STATIC_REMOTES to inputs for task hashing when '@nx/webpack:webpack' is used for Module Federation.",
|
|
"factory": "./src/migrations/update-18-0-0/add-mf-env-var-to-target-defaults",
|
|
"package": "@nx/react",
|
|
"name": "add-module-federation-env-var-to-target-defaults"
|
|
},
|
|
{
|
|
"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/eslint",
|
|
"name": "move-options-to-target-defaults"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|