Skip to content

Update Deps

Update Deps #25

Triggered via schedule November 9, 2025 02:01
Status Failure
Total duration 1m 11s
Artifacts

deps.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

1 error
Auto PR
Unexpected error: ╭───────────────────────────────────────╮ │ 🥊 lefthook v1.13.6 hook: pre-commit │ ╰───────────────────────────────────────╯ ┃ fix ❯ $ biome check . --fix && bun prettier --write package.json biome.jsonc:2:14 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ i The configuration schema version does not match the CLI version 2.3.4 1 │ { > 2 │ "$schema": "https://biomejs.dev/schemas/2.2.5/schema.json", │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3 │ "vcs": { 4 │ "enabled": true, i Expected: 2.3.4 Found: 2.2.5 i Run the command biome migrate to migrate the configuration file. src/global.css:2:2 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × Tailwind-specific syntax is disabled. 1 │ @import "tailwindcss"; > 2 │ @plugin "@tailwindcss/typography"; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3 │ @plugin "daisyui"; 4 │ i Enable `tailwindDirectives` in the css parser options, or remove this if you are not using Tailwind CSS. src/global.css:3:2 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × Tailwind-specific syntax is disabled. 1 │ @import "tailwindcss"; 2 │ @plugin "@tailwindcss/typography"; > 3 │ @plugin "daisyui"; │ ^^^^^^^^^^^^^^^^^ 4 │ 5 │ @plugin "daisyui/theme" { i Enable `tailwindDirectives` in the css parser options, or remove this if you are not using Tailwind CSS. src/global.css:5:2 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × Tailwind-specific syntax is disabled. 3 │ @plugin "daisyui"; 4 │ > 5 │ @plugin "daisyui/theme" { │ ^^^^^^^^^^^^^^^^^^^^^^^^ > 6 │ /* biome-ignore lint/correctness/noUnknownProperty: daisyui */ > 7 │ name: "light"; > 8 │ --color-primary: #00d372; > 9 │ } │ ^ 10 │ 11 │ .link:not(.link-uncolor) { i Enable `tailwindDirectives` in the css parser options, or remove this if you are not using Tailwind CSS. src/global.css:16:4 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × Tailwind-specific syntax is disabled. 15 │ .bg-image { > 16 │ @apply fixed top-0 -z-10 min-h-[100lvh] w-full object-cover object-center select-none; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 17 │ } 18 │ i Enable `tailwindDirectives` in the css parser options, or remove this if you are not using Tailwind CSS. Checked 56 files in 93ms. No fixes applied. Found 4 errors. Found 1 info. check ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × Some errors were emitted while applying fixes. error: script "format:staged" exited with code 1 exit status 1┃ sync ❯ $ astro sync 02:02:33 [content] Syncing content 02:02:33 [content] Synced content 02:02:33 [types] Generated 844ms ┃ check ❯ $ astro check 02:02:34 [content] Syncing content 02:02:34 [content] Synced content 02:02:34 [types] Generated 538ms 02:02:34 [check] Getting diagnostics for Astro files in /home/runner/work/utcode.net/utcode.net... Result (49 files): - 0 errors - 0 warnings - 0 hints ──────────────────────────────────── summary: (done in 11.02 seconds) ✔️ sync (3.46 seconds) ✔️ check (11.01 seconds) 🥊 fix (0.16 seconds)