Skip to content

Update Deps

Update Deps #60

Triggered via schedule July 12, 2026 03:31
Status Failure
Total duration 1m 6s
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.5.3 1 │ { > 2 │ "$schema": "https://biomejs.dev/schemas/2.2.5/schema.json", │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3 │ "vcs": { 4 │ "enabled": true, i Expected: 2.5.3 Found: 2.2.5 i Run the command biome migrate to migrate the configuration file. biome.jsonc:18:13 deserialize DEPRECATED ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ i The use of the recommended field has been deprecated, and will removed in the next major version of Biome. Use preset instead. 16 │ }, 17 │ "assist": { "actions": { "source": { "organizeImports": "on" } } }, > 18 │ "linter": { │ ^ > 19 │ "enabled": true, ... > 25 │ }, > 26 │ }, │ ^ 27 │ "javascript": { 28 │ "globals": ["Astro"], i Migrate the configuration with the proper command $ biome migrate 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; public/icons/menu.svg:1:1 lint/a11y/noSvgWithoutTitle ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × Alternative text title element cannot be empty > 1 │ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg> │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2 │ i For accessibility purposes, SVGs should have an alternative text, provided via title element. If the svg element has role="img", you should add the aria-label or aria-labelledby attribute. public/utcode-logo/light.svg:1:1 lint/a11y/noSvgWithoutTitle ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × Alternative text title element cannot be empty > 1 │ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3957 827" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2"> │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Auto PR
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, peter-evans/create-pull-request@v7. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/