Bump @angular/compiler-cli from 21.0.7 to 21.0.8 (#2377)

Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 21.0.7 to 21.0.8.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.0.8/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/compiler-cli"
  dependency-version: 21.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-01-08 21:32:25 +00:00 committed by GitHub
parent 59621177db
commit 945c6d1a6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -24,7 +24,7 @@
"@angular/cli": "21.0.5",
"@angular/common": "21.0.7",
"@angular/compiler": "21.0.7",
"@angular/compiler-cli": "21.0.7",
"@angular/compiler-cli": "21.0.8",
"@angular/core": "21.0.7",
"@angular/forms": "21.0.7",
"@angular/platform-browser": "21.0.8",
@ -1413,9 +1413,9 @@
}
},
"node_modules/@angular/compiler-cli": {
"version": "21.0.7",
"resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-21.0.7.tgz",
"integrity": "sha512-M4ePAA7AwjTsbUq6Qpremgo7qIP9GIgWqV5FoJPUEthtFGPNEiKGYjpOtXJ/OLB1J2Tn0ygrqe0PAYE0YxeEUA==",
"version": "21.0.8",
"resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-21.0.8.tgz",
"integrity": "sha512-+i/wFvi5FTg47Ei+aiFf8j3iYfjQ79ieg8oJM86+Mw4bNwEKQqvWcpmKjoqcfmCescuw0sr2DXU6OEeX+yWeVg==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -1436,7 +1436,7 @@
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
},
"peerDependencies": {
"@angular/compiler": "21.0.7",
"@angular/compiler": "21.0.8",
"typescript": ">=5.9 <6.0"
},
"peerDependenciesMeta": {

View File

@ -72,7 +72,7 @@
"@angular/cli": "21.0.5",
"@angular/common": "21.0.7",
"@angular/compiler": "21.0.7",
"@angular/compiler-cli": "21.0.7",
"@angular/compiler-cli": "21.0.8",
"@angular/core": "21.0.7",
"@angular/forms": "21.0.7",
"@angular/platform-browser": "21.0.8",