Skip to content

Commit b7be0a5

Browse files
Bump @biomejs/biome from 1.9.4 to 2.0.6 (#1026)
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/[email protected]/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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ken Matsui <[email protected]>
1 parent 641fbb3 commit b7be0a5

File tree

9 files changed

+64
-75
lines changed

9 files changed

+64
-75
lines changed

app/_components/logo.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { faHouseChimneyWindow } from "@fortawesome/free-solid-svg-icons";
22
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
3-
import React from "react";
43

54
export const Logo = () => (
65
<div className="hidden sm:flex gap-1 justify-end">

app/layout.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ import "./globals.css";
99

1010
export default function Layout({
1111
children,
12-
}: { children: React.ReactNode }): JSX.Element {
12+
}: {
13+
children: React.ReactNode;
14+
}): JSX.Element {
1315
return (
1416
<html lang="en" className="dark">
1517
<body

app/packages/[group]/[name]/[version]/page.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,20 @@ type Params = Promise<{
1010
name: string;
1111
version: string;
1212
}>;
13-
type SearchParams = Promise<{ [key: string]: string | string[] | undefined }>;
1413

1514
export async function generateMetadata(
1615
props: {
1716
params: Params;
1817
},
19-
parent: ResolvingMetadata,
18+
_parent: ResolvingMetadata,
2019
): Promise<Metadata> {
2120
const params = await props.params;
2221
return {
2322
title: `${params.group}/${params.name} (v${params.version})`,
2423
};
2524
}
2625

27-
export default async function Page(props: {
28-
params: Params;
29-
}) {
26+
export default async function Page(props: { params: Params }) {
3027
const params = await props.params;
3128

3229
const hasuraClient = getHasuraClient();

app/packages/[group]/[name]/page.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,20 @@ type Params = Promise<{
99
group: string;
1010
name: string;
1111
}>;
12-
type SearchParams = Promise<{ [key: string]: string | string[] | undefined }>;
1312

1413
export async function generateMetadata(
1514
props: {
1615
params: Params;
1716
},
18-
parent: ResolvingMetadata,
17+
_parent: ResolvingMetadata,
1918
): Promise<Metadata> {
2019
const params = await props.params;
2120
return {
2221
title: `${params.group}/${params.name} (latest)`,
2322
};
2423
}
2524

26-
export default async function Page(props: {
27-
params: Params;
28-
}) {
25+
export default async function Page(props: { params: Params }) {
2926
const params = await props.params;
3027

3128
const hasuraClient = getHasuraClient();

app/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ export const metadata: Metadata = {
1010
title: "Cabin - Intuitive and fast C++ package manager and build system",
1111
};
1212

13-
const green = "text-[#ABCF76]";
14-
const brightGreen = "text-[#C3E88D] font-bold";
15-
1613
export default function Home() {
1714
return (
1815
<main className="container mx-auto max-w-7xl px-6 flex-grow">

app/search/page.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Card, CardBody, CardHeader } from "@nextui-org/react";
22
import type { Metadata, ResolvingMetadata } from "next";
33
import NextLink from "next/link";
4-
import { notFound } from "next/navigation";
54
import { PER_PAGE } from "../_lib/constants";
65
import { getHasuraClient } from "../_lib/hasuraClient";
76
import { Pagination } from "./_components/pagination";
@@ -14,7 +13,7 @@ export async function generateMetadata(
1413
props: {
1514
searchParams: SearchParams;
1615
},
17-
parent: ResolvingMetadata,
16+
_parent: ResolvingMetadata,
1817
): Promise<Metadata> {
1918
const searchParams = await props.searchParams;
2019

@@ -29,9 +28,7 @@ export async function generateMetadata(
2928
};
3029
}
3130

32-
export default async function Page(props: {
33-
searchParams: SearchParams;
34-
}) {
31+
export default async function Page(props: { searchParams: SearchParams }) {
3532
const searchParams = await props.searchParams;
3633

3734
const query = String(searchParams?.q) ?? "";

biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.4.0/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.1.1/schema.json",
33
"files": {
4-
"ignore": ["./.next/*", "./graphql/*"]
4+
"includes": ["**", "!.next/**/*", "!graphql/**/*"]
55
},
66
"linter": {
77
"enabled": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"timeago.js": "^4.0.2"
3535
},
3636
"devDependencies": {
37-
"@biomejs/biome": "1.9.4",
37+
"@biomejs/biome": "2.1.1",
3838
"@graphql-codegen/cli": "^5.0.7",
3939
"@graphql-codegen/introspection": "^4.0.3",
4040
"@graphql-codegen/typescript-graphql-request": "^6.3.0",

yarn.lock

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -503,59 +503,59 @@
503503
"@babel/helper-validator-identifier" "^7.22.20"
504504
to-fast-properties "^2.0.0"
505505

506-
"@biomejs/biome@1.9.4":
507-
version "1.9.4"
508-
resolved "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.4.tgz"
509-
integrity sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==
506+
"@biomejs/biome@2.1.1":
507+
version "2.1.1"
508+
resolved "https://registry.yarnpkg.com/@biomejs/biome/-/biome-2.1.1.tgz#53b9317d356aef01a610b46ca4574a9bb4ca0094"
509+
integrity sha512-HFGYkxG714KzG+8tvtXCJ1t1qXQMzgWzfvQaUjxN6UeKv+KvMEuliInnbZLJm6DXFXwqVi6446EGI0sGBLIYng==
510510
optionalDependencies:
511-
"@biomejs/cli-darwin-arm64" "1.9.4"
512-
"@biomejs/cli-darwin-x64" "1.9.4"
513-
"@biomejs/cli-linux-arm64" "1.9.4"
514-
"@biomejs/cli-linux-arm64-musl" "1.9.4"
515-
"@biomejs/cli-linux-x64" "1.9.4"
516-
"@biomejs/cli-linux-x64-musl" "1.9.4"
517-
"@biomejs/cli-win32-arm64" "1.9.4"
518-
"@biomejs/cli-win32-x64" "1.9.4"
519-
520-
"@biomejs/cli-darwin-arm64@1.9.4":
521-
version "1.9.4"
522-
resolved "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz"
523-
integrity sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==
524-
525-
"@biomejs/cli-darwin-x64@1.9.4":
526-
version "1.9.4"
527-
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz#eafc2ce3849d385fc02238aad1ca4a73395a64d9"
528-
integrity sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==
529-
530-
"@biomejs/cli-linux-arm64-musl@1.9.4":
531-
version "1.9.4"
532-
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz#d780c3e01758fc90f3268357e3f19163d1f84fca"
533-
integrity sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==
534-
535-
"@biomejs/cli-linux-arm64@1.9.4":
536-
version "1.9.4"
537-
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz#8ed1dd0e89419a4b66a47f95aefb8c46ae6041c9"
538-
integrity sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==
539-
540-
"@biomejs/cli-linux-x64-musl@1.9.4":
541-
version "1.9.4"
542-
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.4.tgz#f36982b966bd671a36671e1de4417963d7db15fb"
543-
integrity sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==
544-
545-
"@biomejs/cli-linux-x64@1.9.4":
546-
version "1.9.4"
547-
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz#a0a7f56680c76b8034ddc149dbf398bdd3a462e8"
548-
integrity sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==
549-
550-
"@biomejs/cli-win32-arm64@1.9.4":
551-
version "1.9.4"
552-
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz#e2ef4e0084e76b7e26f0fc887c5ef1265ea56200"
553-
integrity sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==
554-
555-
"@biomejs/cli-win32-x64@1.9.4":
556-
version "1.9.4"
557-
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz#4c7afa90e3970213599b4095e62f87e5972b2340"
558-
integrity sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==
511+
"@biomejs/cli-darwin-arm64" "2.1.1"
512+
"@biomejs/cli-darwin-x64" "2.1.1"
513+
"@biomejs/cli-linux-arm64" "2.1.1"
514+
"@biomejs/cli-linux-arm64-musl" "2.1.1"
515+
"@biomejs/cli-linux-x64" "2.1.1"
516+
"@biomejs/cli-linux-x64-musl" "2.1.1"
517+
"@biomejs/cli-win32-arm64" "2.1.1"
518+
"@biomejs/cli-win32-x64" "2.1.1"
519+
520+
"@biomejs/cli-darwin-arm64@2.1.1":
521+
version "2.1.1"
522+
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.1.1.tgz#bf0a304908be417eb3602832e794583c4051649e"
523+
integrity sha512-2Muinu5ok4tWxq4nu5l19el48cwCY/vzvI7Vjbkf3CYIQkjxZLyj0Ad37Jv2OtlXYaLvv+Sfu1hFeXt/JwRRXQ==
524+
525+
"@biomejs/cli-darwin-x64@2.1.1":
526+
version "2.1.1"
527+
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.1.1.tgz#47a066b0fc5251be2f244ff9660edb3e4c272886"
528+
integrity sha512-cC8HM5lrgKQXLAK+6Iz2FrYW5A62pAAX6KAnRlEyLb+Q3+Kr6ur/sSuoIacqlp1yvmjHJqjYfZjPvHWnqxoEIA==
529+
530+
"@biomejs/cli-linux-arm64-musl@2.1.1":
531+
version "2.1.1"
532+
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.1.1.tgz#c4f0aa5cc290b35942361379084f731ddc5a596b"
533+
integrity sha512-/7FBLnTswu4jgV9ttI3AMIdDGqVEPIZd8I5u2D4tfCoj8rl9dnjrEQbAIDlWhUXdyWlFSz8JypH3swU9h9P+2A==
534+
535+
"@biomejs/cli-linux-arm64@2.1.1":
536+
version "2.1.1"
537+
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.1.1.tgz#926b0470a67ed5382e51aa6c7635b29473ee2619"
538+
integrity sha512-tw4BEbhAUkWPe4WBr6IX04DJo+2jz5qpPzpW/SWvqMjb9QuHY8+J0M23V8EPY/zWU4IG8Ui0XESapR1CB49Q7g==
539+
540+
"@biomejs/cli-linux-x64-musl@2.1.1":
541+
version "2.1.1"
542+
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.1.1.tgz#7c9d2cd612647c314fcd0c340f96d6c8f79ec1bd"
543+
integrity sha512-kUu+loNI3OCD2c12cUt7M5yaaSjDnGIksZwKnueubX6c/HWUyi/0mPbTBHR49Me3F0KKjWiKM+ZOjsmC+lUt9g==
544+
545+
"@biomejs/cli-linux-x64@2.1.1":
546+
version "2.1.1"
547+
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64/-/cli-linux-x64-2.1.1.tgz#07052455df520d27556edf8a0ecb2a2983aeaaaf"
548+
integrity sha512-3WJ1GKjU7NzZb6RTbwLB59v9cTIlzjbiFLDB0z4376TkDqoNYilJaC37IomCr/aXwuU8QKkrYoHrgpSq5ffJ4Q==
549+
550+
"@biomejs/cli-win32-arm64@2.1.1":
551+
version "2.1.1"
552+
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.1.1.tgz#3e64dfa8842b239e38eafc6c1abc652d3566547a"
553+
integrity sha512-vEHK0v0oW+E6RUWLoxb2isI3rZo57OX9ZNyyGH701fZPj6Il0Rn1f5DMNyCmyflMwTnIQstEbs7n2BxYSqQx4Q==
554+
555+
"@biomejs/cli-win32-x64@2.1.1":
556+
version "2.1.1"
557+
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-x64/-/cli-win32-x64-2.1.1.tgz#bc70ca227d7faf4269654401ee9a50ee6d5e468b"
558+
integrity sha512-i2PKdn70kY++KEF/zkQFvQfX1e8SkA8hq4BgC+yE9dZqyLzB/XStY2MvwI3qswlRgnGpgncgqe0QYKVS1blksg==
559559

560560
"@corex/deepmerge@^4.0.43":
561561
version "4.0.43"

0 commit comments

Comments
 (0)