-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
585352b
commit fb7cde4
Showing
7 changed files
with
1,452 additions
and
1,121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
197 changes: 197 additions & 0 deletions
197
packages/plugin-tools/src/migrations/update-4-1-0/migrations-to-run.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,197 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"cli": "nx", | ||
"version": "14.0.6", | ||
"description": "Remove root property from project.json files", | ||
"implementation": "./src/migrations/update-14-0-6/remove-roots", | ||
"package": "nx", | ||
"name": "14-0-6-remove-root" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "14.2.0-beta.0", | ||
"description": "Add JSON Schema to Nx configuration files", | ||
"implementation": "./src/migrations/update-14-2-0/add-json-schema", | ||
"package": "nx", | ||
"name": "14-2-0-add-json-schema" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "14.2.0-beta.0", | ||
"description": "Remove default collection from configuration to switch to prompts for collection", | ||
"implementation": "./src/migrations/update-14-2-0/remove-default-collection", | ||
"package": "nx", | ||
"name": "14-2-0-remove-default-collection" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "14.2.0-beta.5", | ||
"description": "Replace all ./ and ../ in outputs with absolute paths", | ||
"implementation": "./src/migrations/update-14-2-0/replace-all-relative-outputs-with-absolute", | ||
"package": "nx", | ||
"name": "14-2-0-replace-relative-outputs-with-absolute" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "14.3.4-beta.1", | ||
"description": "Replace targetDependencies with targetDefaults", | ||
"implementation": "./src/migrations/update-14-3-4/create-target-defaults", | ||
"package": "nx", | ||
"name": "14.3.4-create-target-defaults" | ||
}, | ||
{ | ||
"version": "13.9.0-beta.0", | ||
"description": "Replace @nrwl/tao with nx", | ||
"cli": "nx", | ||
"implementation": "./src/migrations/update-13-9-0/replace-tao-with-nx", | ||
"package": "@nrwl/workspace", | ||
"name": "13-9-0-replace-tao-with-nx" | ||
}, | ||
{ | ||
"version": "13.10.0-beta.0", | ||
"description": "Update the decorate-angular-cli script to require nx instead of @nrwl/cli", | ||
"cli": "nx", | ||
"implementation": "./src/migrations/update-13-10-0/update-decorate-cli", | ||
"package": "@nrwl/workspace", | ||
"name": "13-10-0-update-decorate-cli" | ||
}, | ||
{ | ||
"version": "13.10.0-beta.0", | ||
"description": "Update the tasks runner property to import it from the nx package instead of @nrwl/worksapce", | ||
"cli": "nx", | ||
"implementation": "./src/migrations/update-13-10-0/update-tasks-runner", | ||
"package": "@nrwl/workspace", | ||
"name": "13-10-0-update-tasks-runner" | ||
}, | ||
{ | ||
"version": "14.0.0-beta.0", | ||
"description": "Changes the presets in nx.json to come from the nx package", | ||
"cli": "nx", | ||
"implementation": "./src/migrations/update-14-0-0/change-nx-json-presets", | ||
"package": "@nrwl/workspace", | ||
"name": "14-0-0-change-nx-json-presets" | ||
}, | ||
{ | ||
"version": "14.0.0-beta.0", | ||
"description": "Migrates from @nrwl/workspace:run-script to nx:run-script", | ||
"cli": "nx", | ||
"implementation": "./src/migrations/update-14-0-0/change-npm-script-executor", | ||
"package": "@nrwl/workspace", | ||
"name": "14-0-0-change-npm-script-executor" | ||
}, | ||
{ | ||
"version": "14.2.0", | ||
"description": "Explicitly enable sourceAnalysis for all workspaces extending from npm.json or core.json (this was default behavior prior to 14.2)", | ||
"cli": "nx", | ||
"implementation": "./src/migrations/update-14-2-0/enable-source-analysis", | ||
"package": "@nrwl/workspace", | ||
"name": "14-2-0-enable-source-analysis" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "14.2.0-beta.0", | ||
"description": "Adjusts calls to createTreeWithEmptyWorkspace to reflect new API", | ||
"factory": "./src/migrations/update-14-2-0/split-create-empty-tree", | ||
"package": "@nrwl/devkit", | ||
"name": "split-create-tree" | ||
}, | ||
{ | ||
"version": "14.0.0-beta.2", | ||
"cli": "nx", | ||
"description": "Update move jest config files to .ts files.", | ||
"factory": "./src/migrations/update-14-0-0/update-jest-config-ext", | ||
"package": "@nrwl/jest", | ||
"name": "update-jest-config-extensions" | ||
}, | ||
{ | ||
"version": "14.1.5-beta.0", | ||
"cli": "nx", | ||
"description": "Update to export default in jest config and revert jest.preset.ts to jest.preset.js", | ||
"factory": "./src/migrations/update-14-1-5/update-exports-jest-config", | ||
"package": "@nrwl/jest", | ||
"name": "update-to-export-default" | ||
}, | ||
{ | ||
"version": "14.5.5-beta.0", | ||
"cli": "nx", | ||
"description": "Exclude jest.config.ts from tsconfig where missing.", | ||
"factory": "./src/migrations/update-14-0-0/update-jest-config-ext", | ||
"package": "@nrwl/jest", | ||
"name": "exclude-jest-config-from-ts-config" | ||
}, | ||
{ | ||
"version": "14.6.0-beta.0", | ||
"cli": "nx", | ||
"description": "Update jest configs to support jest 28 changes (https://jestjs.io/docs/upgrading-to-jest28#configuration-options)", | ||
"factory": "./src/migrations/update-14-6-0/update-configs-jest-28", | ||
"package": "@nrwl/jest", | ||
"name": "update-configs-jest-28" | ||
}, | ||
{ | ||
"version": "14.6.0-beta.0", | ||
"cli": "nx", | ||
"description": "Update jest test files to support jest 28 changes (https://jestjs.io/docs/upgrading-to-jest28)", | ||
"factory": "./src/migrations/update-14-6-0/update-tests-jest-28", | ||
"package": "@nrwl/jest", | ||
"name": "update-tests-jest-28" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "14.1.9-beta.0", | ||
"description": "Adds @swc/core and @swc-node as a dev dep if you are using them", | ||
"factory": "./src/migrations/update-14-1-9/add-swc-deps-if-needed", | ||
"package": "@nrwl/linter", | ||
"name": "add-swc-deps" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "14.2.3-beta.0", | ||
"description": "Adds @swc/core and @swc-node as a dev dep if you are using them (repeated due to prior mistake)", | ||
"factory": "./src/migrations/update-14-1-9/add-swc-deps-if-needed", | ||
"package": "@nrwl/linter", | ||
"name": "add-swc-deps-again" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "14.4.4", | ||
"description": "Adds @typescript-eslint/utils as a dev dep", | ||
"factory": "./src/migrations/update-14-4-4/experimental-to-utils-deps", | ||
"package": "@nrwl/linter", | ||
"name": "experimental-to-utils-deps" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "14.4.4", | ||
"description": "Switch from @typescript-eslint/experimental-utils to @typescript-eslint/utils in all rules and rules.spec files", | ||
"factory": "./src/migrations/update-14-4-4/experimental-to-utils-rules", | ||
"package": "@nrwl/linter", | ||
"name": "experimental-to-utils-rules" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "13.8.5-beta.1", | ||
"description": "Renames @nrwl/node:build to @nrwl/node:webpack", | ||
"factory": "./src/migrations/update-13-8-5/rename-build-to-webpack", | ||
"package": "@nrwl/node", | ||
"name": "rename-build-to-webpack" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "13.8.5-beta.1", | ||
"description": "Renames @nrwl/node:execute to @nrwl/node:node", | ||
"factory": "./src/migrations/update-13-8-5/rename-execute-to-node", | ||
"package": "@nrwl/node", | ||
"name": "rename-execute-to-node" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "13.8.5-beta.1", | ||
"description": "Renames @nrwl/node:package to @nrwl/js:tsc", | ||
"factory": "./src/migrations/update-13-8-5/update-package-to-tsc", | ||
"package": "@nrwl/node", | ||
"name": "update-package-to-tsc" | ||
} | ||
] | ||
} | ||
|
Oops, something went wrong.