Skip to content

Commit

Permalink
feat: nx upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
udayvunnam authored Dec 19, 2020
1 parent 708a530 commit ebf2044
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 241 deletions.
79 changes: 50 additions & 29 deletions migrations.json
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"
}
]
}
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,42 +35,42 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^11.0.2",
"@angular/animations": "11.0.4",
"@angular/cdk": "^11.0.1",
"@angular/common": "^11.0.2",
"@angular/compiler": "^11.0.2",
"@angular/core": "^11.0.2",
"@angular/common": "11.0.4",
"@angular/compiler": "11.0.4",
"@angular/core": "11.0.4",
"@angular/flex-layout": "^11.0.0-beta.33",
"@angular/forms": "^11.0.2",
"@angular/forms": "11.0.4",
"@angular/material": "^11.0.1",
"@angular/platform-browser": "^11.0.2",
"@angular/platform-browser-dynamic": "^11.0.2",
"@angular/router": "^11.0.2",
"@nrwl/angular": "10.4.0",
"@angular/platform-browser": "11.0.4",
"@angular/platform-browser-dynamic": "11.0.4",
"@angular/router": "11.0.4",
"@nrwl/angular": "11.0.2",
"angular-in-memory-web-api": "^0.11.0",
"faker": "^5.1.0",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "^0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1100.2",
"@angular/cli": "~11.0.2",
"@angular/compiler-cli": "^11.0.2",
"@angular/language-service": "^11.0.2",
"@angular-devkit/build-angular": "0.1100.4",
"@angular/cli": "11.0.4",
"@angular/compiler-cli": "11.0.4",
"@angular/language-service": "11.0.4",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@nrwl/cli": "10.3.0",
"@nrwl/cypress": "10.4.0",
"@nrwl/eslint-plugin-nx": "10.4.0",
"@nrwl/jest": "10.4.0",
"@nrwl/workspace": "10.4.0",
"@nrwl/cypress": "11.0.2",
"@nrwl/eslint-plugin-nx": "11.0.2",
"@nrwl/jest": "11.0.2",
"@nrwl/workspace": "11.0.2",
"@types/faker": "^4.1.12",
"@types/jest": "26.0.8",
"@types/node": "^14.14.10",
"@types/node": "12.12.38",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"codelyzer": "^6.0.0",
"codelyzer": "6.0.1",
"cypress": "^4.1.0",
"danger": "^10.2.1",
"dotenv": "6.2.0",
Expand Down
Loading

0 comments on commit ebf2044

Please sign in to comment.