From 24ae8f07425a60b522f5133595c6b6f43e23d1c2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 5 Jul 2026 04:18:28 +0000 Subject: [PATCH 1/2] Initial plan From 38c0ca22f48350fcb8d61900a5f352625bff4156 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 5 Jul 2026 04:21:32 +0000 Subject: [PATCH 2/2] Pin pnpm version in packageManager field to fix Docker build corepack prepare pnpm --activate without a version was resolving to 12.0.0-alpha.0 (broken pre-release), causing the dockerhub-build-push job to fail. Adding packageManager field pins it to a stable release. --- ui/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/package.json b/ui/package.json index aecff95..ceefd96 100644 --- a/ui/package.json +++ b/ui/package.json @@ -21,6 +21,7 @@ } ] }, + "packageManager": "pnpm@11.5.2", "private": true, "dependencies": { "@angular/animations": "^22.0.4",