From e5ebd39513f423f03bb7c40c093a7f70afe2a08a Mon Sep 17 00:00:00 2001 From: Kody Jackson Date: Fri, 26 Sep 2025 10:16:25 -0500 Subject: [PATCH] [Starlight] Update patch file (#25339) --- ...starlight+0.35.2.patch => @astrojs+starlight+0.36.0.patch} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename patches/{@astrojs+starlight+0.35.2.patch => @astrojs+starlight+0.36.0.patch} (97%) diff --git a/patches/@astrojs+starlight+0.35.2.patch b/patches/@astrojs+starlight+0.36.0.patch similarity index 97% rename from patches/@astrojs+starlight+0.35.2.patch rename to patches/@astrojs+starlight+0.36.0.patch index ad636b902c..4557bd6907 100644 --- a/patches/@astrojs+starlight+0.35.2.patch +++ b/patches/@astrojs+starlight+0.36.0.patch @@ -1,5 +1,5 @@ diff --git a/node_modules/@astrojs/starlight/components/SidebarSublist.astro b/node_modules/@astrojs/starlight/components/SidebarSublist.astro -index a027f56..639be81 100644 +index f90d79d..82ac8f0 100644 --- a/node_modules/@astrojs/starlight/components/SidebarSublist.astro +++ b/node_modules/@astrojs/starlight/components/SidebarSublist.astro @@ -4,6 +4,7 @@ import type { SidebarEntry } from '../utils/routing/types'; @@ -38,7 +38,7 @@ index ca63d22..ebb1a17 100644 return true; } diff --git a/node_modules/@astrojs/starlight/user-components/Tabs.astro b/node_modules/@astrojs/starlight/user-components/Tabs.astro -index 6d173df..61eed80 100644 +index d8fa647..3b6e872 100644 --- a/node_modules/@astrojs/starlight/user-components/Tabs.astro +++ b/node_modules/@astrojs/starlight/user-components/Tabs.astro @@ -3,10 +3,11 @@ import Icon from './Icon.astro';