From a2b79cf868ee9e508d0a859a5ce271e7374c8bc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:56:02 +0000 Subject: [PATCH] Bump @angular/compiler from 20.3.26 to 20.3.27 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.3.26 to 20.3.27. - [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/v20.3.27/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.3.27 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 57 +++++++++++++++++++++++++++++++++++------------ package.json | 2 +- 2 files changed, 44 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 33be2264..6ea8c35c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "@angular/cdk": "20.2.14", "@angular/cli": "20.3.32", "@angular/common": "20.3.26", - "@angular/compiler": "20.3.26", + "@angular/compiler": "20.3.27", "@angular/compiler-cli": "20.3.26", "@angular/core": "20.3.26", "@angular/flex-layout": "15.0.0-beta.42", @@ -646,7 +646,6 @@ "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.3.26.tgz", "integrity": "sha512-hfNrX19v8xs/usNkELSqc6q5IwBfS2GGW8sQ4OMpxAmLZDJwaLUxkj48t8VYhUFezsIfzR+sDEi6ZQBOaMIYug==", "deprecated": "@angular/animations is deprecated. Use `animate.enter` and `animate.leave` instead. For more information see: https://v22.angular.dev/guide/animations.", - "dev": true, "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -761,7 +760,6 @@ "version": "20.2.14", "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-20.2.14.tgz", "integrity": "sha512-7bZxc01URbiPiIBWThQ69XwOxVduqEKN4PhpbF2AAyfMc/W8Hcr4VoIJOwL0O1Nkq5beS8pCAqoOeIgFyXd/kg==", - "dev": true, "license": "MIT", "dependencies": { "parse5": "^8.0.0", @@ -822,7 +820,6 @@ "version": "20.3.26", "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.26.tgz", "integrity": "sha512-35+aHaCmldFZ2qFiH83+cHcDXwUqSEuUR5DVApcd+Ku8PfIIGo8uMiD5++Qq7QIUTbZCD2glAiE9jLroGrf1Cw==", - "dev": true, "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -836,10 +833,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.3.26", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.26.tgz", - "integrity": "sha512-H4DVTBCiyM4dGytFi2C8sMGflxXzPnoQ6Ajfs4hJ/Dekg6ypfvW5Ze7BDh4TaMQvaX2joM5LhBYW5jTxBx66hA==", - "dev": true, + "version": "20.3.27", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.27.tgz", + "integrity": "sha512-in3THZ678GAYuOR9RZV18+zZz0KGhlGikyUEfLeALLjGf9ZaR3n+t19BmYx6G2VkF/Xqadne1omQ2vbl6PRASA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -885,7 +881,6 @@ "version": "20.3.26", "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.26.tgz", "integrity": "sha512-v+YtZ9eQVDb6v3V1TbUUBHU63FEp8Hqqqb3UhM4MLAOm0chyyh9jah7FiHr3HbCKrV1f4long1coftFK/KThog==", - "dev": true, "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -929,7 +924,6 @@ "version": "20.3.26", "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-20.3.26.tgz", "integrity": "sha512-ia0YaPVjlG2oBFKCfaAgqQ0jGRrhGTAcrbZG3tVeFDpi7LQ6WdP3Syw2H+0D3GPyzpl/5UqU10Fum5Wr1br4QQ==", - "dev": true, "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -966,7 +960,6 @@ "version": "20.3.26", "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-20.3.26.tgz", "integrity": "sha512-In4wUiLUUT9LqyV9Rjz78k/dsnKAwec4AtDmwZoX8/ZmeJOSH7g5X1gTM+hxTxmifmZkrapQjXR299IcfIkzrw==", - "dev": true, "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -990,7 +983,6 @@ "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-20.3.26.tgz", "integrity": "sha512-/9eq0GGmtMoBV5UvcjvhnV4ZDcgZr15h+dzoxkZodUncb2z7fxybSyha7wWD9aTeabZ/q/KYVUSnoYqVyBhbVQ==", "deprecated": "@angular/platform-browser-dynamic is deprecated. Use `@angular/platform-browser` instead.", - "dev": true, "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -6053,6 +6045,9 @@ "arm" ], "dev": true, + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ @@ -6067,6 +6062,9 @@ "arm" ], "dev": true, + "libc": [ + "musl" + ], "license": "MIT", "optional": true, "os": [ @@ -6081,6 +6079,9 @@ "arm64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ @@ -6095,6 +6096,9 @@ "arm64" ], "dev": true, + "libc": [ + "musl" + ], "license": "MIT", "optional": true, "os": [ @@ -6109,6 +6113,9 @@ "loong64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ @@ -6123,6 +6130,9 @@ "loong64" ], "dev": true, + "libc": [ + "musl" + ], "license": "MIT", "optional": true, "os": [ @@ -6137,6 +6147,9 @@ "ppc64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ @@ -6151,6 +6164,9 @@ "ppc64" ], "dev": true, + "libc": [ + "musl" + ], "license": "MIT", "optional": true, "os": [ @@ -6165,6 +6181,9 @@ "riscv64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ @@ -6179,6 +6198,9 @@ "riscv64" ], "dev": true, + "libc": [ + "musl" + ], "license": "MIT", "optional": true, "os": [ @@ -6193,6 +6215,9 @@ "s390x" ], "dev": true, + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ @@ -6207,6 +6232,9 @@ "x64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ @@ -6221,6 +6249,9 @@ "x64" ], "dev": true, + "libc": [ + "musl" + ], "license": "MIT", "optional": true, "os": [ @@ -14991,7 +15022,6 @@ "version": "8.0.1", "resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.1.tgz", "integrity": "sha512-z1e/HMG90obSGeidlli3hj7cbocou0/wa5HacvI3ASx34PecNjNQeaHNo5WIZpWofN9kgkqV1q5YvXe3F0FoPw==", - "dev": true, "license": "MIT", "dependencies": { "entities": "^8.0.0" @@ -15045,7 +15075,6 @@ "version": "8.0.0", "resolved": "https://registry.npmjs.org/entities/-/entities-8.0.0.tgz", "integrity": "sha512-zwfzJecQ/Uej6tusMqwAqU/6KL2XaB2VZ2Jg54Je6ahNBGNH6Ek6g3jjNCF0fG9EWQKGZNddNjU5F1ZQn/sBnA==", - "dev": true, "license": "BSD-2-Clause", "engines": { "node": ">=20.19.0" diff --git a/package.json b/package.json index 4da6f30e..4f98912e 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@angular/cdk": "20.2.14", "@angular/cli": "20.3.32", "@angular/common": "20.3.26", - "@angular/compiler": "20.3.26", + "@angular/compiler": "20.3.27", "@angular/compiler-cli": "20.3.26", "@angular/core": "20.3.26", "@angular/flex-layout": "15.0.0-beta.42",