Skip to content

chore(deps): update dependency @tailwindcss/typography to v0.5.20#126

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tailwindcss-typography-0.x-lockfile
Open

chore(deps): update dependency @tailwindcss/typography to v0.5.20#126
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tailwindcss-typography-0.x-lockfile

chore(deps): update dependency @tailwindcss/typography to v0.5.20

1403d59
Select commit
Loading
Failed to load commit list.
Garnix CI / check id-web-fmt-check [x86_64-linux] failed Jun 8, 2026 in 2m 57s

check id-web-fmt-check [x86_64-linux]

check id-web-fmt-check [x86_64-linux] failed

Details

Last 100 lines of logs:

id-web-fmt-check> biome format web/src/ web/scripts/  e2e/
id-web-fmt-check> e2e/tests/editor-features.spec.ts format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
id-web-fmt-check> 
id-web-fmt-check>   ✖ Formatter would have printed the following content:
id-web-fmt-check>   
id-web-fmt-check>     1257 1257 │       // The strikethrough button should be visible in the menu bar
id-web-fmt-check>     1258 1258 │       // It has title containing "strikethrough" and label "~~S~~"
id-web-fmt-check>     1259      │ - ····const·strikeBtn·=·page.locator(".ProseMirror-menubar·.ProseMirror-menu-active,·.ProseMirror-menubar·.ProseMirror-menuitem",·{
id-web-fmt-check>     1260      │ - ······hasText:·"~~S~~",
id-web-fmt-check>     1261      │ - ····});
id-web-fmt-check>          1259 │ + ····const·strikeBtn·=·page.locator(
id-web-fmt-check>          1260 │ + ······".ProseMirror-menubar·.ProseMirror-menu-active,·.ProseMirror-menubar·.ProseMirror-menuitem",
id-web-fmt-check>          1261 │ + ······{
id-web-fmt-check>          1262 │ + ········hasText:·"~~S~~",
id-web-fmt-check>          1263 │ + ······},
id-web-fmt-check>          1264 │ + ····);
id-web-fmt-check>     1262 1265 │       await expect(strikeBtn.first()).toBeVisible({ timeout: 10_000 });
id-web-fmt-check>     1263 1266 │     });
id-web-fmt-check>   
id-web-fmt-check> 
id-web-fmt-check> web/src/editor.ts format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
id-web-fmt-check> 
id-web-fmt-check>   ✖ Formatter would have printed the following content:
id-web-fmt-check>   
id-web-fmt-check>      16  16 │   import { history } from "prosemirror-history";
id-web-fmt-check>      17  17 │   import { keymap } from "prosemirror-keymap";
id-web-fmt-check>      18     │ - import·{
id-web-fmt-check>      19     │ - ··MenuItem,
id-web-fmt-check>      20     │ - ··blockTypeItem,
id-web-fmt-check>      21     │ - ··liftItem,
id-web-fmt-check>      22     │ - ··redoItem,
id-web-fmt-check>      23     │ - ··selectParentNodeItem,
id-web-fmt-check>      24     │ - ··undoItem,
id-web-fmt-check>      25     │ - }·from·"prosemirror-menu";
id-web-fmt-check>          18 │ + import·{·MenuItem,·blockTypeItem,·liftItem,·redoItem,·selectParentNodeItem,·undoItem·}·from·"prosemirror-menu";
id-web-fmt-check>      26  19 │   import { type MarkType, Node, Schema } from "prosemirror-model";
id-web-fmt-check>      27  20 │   import { schema as basicSchema } from "prosemirror-schema-basic";
id-web-fmt-check>     ······· │ 
id-web-fmt-check>     226 219 │    * Used for inline formatting buttons (strikethrough, etc.).
id-web-fmt-check>     227 220 │    */
id-web-fmt-check>     228     │ - function·markMenuItem(
id-web-fmt-check>     229     │ - ··markType:·MarkType,
id-web-fmt-check>     230     │ - ··options:·{·title:·string;·label:·string·},
id-web-fmt-check>     231     │ - ):·InstanceType<typeof·MenuItem>·{
id-web-fmt-check>         221 │ + function·markMenuItem(markType:·MarkType,·options:·{·title:·string;·label:·string·}):·InstanceType<typeof·MenuItem>·{
id-web-fmt-check>     232 222 │     const cmd = toggleMark(markType);
id-web-fmt-check>     233 223 │     return new MenuItem({
id-web-fmt-check>     ······· │ 
id-web-fmt-check>     242 232 │       active(state) {
id-web-fmt-check>     243 233 │         const { from, $from, to, empty } = state.selection;
id-web-fmt-check>     244     │ - ······if·(empty)·return·!!(markType.isInSet(state.storedMarks·||·$from.marks()));
id-web-fmt-check>         234 │ + ······if·(empty)·return·!!markType.isInSet(state.storedMarks·||·$from.marks());
id-web-fmt-check>     245 235 │         return state.doc.rangeHasMark(from, to, markType);
id-web-fmt-check>     246 236 │       },
id-web-fmt-check>   
id-web-fmt-check> 
id-web-fmt-check> Checked 34 files in 28ms. No fixes applied.
id-web-fmt-check> Found 2 errors.
id-web-fmt-check> format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
id-web-fmt-check> 
id-web-fmt-check>   ✖ Some errors were emitted while running checks.
id-web-fmt-check>   
id-web-fmt-check> 
id-web-fmt-check> error: Recipe `web-fmt-check` failed on line 142 with exit code 1
error: build of '/nix/store/9sv4ygrx3hh6f7z8arzici3c3l4r583c-id-web-fmt-check.drv' on 'ssh-ng://nix-ssh@garnix9' failed: Cannot build '/nix/store/9sv4ygrx3hh6f7z8arzici3c3l4r583c-id-web-fmt-check.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/z87ifalq51i0npldvq5497x2ldaywl63-id-web-fmt-check
       Last 25 log lines:
       >     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 34 files in 28ms. No fixes applied.
       > Found 2 errors.
       > format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
       >
       >   ✖ Some errors were emitted while running checks.
       >   
       > 
       > error: Recipe `web-fmt-check` failed on line 142 with exit code 1
       For full logs, run:
         nix log /nix/store/9sv4ygrx3hh6f7z8arzici3c3l4r583c-id-web-fmt-check.drv
error: Cannot build '/nix/store/9sv4ygrx3hh6f7z8arzici3c3l4r583c-id-web-fmt-check.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/z87ifalq51i0npldvq5497x2ldaywl63-id-web-fmt-check