Skip to content

Commit

Permalink
build(dependencies): libs upgraded
Browse files Browse the repository at this point in the history
angular , cli --> 8.1.0-rc.0 nx 8.2.0
  • Loading branch information
xmlking committed Jun 29, 2019
1 parent 5d6950a commit 01ecc18
Show file tree
Hide file tree
Showing 6 changed files with 1,141 additions and 524 deletions.
14 changes: 7 additions & 7 deletions PLAYBOOK.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ Do-it-yourself step-by-step instructions to create this project structure from s
| Software | Version | Optional |
| -------------------- | -------- | -------- |
| Node | v12.3.1 | |
| Yarn | v1.16.0 | |
| Node | v12.5.0 | |
| Yarn | v1.17.0 | |
| Lerna | v3.14.1 | |
| Angular CLI | v8.0.0 | |
| @nrwl/workspace | v8.0.0 | |
| Angular CLI | v8.1.0 | |
| @nrwl/workspace | v8.2.0 | |
| @nestjs/cli | v6.5.0 | |
| semantic-release-cli | v4.1.1 | |
| commitizen | v3.0.7 | |
| semantic-release-cli | v5.1.1 | |
| commitizen | v3.1.1 | |

### Install Prerequisites

Expand Down Expand Up @@ -88,7 +88,7 @@ yarn global remove semantic-release-cli
yarn global remove commitizen

yarn global add lerna
yarn global add @angular/cli
yarn global add @angular/cli@next
yarn global add @nrwl/workspace
yarn global add @nestjs/cli
yarn global add semantic-release-cli
Expand Down
78 changes: 39 additions & 39 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/admin/**"],
"tsConfig": ["libs/admin/tsconfig.lib.json", "libs/admin/tsconfig.spec.json"]
}
},
Expand All @@ -39,7 +39,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/animations/**"],
"tsConfig": ["libs/animations/tsconfig.lib.json", "libs/animations/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -105,7 +105,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/*.json", "**/node_modules/**"],
"exclude": ["**/*.json", "**/node_modules/**", "!apps/api/**"],
"tsConfig": ["apps/api/e2e/tsconfig.json", "apps/api/tsconfig.app.json", "apps/api/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -163,7 +163,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/app-confirm/**"],
"tsConfig": ["libs/app-confirm/tsconfig.lib.json", "libs/app-confirm/tsconfig.spec.json"]
}
},
Expand All @@ -186,7 +186,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/auth/**"],
"tsConfig": ["libs/auth/tsconfig.lib.json", "libs/auth/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -229,7 +229,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!apps/backend/**"],
"tsConfig": ["apps/backend/tsconfig.app.json", "apps/backend/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -265,7 +265,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/breadcrumbs/**"],
"tsConfig": ["libs/breadcrumbs/tsconfig.lib.json", "libs/breadcrumbs/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -295,7 +295,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/chat-box/**"],
"tsConfig": ["libs/chat-box/tsconfig.lib.json", "libs/chat-box/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -325,7 +325,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/clap/**"],
"tsConfig": ["libs/clap/tsconfig.lib.json", "libs/clap/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -355,7 +355,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/context-menu/**"],
"tsConfig": ["libs/context-menu/tsconfig.lib.json", "libs/context-menu/tsconfig.spec.json"]
}
},
Expand All @@ -378,7 +378,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/core/**"],
"tsConfig": ["libs/core/tsconfig.lib.json", "libs/core/tsconfig.spec.json"]
}
},
Expand All @@ -401,7 +401,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/dashboard/**"],
"tsConfig": ["libs/dashboard/tsconfig.lib.json", "libs/dashboard/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -431,7 +431,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/draggable/**"],
"tsConfig": ["libs/draggable/tsconfig.lib.json", "libs/draggable/tsconfig.spec.json"]
}
},
Expand All @@ -454,7 +454,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/experiments/**"],
"tsConfig": ["libs/experiments/tsconfig.lib.json", "libs/experiments/tsconfig.spec.json"]
}
},
Expand All @@ -477,7 +477,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/grid/**"],
"tsConfig": ["libs/grid/tsconfig.lib.json", "libs/grid/tsconfig.spec.json"]
}
},
Expand All @@ -500,7 +500,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/*.json", "**/node_modules/**"],
"exclude": ["**/*.json", "**/node_modules/**", "!libs/home/**"],
"tsConfig": ["libs/home/tsconfig.lib.json", "libs/home/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -530,7 +530,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/image-comparison/**"],
"tsConfig": ["libs/image-comparison/tsconfig.lib.json", "libs/image-comparison/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -560,7 +560,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/json-diff/**"],
"tsConfig": ["libs/json-diff/tsconfig.lib.json", "libs/json-diff/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -590,7 +590,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/led/**"],
"tsConfig": ["libs/led/tsconfig.lib.json", "libs/led/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -620,7 +620,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/loading-overlay/**"],
"tsConfig": ["libs/loading-overlay/tsconfig.lib.json", "libs/loading-overlay/tsconfig.spec.json"]
}
},
Expand All @@ -643,7 +643,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/models/**"],
"tsConfig": ["libs/models/tsconfig.lib.json", "libs/models/tsconfig.spec.json"]
}
},
Expand All @@ -665,7 +665,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/navigator/**"],
"tsConfig": ["libs/navigator/tsconfig.lib.json", "libs/navigator/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -695,7 +695,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/ngx-utils/**"],
"tsConfig": ["libs/ngx-utils/tsconfig.lib.json", "libs/ngx-utils/tsconfig.spec.json"]
}
},
Expand All @@ -718,7 +718,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/not-found/**"],
"tsConfig": ["libs/not-found/tsconfig.lib.json", "libs/not-found/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -748,7 +748,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/notifications/**"],
"tsConfig": ["libs/notifications/tsconfig.lib.json", "libs/notifications/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -778,7 +778,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/oidc/**"],
"tsConfig": ["libs/oidc/tsconfig.lib.json", "libs/oidc/tsconfig.spec.json"]
}
},
Expand All @@ -801,7 +801,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/quickpanel/**"],
"tsConfig": ["libs/quickpanel/tsconfig.lib.json", "libs/quickpanel/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -831,7 +831,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/scroll-to-top/**"],
"tsConfig": ["libs/scroll-to-top/tsconfig.lib.json", "libs/scroll-to-top/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -861,7 +861,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/scrollbar/**"],
"tsConfig": ["libs/scrollbar/tsconfig.lib.json", "libs/scrollbar/tsconfig.spec.json"]
}
},
Expand All @@ -884,7 +884,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/shared/**"],
"tsConfig": ["libs/shared/tsconfig.lib.json", "libs/shared/tsconfig.spec.json"]
}
},
Expand All @@ -907,7 +907,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/sidenav/**"],
"tsConfig": ["libs/sidenav/tsconfig.lib.json", "libs/sidenav/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -937,7 +937,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/socketio-plugin/**"],
"tsConfig": ["libs/socketio-plugin/tsconfig.lib.json", "libs/socketio-plugin/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -967,7 +967,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/svg-viewer/**"],
"tsConfig": ["libs/svg-viewer/tsconfig.lib.json", "libs/svg-viewer/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -997,7 +997,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/theme-picker/**"],
"tsConfig": ["libs/theme-picker/tsconfig.lib.json", "libs/theme-picker/tsconfig.spec.json"]
}
},
Expand All @@ -1020,7 +1020,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/toolbar/**"],
"tsConfig": ["libs/toolbar/tsconfig.lib.json", "libs/toolbar/tsconfig.spec.json"]
}
},
Expand All @@ -1043,7 +1043,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/tree/**"],
"tsConfig": ["libs/tree/tsconfig.lib.json", "libs/tree/tsconfig.spec.json"]
}
},
Expand All @@ -1065,7 +1065,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/utils/**"],
"tsConfig": ["libs/utils/tsconfig.lib.json", "libs/utils/tsconfig.spec.json"]
}
},
Expand Down Expand Up @@ -1251,7 +1251,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/*.json", "**/node_modules/**"],
"exclude": ["**/*.json", "**/node_modules/**", "!apps/webapp/**"],
"tsConfig": [
"apps/webapp/e2e/tsconfig.json",
"apps/webapp/tsconfig.app.json",
Expand Down Expand Up @@ -1293,7 +1293,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"exclude": ["**/node_modules/**"],
"exclude": ["**/node_modules/**", "!libs/widgets/**"],
"tsConfig": ["libs/widgets/tsconfig.lib.json", "libs/widgets/tsconfig.spec.json"]
}
},
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"cli-ux": "4.9.3",
"cls-hooked": "^4.2.2",
"helmet": "^3.18.0",
"kubernetes-client": "^8.2.0",
"kubernetes-client": "^8.3.0",
"nest-router": "^1.0.0",
"nodemailer": "^6.2.1",
"passport": "^0.4.0",
Expand Down
Loading

0 comments on commit 01ecc18

Please sign in to comment.