mirror of
https://github.com/web-infra-dev/midscene.git
synced 2026-01-04 03:00:59 +00:00
55 lines
2.0 KiB
JSON
55 lines
2.0 KiB
JSON
{
|
|
"migrations": [
|
|
{
|
|
"version": "20.0.0-beta.7",
|
|
"description": "Migration for v20.0.0-beta.7",
|
|
"implementation": "./src/migrations/update-20-0-0/move-use-daemon-process",
|
|
"package": "nx",
|
|
"name": "move-use-daemon-process"
|
|
},
|
|
{
|
|
"version": "20.0.1",
|
|
"description": "Set `useLegacyCache` to true for migrating workspaces",
|
|
"implementation": "./src/migrations/update-20-0-1/use-legacy-cache",
|
|
"x-repair-skip": true,
|
|
"package": "nx",
|
|
"name": "use-legacy-cache"
|
|
},
|
|
{
|
|
"version": "21.0.0-beta.8",
|
|
"description": "Removes the legacy cache configuration from nx.json",
|
|
"implementation": "./src/migrations/update-21-0-0/remove-legacy-cache",
|
|
"package": "nx",
|
|
"name": "remove-legacy-cache"
|
|
},
|
|
{
|
|
"version": "21.0.0-beta.8",
|
|
"description": "Removes the legacy cache configuration from nx.json",
|
|
"implementation": "./src/migrations/update-21-0-0/remove-custom-tasks-runner",
|
|
"package": "nx",
|
|
"name": "remove-custom-tasks-runner"
|
|
},
|
|
{
|
|
"version": "21.0.0-beta.11",
|
|
"description": "Updates release version config based on the breaking changes in Nx v21",
|
|
"implementation": "./src/migrations/update-21-0-0/release-version-config-changes",
|
|
"package": "nx",
|
|
"name": "release-version-config-changes"
|
|
},
|
|
{
|
|
"version": "21.0.0-beta.11",
|
|
"description": "Updates release changelog config based on the breaking changes in Nx v21",
|
|
"implementation": "./src/migrations/update-21-0-0/release-changelog-config-changes",
|
|
"package": "nx",
|
|
"name": "release-changelog-config-changes"
|
|
},
|
|
{
|
|
"version": "21.1.0-beta.2",
|
|
"description": "Adds **/nx-rules.mdc and **/nx.instructions.md to .gitignore if not present",
|
|
"implementation": "./src/migrations/update-21-1-0/add-gitignore-entry",
|
|
"package": "nx",
|
|
"name": "21-1-0-add-ignore-entries-for-nx-rule-files"
|
|
}
|
|
]
|
|
}
|