mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
125 lines
4.2 KiB
JSON
125 lines
4.2 KiB
JSON
{
|
|
"migrations": [
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.0.0-beta.0",
|
|
"description": "Remove @nrwl/cli.",
|
|
"implementation": "./src/migrations/update-16-0-0/remove-nrwl-cli",
|
|
"package": "nx",
|
|
"name": "16.0.0-remove-nrwl-cli"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.0.0-beta.9",
|
|
"description": "Replace `dependsOn.projects` and `inputs` definitions with new configuration format.",
|
|
"implementation": "./src/migrations/update-16-0-0/update-depends-on-to-tokens",
|
|
"package": "nx",
|
|
"name": "16.0.0-tokens-for-depends-on"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.0.0-beta.0",
|
|
"description": "Replace @nrwl/nx-cloud with nx-cloud",
|
|
"implementation": "./src/migrations/update-16-0-0/update-nx-cloud-runner",
|
|
"package": "nx",
|
|
"name": "16.0.0-update-nx-cloud-runner"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.2.0-beta.0",
|
|
"description": "Remove outputPath from run commands",
|
|
"implementation": "./src/migrations/update-16-2-0/remove-run-commands-output-path",
|
|
"package": "nx",
|
|
"name": "16.2.0-remove-output-path-from-run-commands"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.6.0-beta.6",
|
|
"description": "Prefix outputs with {workspaceRoot}/{projectRoot} if needed",
|
|
"implementation": "./src/migrations/update-15-0-0/prefix-outputs",
|
|
"package": "nx",
|
|
"name": "16.6.0-prefix-outputs"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.0.0-beta.1",
|
|
"description": "Replace @nx/workspace with @nx/workspace",
|
|
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
|
"package": "@nx/workspace",
|
|
"name": "update-16-0-0-add-nx-packages"
|
|
},
|
|
{
|
|
"version": "16.0.0-beta.4",
|
|
"description": "Generates a plugin called 'workspace-plugin' containing your workspace generators.",
|
|
"cli": "nx",
|
|
"implementation": "./src/migrations/update-16-0-0/move-workspace-generators-to-local-plugin",
|
|
"package": "@nx/workspace",
|
|
"name": "16-0-0-move-workspace-generators-into-local-plugin"
|
|
},
|
|
{
|
|
"version": "16.0.0-beta.9",
|
|
"description": "Fix .babelrc presets if it contains an invalid entry for @nx/web/babel.",
|
|
"cli": "nx",
|
|
"implementation": "./src/migrations/update-16-0-0/fix-invalid-babelrc",
|
|
"package": "@nx/workspace",
|
|
"name": "16-0-0-fix-invalid-babelrc"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.0.0-beta.1",
|
|
"description": "Replace @nx/eslint-plugin with @nx/eslint-plugin",
|
|
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
|
"package": "@nx/eslint-plugin",
|
|
"name": "update-16-0-0-add-nx-packages"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.0.0-beta.1",
|
|
"description": "Replace @nx/node with @nx/node",
|
|
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
|
"package": "@nx/node",
|
|
"name": "update-16-0-0-add-nx-packages"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.0.0-beta.5",
|
|
"description": "Replace @nx/node:webpack with @nx/node:webpack",
|
|
"implementation": "./src/migrations/update-16-0-0/update-webpack-executor",
|
|
"package": "@nx/node",
|
|
"name": "update-16-0-0-update-executor"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.3.1-beta.0",
|
|
"description": "Replace @nx/node:webpack and @nx/node:webpack with @nx/webpack:webpack for all project targets",
|
|
"implementation": "./src/migrations/update-16-3-1/update-webpack-executor",
|
|
"package": "@nx/node",
|
|
"name": "update-16-3-1-update-executor"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.4.0-beta.8",
|
|
"description": "Replace @nx/node:node with @nx/js:node for all project targets",
|
|
"implementation": "./src/migrations/update-16-4-0/replace-node-executor",
|
|
"package": "@nx/node",
|
|
"name": "update-16-4-0-replace-node-executor"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.0.0-beta.1",
|
|
"description": "Replace @nx/jest with @nx/jest",
|
|
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
|
"package": "@nx/jest",
|
|
"name": "update-16-0-0-add-nx-packages"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.5.0-beta.2",
|
|
"description": "Add test-setup.ts to ignored files in production input",
|
|
"implementation": "./src/migrations/update-16-5-0/add-test-setup-to-inputs-ignore",
|
|
"package": "@nx/jest",
|
|
"name": "add-test-setup-to-inputs-ignore"
|
|
}
|
|
]
|
|
}
|