fix(deps): update rust crate leptos_router to v0.8.14#78
Open
renovate[bot] wants to merge 1 commit into
Open
Garnix CI / check id-biome-check [x86_64-linux]
failed
Jun 25, 2026 in 1m 36s
check id-biome-check [x86_64-linux]
check id-biome-check [x86_64-linux] failed
Details
Last 100 lines of logs:
id-biome-check> no configure script, doing nothing
id-biome-check> Running phase: buildPhase
id-biome-check> e2e/tests/editor-features.spec.ts format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
id-biome-check>
id-biome-check> ✖ Formatter would have printed the following content:
id-biome-check>
id-biome-check> 1257 1257 │ // The strikethrough button should be visible in the menu bar
id-biome-check> 1258 1258 │ // It has title containing "strikethrough" and label "~~S~~"
id-biome-check> 1259 │ - ····const·strikeBtn·=·page.locator(".ProseMirror-menubar·.ProseMirror-menu-active,·.ProseMirror-menubar·.ProseMirror-menuitem",·{
id-biome-check> 1260 │ - ······hasText:·"~~S~~",
id-biome-check> 1261 │ - ····});
id-biome-check> 1259 │ + ····const·strikeBtn·=·page.locator(
id-biome-check> 1260 │ + ······".ProseMirror-menubar·.ProseMirror-menu-active,·.ProseMirror-menubar·.ProseMirror-menuitem",
id-biome-check> 1261 │ + ······{
id-biome-check> 1262 │ + ········hasText:·"~~S~~",
id-biome-check> 1263 │ + ······},
id-biome-check> 1264 │ + ····);
id-biome-check> 1262 1265 │ await expect(strikeBtn.first()).toBeVisible({ timeout: 10_000 });
id-biome-check> 1263 1266 │ });
id-biome-check>
id-biome-check>
id-biome-check> web/src/editor.ts format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
id-biome-check>
id-biome-check> ✖ Formatter would have printed the following content:
id-biome-check>
id-biome-check> 16 16 │ import { history } from "prosemirror-history";
id-biome-check> 17 17 │ import { keymap } from "prosemirror-keymap";
id-biome-check> 18 │ - import·{
id-biome-check> 19 │ - ··MenuItem,
id-biome-check> 20 │ - ··blockTypeItem,
id-biome-check> 21 │ - ··liftItem,
id-biome-check> 22 │ - ··redoItem,
id-biome-check> 23 │ - ··selectParentNodeItem,
id-biome-check> 24 │ - ··undoItem,
id-biome-check> 25 │ - }·from·"prosemirror-menu";
id-biome-check> 18 │ + import·{·MenuItem,·blockTypeItem,·liftItem,·redoItem,·selectParentNodeItem,·undoItem·}·from·"prosemirror-menu";
id-biome-check> 26 19 │ import { type MarkType, Node, Schema } from "prosemirror-model";
id-biome-check> 27 20 │ import { schema as basicSchema } from "prosemirror-schema-basic";
id-biome-check> ······· │
id-biome-check> 226 219 │ * Used for inline formatting buttons (strikethrough, etc.).
id-biome-check> 227 220 │ */
id-biome-check> 228 │ - function·markMenuItem(
id-biome-check> 229 │ - ··markType:·MarkType,
id-biome-check> 230 │ - ··options:·{·title:·string;·label:·string·},
id-biome-check> 231 │ - ):·InstanceType<typeof·MenuItem>·{
id-biome-check> 221 │ + function·markMenuItem(markType:·MarkType,·options:·{·title:·string;·label:·string·}):·InstanceType<typeof·MenuItem>·{
id-biome-check> 232 222 │ const cmd = toggleMark(markType);
id-biome-check> 233 223 │ return new MenuItem({
id-biome-check> ······· │
id-biome-check> 242 232 │ active(state) {
id-biome-check> 243 233 │ const { from, $from, to, empty } = state.selection;
id-biome-check> 244 │ - ······if·(empty)·return·!!(markType.isInSet(state.storedMarks·||·$from.marks()));
id-biome-check> 234 │ + ······if·(empty)·return·!!markType.isInSet(state.storedMarks·||·$from.marks());
id-biome-check> 245 235 │ return state.doc.rangeHasMark(from, to, markType);
id-biome-check> 246 236 │ },
id-biome-check>
id-biome-check>
id-biome-check> Checked 39 files in 31ms. No fixes applied.
id-biome-check> Found 2 errors.
id-biome-check> format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
id-biome-check>
id-biome-check> ✖ Some errors were emitted while running checks.
id-biome-check>
id-biome-check>
error: build of '/nix/store/65m5wfdvha0zjn668d8j9yfhlba1lc4x-id-biome-check.drv' on 'ssh-ng://nix-ssh@garnix5' failed: Cannot build '/nix/store/65m5wfdvha0zjn668d8j9yfhlba1lc4x-id-biome-check.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/kwfmjgjxp2lrz2wjhfplpcdr0inxixgx-id-biome-check
Last 25 log lines:
> 226 219 │ * Used for inline formatting buttons (strikethrough, etc.).
> 227 220 │ */
> 228 │ - function·markMenuItem(
> 229 │ - ··markType:·MarkType,
> 230 │ - ··options:·{·title:·string;·label:·string·},
> 231 │ - ):·InstanceType<typeof·MenuItem>·{
> 221 │ + function·markMenuItem(markType:·MarkType,·options:·{·title:·string;·label:·string·}):·InstanceType<typeof·MenuItem>·{
> 232 222 │ const cmd = toggleMark(markType);
> 233 223 │ return new MenuItem({
> ······· │
> 242 232 │ active(state) {
> 243 233 │ const { from, $from, to, empty } = state.selection;
> 244 │ - ······if·(empty)·return·!!(markType.isInSet(state.storedMarks·||·$from.marks()));
> 234 │ + ······if·(empty)·return·!!markType.isInSet(state.storedMarks·||·$from.marks());
> 245 235 │ return state.doc.rangeHasMark(from, to, markType);
> 246 236 │ },
>
>
> Checked 39 files in 31ms. No fixes applied.
> Found 2 errors.
> format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
>
> ✖ Some errors were emitted while running checks.
>
>
For full logs, run:
nix log /nix/store/65m5wfdvha0zjn668d8j9yfhlba1lc4x-id-biome-check.drv
error: Cannot build '/nix/store/65m5wfdvha0zjn668d8j9yfhlba1lc4x-id-biome-check.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/kwfmjgjxp2lrz2wjhfplpcdr0inxixgx-id-biome-check
Loading