-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
708a530
commit ebf2044
Showing
3 changed files
with
343 additions
and
241 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,67 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"version": "10.4.0-beta.5", | ||
"description": "Add an explicit dependency on @nrwl/tao", | ||
"factory": "./src/migrations/update-10-4-0/add-explicit-dep-on-tao", | ||
"version": "10.4.5", | ||
"description": "Update the 'update' npm script to invoke nx migrate", | ||
"factory": "./src/migrations/update-10-4-0/update-script-to-invoke-nx-migrate", | ||
"package": "@nrwl/workspace", | ||
"name": "add-explicit-dep-on-tao" | ||
"name": "update-script-to-invoke-nx-migrate" | ||
}, | ||
{ | ||
"version": "10.4.0-beta.3", | ||
"description": "Adjust karma and protractor setup", | ||
"factory": "./src/migrations/update-10-4-0/update-10-4-0", | ||
"package": "@nrwl/angular", | ||
"name": "update-10-4-0" | ||
"version": "11.0.0-beta.3", | ||
"description": "Update the decoration script when using Angular CLI", | ||
"factory": "./src/migrations/update-11-0-0/update-decorate-angular-cli", | ||
"package": "@nrwl/workspace", | ||
"name": "update-decorate-angular-cli" | ||
}, | ||
{ | ||
"version": "11.0.0-beta.3", | ||
"description": "Update the @types/node package", | ||
"factory": "./src/migrations/update-11-0-0/update-node-types", | ||
"package": "@nrwl/workspace", | ||
"name": "update-node-types" | ||
}, | ||
{ | ||
"version": "10.3.1-beta.1", | ||
"description": "Fix ts-jest migration", | ||
"factory": "./src/migrations/update-10-3-0/update-ts-jest", | ||
"package": "@nrwl/jest", | ||
"name": "update-ts-jest" | ||
"version": "11.0.0-beta.3", | ||
"description": "Rename tools/schematics into tools/generators", | ||
"factory": "./src/migrations/update-11-0-0/rename-workspace-schematics", | ||
"package": "@nrwl/workspace", | ||
"name": "rename-workspace-schematics" | ||
}, | ||
{ | ||
"version": "10.3.1-beta.1", | ||
"description": "Revert any node_modules lintFilesPatterns that were accidentally included by update-eslint-builder-and-config", | ||
"factory": "./src/migrations/update-10-3-1/revert-node-modules-files-in-eslint-builder-options", | ||
"package": "@nrwl/linter", | ||
"name": "revert-node-modules-files-in-eslint-builder-options" | ||
"version": "11.0.0-beta.15", | ||
"description": "Adds `outputs` based on builders", | ||
"factory": "./src/migrations/update-11-0-0/add-outputs-in-workspace", | ||
"package": "@nrwl/workspace", | ||
"name": "add-outputs-in-workspace" | ||
}, | ||
{ | ||
"version": "10.4.0-beta.0", | ||
"description": "Update ESLint config files to use preset configs which eslint-plugin-nx exports", | ||
"factory": "./src/migrations/update-10-4-0/update-eslint-configs-to-use-nx-presets", | ||
"package": "@nrwl/linter", | ||
"name": "update-eslint-configs-to-use-nx-presets" | ||
"version": "11.0.0", | ||
"description": "Check that the right update command is used", | ||
"factory": "./src/migrations/update-11-0-0/update-command-check", | ||
"package": "@nrwl/workspace", | ||
"name": "update-command-check" | ||
}, | ||
{ | ||
"version": "10.4.0-beta.1", | ||
"description": "Update root ESLint config to use overrides", | ||
"factory": "./src/migrations/update-10-4-0/update-root-eslint-config-to-use-overrides", | ||
"package": "@nrwl/linter", | ||
"name": "update-root-eslint-config-to-use-overrides" | ||
"version": "11.0.2", | ||
"description": "Rename the workspace-schematic script into workspace-generator script", | ||
"factory": "./src/migrations/update-11-0-0/rename-workspace-schematic-script", | ||
"package": "@nrwl/workspace", | ||
"name": "rename-workspace-schematic-script" | ||
}, | ||
{ | ||
"version": "10.5.0-beta.0", | ||
"description": "Update eslint config and builder to extend from new Nx Angular presets and lint templates", | ||
"factory": "./src/migrations/update-10-5-0/add-template-support-and-presets-to-eslint", | ||
"package": "@nrwl/angular", | ||
"name": "add-template-support-and-presets-to-eslint" | ||
}, | ||
{ | ||
"version": "11.0.0-beta.13", | ||
"description": "Update builder configurations and dependencies", | ||
"factory": "./src/migrations/update-11-0-0/update-builders-config", | ||
"package": "@nrwl/angular", | ||
"name": "update-11-0-0" | ||
} | ||
] | ||
} |
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
Oops, something went wrong.