Skip to content

Commit 45c63bc

Browse files
committed
build(deps): upgrade ui-toolkit-angular to v14
BREAKING CHANGE: requires Angular v14
1 parent 1e8008e commit 45c63bc

File tree

8 files changed

+6251
-7108
lines changed

8 files changed

+6251
-7108
lines changed

angular.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,5 @@
9595
"@schematics/angular:component": {
9696
"styleext": "css"
9797
}
98-
},
99-
"defaultProject": "kvm"
100-
}
98+
}
99+
}

package-lock.json

Lines changed: 6222 additions & 7078 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,34 +21,34 @@
2121
"build:sol": "ng build sol"
2222
},
2323
"dependencies": {
24-
"@angular/common": "~13.3.11",
25-
"@angular/compiler": "~13.3.11",
26-
"@angular/core": "~13.3.11",
27-
"@angular/platform-browser": "~13.3.11",
28-
"@angular/platform-browser-dynamic": "~13.3.11",
29-
"@angular/router": "~13.3.11",
24+
"@angular/common": "^14.2.3",
25+
"@angular/compiler": "^14.2.3",
26+
"@angular/core": "^14.2.3",
27+
"@angular/platform-browser": "^14.2.3",
28+
"@angular/platform-browser-dynamic": "^14.2.3",
29+
"@angular/router": "^14.2.3",
3030
"@open-amt-cloud-toolkit/ui-toolkit": "~2.0.7",
3131
"rxjs": "~7.5.6",
3232
"tslib": "^2.4.0",
3333
"xterm": "^4.19.0",
3434
"zone.js": "~0.11.8"
3535
},
3636
"devDependencies": {
37-
"@angular-devkit/build-angular": "~13.3.7",
38-
"@angular-eslint/builder": "13.2.1",
39-
"@angular-eslint/eslint-plugin": "13.2.1",
40-
"@angular-eslint/eslint-plugin-template": "13.2.1",
41-
"@angular-eslint/schematics": "13.2.1",
42-
"@angular-eslint/template-parser": "13.2.1",
43-
"@angular/cdk": "^13.3.9",
44-
"@angular/cli": "~13.3.7",
45-
"@angular/compiler-cli": "~13.3.11",
37+
"@angular-devkit/build-angular": "^14.2.3",
38+
"@angular-eslint/builder": "14.1.2",
39+
"@angular-eslint/eslint-plugin": "14.1.2",
40+
"@angular-eslint/eslint-plugin-template": "14.1.2",
41+
"@angular-eslint/schematics": "14.1.2",
42+
"@angular-eslint/template-parser": "14.1.2",
43+
"@angular/cdk": "^14.2.2",
44+
"@angular/cli": "^14.2.3",
45+
"@angular/compiler-cli": "^14.2.3",
4646
"@types/jasmine": "~4.3.0",
4747
"@types/node": "^16.11.26",
4848
"@typescript-eslint/eslint-plugin": "^4.33.0",
4949
"@typescript-eslint/parser": "^4.33.0",
5050
"codelyzer": "^6.0.0",
51-
"eslint": "^7.32.0",
51+
"eslint": "^7.0.0",
5252
"eslint-config-standard-with-typescript": "^21.0.1",
5353
"eslint-plugin-import": "^2.26.0",
5454
"eslint-plugin-node": "^11.1.0",
@@ -61,7 +61,7 @@
6161
"karma-jasmine": "~5.1.0",
6262
"karma-jasmine-html-reporter": "^2.0.0",
6363
"karma-junit-reporter": "^2.0.1",
64-
"ng-packagr": "^13.3.1",
64+
"ng-packagr": "^14.2.1",
6565
"protractor": "~7.0.0",
6666
"ts-node": "~10.9.1",
6767
"typescript": "~4.6.4"

projects/kvm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "kvm",
33
"version": "2.0.2",
44
"peerDependencies": {
5-
"@angular/common": "^11.2.14",
6-
"@angular/core": "^11.2.14"
5+
"@angular/common": "^14.2.3",
6+
"@angular/core": "^14.2.3"
77
},
88
"dependencies": {
9-
"tslib": "^2.0.0"
9+
"tslib": "^2.4.0"
1010
}
1111
}

projects/kvm/tsconfig.lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"extends": "../../tsconfig.json",
44
"compilerOptions": {
55
"outDir": "../../out-tsc/lib",
6-
"target": "es2015",
6+
"target": "es2020",
77
"declaration": true,
88
"declarationMap": true,
99
"inlineSources": true,

projects/sol/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "sol",
33
"version": "2.0.2",
44
"peerDependencies": {
5-
"@angular/common": "^11.2.14",
6-
"@angular/core": "^11.2.14",
7-
"xterm": "^4.13.0"
5+
"@angular/common": "^14.2.3",
6+
"@angular/core": "^14.2.3",
7+
"xterm": "^4.19.0"
88
},
99
"dependencies": {
10-
"tslib": "^2.0.0"
10+
"tslib": "^2.4.0"
1111
}
1212
}

projects/sol/tsconfig.lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"extends": "../../tsconfig.json",
44
"compilerOptions": {
55
"outDir": "../../out-tsc/lib",
6-
"target": "es2015",
6+
"target": "es2020",
77
"declaration": true,
88
"declarationMap": true,
99
"inlineSources": true,

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"strictNullChecks": true,
1818
"moduleResolution": "node",
1919
"importHelpers": true,
20-
"target": "es2015",
20+
"target": "es2020",
2121
"module": "es2020",
2222
"lib": [
2323
"es2018",

0 commit comments

Comments
 (0)