168 lines
6.5 KiB
JSON
168 lines
6.5 KiB
JSON
|
{
|
||
|
"migrations": [
|
||
|
{
|
||
|
"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.8.0-beta.3",
|
||
|
"description": "Escape $ in env variables",
|
||
|
"implementation": "./src/migrations/update-16-8-0/escape-dollar-sign-env-variables",
|
||
|
"package": "nx",
|
||
|
"name": "16.8.0-escape-dollar-sign-env"
|
||
|
},
|
||
|
{
|
||
|
"cli": "nx",
|
||
|
"version": "17.0.0-beta.1",
|
||
|
"description": "Updates the default cache directory to .nx/cache",
|
||
|
"implementation": "./src/migrations/update-17-0-0/move-cache-directory",
|
||
|
"package": "nx",
|
||
|
"name": "17.0.0-move-cache-directory"
|
||
|
},
|
||
|
{
|
||
|
"cli": "nx",
|
||
|
"version": "17.0.0-beta.3",
|
||
|
"description": "Use minimal config for tasksRunnerOptions",
|
||
|
"implementation": "./src/migrations/update-17-0-0/use-minimal-config-for-tasks-runner-options",
|
||
|
"package": "nx",
|
||
|
"name": "17.0.0-use-minimal-config-for-tasks-runner-options"
|
||
|
},
|
||
|
{
|
||
|
"version": "17.0.0-rc.1",
|
||
|
"description": "Migration for v17.0.0-rc.1",
|
||
|
"implementation": "./src/migrations/update-17-0-0/rm-default-collection-npm-scope",
|
||
|
"package": "nx",
|
||
|
"name": "rm-default-collection-npm-scope"
|
||
|
},
|
||
|
{
|
||
|
"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"
|
||
|
},
|
||
|
{
|
||
|
"version": "17.1.0-beta.2",
|
||
|
"description": "Move jest executor options to nx.json targetDefaults",
|
||
|
"implementation": "./src/migrations/update-17-1-0/move-options-to-target-defaults",
|
||
|
"package": "@nx/jest",
|
||
|
"name": "move-options-to-target-defaults"
|
||
|
},
|
||
|
{
|
||
|
"cli": "nx",
|
||
|
"version": "16.6.0-beta.0",
|
||
|
"description": "Explicitly set 'updateBuildableProjectDepsInPackageJson' to 'true' in targets that rely on that value as the default.",
|
||
|
"factory": "./src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps",
|
||
|
"package": "@nx/rollup",
|
||
|
"name": "explicitly-set-projects-to-update-buildable-deps"
|
||
|
},
|
||
|
{
|
||
|
"cli": "nx",
|
||
|
"version": "16.6.0-beta.0",
|
||
|
"description": "Explicitly set 'updateBuildableProjectDepsInPackageJson' to 'true' in targets that rely on that value as the default.",
|
||
|
"factory": "./src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps",
|
||
|
"package": "@nx/js",
|
||
|
"name": "explicitly-set-projects-to-update-buildable-deps"
|
||
|
},
|
||
|
{
|
||
|
"cli": "nx",
|
||
|
"version": "16.8.2-beta.0",
|
||
|
"description": "Remove invalid options (strict, noInterop) for ES6 type modules.",
|
||
|
"factory": "./src/migrations/update-16-8-2/update-swcrc",
|
||
|
"package": "@nx/js",
|
||
|
"name": "16-8-2-update-swcrc"
|
||
|
},
|
||
|
{
|
||
|
"cli": "nx",
|
||
|
"version": "17.0.2",
|
||
|
"description": "Remove deprecated build options",
|
||
|
"implementation": "./src/migrations/update-17-0-0/remove-deprecated-build-options",
|
||
|
"package": "@nx/js",
|
||
|
"name": "update-17-0-0-remove-deprecated-build-options"
|
||
|
},
|
||
|
{
|
||
|
"cli": "nx",
|
||
|
"version": "16.7.0-beta.2",
|
||
|
"description": "Add @babel/core to package.json if @babel/preset-react is present",
|
||
|
"implementation": "./src/migrations/update-16-7-0/add-babel-core",
|
||
|
"package": "@nx/react",
|
||
|
"name": "add-babel-core"
|
||
|
},
|
||
|
{
|
||
|
"cli": "nx",
|
||
|
"version": "16.7.0-beta.2",
|
||
|
"description": "Add @nx/react types to tsconfig types array",
|
||
|
"implementation": "./src/migrations/update-16-7-0-add-typings/update-16-7-0-add-typings",
|
||
|
"package": "@nx/react",
|
||
|
"name": "update-16-7-0-add-typings"
|
||
|
},
|
||
|
{
|
||
|
"cli": "nx",
|
||
|
"version": "16.5.0-beta.0",
|
||
|
"description": "Move .storybook/tsconfig.json to tsconfig.storybook.json for non-Angular projects.",
|
||
|
"factory": "./src/migrations/update-16-5-0/move-storybook-tsconfig",
|
||
|
"package": "@nx/storybook",
|
||
|
"name": "update-16-5-0"
|
||
|
},
|
||
|
{
|
||
|
"cli": "nx",
|
||
|
"version": "16.8.0-beta.4",
|
||
|
"description": "Update to Cypress v13. Most noteable change is video recording is off by default. This migration will only update if the workspace is already on Cypress v12. https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-130",
|
||
|
"implementation": "./src/migrations/update-16-8-0/cypress-13",
|
||
|
"package": "@nx/cypress",
|
||
|
"name": "update-16-8-0-cypress-13"
|
||
|
},
|
||
|
{
|
||
|
"cli": "nx",
|
||
|
"version": "16.6.0-beta.0",
|
||
|
"description": "Explicitly set 'updateBuildableProjectDepsInPackageJson' to 'true' in targets that rely on that value as the default.",
|
||
|
"factory": "./src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps",
|
||
|
"package": "@nrwl/js",
|
||
|
"name": "explicitly-set-projects-to-update-buildable-deps"
|
||
|
},
|
||
|
{
|
||
|
"cli": "nx",
|
||
|
"version": "16.8.2-beta.0",
|
||
|
"description": "Remove invalid options (strict, noInterop) for ES6 type modules.",
|
||
|
"factory": "./src/migrations/update-16-8-2/update-swcrc",
|
||
|
"package": "@nrwl/js",
|
||
|
"name": "16-8-2-update-swcrc"
|
||
|
},
|
||
|
{
|
||
|
"cli": "nx",
|
||
|
"version": "17.0.2",
|
||
|
"description": "Remove deprecated build options",
|
||
|
"implementation": "./src/migrations/update-17-0-0/remove-deprecated-build-options",
|
||
|
"package": "@nrwl/js",
|
||
|
"name": "update-17-0-0-remove-deprecated-build-options"
|
||
|
},
|
||
|
{
|
||
|
"version": "16.8.0",
|
||
|
"description": "update-16-8-0-add-ignored-files",
|
||
|
"implementation": "./src/migrations/update-16-8-0-add-ignored-files/update-16-8-0-add-ignored-files",
|
||
|
"package": "@nx/eslint",
|
||
|
"name": "update-16-8-0-add-ignored-files"
|
||
|
},
|
||
|
{
|
||
|
"version": "17.0.0-beta.7",
|
||
|
"description": "update-17-0-0-rename-to-eslint",
|
||
|
"implementation": "./src/migrations/update-17-0-0-rename-to-eslint/update-17-0-0-rename-to-eslint",
|
||
|
"package": "@nx/eslint",
|
||
|
"name": "update-17-0-0-rename-to-eslint"
|
||
|
},
|
||
|
{
|
||
|
"version": "17.1.0-beta.1",
|
||
|
"description": "Updates for @typescript-utils/utils v6.9.1+",
|
||
|
"implementation": "./src/migrations/update-17-1-0/update-typescript-eslint",
|
||
|
"package": "@nx/eslint",
|
||
|
"name": "update-typescript-eslint"
|
||
|
}
|
||
|
]
|
||
|
}
|