From bd54d0704a7cd1ec3fc47b11ae668746fdf443cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:31:20 +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.19. - [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.19/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.2.19 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 a1d84f7..7bcaa28 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.19", "@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.19", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.19.tgz", + "integrity": "sha512-vuF5i1t14ftJiHXVVLgDYLWkT99QuajphcUHy1VZaMX3FiqSGXRV62g+R2RMxL0OJ5C1ai8xTHKPx9n1lQFyFg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/test/angular/package.json b/test/angular/package.json index 3dfc5f5..eb855a6 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.19", "@angular/core": "^21.0.3", "@angular/forms": "^21.0.3", "@angular/platform-browser": "^21.0.3",