From feb812d7315711c0582844185752209ed8158696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:11:09 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/compiler-cli from 21.2.1 to 21.2.6 Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 21.2.1 to 21.2.6. - [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.2.6/packages/compiler-cli) --- updated-dependencies: - dependency-name: "@angular/compiler-cli" dependency-version: 21.2.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47ac6f1ee..a53d3304a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@angular/cli": "21.2.5", "@angular/common": "21.2.6", "@angular/compiler": "21.2.6", - "@angular/compiler-cli": "21.2.1", + "@angular/compiler-cli": "21.2.6", "@angular/core": "21.2.6", "@angular/forms": "21.2.6", "@angular/platform-browser": "21.2.6", @@ -998,9 +998,9 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "21.2.1", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-21.2.1.tgz", - "integrity": "sha512-qYCWLGtEju4cDtYLi4ZzbwKoF0lcGs+Lc31kuESvAzYvWNgk2EUOtwWo8kbgpAzAwSYodtxW6Q90iWEwfU6elw==", + "version": "21.2.6", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-21.2.6.tgz", + "integrity": "sha512-CiPmat4+D+hWXMTAY++09WeII/5D0r6iTjdLdaTq8tlo0uJcrOlazib4CpA94kJ2CRdzfhmC1H+ttwBI1xIlTg==", "dev": true, "license": "MIT", "dependencies": { @@ -1021,7 +1021,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.2.1", + "@angular/compiler": "21.2.6", "typescript": ">=5.9 <6.1" }, "peerDependenciesMeta": { diff --git a/package.json b/package.json index 18b2e677f..6347bf5da 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@angular/cli": "21.2.5", "@angular/common": "21.2.6", "@angular/compiler": "21.2.6", - "@angular/compiler-cli": "21.2.1", + "@angular/compiler-cli": "21.2.6", "@angular/core": "21.2.6", "@angular/forms": "21.2.6", "@angular/platform-browser": "21.2.6",