mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

dependabot[bot]
10 hours ago 9bbd126f6e470dcbcd40c1ff5d3aafcda90db8b2
build(deps-dev): bump @biomejs/biome from 2.4.15 to 2.4.16 (#977)

Bumps
[@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome)
from 2.4.15 to 2.4.16.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/biomejs/biome/releases">@​biomejs/biome's
releases</a>.</em></p>
<blockquote>
<h2>Biome CLI v2.4.16</h2>
<h2>2.4.16</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/10329">#10329</a>
<a
href="https://github.com/biomejs/biome/commit/ef764d51b9f5be18ec5a4f9b4dce732512e5d805"><code>ef764d5</code></a>
Thanks <a
href="https://github.com/Conaclos"><code>@​Conaclos</code></a>! - Fixed
an issue where diagnostics showed an incorrect location in Astro
files.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/10363">#10363</a>
<a
href="https://github.com/biomejs/biome/commit/50aa4157599a1ac5c77c13bce81f5c87240beff0"><code>50aa415</code></a>
Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! -
Fixed HTML formatting for a case where comments could cause the
formatter to split up a closing tag, which would cause the resulting
HTML to be syntactically invalid.</p>
<p>Input:</p>
<pre lang="html"><code>&lt;span
&gt;&lt;!-- 1
--&gt;&lt;span&gt;a&lt;/span
&gt;&lt;!-- 2
--&gt;&lt;span&gt;b&lt;/span
&gt;&lt;!-- 3
--&gt;&lt;/span&gt;
</code></pre>
<p>Output:</p>
<pre lang="diff"><code> &lt;span
&gt;&lt;!-- 1
- --&gt; &lt;span&gt;a&lt;/span&lt;!-- 2
- --&gt; &gt;&lt;span&gt;b&lt;/span&gt;&lt;!-- 3
+ --&gt;&lt;span&gt;a&lt;/span&gt;&lt;!-- 2
+ --&gt;&lt;span&gt;b&lt;/span&gt;&lt;!-- 3
--&gt;&lt;/span
&gt;
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/10465">#10465</a>
<a
href="https://github.com/biomejs/biome/commit/0c718da81770f47d65845bc1a006f99512d9359b"><code>0c718da</code></a>
Thanks <a
href="https://github.com/dfedoryshchev"><code>@​dfedoryshchev</code></a>!
- Fixed diagnostics emitted by the <code>noUntrustedLicenses</code>
rule.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/10358">#10358</a>
<a
href="https://github.com/biomejs/biome/commit/05c26176573534a0abfa92d454d244f9569bc77d"><code>05c2617</code></a>
Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/10356">#10356</a>:
<code>biome rage --linter</code> now displays rules enabled through
linter domains in the enabled rules list.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/10300">#10300</a>
<a
href="https://github.com/biomejs/biome/commit/950247c389e693c16b47d61d8ef0f1b85d1a1b02"><code>950247c</code></a>
Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/10265">#10265</a>:
Svelte function bindings such as <code>bind:value={get, set}</code> are
now parsed more precisely, so <a
href="https://biomejs.dev/linter/rules/no-comma-operator/"><code>noCommaOperator</code></a>
won't emit false positives for that syntax anymore.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9786">#9786</a> <a
href="https://github.com/biomejs/biome/commit/e71f58490f3121432d1bc24ae5330ecf96391a40"><code>e71f584</code></a>
Thanks <a
href="https://github.com/MeGaNeKoS"><code>@​MeGaNeKoS</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/8480">#8480</a>:
<a
href="https://biomejs.dev/linter/rules/use-destructuring/"><code>useDestructuring</code></a>
now provides <code>variableDeclarator</code> and
<code>assignmentExpression</code> options to control which contexts
enforce destructuring, matching ESLint's
<code>prefer-destructuring</code> configuration. Both default to
<code>{array: true, object: true}</code>. The diagnostic for object
destructuring in assignment expressions now instructs users to wrap the
assignment in parentheses.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/10425">#10425</a>
<a
href="https://github.com/biomejs/biome/commit/1948b7242e092ed0cfcf501ef6f119202b8ea93b"><code>1948b72</code></a>
Thanks <a href="https://github.com/sjh9714"><code>@​sjh9714</code></a>!
- Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/10244">#10244</a>:
The <code>useOptionalChain</code> rule now detects negated guard
inequality chains like <code>!foo || foo.bar !==
&quot;x&quot;</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/10442">#10442</a>
<a
href="https://github.com/biomejs/biome/commit/001f94f696d9baca3c231d39895a01d4dd528d52"><code>001f94f</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/10411">#10411</a>:
<a
href="https://biomejs.dev/linter/rules/no-misused-promises/"><code>noMisusedPromises</code></a>
no longer causes a stack overflow when a nested function returns an
object with shorthand properties that shadow destructured variables from
an outer scope.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/10318">#10318</a>
<a
href="https://github.com/biomejs/biome/commit/9b1577fa400279d9b0222cbc920cfa9ddcf1c9d6"><code>9b1577f</code></a>
Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! -
Added support for <code>formatter.trailingCommas</code> in overrides.
This option was previously available in the top-level formatter
configuration but missing from formatter overrides.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/10319">#10319</a>
<a
href="https://github.com/biomejs/biome/commit/2e3770923f9fb4e33606113e726014f7b63730d0"><code>2e37709</code></a>
Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! -
Fixed Vue and Svelte formatting for standalone interpolations in inline
elements. Biome now preserves existing newlines in cases like:</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md">@​biomejs/biome's
changelog</a>.</em></p>
<blockquote>
<h2>2.4.16</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/10329">#10329</a>
<a
href="https://github.com/biomejs/biome/commit/ef764d51b9f5be18ec5a4f9b4dce732512e5d805"><code>ef764d5</code></a>
Thanks <a
href="https://github.com/Conaclos"><code>@​Conaclos</code></a>! - Fixed
an issue where diagnostics showed an incorrect location in Astro
files.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/10363">#10363</a>
<a
href="https://github.com/biomejs/biome/commit/50aa4157599a1ac5c77c13bce81f5c87240beff0"><code>50aa415</code></a>
Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! -
Fixed HTML formatting for a case where comments could cause the
formatter to split up a closing tag, which would cause the resulting
HTML to be syntactically invalid.</p>
<p>Input:</p>
<pre lang="html"><code>&lt;span
&gt;&lt;!-- 1
--&gt;&lt;span&gt;a&lt;/span
&gt;&lt;!-- 2
--&gt;&lt;span&gt;b&lt;/span
&gt;&lt;!-- 3
--&gt;&lt;/span&gt;
</code></pre>
<p>Output:</p>
<pre lang="diff"><code> &lt;span
&gt;&lt;!-- 1
- --&gt; &lt;span&gt;a&lt;/span&lt;!-- 2
- --&gt; &gt;&lt;span&gt;b&lt;/span&gt;&lt;!-- 3
+ --&gt;&lt;span&gt;a&lt;/span&gt;&lt;!-- 2
+ --&gt;&lt;span&gt;b&lt;/span&gt;&lt;!-- 3
--&gt;&lt;/span
&gt;
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/10465">#10465</a>
<a
href="https://github.com/biomejs/biome/commit/0c718da81770f47d65845bc1a006f99512d9359b"><code>0c718da</code></a>
Thanks <a
href="https://github.com/dfedoryshchev"><code>@​dfedoryshchev</code></a>!
- Fixed diagnostics emitted by the <code>noUntrustedLicenses</code>
rule.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/10358">#10358</a>
<a
href="https://github.com/biomejs/biome/commit/05c26176573534a0abfa92d454d244f9569bc77d"><code>05c2617</code></a>
Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/10356">#10356</a>:
<code>biome rage --linter</code> now displays rules enabled through
linter domains in the enabled rules list.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/10300">#10300</a>
<a
href="https://github.com/biomejs/biome/commit/950247c389e693c16b47d61d8ef0f1b85d1a1b02"><code>950247c</code></a>
Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/10265">#10265</a>:
Svelte function bindings such as <code>bind:value={get, set}</code> are
now parsed more precisely, so <a
href="https://biomejs.dev/linter/rules/no-comma-operator/"><code>noCommaOperator</code></a>
won't emit false positives for that syntax anymore.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9786">#9786</a> <a
href="https://github.com/biomejs/biome/commit/e71f58490f3121432d1bc24ae5330ecf96391a40"><code>e71f584</code></a>
Thanks <a
href="https://github.com/MeGaNeKoS"><code>@​MeGaNeKoS</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/8480">#8480</a>:
<a
href="https://biomejs.dev/linter/rules/use-destructuring/"><code>useDestructuring</code></a>
now provides <code>variableDeclarator</code> and
<code>assignmentExpression</code> options to control which contexts
enforce destructuring, matching ESLint's
<code>prefer-destructuring</code> configuration. Both default to
<code>{array: true, object: true}</code>. The diagnostic for object
destructuring in assignment expressions now instructs users to wrap the
assignment in parentheses.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/10425">#10425</a>
<a
href="https://github.com/biomejs/biome/commit/1948b7242e092ed0cfcf501ef6f119202b8ea93b"><code>1948b72</code></a>
Thanks <a href="https://github.com/sjh9714"><code>@​sjh9714</code></a>!
- Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/10244">#10244</a>:
The <code>useOptionalChain</code> rule now detects negated guard
inequality chains like <code>!foo || foo.bar !==
&quot;x&quot;</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/10442">#10442</a>
<a
href="https://github.com/biomejs/biome/commit/001f94f696d9baca3c231d39895a01d4dd528d52"><code>001f94f</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/10411">#10411</a>:
<a
href="https://biomejs.dev/linter/rules/no-misused-promises/"><code>noMisusedPromises</code></a>
no longer causes a stack overflow when a nested function returns an
object with shorthand properties that shadow destructured variables from
an outer scope.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/10318">#10318</a>
<a
href="https://github.com/biomejs/biome/commit/9b1577fa400279d9b0222cbc920cfa9ddcf1c9d6"><code>9b1577f</code></a>
Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! -
Added support for <code>formatter.trailingCommas</code> in overrides.
This option was previously available in the top-level formatter
configuration but missing from formatter overrides.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/10319">#10319</a>
<a
href="https://github.com/biomejs/biome/commit/2e3770923f9fb4e33606113e726014f7b63730d0"><code>2e37709</code></a>
Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! -
Fixed Vue and Svelte formatting for standalone interpolations in inline
elements. Biome now preserves existing newlines in cases like:</p>
<pre lang="diff"><code></code></pre>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/biomejs/biome/commit/5f4ea56b1dfb00d839af218e3c6484154073a7eb"><code>5f4ea56</code></a>
ci: release (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/10326">#10326</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/de2a33ce8be86b696742f3adee35a66dc9fa943b"><code>de2a33c</code></a>
fix(core): regression in emitted types (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/10478">#10478</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/d835303700f27f8f362a186a0dddc7995117daf9"><code>d835303</code></a>
docs: remove redundant default phrase in
<code>useConsistentObjectDefinitions</code> rul...</li>
<li><a
href="https://github.com/biomejs/biome/commit/4f1aaf2f833d5963dd150836836be6bc68212d68"><code>4f1aaf2</code></a>
fix: incorrect build when using build or test (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/10426">#10426</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/dc73b6baa55606ec7b6aa9229564b1c142116f2b"><code>dc73b6b</code></a>
refactor: make plugins opt-in via feature gate (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/10418">#10418</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/e71f58490f3121432d1bc24ae5330ecf96391a40"><code>e71f584</code></a>
feat(useDestructuring): add options for assignment/declaration and
improve di...</li>
<li><a
href="https://github.com/biomejs/biome/commit/9b1577fa400279d9b0222cbc920cfa9ddcf1c9d6"><code>9b1577f</code></a>
fix(config): support trailingCommas in overrides (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/10318">#10318</a>)</li>
<li>See full diff in <a
href="https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.16/packages/@biomejs/biome">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@biomejs/biome&package-manager=npm_and_yarn&previous-version=2.4.15&new-version=2.4.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 files modified
86 ■■■■■ changed files
package-lock.json 84 ●●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
package-lock.json
@@ -15,7 +15,7 @@
                "tachyons": "4.12.0"
            },
            "devDependencies": {
                "@biomejs/biome": "2.4.15",
                "@biomejs/biome": "2.4.16",
                "@github/markdownlint-github": "0.8.0",
                "@release-it/conventional-changelog": "11.0.0",
                "@types/node": "25.8.0",
@@ -60,9 +60,9 @@
            }
        },
        "node_modules/@biomejs/biome": {
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.15.tgz",
            "integrity": "sha512-j5VH3a/h/HXTKBM50MDMxRCzkeLv9S2XJcW2WgnZT1+xyisi+0bISrXR82gCX+8S9lvK0skEvHJRN+3Ktr2hlw==",
            "version": "2.4.16",
            "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.16.tgz",
            "integrity": "sha512-x9ajFh1zChVybCiM3TN6OD4phAqLgtPZjFrZF+aTMYCPjwBO+k529TX7PPsAqtGNLeV4UgzwQnowEgS7bGmzcA==",
            "dev": true,
            "license": "MIT OR Apache-2.0",
            "bin": {
@@ -76,20 +76,20 @@
                "url": "https://opencollective.com/biome"
            },
            "optionalDependencies": {
                "@biomejs/cli-darwin-arm64": "2.4.15",
                "@biomejs/cli-darwin-x64": "2.4.15",
                "@biomejs/cli-linux-arm64": "2.4.15",
                "@biomejs/cli-linux-arm64-musl": "2.4.15",
                "@biomejs/cli-linux-x64": "2.4.15",
                "@biomejs/cli-linux-x64-musl": "2.4.15",
                "@biomejs/cli-win32-arm64": "2.4.15",
                "@biomejs/cli-win32-x64": "2.4.15"
                "@biomejs/cli-darwin-arm64": "2.4.16",
                "@biomejs/cli-darwin-x64": "2.4.16",
                "@biomejs/cli-linux-arm64": "2.4.16",
                "@biomejs/cli-linux-arm64-musl": "2.4.16",
                "@biomejs/cli-linux-x64": "2.4.16",
                "@biomejs/cli-linux-x64-musl": "2.4.16",
                "@biomejs/cli-win32-arm64": "2.4.16",
                "@biomejs/cli-win32-x64": "2.4.16"
            }
        },
        "node_modules/@biomejs/cli-darwin-arm64": {
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.15.tgz",
            "integrity": "sha512-rF3PPqLq1yoST79zaQbDjVJwsuIeci/O+9bgNmC5QpgOqz6aqYuzA4abyAGx+mgyiDXn4A049xAN8gijbuR1Qg==",
            "version": "2.4.16",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.16.tgz",
            "integrity": "sha512-wxPvu4XOA85YJk9ixSWUmq/QBHbid85BISbOAqqBM/5xQpPk9ayjk5375tOlSC0BeCwNSbPFafQBm+vBumXq0A==",
            "cpu": [
                "arm64"
            ],
@@ -104,9 +104,9 @@
            }
        },
        "node_modules/@biomejs/cli-darwin-x64": {
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.15.tgz",
            "integrity": "sha512-/5KHXYMfSJs1fNXiX30xFtI8JcCFV6zaVVLxOa0M2sfqBKHkpQhRTv94yxQWxeTY2lzo2OuTlNvPC+hDQt2wcQ==",
            "version": "2.4.16",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.16.tgz",
            "integrity": "sha512-xFCqGPwYusQJp4N4NJLi1XJiZqjwFdjhT+KqtNy+Ug3qgfczqnTa6MSDvxJF6TkuDLoYJItMapz6tAf7kCekFw==",
            "cpu": [
                "x64"
            ],
@@ -121,16 +121,13 @@
            }
        },
        "node_modules/@biomejs/cli-linux-arm64": {
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.15.tgz",
            "integrity": "sha512-owaAMZD/T4LrD0ELNCk0Km3qrRHuM0X6EAyVE1FSqGY0rbLoiDLrO4Us2tllm6cAeB2Ioa9C2C08NZPdr8+0Ug==",
            "version": "2.4.16",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.16.tgz",
            "integrity": "sha512-2kFb4//jxfZaP6D+Rj5VkHkxgyD9EoRAVBEQb8PKRv+s4NO2zYNJKXFaJmK1CmhufJOWEfpHKaRbOja7qjmdhQ==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "libc": [
                "glibc"
            ],
            "license": "MIT OR Apache-2.0",
            "optional": true,
            "os": [
@@ -141,16 +138,13 @@
            }
        },
        "node_modules/@biomejs/cli-linux-arm64-musl": {
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.15.tgz",
            "integrity": "sha512-ZPcxznxm0pogHBLZhYntyR3sR+MrZjqJIKEr7ZqVen0Rl+P/4upVmfYXjftizi9RoqZntg33fv/1fbdhbYXpEQ==",
            "version": "2.4.16",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.16.tgz",
            "integrity": "sha512-oYxnW0ARfJkr72ezzF2OR8N/rtkgLUQeYtF8cFhVswbknHxtTcmzSsanVJP8yQKnGpGpc2ck6c5zLvHahL6Cbg==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "libc": [
                "musl"
            ],
            "license": "MIT OR Apache-2.0",
            "optional": true,
            "os": [
@@ -161,16 +155,13 @@
            }
        },
        "node_modules/@biomejs/cli-linux-x64": {
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.15.tgz",
            "integrity": "sha512-0jj7THz12GbUOLmMibktK6DZjqz2zV64KFxyBtcFTKPiiOIY0a7vns1elpO1dERvxpsZ5ik0oFfz0oGwFde1+g==",
            "version": "2.4.16",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.16.tgz",
            "integrity": "sha512-NbcBbi/nJqn5baae6wqRXdS7Gadf2uRpehSh6vMSYpG8OhkXl/Xg8aorWrJ+9VWqAT5ml90alLvorkpMW0nBwQ==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "libc": [
                "glibc"
            ],
            "license": "MIT OR Apache-2.0",
            "optional": true,
            "os": [
@@ -181,16 +172,13 @@
            }
        },
        "node_modules/@biomejs/cli-linux-x64-musl": {
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.15.tgz",
            "integrity": "sha512-CNq/9W38SYSH023lfcQ4KKU8K0YX8T//FZUhcgtMMRABDojx5XsMV7jlweAvGSl389wJQB29Qo6Zb/a+jdvt+w==",
            "version": "2.4.16",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.16.tgz",
            "integrity": "sha512-iHDS+MCM65DPqWGu+ECC3uoALyj2H7F4nVUPxIPjz/PIl94EUu+EDfGZDzFP+NY1EOPVt9NQvwFqq7HdMmowdg==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "libc": [
                "musl"
            ],
            "license": "MIT OR Apache-2.0",
            "optional": true,
            "os": [
@@ -201,9 +189,9 @@
            }
        },
        "node_modules/@biomejs/cli-win32-arm64": {
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.15.tgz",
            "integrity": "sha512-ouhkYdlhp/1GghEJPdWwD/Vi3gQ1nFxuSpMolWsbq3Lsq3QUR4jl6UdhhscdCugKU5vOEuMiJhvKj66O0OCq+w==",
            "version": "2.4.16",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.16.tgz",
            "integrity": "sha512-0rgImMsNb5v/chhkIFe3wu7PEFClS6RBAYUijGL9UsYN3PanSaoK24HSSuSJb1pYbYYVjzAyZTl3gtjJ84BM8A==",
            "cpu": [
                "arm64"
            ],
@@ -218,9 +206,9 @@
            }
        },
        "node_modules/@biomejs/cli-win32-x64": {
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.15.tgz",
            "integrity": "sha512-zBrGq5mx5wwpnow4+2BxUvleDM+GNd4sLbPaMapsSLQLD0NGRCquqPBTgN+7XkUteHvj7M+BstuI8tmnV7+HgQ==",
            "version": "2.4.16",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.16.tgz",
            "integrity": "sha512-Kp85jgoBHa05gix6UIRjfCDiUV3w/8VIdZ247VyyO2gEjaw12WEVhdIjlxp/AMzXxqxQwbxNTDVZ3Mwd2RG5rw==",
            "cpu": [
                "x64"
            ],
package.json
@@ -31,7 +31,7 @@
        "tachyons": "4.12.0"
    },
    "devDependencies": {
        "@biomejs/biome": "2.4.15",
        "@biomejs/biome": "2.4.16",
        "@github/markdownlint-github": "0.8.0",
        "@release-it/conventional-changelog": "11.0.0",
        "@types/node": "25.8.0",