From ed83a23430ab5e5258176d813f3860369eeea643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 10:04:31 +0000 Subject: [PATCH] mgr/dashboard: bump @angular/compiler Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 18.2.11 to 20.1.7. - [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/20.1.7/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.1.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../mgr/dashboard/frontend/package-lock.json | 18 +++++------------- src/pybind/mgr/dashboard/frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index c4351a783b244..64d92d6de73da 100644 --- a/src/pybind/mgr/dashboard/frontend/package-lock.json +++ b/src/pybind/mgr/dashboard/frontend/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@angular/animations": "18.2.11", "@angular/common": "18.2.11", - "@angular/compiler": "18.2.11", + "@angular/compiler": "20.1.7", "@angular/core": "18.2.11", "@angular/forms": "18.2.11", "@angular/localize": "18.2.11", @@ -796,23 +796,15 @@ } }, "node_modules/@angular/compiler": { - "version": "18.2.11", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.2.11.tgz", - "integrity": "sha512-PSVL1YXUhTzkgJNYXiWk9eAZxNV6laQJRGdj9++C1q9m2S9/GlehZGzkt5GtC5rlUweJucCNvBC1+2D5FAt9vA==", + "version": "20.1.7", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.1.7.tgz", + "integrity": "sha512-IZPkFxXoJZy7aVBgcsYLKyfr1CreCqpqhlbiSVXgtleyTcReaMoQBHeEqyFxD7PeB4Lfmf1N6ncHCILg+wxTfw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" - }, - "peerDependencies": { - "@angular/core": "18.2.11" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" } }, "node_modules/@angular/compiler-cli": { diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index 5d552a87773b3..f6cf07ba9f6db 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -44,7 +44,7 @@ "dependencies": { "@angular/animations": "18.2.11", "@angular/common": "18.2.11", - "@angular/compiler": "18.2.11", + "@angular/compiler": "20.1.7", "@angular/core": "18.2.11", "@angular/forms": "18.2.11", "@angular/localize": "18.2.11",