-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
64 changed files
with
28,887 additions
and
9,904 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
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
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
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
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
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -1,36 +1,188 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"version": "12.5.0-beta.1", | ||
"description": "Rename the workspace-schematic script into workspace-generator script", | ||
"factory": "./src/migrations/update-12-5-0/add-target-dependencies", | ||
"version": "13.0.0-beta.1", | ||
"description": "Add default base to nx.json if its not currently set", | ||
"factory": "./src/migrations/update-13-0-0/set-default-base-if-not-set", | ||
"cli": "nx", | ||
"package": "@nrwl/workspace", | ||
"name": "add-target-dependencies" | ||
"name": "set-default-base-if-not-set" | ||
}, | ||
{ | ||
"version": "13.0.0-beta.4", | ||
"description": "Move global settings into nx.json, and project specific settings into workspace.json", | ||
"cli": "nx", | ||
"version": "12.8.0-beta.0", | ||
"description": "Remove Typescript Preprocessor Plugin", | ||
"factory": "./src/migrations/update-12-8-0/remove-typescript-plugin", | ||
"package": "@nrwl/cypress", | ||
"name": "remove-typescript-plugin" | ||
"implementation": "./src/migrations/update-13-0-0/config-locations/config-locations", | ||
"package": "@nrwl/workspace", | ||
"name": "13-0-0-config-locations" | ||
}, | ||
{ | ||
"version": "13.2.0", | ||
"description": "Set --parallel=1 for existing repos to preserve the existing behavior", | ||
"cli": "nx", | ||
"version": "12.9.0-beta.0", | ||
"description": "Add outputs for caching", | ||
"factory": "./src/migrations/update-12-9-0/add-outputs", | ||
"package": "@nrwl/linter", | ||
"name": "add-outputs" | ||
"implementation": "./src/migrations/update-13-2-0/set-parallel-default", | ||
"package": "@nrwl/workspace", | ||
"name": "set-parallel-default" | ||
}, | ||
{ | ||
"version": "13.3.0-beta.0", | ||
"description": "@nrwl/workspace:tsc is now @nrwl/js:tsc", | ||
"cli": "nx", | ||
"implementation": "./src/migrations/update-13-3-0/update-tsc-executor-location", | ||
"package": "@nrwl/workspace", | ||
"name": "13-3-0-tsc-location" | ||
}, | ||
{ | ||
"version": "13.6.0-beta.0", | ||
"description": "Remove old options that are no longer used", | ||
"cli": "nx", | ||
"implementation": "./src/migrations/update-13-6-0/remove-old-task-runner-options", | ||
"package": "@nrwl/workspace", | ||
"name": "13-6-0-remove-old-task-runner-options" | ||
}, | ||
{ | ||
"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": "13.1.2-beta.0", | ||
"cli": "nx", | ||
"description": "Support .test. file names in tsconfigs", | ||
"factory": "./src/migrations/update-13-1-2/update-tsconfigs-for-tests", | ||
"package": "@nrwl/jest", | ||
"name": "update-ts-config-for-test-filenames" | ||
}, | ||
{ | ||
"version": "13.4.4-beta.0", | ||
"cli": "nx", | ||
"version": "12.9.0-beta.0", | ||
"description": "Remove ESLint parserOptions.project config if no rules requiring type-checking are in use", | ||
"factory": "./src/migrations/update-12-4-0/remove-eslint-project-config-if-no-type-checking-rules", | ||
"description": "Create a root babel config file if it doesn't exist and using babel-jest in jest.config.js and add @nrwl/web as needed", | ||
"factory": "./src/migrations/update-13-4-4/add-missing-root-babel-config", | ||
"package": "@nrwl/jest", | ||
"name": "add-missing-root-babel-config" | ||
}, | ||
{ | ||
"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" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "13.3.0-beta.0", | ||
"description": "Update eslint-rules jest.config.js in order to support ESLint v8 exports mapping, remove category field", | ||
"factory": "./src/migrations/update-13-3-0/eslint-8-updates", | ||
"package": "@nrwl/linter", | ||
"name": "remove-eslint-project-config-if-no-type-checking-rules-again" | ||
"name": "eslint-8-updates" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "13.0.0-beta.1", | ||
"description": "Remove packages installed by Nx 12's `@nrwl/node:webpack5` generator.", | ||
"factory": "./src/migrations/update-13-0-0/remove-webpack-5-packages-13-0-0", | ||
"package": "@nrwl/node", | ||
"name": "remove-webpack-5-packages" | ||
}, | ||
{ | ||
"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" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "13.0.0-beta.1", | ||
"description": "Removes deprecated node-sass package (sass is already a dependency of @nrwl/web).", | ||
"factory": "./src/migrations/update-13-0-0/remove-node-sass-13-0-0", | ||
"package": "@nrwl/web", | ||
"name": "remove-node-sass-13-0-0" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "13.0.0-beta.1", | ||
"description": "Remove packages installed by Nx 12's `@nrwl/web:webpack5` generator.", | ||
"factory": "./src/migrations/update-13-0-0/remove-webpack-5-packages-13-0-0", | ||
"package": "@nrwl/web", | ||
"name": "remove-webpack-5-packages" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "13.3.0-beta.1", | ||
"description": "Rename the 'build' executor to 'webpack'", | ||
"factory": "./src/migrations/update-13-3-0/rename-build-to-webpack", | ||
"package": "@nrwl/web", | ||
"name": "rename-build-to-webpack" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "13.3.0-beta.1", | ||
"description": "Rename the 'package' executor to 'rollup'", | ||
"factory": "./src/migrations/update-13-3-0/rename-package-to-rollup", | ||
"package": "@nrwl/web", | ||
"name": "rename-package-to-rollup" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "13.8.0-beta.1", | ||
"description": "Add a postcss config option to apps to load a single config file for all libs", | ||
"factory": "./src/migrations/update-13-8-0/add-postcss-config-option", | ||
"package": "@nrwl/web", | ||
"name": "add-postcss-config-option" | ||
} | ||
] | ||
} |
Oops, something went wrong.