Update Deps #56
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.0
1 │ {
> 2 │ "$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 │ "vcs": {
4 │ "enabled": true,
i Expected: 2.5.0
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 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 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
|