From 23820893029d14824182c82639ecf3dd58fe988c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 21:23:53 +0000 Subject: [PATCH] Bump @angular/compiler from 21.0.8 to 21.1.0 (#2396) Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.0.8 to 21.1.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/v21.1.0/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 cf5487af..f8d5e0c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@angular/animations": "21.0.8", "@angular/cli": "21.0.6", "@angular/common": "21.0.8", - "@angular/compiler": "21.0.8", + "@angular/compiler": "21.1.0", "@angular/compiler-cli": "21.0.8", "@angular/core": "21.1.0", "@angular/forms": "21.0.8", @@ -1472,9 +1472,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.1.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.0.tgz", + "integrity": "sha512-UprCiJwEU1Ilw1dVk+yLgNiHlbH81obAuh92lRKozUQRgtSCpOfCQUM79q5r+VdmCPxDshr79U2Ke0fRaiJfAQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 36fc1836..d21b2dc1 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@angular/animations": "21.0.8", "@angular/cli": "21.0.6", "@angular/common": "21.0.8", - "@angular/compiler": "21.0.8", + "@angular/compiler": "21.1.0", "@angular/compiler-cli": "21.0.8", "@angular/core": "21.1.0", "@angular/forms": "21.0.8",