Angular CLI update for packages - @angular/cli@20, @angular/core@20

This commit is contained in:
2026-04-28 20:27:14 +03:00
parent 0d9203a8a7
commit 51fc369a2f
3 changed files with 3287 additions and 1953 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"permissions": {
"allow": [
"Bash(npm audit *)",
"Bash(ls /Users/claudiuf/Projects/kanban2/*.lock /Users/claudiuf/Projects/kanban2/yarn.lock)",
"Bash(npm -v)",
"Bash(npm i *)",
"Bash(npm install *)",
"Bash(npm view *)",
"Bash(grep -v \"^--$\")",
"Bash(sort -t: -k2 -rn)",
"Bash(ls *)",
"Bash(npm --version)",
"mcp__zai-mcp-server__analyze_image",
"Bash(npx *)",
"Bash(node *)"
]
}
}
+3256 -1941
View File
File diff suppressed because it is too large Load Diff
+12 -12
View File
@@ -10,16 +10,16 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^19.2.21", "@angular/animations": "^20.3.19",
"@angular/cdk": "^19.2.19", "@angular/cdk": "^19.2.19",
"@angular/common": "^19.2.0", "@angular/common": "^20.3.19",
"@angular/compiler": "^19.2.0", "@angular/compiler": "^20.3.19",
"@angular/core": "^19.2.0", "@angular/core": "^20.3.19",
"@angular/fire": "^19.2.0", "@angular/fire": "^19.2.0",
"@angular/forms": "^19.2.0", "@angular/forms": "^20.3.19",
"@angular/platform-browser": "^19.2.0", "@angular/platform-browser": "^20.3.19",
"@angular/platform-browser-dynamic": "^19.2.0", "@angular/platform-browser-dynamic": "^20.3.19",
"@angular/router": "^19.2.0", "@angular/router": "^20.3.19",
"bootstrap": "^5.3.8", "bootstrap": "^5.3.8",
"firebase": "^11.10.0", "firebase": "^11.10.0",
"rxjs": "~7.8.0", "rxjs": "~7.8.0",
@@ -27,9 +27,9 @@
"zone.js": "~0.15.0" "zone.js": "~0.15.0"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^19.2.24", "@angular-devkit/build-angular": "^20.3.24",
"@angular/cli": "^19.2.24", "@angular/cli": "^20.3.24",
"@angular/compiler-cli": "^19.2.0", "@angular/compiler-cli": "^20.3.19",
"@types/jasmine": "~5.1.0", "@types/jasmine": "~5.1.0",
"angular-eslint": "^21.0.1", "angular-eslint": "^21.0.1",
"jasmine-core": "~5.6.0", "jasmine-core": "~5.6.0",
@@ -38,7 +38,7 @@
"karma-coverage": "~2.2.0", "karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0", "karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0", "karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.7.2" "typescript": "~5.9.3"
}, },
"overrides": { "overrides": {
"serialize-javascript": "^7.0.5", "serialize-javascript": "^7.0.5",