From b047a27710abec3353c6f44e61dc305602dde3ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 03:27:34 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/compiler and @angular/core in /schematics Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) and [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core). These dependencies needed to be updated together. Updates `@angular/compiler` from 21.1.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) Updates `@angular/core` from 21.1.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/core) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.2.4 dependency-type: direct:development - dependency-name: "@angular/core" dependency-version: 21.2.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- schematics/package-lock.json | 18 +++++++++--------- schematics/package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/schematics/package-lock.json b/schematics/package-lock.json index f90866fe..2d4ce478 100644 --- a/schematics/package-lock.json +++ b/schematics/package-lock.json @@ -18,8 +18,8 @@ "@angular-devkit/core": "^21.1.4", "@angular-devkit/schematics": "^21.1.4", "@angular-devkit/schematics-cli": "^21.1.4", - "@angular/compiler": "^21.1.4", - "@angular/core": "^21.1.6", + "@angular/compiler": "^21.2.4", + "@angular/core": "^21.2.4", "@eslint/js": "^10.0.1", "@jest/globals": "^30.2.0", "@types/lodash": "^4.17.23", @@ -119,9 +119,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.1.6", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.6.tgz", - "integrity": "sha512-8RFdfbWTyx+OiRkiK2LsYPuhv8b65S3x/4+98kZRCrzP6YNjq/qsuqpfMUIKwnjok78FfhGyEx4I5LOV3Vkabw==", + "version": "21.2.4", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.4.tgz", + "integrity": "sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==", "dev": true, "license": "MIT", "dependencies": { @@ -132,9 +132,9 @@ } }, "node_modules/@angular/core": { - "version": "21.1.6", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.6.tgz", - "integrity": "sha512-c+n9Ynq1Ar+4SOaL10C/arqBje0dUFFUaDyErXp3jPXU/L29fsFTlmKM2EWunM1RhJckYonJ/xtH0gwwrH6W9Q==", + "version": "21.2.4", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.4.tgz", + "integrity": "sha512-2+gd67ZuXHpGOqeb2o7XZPueEWEP81eJza2tSHkT5QMV8lnYllDEmaNnkPxnIjSLGP1O3PmiXxo4z8ibHkLZwg==", "dev": true, "license": "MIT", "dependencies": { @@ -144,7 +144,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.1.6", + "@angular/compiler": "21.2.4", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/schematics/package.json b/schematics/package.json index e916d8a8..75425d6d 100644 --- a/schematics/package.json +++ b/schematics/package.json @@ -38,8 +38,8 @@ "@angular-devkit/core": "^21.1.4", "@angular-devkit/schematics": "^21.1.4", "@angular-devkit/schematics-cli": "^21.1.4", - "@angular/compiler": "^21.1.4", - "@angular/core": "^21.1.6", + "@angular/compiler": "^21.2.4", + "@angular/core": "^21.2.4", "@eslint/js": "^10.0.1", "@jest/globals": "^30.2.0", "@types/lodash": "^4.17.23",