From bb425781f7408856c0742d4ae601681c55316ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 01:40:28 +0000 Subject: [PATCH] Bump @angular/compiler from 21.0.6 to 21.2.4 in /with-angular Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.0.6 to 21.2.4. - [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.4/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- with-angular/package-lock.json | 8 ++++---- with-angular/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/with-angular/package-lock.json b/with-angular/package-lock.json index 2929bfe..9f85cb0 100644 --- a/with-angular/package-lock.json +++ b/with-angular/package-lock.json @@ -8,7 +8,7 @@ "name": "with-angular", "dependencies": { "@angular/common": "^21.0.0", - "@angular/compiler": "^21.0.0", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.0.0", "@angular/forms": "^21.0.0", "@angular/platform-browser": "^21.0.0", @@ -506,9 +506,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.0.6", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.6.tgz", - "integrity": "sha512-rBMzG7WnQMouFfDST+daNSAOVYdtw560645PhlxyVeIeHMlCm0j1jjBgVPGTBNpVgKRdT/sqbi6W6JYkY9mERA==", + "version": "21.2.4", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.4.tgz", + "integrity": "sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/with-angular/package.json b/with-angular/package.json index 09bbd9b..3554f86 100644 --- a/with-angular/package.json +++ b/with-angular/package.json @@ -23,7 +23,7 @@ "packageManager": "npm@11.3.0", "dependencies": { "@angular/common": "^21.0.0", - "@angular/compiler": "^21.0.0", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.0.0", "@angular/forms": "^21.0.0", "@angular/platform-browser": "^21.0.0",