Skip to content

Update Deps

Update Deps #44

Triggered via schedule March 22, 2026 02:48
Status Failure
Total duration 1m 2s
Artifacts

deps.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
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.4.8 1 │ { > 2 │ "$schema": "https://biomejs.dev/schemas/2.2.5/schema.json", │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3 │ "vcs": { 4 │ "enabled": true, i Expected: 2.4.8 Found: 2.2.5 i Run the command biome migrate to migrate the configuration file. src/global.css:6:3 suppressions/unused ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Suppression comment has no effect. Remove the suppression or make sure you are suppressing the correct rule. 5 │ @plugin "daisyui/theme" { > 6 │ /* biome-ignore lint/correctness/noUnknownProperty: daisyui */ │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 7 │ name: "light"; 8 │ --color-primary: #00d372; 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-c
Auto PR
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, peter-evans/create-pull-request@v7. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/