From 359276a41b24fbedf54af7bcbe46bf4af4e3fb8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:39:42 +0000 Subject: [PATCH] Bump @angular/compiler from 20.3.12 to 21.0.0 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.3.12 to 21.0.0. - [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/21.0.0/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f51778c..c598568 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^20.3.12", "@angular/common": "^20.3.12", - "@angular/compiler": "^20.3.12", + "@angular/compiler": "^21.0.0", "@angular/core": "^20.3.12", "@angular/forms": "^20.3.12", "@angular/platform-browser": "^20.3.12", @@ -525,9 +525,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.3.12", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.12.tgz", - "integrity": "sha512-bGESKz97nWiEQ/sydTq/Lzv3zlLvDb8t0msLG5Xti7Ch1EdLddXS8d2D/zFsjiGbAUKVsT6RgPCLHYoi4ocbhA==", + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.0.tgz", + "integrity": "sha512-6jCH3UYga5iokj5F40SR4dlwo9ZRMkT8YzHCTijwZuDX9zvugp9jPof092RvIeNsTvCMVfGWuM9yZ1DRUsU/yg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 1ec2d6e..eaf558d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@angular/animations": "^20.3.12", "@angular/common": "^20.3.12", - "@angular/compiler": "^20.3.12", + "@angular/compiler": "^21.0.0", "@angular/core": "^20.3.12", "@angular/forms": "^20.3.12", "@angular/platform-browser": "^20.3.12",