chore(eslint): update @angular-eslint to v15

This commit is contained in:
d.strigo 2023-10-29 14:44:58 +01:00
parent 9967d5a32c
commit 50125405b6
4 changed files with 506 additions and 319 deletions

View file

@ -180,6 +180,12 @@
}, },
"@schematics/angular:directive": { "@schematics/angular:directive": {
"prefix": "ngx" "prefix": "ngx"
},
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
} }
} }
} }

801
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -78,11 +78,11 @@
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^15.2.10", "@angular-devkit/build-angular": "^15.2.10",
"@angular-eslint/builder": "14.4.0", "@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "14.4.0", "@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "14.4.0", "@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/schematics": "14.4.0", "@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "14.4.0", "@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "^15.2.10", "@angular/cli": "^15.2.10",
"@angular/compiler-cli": "^15.2.10", "@angular/compiler-cli": "^15.2.10",
"@angular/language-service": "15.2.10", "@angular/language-service": "15.2.10",
@ -93,11 +93,11 @@
"@types/jasminewd2": "2.0.3", "@types/jasminewd2": "2.0.3",
"@types/leaflet": "1.2.3", "@types/leaflet": "1.2.3",
"@types/node": "^12.12.70", "@types/node": "^12.12.70",
"@typescript-eslint/eslint-plugin": "^5.36.2", "@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.36.2", "@typescript-eslint/parser": "^5.43.0",
"codelyzer": "^6.0.2", "codelyzer": "^6.0.2",
"conventional-changelog-cli": "1.3.4", "conventional-changelog-cli": "1.3.4",
"eslint": "^8.23.0", "eslint": "^8.28.0",
"husky": "0.13.3", "husky": "0.13.3",
"jasmine-core": "~3.6.0", "jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0", "jasmine-spec-reporter": "~5.0.0",

View file

@ -41,7 +41,7 @@ export class CountryOrdersChartComponent implements OnDestroy, OnChanges {
} }
ngOnChanges(changes: SimpleChanges): void { ngOnChanges(changes: SimpleChanges): void {
if (changes.data && !changes.data.isFirstChange()) { if (changes.data && !changes.data.isFirstChange() && this.echartsInstance) {
this.echartsInstance.setOption({ this.echartsInstance.setOption({
series: [ series: [
{ {