From 78c54ffd41b076e1d747aa0171711f192c789523 Mon Sep 17 00:00:00 2001 From: Lakshman Patel Date: Fri, 4 Sep 2026 13:18:31 +0530 Subject: [PATCH 1/2] chore: pin graycode and graycode-router to 0.0.1 in stable compat matrix --- testdata/compatibility-matrix.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testdata/compatibility-matrix.json b/testdata/compatibility-matrix.json index b25e7e42..1250659f 100644 --- a/testdata/compatibility-matrix.json +++ b/testdata/compatibility-matrix.json @@ -30,10 +30,10 @@ "name": "stable", "description": "Latest tested-together stable combination across the eco. This is what new users get when installing.", "components": { - "graycode": "0.1.0", + "graycode": "0.0.1", "sparrow": "0.1.0", "robin": "0.1.0", - "graycode-router": "0.1.0", + "graycode-router": "0.0.1", "kestrel": "0.1.0", "merlin": "0.1.0", "shrike": "0.1.0", From 4eb316108e2abd84071eba771e29995062a4798d Mon Sep 17 00:00:00 2001 From: Lakshman Patel Date: Fri, 4 Sep 2026 13:20:19 +0530 Subject: [PATCH 2/2] chore: drop sparrow, shrike and swift from compat matrix --- testdata/compatibility-matrix.json | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/testdata/compatibility-matrix.json b/testdata/compatibility-matrix.json index 1250659f..f6c123f5 100644 --- a/testdata/compatibility-matrix.json +++ b/testdata/compatibility-matrix.json @@ -5,23 +5,17 @@ "updated": "2026-06-02", "components": [ "graycode", - "sparrow", "robin", "graycode-router", "kestrel", "merlin", - "shrike", - "harrier", - "swift" + "harrier" ], "dependencies": { - "graycode": ["graycode-router", "kestrel", "merlin", "shrike"], - "sparrow": ["graycode"], + "graycode": ["graycode-router", "kestrel", "merlin"], "robin": ["graycode"], "kestrel": ["graycode", "graycode-router"], "merlin": ["graycode"], - "swift": [], - "shrike": ["graycode"], "harrier": [], "graycode-router": [] }, @@ -31,14 +25,11 @@ "description": "Latest tested-together stable combination across the eco. This is what new users get when installing.", "components": { "graycode": "0.0.1", - "sparrow": "0.1.0", "robin": "0.1.0", "graycode-router": "0.0.1", "kestrel": "0.1.0", "merlin": "0.1.0", - "shrike": "0.1.0", - "harrier": "0.1.0", - "swift": "0.1.0" + "harrier": "0.1.0" } }, { @@ -46,14 +37,11 @@ "description": "Combination that the upcoming release will ship — kept up to date by release-please as components advance. Tested in CI on every PR.", "components": { "graycode": "main", - "sparrow": "main", "robin": "main", "graycode-router": "main", "kestrel": "main", "merlin": "main", - "shrike": "main", - "harrier": "main", - "swift": "main" + "harrier": "main" } } ]