Bump @angular/compiler-cli from 21.0.6 to 21.0.7 (#2374)

Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 21.0.6 to 21.0.7.
- [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.7/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/compiler-cli"
  dependency-version: 21.0.7
  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 00:35:34 +00:00 committed by GitHub
parent f63f06686a
commit 9e3363442f
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.6",
"@angular/compiler-cli": "21.0.7",
"@angular/core": "21.0.7",
"@angular/forms": "21.0.7",
"@angular/platform-browser": "21.0.6",
@ -1413,9 +1413,9 @@
}
},
"node_modules/@angular/compiler-cli": {
"version": "21.0.6",
"resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-21.0.6.tgz",
"integrity": "sha512-UcIUx+fbn0VLlCBCIYxntAzWG3zPRUo0K7wvuK0MC6ZFCWawgewx9SdLLZTqcaWe1g5FRQlQeVQcFgHAO5R2Mw==",
"version": "21.0.7",
"resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-21.0.7.tgz",
"integrity": "sha512-M4ePAA7AwjTsbUq6Qpremgo7qIP9GIgWqV5FoJPUEthtFGPNEiKGYjpOtXJ/OLB1J2Tn0ygrqe0PAYE0YxeEUA==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -1436,7 +1436,7 @@
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
},
"peerDependencies": {
"@angular/compiler": "21.0.6",
"@angular/compiler": "21.0.7",
"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.6",
"@angular/compiler-cli": "21.0.7",
"@angular/core": "21.0.7",
"@angular/forms": "21.0.7",
"@angular/platform-browser": "21.0.6",