Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
"release:dry-run": "semantic-release --dry-run"
},
"devDependencies": {
"@dallay/agentsync": "1.7.0",
"@astrojs/vue": "catalog:",
"@biomejs/biome": "^2.3.11",
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"@dallay/agentsync": "1.7.0",
"@eslint/json": "^0.14.0",
"@playwright/test": "catalog:",
"@semantic-release/changelog": "^6.0.3",
Expand All @@ -95,6 +95,7 @@
"markdownlint-cli2": "^0.20.0",
"npm-run-all2": "catalog:",
"oxlint": "catalog:",
"patch-package": "^8.0.1",
"semantic-release": "catalog:",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
Expand All @@ -119,6 +120,9 @@
"esbuild",
"lefthook",
"sharp"
]
],
"patchedDependencies": {
"@astrojs/starlight@0.37.2": "patches/@astrojs__starlight@0.37.2.patch"
}
}
}
15 changes: 15 additions & 0 deletions patches/@astrojs__starlight@0.37.2.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
diff --git a/components/Select.astro b/components/Select.astro
index a77cb295a07a71b377c94603a3a120e713af05f4..f8c1154bee54590ea0544d06b9e8a550b485342f 100644
--- a/components/Select.astro
+++ b/components/Select.astro
@@ -70,7 +70,10 @@ interface Props {
text-overflow: ellipsis;
color: inherit;
cursor: pointer;
+ -webkit-appearance: none;
+ -moz-appearance: none;
appearance: none;
+ background-image: none;
}

option {
126 changes: 122 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading