From df8e8196e077a695514b65292739ad790c1b8550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Wed, 22 Apr 2026 09:13:40 +0200 Subject: [PATCH] chore: remove .patches entries already released in v1.50.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The following patches were included in the v1.50.2 patch release and no longer need to be tracked: - pr-33908 (TechDocs sidebar positioning) - pr-33952 (zod v4 bump) - pr-33975 (React Aria dependency clamping) - pr-33984 (tab indicator opacity fix) Signed-off-by: Fredrik Adelöw Made-with: Cursor --- .patches/pr-33908.txt | 1 - .patches/pr-33952.txt | 1 - .patches/pr-33975.txt | 1 - .patches/pr-33984.txt | 1 - 4 files changed, 4 deletions(-) delete mode 100644 .patches/pr-33908.txt delete mode 100644 .patches/pr-33952.txt delete mode 100644 .patches/pr-33975.txt delete mode 100644 .patches/pr-33984.txt diff --git a/.patches/pr-33908.txt b/.patches/pr-33908.txt deleted file mode 100644 index 5d0dd14d5a..0000000000 --- a/.patches/pr-33908.txt +++ /dev/null @@ -1 +0,0 @@ -Make TechDocs sidebar positioning configurable via CSS custom properties \ No newline at end of file diff --git a/.patches/pr-33952.txt b/.patches/pr-33952.txt deleted file mode 100644 index 3244566d2e..0000000000 --- a/.patches/pr-33952.txt +++ /dev/null @@ -1 +0,0 @@ -Bump zod dependency to v4 for packages using configSchema and clarify that zod/v4 subpath from v3 is not supported \ No newline at end of file diff --git a/.patches/pr-33975.txt b/.patches/pr-33975.txt deleted file mode 100644 index 5cc55be263..0000000000 --- a/.patches/pr-33975.txt +++ /dev/null @@ -1 +0,0 @@ -Clamp React Aria dependency ranges to patch-only updates to prevent unintended minor version upgrades \ No newline at end of file diff --git a/.patches/pr-33984.txt b/.patches/pr-33984.txt deleted file mode 100644 index 522b8121d9..0000000000 --- a/.patches/pr-33984.txt +++ /dev/null @@ -1 +0,0 @@ -Fix active tab indicator disappearing on uncontrolled Tabs in @backstage/ui \ No newline at end of file