Skip to content

Commit eed71d5

Browse files
committed
chore: update to Angular 10 and TypeScript 3.9
dependencies update: - update `@angular/animations` to `^10.2.4` - update `@angular/common` to `^10.2.4` - update `@angular/compiler` to `^10.2.4` - update `@angular/core` to `^10.2.4` - update `@angular/forms` to `^10.2.4` - update `@angular/localize` to `^10.2.4` - update `@angular/platform-browser` to `^10.2.4` - update `@angular/platform-browser-dynamic` to `^10.2.4` - update `@angular/router` to `^10.2.4` - update `tslib` to `^2.0.0` - update `@angular-devkit/build-angular` to `^0.1002.1` - update `@angular-devkit/build-ng-packagr` to `^0.1002.1` - update `@angular/cli` to `^10.2.1` - update `@angular/compiler-cli` to `^10.2.4` - update `@angular/language-service` to `^10.2.4` - update `codelyzer` to `^6.0.1` - update `jasmine-spec-reporter` to `~5.0.0` - update `karma` to `~5.0.0` - update `karma-chrome-launcher` to `~3.1.0` - update `karma-coverage-istanbul-reporter` to `~3.0.2` - update `karma-jasmine` to `~4.0.0` - update `karma-jasmine-html-reporter` to `^1.5.0` - update `ng-packagr` to `^10.1.0` - update `ngx-perfect-scrollbar` to `^10.1.0` - update `protractor` to `~7.0.0` - update `tslint` to `~6.1.0` - update `typescript` to `~3.9.7`
1 parent 13a642d commit eed71d5

13 files changed

+119
-57
lines changed

browserslist .browserslistrc

File renamed without changes.

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
77
[![npm package][npm-coreui-badge]][npm-coreui]
88
[![NPM downloads][npm-coreui-download]][npm-coreui]
9-
![angular](https://img.shields.io/badge/angular-^9.1.1-lightgrey.svg?style=flat-square&logo=angular)
9+
![angular](https://img.shields.io/badge/angular-^10.2.0-lightgrey.svg?style=flat-square&logo=angular)
1010

1111
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
1212
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=red
@@ -17,7 +17,7 @@
1717
[npm-coreui-badge]: https://img.shields.io/npm/v/@coreui/coreui.png?style=flat-square
1818
[npm-coreui-download]: https://img.shields.io/npm/dm/@coreui/coreui.svg?style=flat-square
1919

20-
# CoreUI for Angular 9 - Free WebApp UI Kit built on top of Bootstrap 4 [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Bootstrap%204%20Admin%20Template%20&url=https://coreui.io&hashtags=,admin,template,dashboard,panel,free,angular,react,vue)
20+
# CoreUI for Angular 10 - Free WebApp UI Kit built on top of Bootstrap 4 [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Bootstrap%204%20Admin%20Template%20&url=https://coreui.io&hashtags=,admin,template,dashboard,panel,free,angular,react,vue)
2121

2222
Please help us on [Product Hunt](https://www.producthunt.com/posts/coreui-open-source-bootstrap-4-admin-template-with-angular-2-react-js-vue-js-support) and [Designer News](https://www.designernews.co/stories/81127). Thanks in advance!
2323

@@ -56,7 +56,7 @@ CoreUI is an Open Source UI Kit built on top of Bootstrap 4. CoreUI is the faste
5656
Before you begin, make sure your development environment includes `Node.js®` and an `npm` package manager.
5757

5858
###### Node.js
59-
Angular 9 requires `Node.js` version 10.13 or later.
59+
Angular 10 requires `Node.js` version 10.13 or later.
6060

6161
- To check your version, run `node -v` in a terminal/console window.
6262
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
@@ -67,7 +67,7 @@ Install the Angular CLI globally using a terminal/console window.
6767
npm install -g @angular/cli
6868
```
6969

70-
##### Update to Angular 9
70+
##### Update to Angular 10
7171
see: [https://update.angular.io](https://update.angular.io)
7272

7373
## CoreUI Installation
@@ -150,7 +150,7 @@ Get updates on CoreUI's development and chat with the project maintainers and co
150150

151151
## Copyright and license
152152

153-
copyright 2017-2020 creativeLabs Łukasz Holeczek. Code released under [the MIT license](https://github.com/coreui/coreui-angular/blob/master/LICENSE).
153+
copyright 2017-2021 creativeLabs Łukasz Holeczek. Code released under [the MIT license](https://github.com/coreui/coreui-angular/blob/master/LICENSE).
154154
There is only one limitation you can't can’t re-distribute the CoreUI as stock. You can’t do this if you modify the CoreUI. In past we faced some problems with persons who tried to sell CoreUI based templates.
155155

156156
## Support CoreUI Development

angular.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,14 @@
166166
}
167167
}
168168
},
169-
"defaultProject": "coreui",
170169
"cli": {
171170
"analytics": false
171+
},
172+
"defaultProject": "coreui",
173+
"schematics": {
174+
"@schematics/angular:component": {
175+
"style": "scss"
176+
}
172177
}
178+
173179
}

e2e/tsconfig.e2e.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"compilerOptions": {
44
"outDir": "../out-tsc/app",
55
"module": "commonjs",
6-
"target": "es5",
6+
"target": "es2018",
77
"types": [
88
"jasmine",
99
"jasminewd2",
1010
"node"
1111
]
1212
}
13-
}
13+
}

package.json

+29-27
Original file line numberDiff line numberDiff line change
@@ -21,55 +21,57 @@
2121
"build-lib:prod": "ng build @coreui/angular --prod",
2222
"test-lib:dev": "ng test @coreui/angular",
2323
"test-lib:prod": "ng test @coreui/angular --karmaConfig=projects/coreui/angular/karma.conf.github.js",
24+
"prestart": "npm run postinstall",
2425
"start": "ng serve",
2526
"test": "ng test",
2627
"lint": "ng lint",
28+
"pree2e": "npm run postinstall",
2729
"e2e": "ng e2e",
2830
"publish": "cd dist/@coreui/angular/ && npm publish --tag next --dry-run",
2931
"link": "cd dist/@coreui/angular/ && npm link",
3032
"release-version": "node build/change-version.js"
3133
},
3234
"private": true,
3335
"dependencies": {
34-
"@angular/animations": "^9.1.13",
35-
"@angular/common": "^9.1.13",
36-
"@angular/compiler": "^9.1.13",
37-
"@angular/core": "^9.1.13",
38-
"@angular/forms": "^9.1.13",
39-
"@angular/localize": "^9.1.13",
40-
"@angular/platform-browser": "^9.1.13",
41-
"@angular/platform-browser-dynamic": "^9.1.13",
42-
"@angular/router": "^9.1.13",
36+
"@angular/animations": "^10.2.4",
37+
"@angular/common": "^10.2.4",
38+
"@angular/compiler": "^10.2.4",
39+
"@angular/core": "^10.2.4",
40+
"@angular/forms": "^10.2.4",
41+
"@angular/localize": "^10.2.4",
42+
"@angular/platform-browser": "^10.2.4",
43+
"@angular/platform-browser-dynamic": "^10.2.4",
44+
"@angular/router": "^10.2.4",
4345
"rxjs": "^6.6.3",
44-
"tslib": "^1.14.1",
46+
"tslib": "^2.0.0",
4547
"zone.js": "^0.10.3"
4648
},
4749
"devDependencies": {
48-
"@angular-devkit/build-angular": "^0.901.13",
49-
"@angular-devkit/build-ng-packagr": "^0.901.13",
50-
"@angular/cli": "^9.1.13",
51-
"@angular/compiler-cli": "^9.1.13",
52-
"@angular/language-service": "^9.1.13",
50+
"@angular-devkit/build-angular": "^0.1002.1",
51+
"@angular-devkit/build-ng-packagr": "^0.1002.1",
52+
"@angular/cli": "^10.2.1",
53+
"@angular/compiler-cli": "^10.2.4",
54+
"@angular/language-service": "^10.2.4",
5355
"@coreui/coreui": "^2.1.16",
5456
"@types/jasmine": "^3.6.2",
5557
"@types/jasminewd2": "~2.0.8",
5658
"@types/node": "^14.14.20",
57-
"codelyzer": "^5.2.2",
59+
"codelyzer": "^6.0.1",
5860
"jasmine-core": "~3.5.0",
59-
"jasmine-spec-reporter": "^5.0.2",
60-
"karma": "^5.2.3",
61-
"karma-chrome-launcher": "^3.1.0",
62-
"karma-coverage-istanbul-reporter": "^2.1.1",
63-
"karma-jasmine": "^3.3.1",
64-
"karma-jasmine-html-reporter": "^1.5.4",
65-
"ng-packagr": "^9.1.5",
66-
"ngx-perfect-scrollbar": "^9.0.0",
67-
"protractor": "^7.0.0",
61+
"jasmine-spec-reporter": "~5.0.0",
62+
"karma": "~5.0.0",
63+
"karma-chrome-launcher": "~3.1.0",
64+
"karma-coverage-istanbul-reporter": "~3.0.2",
65+
"karma-jasmine": "~4.0.0",
66+
"karma-jasmine-html-reporter": "^1.5.0",
67+
"ng-packagr": "^10.1.0",
68+
"ngx-perfect-scrollbar": "^10.1.0",
69+
"protractor": "~7.0.0",
6870
"shelljs": "^0.8.4",
6971
"simple-line-icons": "^2.5.5",
7072
"ts-node": "^8.10.2",
71-
"tslint": "^6.1.2",
72-
"typescript": "~3.6.5"
73+
"tslint": "~6.1.0",
74+
"typescript": "~3.9.7"
7375
},
7476
"engines": {
7577
"node": ">= 10.13",

projects/coreui/angular/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
77
[![npm package][npm-coreui-badge]][npm-coreui]
88
[![NPM downloads][npm-coreui-download]][npm-coreui]
9-
![angular](https://img.shields.io/badge/angular-^9.1.1-lightgrey.svg?style=flat-square&logo=angular)
9+
![angular](https://img.shields.io/badge/angular-^10.2.0-lightgrey.svg?style=flat-square&logo=angular)
1010

1111
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
1212
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=red
@@ -25,7 +25,7 @@
2525
Before you begin, make sure your development environment includes `Node.js®` and an `npm` package manager.
2626

2727
###### Node.js
28-
Angular 9 requires `Node.js` version 10.13 or later.
28+
Angular 10 requires `Node.js` version 10.13 or later.
2929

3030
- To check your version, run `node -v` in a terminal/console window.
3131
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
@@ -36,7 +36,7 @@ Install the Angular CLI globally using a terminal/console window.
3636
npm install -g @angular/cli
3737
```
3838

39-
##### Update to Angular 9
39+
##### Update to Angular 10
4040
see: [https://update.angular.io](https://update.angular.io)
4141

4242
## CoreUI Installation

projects/coreui/angular/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
}
1818
],
1919
"dependencies": {
20-
"tslib": "^1.14.1"
20+
"tslib": "^2.0.0"
2121
},
2222
"peerDependencies": {
23-
"@angular/common": "^9.1.1",
24-
"@angular/core": "^9.1.1",
25-
"@angular/router": "^9.1.1",
23+
"@angular/common": "^10.2.0",
24+
"@angular/core": "^10.2.0",
25+
"@angular/router": "^10.2.0",
2626
"@coreui/coreui": "^2.1.16"
2727
},
2828
"repository": {

projects/coreui/angular/tsconfig.lib.json

+4-11
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,23 @@
22
"extends": "../../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../../out-tsc/lib",
5+
"declarationMap": true,
56
"target": "es2015",
6-
"module": "es2015",
7-
"moduleResolution": "node",
87
"declaration": true,
98
"sourceMap": true,
109
"inlineSources": true,
11-
"emitDecoratorMetadata": true,
12-
"experimentalDecorators": true,
13-
"importHelpers": true,
1410
"types": [],
1511
"lib": [
1612
"dom",
1713
"es2018"
1814
]
1915
},
2016
"angularCompilerOptions": {
17+
"enableIvy": false,
18+
"flatModuleId": "@coreui/angular",
2119
"skipTemplateCodegen": true,
2220
"strictMetadataEmit": true,
23-
"fullTemplateTypeCheck": true,
24-
"strictInjectionParameters": true,
25-
"flatModuleId": "AUTOGENERATED",
26-
"flatModuleOutFile": "AUTOGENERATED",
27-
"enableResourceInlining": true,
28-
"enableIvy": false
21+
"enableResourceInlining": true
2922
},
3023
"exclude": [
3124
"src/test.ts",

projects/coreui/angular/tsconfig.lib.prod.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"extends": "./tsconfig.lib.json",
3+
"compilerOptions": {
4+
"declarationMap": false
5+
},
36
"angularCompilerOptions": {
47
"enableIvy": false
58
}

src/tsconfig.app.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"outDir": "../out-tsc/app",
55
"baseUrl": "./",
66
"module": "esnext",
7-
"target": "es5",
7+
"target": "es2015",
88
"types": [],
99
"paths": {
1010
"@angular/*": [
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"angularCompilerOptions": {
16-
"enableIvy": false
16+
"enableIvy": true
1717
},
1818
"files": [
1919
"main.ts",

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"baseUrl": "./",
55
"outDir": "./dist",
66
"sourceMap": true,
7-
"declaration": false,
7+
"declaration": true,
88
"downlevelIteration": true,
99
"experimentalDecorators": true,
1010
"module": "esnext",
@@ -25,6 +25,7 @@
2525
}
2626
},
2727
"angularCompilerOptions": {
28+
"enableIvy": false,
2829
"fullTemplateTypeCheck": true,
2930
"strictInjectionParameters": true
3031
}

tslint.json

+58-1
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,36 @@
44
"codelyzer"
55
],
66
"rules": {
7+
"align": {
8+
"options": [
9+
"parameters",
10+
"statements"
11+
]
12+
},
713
"array-type": false,
814
"arrow-parens": false,
15+
"arrow-return-shorthand": true,
916
"deprecation": {
1017
"severity": "warning"
1118
},
1219
"import-blacklist": [
1320
true,
1421
"rxjs/Rx"
1522
],
23+
"curly": true,
1624
"interface-name": false,
1725
"max-classes-per-file": false,
26+
"eofline": true,
1827
"max-line-length": [
1928
true,
2029
140
2130
],
31+
"import-spacing": true,
32+
"indent": {
33+
"options": [
34+
"spaces"
35+
]
36+
},
2237
"member-access": false,
2338
"member-ordering": [
2439
true,
@@ -72,11 +87,53 @@
7287
"no-inputs-metadata-property": true,
7388
"no-output-native": true,
7489
"no-output-on-prefix": true,
90+
"semicolon": {
91+
"options": [
92+
"always"
93+
]
94+
},
95+
"space-before-function-paren": {
96+
"options": {
97+
"anonymous": "never",
98+
"asyncArrow": "always",
99+
"constructor": "never",
100+
"method": "never",
101+
"named": "never"
102+
}
103+
},
75104
"no-output-rename": true,
76105
"no-outputs-metadata-property": true,
77106
"template-banana-in-box": true,
107+
"typedef-whitespace": {
108+
"options": [
109+
{
110+
"call-signature": "nospace",
111+
"index-signature": "nospace",
112+
"parameter": "nospace",
113+
"property-declaration": "nospace",
114+
"variable-declaration": "nospace"
115+
},
116+
{
117+
"call-signature": "onespace",
118+
"index-signature": "onespace",
119+
"parameter": "onespace",
120+
"property-declaration": "onespace",
121+
"variable-declaration": "onespace"
122+
}
123+
]
124+
},
78125
"template-no-negated-async": true,
79126
"use-lifecycle-interface": true,
80-
"use-pipe-transform-interface": true
127+
"use-pipe-transform-interface": true,
128+
"whitespace": {
129+
"options": [
130+
"check-branch",
131+
"check-decl",
132+
"check-operator",
133+
"check-separator",
134+
"check-type",
135+
"check-typecast"
136+
]
137+
}
81138
}
82139
}

0 commit comments

Comments
 (0)