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

dependabot[bot]
01.23.2025 9b3d1069f83789487640f75348ce9dffd42a0097
build(deps-dev): bump @biomejs/biome from 1.9.4 to 2.0.6 (#855)

Bumps
[@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome)
from 1.9.4 to 2.0.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/biomejs/biome/releases"><code>@​biomejs/biome</code>'s
releases</a>.</em></p>
<blockquote>
<h2>Biome CLI v2.0.6</h2>
<h2>2.0.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/6557">#6557</a> <a
href="https://github.com/biomejs/biome/commit/fd68458f40767cb1aeb9eb444a03c5dd6f3f7c0d"><code>fd68458</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixed a bug where Biome didn't provide all the available code actions
when requested by the editor.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/6511">#6511</a> <a
href="https://github.com/biomejs/biome/commit/72623fa30470bbb97bae24514233d4d8a39507ec"><code>72623fa</code></a>
Thanks <a
href="https://github.com/Conaclos"><code>@​Conaclos</code></a>! - Fixed
<a
href="https://redirect.github.com/biomejs/biome/issues/6492">#6492</a>.
The
<code>organizeImports</code> assist action no longer duplicates a
comment at the start of
the file when <code>:BLANK_LINE:</code> precedes the first import
group.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/6557">#6557</a> <a
href="https://github.com/biomejs/biome/commit/fd68458f40767cb1aeb9eb444a03c5dd6f3f7c0d"><code>fd68458</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/6287">#6287</a>
where Biome Language Server didn't adhere to the
<code>settings.requireConfiguration</code> option when pulling
diagnostics and code actions.
Note that for this configuration be correctly applied, your editor must
support dynamic registration capabilities.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/6551">#6551</a> <a
href="https://github.com/biomejs/biome/commit/0b63b1d95c32ba61b2dcda4195d860397de3b589"><code>0b63b1d</code></a>
Thanks <a
href="https://github.com/Conaclos"><code>@​Conaclos</code></a>! - Fixed
<a
href="https://redirect.github.com/biomejs/biome/issues/6536">#6536</a>.
<code>useSortedKeys</code> no longer panics in some edge cases where
object spreads are involved.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/6503">#6503</a> <a
href="https://github.com/biomejs/biome/commit/9a8fe0f9313b2df93df56b3446340cc04a0e1958"><code>9a8fe0f</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/6482">#6482</a>
where nursery rules that belonged to a domain were incorrectly
enabled.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/6565">#6565</a> <a
href="https://github.com/biomejs/biome/commit/e85761c72058e2c039ff16707781f7e0aa19d2a9"><code>e85761c</code></a>
Thanks <a
href="https://github.com/daivinhtran"><code>@​daivinhtran</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/4677">#4677</a>:
Now the <code>noUnusedImports</code> rule won't produce diagnostics for
types used in JSDoc comment of exports.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/6166">#6166</a> <a
href="https://github.com/biomejs/biome/commit/b8cbd839935fd0e672cb0fc2051df0e2fb9e5d1a"><code>b8cbd83</code></a>
Thanks <a
href="https://github.com/mehm8128"><code>@​mehm8128</code></a>! - Added
the nursery rule <a
href="https://biomejs.dev/linter/rules/no-excessive-lines-per-function/">noExcessiveLinesPerFunction</a>.
This rule restrict a maximum number of lines of code in a function
body.</p>
<p>The following code is now reported as invalid when the limit of
maximum lines is set to 2:</p>
<pre lang="js"><code>function foo() {
const x = 0;
const y = 1;
const z = 2;
}
</code></pre>
<p>The following code is now reported as valid when the limit of maximum
lines is set to 3:</p>
<pre lang="jsx"><code>const bar = () =&gt; {
const x = 0;
const z = 2;
};
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/6553">#6553</a> <a
href="https://github.com/biomejs/biome/commit/5f42630f7b457070c7c1ad17cee28eae2e9951cc"><code>5f42630</code></a>
Thanks <a
href="https://github.com/denbezrukov"><code>@​denbezrukov</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/6547">#6547</a>.
Now the Biome CSS parser correctly parses <code>@starting-style</code>
when it's used inside other at-rules. The following example doesn't
raise an error anymore:</p>
<pre lang="css"><code>@layer my-demo-layer {
@starting-style {
div.showing {
background-color: red;
</code></pre>
</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"><code>@​biomejs/biome</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>2.0.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/6557">#6557</a> <a
href="https://github.com/biomejs/biome/commit/fd68458f40767cb1aeb9eb444a03c5dd6f3f7c0d"><code>fd68458</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixed a bug where Biome didn't provide all the available code actions
when requested by the editor.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/6511">#6511</a> <a
href="https://github.com/biomejs/biome/commit/72623fa30470bbb97bae24514233d4d8a39507ec"><code>72623fa</code></a>
Thanks <a
href="https://github.com/Conaclos"><code>@​Conaclos</code></a>! - Fixed
<a
href="https://redirect.github.com/biomejs/biome/issues/6492">#6492</a>.
The
<code>organizeImports</code> assist action no longer duplicates a
comment at the start of
the file when <code>:BLANK_LINE:</code> precedes the first import
group.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/6557">#6557</a> <a
href="https://github.com/biomejs/biome/commit/fd68458f40767cb1aeb9eb444a03c5dd6f3f7c0d"><code>fd68458</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/6287">#6287</a>
where Biome Language Server didn't adhere to the
<code>settings.requireConfiguration</code> option when pulling
diagnostics and code actions.
Note that for this configuration be correctly applied, your editor must
support dynamic registration capabilities.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/6551">#6551</a> <a
href="https://github.com/biomejs/biome/commit/0b63b1d95c32ba61b2dcda4195d860397de3b589"><code>0b63b1d</code></a>
Thanks <a
href="https://github.com/Conaclos"><code>@​Conaclos</code></a>! - Fixed
<a
href="https://redirect.github.com/biomejs/biome/issues/6536">#6536</a>.
<code>useSortedKeys</code> no longer panics in some edge cases where
object spreads are involved.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/6503">#6503</a> <a
href="https://github.com/biomejs/biome/commit/9a8fe0f9313b2df93df56b3446340cc04a0e1958"><code>9a8fe0f</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@​ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/6482">#6482</a>
where nursery rules that belonged to a domain were incorrectly
enabled.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/6565">#6565</a> <a
href="https://github.com/biomejs/biome/commit/e85761c72058e2c039ff16707781f7e0aa19d2a9"><code>e85761c</code></a>
Thanks <a
href="https://github.com/daivinhtran"><code>@​daivinhtran</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/4677">#4677</a>:
Now the <code>noUnusedImports</code> rule won't produce diagnostics for
types used in JSDoc comment of exports.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/6166">#6166</a> <a
href="https://github.com/biomejs/biome/commit/b8cbd839935fd0e672cb0fc2051df0e2fb9e5d1a"><code>b8cbd83</code></a>
Thanks <a
href="https://github.com/mehm8128"><code>@​mehm8128</code></a>! - Added
the nursery rule <a
href="https://biomejs.dev/linter/rules/no-excessive-lines-per-function/">noExcessiveLinesPerFunction</a>.
This rule restrict a maximum number of lines of code in a function
body.</p>
<p>The following code is now reported as invalid when the limit of
maximum lines is set to 2:</p>
<pre lang="js"><code>function foo() {
const x = 0;
const y = 1;
const z = 2;
}
</code></pre>
<p>The following code is now reported as valid when the limit of maximum
lines is set to 3:</p>
<pre lang="jsx"><code>const bar = () =&gt; {
const x = 0;
const z = 2;
};
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/6553">#6553</a> <a
href="https://github.com/biomejs/biome/commit/5f42630f7b457070c7c1ad17cee28eae2e9951cc"><code>5f42630</code></a>
Thanks <a
href="https://github.com/denbezrukov"><code>@​denbezrukov</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/6547">#6547</a>.
Now the Biome CSS parser correctly parses <code>@starting-style</code>
when it's used inside other at-rules. The following example doesn't
raise an error anymore:</p>
<pre lang="css"><code>@layer my-demo-layer {
@starting-style {
div.showing {
background-color: red;
}
}
</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/a69bbe8b19e670b0a98aff8703fef78f0c068f86"><code>a69bbe8</code></a>
ci: release (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/6507">#6507</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/6a24bd97a8b9fb30f482639754eb4661397b689b"><code>6a24bd9</code></a>
chore: link packages differently (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/6558">#6558</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/f62e7481c2a94271869651d2b32bde5d54adbc73"><code>f62e748</code></a>
feat(lint): implement <code>noImplicitCoercion</code> rule (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/6395">#6395</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/e128ea9eb44bcf5558ab6b08214884d1c087686d"><code>e128ea9</code></a>
feat(lint): no-alert rule (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/6355">#6355</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/5705f1aa9e41bfaea53edf255a18167b52a5fd9b"><code>5705f1a</code></a>
feat(lint): implement <code>useUnifiedTypeSignature</code> rule (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/6320">#6320</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/a3a371552a84eaaf24ce1bd8e63e3c1243b285a9"><code>a3a3715</code></a>
feat(linter): implement noUnassignedVariables rule (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/6219">#6219</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/b8cbd839935fd0e672cb0fc2051df0e2fb9e5d1a"><code>b8cbd83</code></a>
feat(biome_js_analyze): implement noExcessiveLinesPerFunction (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/6166">#6166</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/09f49bade82e0aa15201b7db2efef10b1c330763"><code>09f49ba</code></a>
ci: release (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/6467">#6467</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/4209030f73a61c601f37901ca254e6990c4f01ba"><code>4209030</code></a>
chore: update vscode badges (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/6468">#6468</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/c939e546a9a26c1b67aaa59f448ef4a63323d0f8"><code>c939e54</code></a>
chore: fix invalid link in CHANGELOG.md</li>
<li>Additional commits viewable in <a
href="https://github.com/biomejs/biome/commits/@biomejs/biome@2.0.6/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=1.9.4&new-version=2.0.6)](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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
88 ■■■■■ changed files
package-lock.json 86 ●●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
package-lock.json
@@ -1,12 +1,12 @@
{
  "name": "@thenewdynamic/gohugo-theme-ananke",
  "version": "2.12.0",
  "version": "2.12.1",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "@thenewdynamic/gohugo-theme-ananke",
      "version": "2.12.0",
      "version": "2.12.1",
      "license": "MIT",
      "dependencies": {
        "cssnano": "7.0.7",
@@ -15,7 +15,7 @@
        "tachyons": "4.12.0"
      },
      "devDependencies": {
        "@biomejs/biome": "1.9.4",
        "@biomejs/biome": "2.0.6",
        "@davidsneighbour/markdownlint-config": "2025.1.5",
        "@davidsneighbour/release-config": "2025.1.5",
        "@davidsneighbour/tools": "2025.1.5",
@@ -86,12 +86,10 @@
      }
    },
    "node_modules/@biomejs/biome": {
      "version": "1.9.4",
      "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.4.tgz",
      "integrity": "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==",
      "version": "2.0.6",
      "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.0.6.tgz",
      "integrity": "sha512-RRP+9cdh5qwe2t0gORwXaa27oTOiQRQvrFf49x2PA1tnpsyU7FIHX4ZOFMtBC4QNtyWsN7Dqkf5EDbg4X+9iqA==",
      "dev": true,
      "hasInstallScript": true,
      "license": "MIT OR Apache-2.0",
      "bin": {
        "biome": "bin/biome"
      },
@@ -103,25 +101,24 @@
        "url": "https://opencollective.com/biome"
      },
      "optionalDependencies": {
        "@biomejs/cli-darwin-arm64": "1.9.4",
        "@biomejs/cli-darwin-x64": "1.9.4",
        "@biomejs/cli-linux-arm64": "1.9.4",
        "@biomejs/cli-linux-arm64-musl": "1.9.4",
        "@biomejs/cli-linux-x64": "1.9.4",
        "@biomejs/cli-linux-x64-musl": "1.9.4",
        "@biomejs/cli-win32-arm64": "1.9.4",
        "@biomejs/cli-win32-x64": "1.9.4"
        "@biomejs/cli-darwin-arm64": "2.0.6",
        "@biomejs/cli-darwin-x64": "2.0.6",
        "@biomejs/cli-linux-arm64": "2.0.6",
        "@biomejs/cli-linux-arm64-musl": "2.0.6",
        "@biomejs/cli-linux-x64": "2.0.6",
        "@biomejs/cli-linux-x64-musl": "2.0.6",
        "@biomejs/cli-win32-arm64": "2.0.6",
        "@biomejs/cli-win32-x64": "2.0.6"
      }
    },
    "node_modules/@biomejs/cli-darwin-arm64": {
      "version": "1.9.4",
      "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz",
      "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==",
      "version": "2.0.6",
      "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.0.6.tgz",
      "integrity": "sha512-AzdiNNjNzsE6LfqWyBvcL29uWoIuZUkndu+wwlXW13EKcBHbbKjNQEZIJKYDc6IL+p7bmWGx3v9ZtcRyIoIz5A==",
      "cpu": [
        "arm64"
      ],
      "dev": true,
      "license": "MIT OR Apache-2.0",
      "optional": true,
      "os": [
        "darwin"
@@ -131,14 +128,13 @@
      }
    },
    "node_modules/@biomejs/cli-darwin-x64": {
      "version": "1.9.4",
      "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz",
      "integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==",
      "version": "2.0.6",
      "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.0.6.tgz",
      "integrity": "sha512-wJjjP4E7bO4WJmiQaLnsdXMa516dbtC6542qeRkyJg0MqMXP0fvs4gdsHhZ7p9XWTAmGIjZHFKXdsjBvKGIJJQ==",
      "cpu": [
        "x64"
      ],
      "dev": true,
      "license": "MIT OR Apache-2.0",
      "optional": true,
      "os": [
        "darwin"
@@ -148,14 +144,13 @@
      }
    },
    "node_modules/@biomejs/cli-linux-arm64": {
      "version": "1.9.4",
      "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz",
      "integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==",
      "version": "2.0.6",
      "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.0.6.tgz",
      "integrity": "sha512-ZSVf6TYo5rNMUHIW1tww+rs/krol7U5A1Is/yzWyHVZguuB0lBnIodqyFuwCNqG9aJGyk7xIMS8HG0qGUPz0SA==",
      "cpu": [
        "arm64"
      ],
      "dev": true,
      "license": "MIT OR Apache-2.0",
      "optional": true,
      "os": [
        "linux"
@@ -165,14 +160,13 @@
      }
    },
    "node_modules/@biomejs/cli-linux-arm64-musl": {
      "version": "1.9.4",
      "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz",
      "integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==",
      "version": "2.0.6",
      "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.0.6.tgz",
      "integrity": "sha512-CVPEMlin3bW49sBqLBg2x016Pws7eUXA27XYDFlEtponD0luYjg2zQaMJ2nOqlkKG9fqzzkamdYxHdMDc2gZFw==",
      "cpu": [
        "arm64"
      ],
      "dev": true,
      "license": "MIT OR Apache-2.0",
      "optional": true,
      "os": [
        "linux"
@@ -182,14 +176,13 @@
      }
    },
    "node_modules/@biomejs/cli-linux-x64": {
      "version": "1.9.4",
      "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz",
      "integrity": "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==",
      "version": "2.0.6",
      "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.0.6.tgz",
      "integrity": "sha512-geM1MkHTV1Kh2Cs/Xzot9BOF3WBacihw6bkEmxkz4nSga8B9/hWy5BDiOG3gHDGIBa8WxT0nzsJs2f/hPqQIQw==",
      "cpu": [
        "x64"
      ],
      "dev": true,
      "license": "MIT OR Apache-2.0",
      "optional": true,
      "os": [
        "linux"
@@ -199,14 +192,13 @@
      }
    },
    "node_modules/@biomejs/cli-linux-x64-musl": {
      "version": "1.9.4",
      "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.4.tgz",
      "integrity": "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==",
      "version": "2.0.6",
      "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.0.6.tgz",
      "integrity": "sha512-mKHE/e954hR/hSnAcJSjkf4xGqZc/53Kh39HVW1EgO5iFi0JutTN07TSjEMg616julRtfSNJi0KNyxvc30Y4rQ==",
      "cpu": [
        "x64"
      ],
      "dev": true,
      "license": "MIT OR Apache-2.0",
      "optional": true,
      "os": [
        "linux"
@@ -216,14 +208,13 @@
      }
    },
    "node_modules/@biomejs/cli-win32-arm64": {
      "version": "1.9.4",
      "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz",
      "integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==",
      "version": "2.0.6",
      "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.0.6.tgz",
      "integrity": "sha512-290V4oSFoKaprKE1zkYVsDfAdn0An5DowZ+GIABgjoq1ndhvNxkJcpxPsiYtT7slbVe3xmlT0ncdfOsN7KruzA==",
      "cpu": [
        "arm64"
      ],
      "dev": true,
      "license": "MIT OR Apache-2.0",
      "optional": true,
      "os": [
        "win32"
@@ -233,14 +224,13 @@
      }
    },
    "node_modules/@biomejs/cli-win32-x64": {
      "version": "1.9.4",
      "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz",
      "integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==",
      "version": "2.0.6",
      "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.0.6.tgz",
      "integrity": "sha512-bfM1Bce0d69Ao7pjTjUS+AWSZ02+5UHdiAP85Th8e9yV5xzw6JrHXbL5YWlcEKQ84FIZMdDc7ncuti1wd2sdbw==",
      "cpu": [
        "x64"
      ],
      "dev": true,
      "license": "MIT OR Apache-2.0",
      "optional": true,
      "os": [
        "win32"
package.json
@@ -38,7 +38,7 @@
    "tachyons": "4.12.0"
  },
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "@biomejs/biome": "2.0.6",
    "@davidsneighbour/markdownlint-config": "2025.1.5",
    "@davidsneighbour/release-config": "2025.1.5",
    "@davidsneighbour/tools": "2025.1.5",