From b44964e47d017a94933ed325e855dab1a095b4c4 Mon Sep 17 00:00:00 2001 From: Brian Love Date: Tue, 16 Jun 2026 17:49:01 -0700 Subject: [PATCH] fix(cockpit): raise bundle budget to 1.5mb across all example apps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Every cockpit Angular app sat ~115kB over the stale 1mb initial-bundle budget — a shared-lib baseline shift, not a per-app regression. Bring the 31 lagging apps in line with the 1.5mb/1mb budget already used by the other 4 cockpit apps + all examples apps. Unblocks 'Cockpit — build all examples' (red on main since before F5). Co-Authored-By: Claude Fable 5 --- cockpit/chat/a2ui/angular/project.json | 4 ++-- cockpit/chat/debug/angular/project.json | 4 ++-- cockpit/chat/generative-ui/angular/project.json | 4 ++-- cockpit/chat/input/angular/project.json | 4 ++-- cockpit/chat/interrupts/angular/project.json | 4 ++-- cockpit/chat/messages/angular/project.json | 4 ++-- cockpit/chat/subagents/angular/project.json | 4 ++-- cockpit/chat/theming/angular/project.json | 4 ++-- cockpit/chat/threads/angular/project.json | 4 ++-- cockpit/chat/timeline/angular/project.json | 4 ++-- cockpit/chat/tool-calls/angular/project.json | 4 ++-- cockpit/deep-agents/filesystem/angular/project.json | 4 ++-- cockpit/deep-agents/memory/angular/project.json | 4 ++-- cockpit/deep-agents/planning/angular/project.json | 4 ++-- cockpit/deep-agents/sandboxes/angular/project.json | 4 ++-- cockpit/deep-agents/skills/angular/project.json | 4 ++-- cockpit/deep-agents/subagents/angular/project.json | 4 ++-- cockpit/langgraph/deployment-runtime/angular/project.json | 4 ++-- cockpit/langgraph/durable-execution/angular/project.json | 4 ++-- cockpit/langgraph/interrupts/angular/project.json | 4 ++-- cockpit/langgraph/memory/angular/project.json | 4 ++-- cockpit/langgraph/persistence/angular/project.json | 4 ++-- cockpit/langgraph/streaming/angular/project.json | 4 ++-- cockpit/langgraph/subgraphs/angular/project.json | 4 ++-- cockpit/langgraph/time-travel/angular/project.json | 4 ++-- cockpit/render/computed-functions/angular/project.json | 4 ++-- cockpit/render/element-rendering/angular/project.json | 4 ++-- cockpit/render/registry/angular/project.json | 4 ++-- cockpit/render/repeat-loops/angular/project.json | 4 ++-- cockpit/render/spec-rendering/angular/project.json | 4 ++-- cockpit/render/state-management/angular/project.json | 4 ++-- 31 files changed, 62 insertions(+), 62 deletions(-) diff --git a/cockpit/chat/a2ui/angular/project.json b/cockpit/chat/a2ui/angular/project.json index 45c36b149..332fd1cd7 100644 --- a/cockpit/chat/a2ui/angular/project.json +++ b/cockpit/chat/a2ui/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/chat/debug/angular/project.json b/cockpit/chat/debug/angular/project.json index 055441ad6..160956c53 100644 --- a/cockpit/chat/debug/angular/project.json +++ b/cockpit/chat/debug/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/chat/generative-ui/angular/project.json b/cockpit/chat/generative-ui/angular/project.json index 7b9a446c0..c4a8b1b68 100644 --- a/cockpit/chat/generative-ui/angular/project.json +++ b/cockpit/chat/generative-ui/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/chat/input/angular/project.json b/cockpit/chat/input/angular/project.json index 88047a803..158e390e4 100644 --- a/cockpit/chat/input/angular/project.json +++ b/cockpit/chat/input/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/chat/interrupts/angular/project.json b/cockpit/chat/interrupts/angular/project.json index cb75fdb84..dd70e51a2 100644 --- a/cockpit/chat/interrupts/angular/project.json +++ b/cockpit/chat/interrupts/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/chat/messages/angular/project.json b/cockpit/chat/messages/angular/project.json index e5b3f4c0e..77c46c376 100644 --- a/cockpit/chat/messages/angular/project.json +++ b/cockpit/chat/messages/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/chat/subagents/angular/project.json b/cockpit/chat/subagents/angular/project.json index 5f56a089c..618e0c1dd 100644 --- a/cockpit/chat/subagents/angular/project.json +++ b/cockpit/chat/subagents/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/chat/theming/angular/project.json b/cockpit/chat/theming/angular/project.json index 64827d065..ff9d7baa5 100644 --- a/cockpit/chat/theming/angular/project.json +++ b/cockpit/chat/theming/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/chat/threads/angular/project.json b/cockpit/chat/threads/angular/project.json index d77a77bc2..d829e518e 100644 --- a/cockpit/chat/threads/angular/project.json +++ b/cockpit/chat/threads/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/chat/timeline/angular/project.json b/cockpit/chat/timeline/angular/project.json index 58e21ebd2..3f649fa8a 100644 --- a/cockpit/chat/timeline/angular/project.json +++ b/cockpit/chat/timeline/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/chat/tool-calls/angular/project.json b/cockpit/chat/tool-calls/angular/project.json index 3ced4d298..47c2f7c62 100644 --- a/cockpit/chat/tool-calls/angular/project.json +++ b/cockpit/chat/tool-calls/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/deep-agents/filesystem/angular/project.json b/cockpit/deep-agents/filesystem/angular/project.json index 8bb7cfbd1..f2fcace8a 100644 --- a/cockpit/deep-agents/filesystem/angular/project.json +++ b/cockpit/deep-agents/filesystem/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/deep-agents/memory/angular/project.json b/cockpit/deep-agents/memory/angular/project.json index 14139bf28..05736e8bd 100644 --- a/cockpit/deep-agents/memory/angular/project.json +++ b/cockpit/deep-agents/memory/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/deep-agents/planning/angular/project.json b/cockpit/deep-agents/planning/angular/project.json index 69d04c223..be07d3eba 100644 --- a/cockpit/deep-agents/planning/angular/project.json +++ b/cockpit/deep-agents/planning/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/deep-agents/sandboxes/angular/project.json b/cockpit/deep-agents/sandboxes/angular/project.json index 8db313d85..8ca08e864 100644 --- a/cockpit/deep-agents/sandboxes/angular/project.json +++ b/cockpit/deep-agents/sandboxes/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/deep-agents/skills/angular/project.json b/cockpit/deep-agents/skills/angular/project.json index 04d1dd997..dad7a5b37 100644 --- a/cockpit/deep-agents/skills/angular/project.json +++ b/cockpit/deep-agents/skills/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/deep-agents/subagents/angular/project.json b/cockpit/deep-agents/subagents/angular/project.json index 48bf14c1d..2a242d86f 100644 --- a/cockpit/deep-agents/subagents/angular/project.json +++ b/cockpit/deep-agents/subagents/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/langgraph/deployment-runtime/angular/project.json b/cockpit/langgraph/deployment-runtime/angular/project.json index f10f799dd..7a4101193 100644 --- a/cockpit/langgraph/deployment-runtime/angular/project.json +++ b/cockpit/langgraph/deployment-runtime/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/langgraph/durable-execution/angular/project.json b/cockpit/langgraph/durable-execution/angular/project.json index 55db9b895..6c064bcdf 100644 --- a/cockpit/langgraph/durable-execution/angular/project.json +++ b/cockpit/langgraph/durable-execution/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/langgraph/interrupts/angular/project.json b/cockpit/langgraph/interrupts/angular/project.json index a175c8eb2..336fef156 100644 --- a/cockpit/langgraph/interrupts/angular/project.json +++ b/cockpit/langgraph/interrupts/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/langgraph/memory/angular/project.json b/cockpit/langgraph/memory/angular/project.json index ea04be9cc..484453090 100644 --- a/cockpit/langgraph/memory/angular/project.json +++ b/cockpit/langgraph/memory/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/langgraph/persistence/angular/project.json b/cockpit/langgraph/persistence/angular/project.json index ef00e0e1c..f8d8c16f3 100644 --- a/cockpit/langgraph/persistence/angular/project.json +++ b/cockpit/langgraph/persistence/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/langgraph/streaming/angular/project.json b/cockpit/langgraph/streaming/angular/project.json index 4ad421102..ca77a2f93 100644 --- a/cockpit/langgraph/streaming/angular/project.json +++ b/cockpit/langgraph/streaming/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/langgraph/subgraphs/angular/project.json b/cockpit/langgraph/subgraphs/angular/project.json index 3927dc59c..aed8207a8 100644 --- a/cockpit/langgraph/subgraphs/angular/project.json +++ b/cockpit/langgraph/subgraphs/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/langgraph/time-travel/angular/project.json b/cockpit/langgraph/time-travel/angular/project.json index 4748cd75b..471962b8b 100644 --- a/cockpit/langgraph/time-travel/angular/project.json +++ b/cockpit/langgraph/time-travel/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/render/computed-functions/angular/project.json b/cockpit/render/computed-functions/angular/project.json index ccfd40828..31877d42a 100644 --- a/cockpit/render/computed-functions/angular/project.json +++ b/cockpit/render/computed-functions/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/render/element-rendering/angular/project.json b/cockpit/render/element-rendering/angular/project.json index 5127ac1bc..40378d21d 100644 --- a/cockpit/render/element-rendering/angular/project.json +++ b/cockpit/render/element-rendering/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/render/registry/angular/project.json b/cockpit/render/registry/angular/project.json index 61ee1f621..0d6d48570 100644 --- a/cockpit/render/registry/angular/project.json +++ b/cockpit/render/registry/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/render/repeat-loops/angular/project.json b/cockpit/render/repeat-loops/angular/project.json index 6ce03da78..3745a40bc 100644 --- a/cockpit/render/repeat-loops/angular/project.json +++ b/cockpit/render/repeat-loops/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/render/spec-rendering/angular/project.json b/cockpit/render/spec-rendering/angular/project.json index e0d0ac131..a58092be8 100644 --- a/cockpit/render/spec-rendering/angular/project.json +++ b/cockpit/render/spec-rendering/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle", diff --git a/cockpit/render/state-management/angular/project.json b/cockpit/render/state-management/angular/project.json index fe736b0c0..3d65502ec 100644 --- a/cockpit/render/state-management/angular/project.json +++ b/cockpit/render/state-management/angular/project.json @@ -25,8 +25,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "1.5mb" }, { "type": "anyComponentStyle",