mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-24 09:08:16 +08:00
update to nx 16
This commit is contained in:
152
migrations.json
152
migrations.json
@@ -2,43 +2,147 @@
|
||||
"migrations": [
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "15.8.2-beta.0",
|
||||
"description": "Updates the nx wrapper.",
|
||||
"implementation": "./src/migrations/update-15-8-2/update-nxw",
|
||||
"version": "16.0.0-beta.0",
|
||||
"description": "Remove @nrwl/cli.",
|
||||
"implementation": "./src/migrations/update-16-0-0/remove-nrwl-cli",
|
||||
"package": "nx",
|
||||
"name": "15.8.2-update-nx-wrapper"
|
||||
"name": "16.0.0-remove-nrwl-cli"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "15.8.0-beta.0",
|
||||
"description": "Rename .lib.swcrc to .swcrc for better SWC support throughout the workspace",
|
||||
"factory": "./src/migrations/update-15-8-0/rename-swcrc-config",
|
||||
"package": "@nrwl/js",
|
||||
"name": "rename-swcrc-config"
|
||||
"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": "15.9.1",
|
||||
"description": "Add @nrwl/linter, @nrwl/cypress, @nrwl/jest, @nrwl/rollup if they are used",
|
||||
"factory": "./src/migrations/update-15-9-1/add-dropped-dependencies",
|
||||
"package": "@nrwl/web",
|
||||
"name": "add-dropped-dependencies"
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"version": "15.8.0-beta.0",
|
||||
"cli": "nx",
|
||||
"description": "Update jest configs to support jest 29 changes (https://jestjs.io/docs/upgrading-to-jest29)",
|
||||
"factory": "./src/migrations/update-15-8-0/update-configs-jest-29",
|
||||
"package": "@nrwl/jest",
|
||||
"name": "update-configs-jest-29"
|
||||
"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": "15.8.0-beta.0",
|
||||
"version": "16.0.0-beta.4",
|
||||
"description": "Generates a plugin called 'workspace-plugin' containing your workspace generators.",
|
||||
"cli": "nx",
|
||||
"description": "Update jest test files to support jest 29 changes (https://jestjs.io/docs/upgrading-to-jest29)",
|
||||
"factory": "./src/migrations/update-15-8-0/update-tests-jest-29",
|
||||
"package": "@nrwl/jest",
|
||||
"name": "update-tests-jest-29"
|
||||
"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/js with @nx/js",
|
||||
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
||||
"package": "@nx/js",
|
||||
"name": "update-16-0-0-add-nx-packages"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.1",
|
||||
"description": "Replace @nx/cypress with @nx/cypress",
|
||||
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
||||
"package": "@nx/cypress",
|
||||
"name": "update-16-0-0-add-nx-packages"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.1",
|
||||
"description": "Replace @nx/linter with @nx/linter",
|
||||
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
||||
"package": "@nx/linter",
|
||||
"name": "update-16-0-0-add-nx-packages"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.1",
|
||||
"description": "Replace @nx/vite with @nx/vite",
|
||||
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
||||
"package": "@nx/vite",
|
||||
"name": "update-16-0-0-add-nx-packages"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.1",
|
||||
"description": "Replace @nx/web with @nx/web",
|
||||
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
||||
"package": "@nx/web",
|
||||
"name": "update-16-0-0-add-nx-packages"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "16.0.0-beta.4",
|
||||
"description": "Replace @nx/web executors with @nx/webpack and @nx/rollup",
|
||||
"implementation": "./src/migrations/update-16-0-0-update-executors/update-16-0-0-update-executors",
|
||||
"package": "@nx/web",
|
||||
"name": "update-16-0-0-update-executors"
|
||||
},
|
||||
{
|
||||
"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/react with @nx/react",
|
||||
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
||||
"package": "@nx/react",
|
||||
"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.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.0.0-beta.1",
|
||||
"description": "Replace @nx/webpack with @nx/webpack",
|
||||
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages",
|
||||
"package": "@nx/webpack",
|
||||
"name": "update-16-0-0-add-nx-packages"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user