Skip to content

Commit 9bea70e

Browse files
renovate[bot]renovate-botsplincode
authored
ci: update angular-cli (minor) (#269)
* ci: update angular-cli only dev dependencies * BREAKING CHANGE: upgrade to Angular 11 Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: m.ivanov4 <[email protected]>
1 parent 38fb577 commit 9bea70e

File tree

11 files changed

+634
-650
lines changed

11 files changed

+634
-650
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,21 @@
5959
"extends": "./packages/eslint-config/index.js"
6060
},
6161
"devDependencies": {
62-
"@angular-devkit/build-angular": "0.1002.0",
62+
"@angular-devkit/build-angular": "0.1100.1",
6363
"@angular-devkit/build-ng-packagr": "0.1002.0",
64-
"@angular/animations": "10.2.3",
65-
"@angular/cdk": "10.2.7",
66-
"@angular/cli": "10.2.0",
67-
"@angular/common": "10.2.3",
68-
"@angular/compiler": "10.2.3",
69-
"@angular/compiler-cli": "10.2.3",
70-
"@angular/core": "10.2.3",
71-
"@angular/forms": "10.2.3",
72-
"@angular/language-service": "10.2.3",
73-
"@angular/material": "10.2.7",
74-
"@angular/platform-browser": "10.2.3",
75-
"@angular/platform-browser-dynamic": "10.2.3",
76-
"@angular/router": "10.2.3",
64+
"@angular/animations": "11.0.0",
65+
"@angular/cdk": "11.0.0",
66+
"@angular/cli": "11.0.1",
67+
"@angular/common": "11.0.0",
68+
"@angular/compiler": "11.0.0",
69+
"@angular/compiler-cli": "11.0.0",
70+
"@angular/core": "11.0.0",
71+
"@angular/forms": "11.0.0",
72+
"@angular/language-service": "11.0.0",
73+
"@angular/material": "11.0.0",
74+
"@angular/platform-browser": "11.0.0",
75+
"@angular/platform-browser-dynamic": "11.0.0",
76+
"@angular/router": "11.0.0",
7777
"@ngx-translate/core": "13.0.0",
7878
"@types/jasmine": "3.6.1",
7979
"@types/jasminewd2": "2.0.8",

packages/flex-layout/angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"optimization": true,
3333
"outputHashing": "all",
3434
"sourceMap": false,
35-
"extractCss": true,
3635
"namedChunks": false,
3736
"aot": true,
3837
"extractLicenses": true,

packages/http/angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"optimization": true,
3333
"outputHashing": "all",
3434
"sourceMap": false,
35-
"extractCss": true,
3635
"namedChunks": false,
3736
"aot": true,
3837
"extractLicenses": true,

packages/logger/angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"optimization": true,
3333
"outputHashing": "all",
3434
"sourceMap": false,
35-
"extractCss": true,
3635
"namedChunks": false,
3736
"aot": true,
3837
"extractLicenses": true,

packages/ng-excel-builder/angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"optimization": true,
3333
"outputHashing": "all",
3434
"sourceMap": false,
35-
"extractCss": true,
3635
"namedChunks": false,
3736
"aot": true,
3837
"extractLicenses": true,

packages/ng-table-builder/angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"optimization": true,
3434
"outputHashing": "all",
3535
"sourceMap": false,
36-
"extractCss": true,
3736
"namedChunks": false,
3837
"aot": true,
3938
"extractLicenses": true,

packages/ng-table-builder/integration/app/src/shared/dialog-template/dialog-template.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ <h3>Edit</h3>
22

33
<form *ngIf="form" [formGroup]="form">
44
<mat-form-field *ngFor="let input of data | keyvalue">
5-
<input matInput placeholder="{{input.key}}" [formControlName]="input.key" />
5+
<input matInput placeholder="{{input.key}}" [formControlName]="$any(input.key)" />
66
</mat-form-field>
77
</form>
88

packages/stream/angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"optimization": true,
3434
"outputHashing": "all",
3535
"sourceMap": false,
36-
"extractCss": true,
3736
"namedChunks": false,
3837
"extractLicenses": true,
3938
"vendorChunk": false,

packages/tooltip/angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"optimization": true,
3333
"outputHashing": "all",
3434
"sourceMap": false,
35-
"extractCss": true,
3635
"namedChunks": false,
3736
"aot": true,
3837
"extractLicenses": true,

packages/websocket/angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"optimization": true,
3333
"outputHashing": "all",
3434
"sourceMap": false,
35-
"extractCss": true,
3635
"namedChunks": false,
3736
"aot": true,
3837
"extractLicenses": true,

0 commit comments

Comments
 (0)