From cb2e851a82e83469abd7114eb65b3b376a970099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 01:41:33 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler in /test/angular Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.0.8 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] --- test/angular/package-lock.json | 8 ++++---- test/angular/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/angular/package-lock.json b/test/angular/package-lock.json index 543f6f5..2674d57 100644 --- a/test/angular/package-lock.json +++ b/test/angular/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^21.0.3", "@angular/common": "^21.0.3", - "@angular/compiler": "^21.0.3", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.0.3", "@angular/forms": "^21.0.3", "@angular/platform-browser": "^21.0.3", @@ -514,9 +514,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.0.8", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.8.tgz", - "integrity": "sha512-k/EPMuNvfn0eebEMmVcwhMlCWqzER/BEHVqTQCKsAAt7AuYZuluz7oR8Ypw96v3jbY+ZaH1ZvAzrK6URzryhOg==", + "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/test/angular/package.json b/test/angular/package.json index 3dfc5f5..280d450 100644 --- a/test/angular/package.json +++ b/test/angular/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "^21.0.3", "@angular/common": "^21.0.3", - "@angular/compiler": "^21.0.3", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.0.3", "@angular/forms": "^21.0.3", "@angular/platform-browser": "^21.0.3",