From f2fa3c3d4a721384e3a0cd8605640ab8aa925e05 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:42:36 -0700 Subject: [PATCH] Update Angular framework packages to 20.3.27 Batches the three Dependabot PRs open against master for the Angular framework (@angular/core #1658, @angular/compiler #1657, @angular/common #1655) into one update on the release branch. The framework packages are pinned to exact versions and their peer ranges require them to move together, so all nine 20.3.26 packages go to 20.3.27: animations, common, compiler, compiler-cli, core, forms, platform-browser, platform-browser-dynamic and router. Patch-level upstream fixes only, no advisories. The update stays inside Angular 20 - @angular/build and @angular/cli (20.3.32) and @angular/cdk/@angular/material (20.2.14) are already at the top of their v20 lines - so it does not pull in the Angular 21 migration tracked by #1650. Rebuilt frontend/ for the new framework code. backend/ is unchanged, as no server/ source moved. --- frontend/index.html | 2 +- ...bba9a8412b.js => main.87c60b2108713046.js} | 2 +- package-lock.json | 106 +++++++++--------- package.json | 18 +-- release-notes/Release-notes-0.15.10.md | 17 +++ 5 files changed, 81 insertions(+), 64 deletions(-) rename frontend/{main.e9ee29bba9a8412b.js => main.87c60b2108713046.js} (99%) diff --git a/frontend/index.html b/frontend/index.html index d10dc2bb..693e03dd 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -15,5 +15,5 @@