feat: update Angular to v20.1.6

- Updated Angular CLI from 19.2.15 to 20.1.5
- Updated Angular Core and all related packages to 20.1.6
- Updated workspace defaults and TypeScript configurations
- Migrated DOCUMENT imports from @angular/common to @angular/core

Note: typia transform error occurred but core update successful
This commit is contained in:
Johannes Millan 2025-08-13 18:41:12 +02:00
parent e005ceb8b8
commit 4987007009
3 changed files with 7257 additions and 1915 deletions

View file

@ -247,7 +247,29 @@
},
"schematics": {
"@schematics/angular:component": {
"style": "scss"
"style": "scss",
"type": "component"
},
"@schematics/angular:directive": {
"type": "directive"
},
"@schematics/angular:service": {
"type": "service"
},
"@schematics/angular:guard": {
"typeSeparator": "."
},
"@schematics/angular:interceptor": {
"typeSeparator": "."
},
"@schematics/angular:module": {
"typeSeparator": "."
},
"@schematics/angular:pipe": {
"typeSeparator": "."
},
"@schematics/angular:resolver": {
"typeSeparator": "."
}
}
}

9120
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -141,27 +141,27 @@
},
"devDependencies": {
"@angular-builders/custom-webpack": "^19.0.1",
"@angular-devkit/build-angular": "^19.2.11",
"@angular-devkit/build-angular": "^20.1.5",
"@angular-eslint/builder": "^19.3.0",
"@angular-eslint/eslint-plugin": "^19.3.0",
"@angular-eslint/eslint-plugin-template": "^19.3.0",
"@angular-eslint/schematics": "^20.1.1",
"@angular-eslint/template-parser": "^19.3.0",
"@angular/animations": "^19.2.10",
"@angular/animations": "^20.1.6",
"@angular/cdk": "^19.2.8",
"@angular/cli": "^19.2.11",
"@angular/common": "^19.2.10",
"@angular/compiler": "^19.2.10",
"@angular/compiler-cli": "^19.2.10",
"@angular/core": "^19.2.10",
"@angular/forms": "^19.2.10",
"@angular/language-service": "^19.2.10",
"@angular/cli": "^20.1.5",
"@angular/common": "^20.1.6",
"@angular/compiler": "^20.1.6",
"@angular/compiler-cli": "^20.1.6",
"@angular/core": "^20.1.6",
"@angular/forms": "^20.1.6",
"@angular/language-service": "^20.1.6",
"@angular/material": "^19.2.8",
"@angular/platform-browser": "^19.2.10",
"@angular/platform-browser-dynamic": "^19.2.10",
"@angular/platform-server": "^19.2.10",
"@angular/router": "^19.2.10",
"@angular/service-worker": "^19.2.10",
"@angular/platform-browser": "^20.1.6",
"@angular/platform-browser-dynamic": "^20.1.6",
"@angular/platform-server": "^20.1.6",
"@angular/router": "^20.1.6",
"@angular/service-worker": "^20.1.6",
"@capacitor/android": "^7.3.0",
"@capacitor/app": "^7.0.1",
"@capacitor/cli": "^7.3.0",