Skip to content

Commit f356e52

Browse files
fix(deps): update javascript dependencies and kit-ui conformance (kenn-io#996)
Updates the frontend JavaScript dependency set, including the @kenn-io/kit-ui digest bump, Playwright, TanStack Virtual, testing-library/svelte, shiki, svelte, and svelte-check. The kit-ui bump also brings stricter conformance checks, so this branch adopts shared z-index tokens, SearchInput for Recent Edits, the shared sr-only class, and direct kit-ui debounce imports. The remaining app-owned undo toast, markdown renderer, and message virtualizer keep their current behavior and carry documented kit-ui-check exceptions because replacing them would be separate migrations. The docs screenshot package gets the matching Playwright patch update. Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
1 parent 06f456e commit f356e52

31 files changed

Lines changed: 134 additions & 155 deletions

docs/screenshots/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/screenshots/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"private": true,
44
"type": "module",
55
"devDependencies": {
6-
"@playwright/test": "1.61.0"
6+
"@playwright/test": "1.61.1"
77
}
88
}

frontend/messages/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,7 @@
799799
"recent_edits_load_more": "Load more",
800800
"recent_edits_refresh": "Refresh",
801801
"recent_edits_search_placeholder": "Filter by file path",
802+
"recent_edits_clear_search": "Clear file-path search",
802803
"activity_insight_unavailable_read_only": "Unavailable in read-only remote mode",
803804
"activity_insight_waiting_server": "Waiting for server version",
804805
"activity_insight_generate_insight": "Generate insight",

frontend/messages/zh-CN.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,7 @@
774774
"recent_edits_load_more": "加载更多",
775775
"recent_edits_refresh": "刷新",
776776
"recent_edits_search_placeholder": "按文件路径筛选",
777+
"recent_edits_clear_search": "清除文件路径搜索",
777778
"activity_insight_unavailable_read_only": "只读远程模式下不可用",
778779
"activity_insight_waiting_server": "正在等待服务器版本",
779780
"activity_insight_generate_insight": "生成洞察",

frontend/messages/zh-TW.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,7 @@
774774
"recent_edits_load_more": "加載更多",
775775
"recent_edits_refresh": "刷新",
776776
"recent_edits_search_placeholder": "按文件路徑篩選",
777+
"recent_edits_clear_search": "清除文件路徑搜尋",
777778
"activity_insight_unavailable_read_only": "只讀遠程模式下不可用",
778779
"activity_insight_waiting_server": "正在等待伺服器版本",
779780
"activity_insight_generate_insight": "生成洞察",

0 commit comments

Comments
 (0)