Skip to content

Commit b7efc38

Browse files
Bump @biomejs/biome from 2.2.6 to 2.3.1 (#366)
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.2.6 to 2.3.1. <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.3.1</h2> <h2>2.3.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/7840">#7840</a> <a href="https://github.com/biomejs/biome/commit/72afdfa3451eb02d499c1a2a7dc826b37e3d5f8d"><code>72afdfa</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixed <a href="https://redirect.github.com/biomejs/biome/issues/7838">#7838</a>, which caused the new <code>--css-parse-*</code> arguments not being recognised by the <code>ci</code> command.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/7789">#7789</a> <a href="https://github.com/biomejs/biome/commit/d5b416eae710f062fe96a4c774b3bf885857ffa8"><code>d5b416e</code></a> Thanks <a href="https://github.com/fronterior"><code>@​fronterior</code></a>! - Fixed the LSP method <code>workspace/didChangeWorkspaceFolders</code> to perform incremental updates instead of replacing the entire folder list.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/7852">#7852</a> <a href="https://github.com/biomejs/biome/commit/bd254c7a4c8de8fa0a2cd9ae05591b6ee881a622"><code>bd254c7</code></a> Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! - Fixed <a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/7843">#7843</a>: The CSS parser, when <code>tailwindDirectives</code> is enabled, correctly parses <code>--*: initial;</code>.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/7872">#7872</a> <a href="https://github.com/biomejs/biome/commit/0fe13fea24f0c955fc0f98cf75d249b65532a192"><code>0fe13fe</code></a> Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! - Fixed <a href="https://redirect.github.com/biomejs/biome/issues/7861">#7861</a>: The HTML parser will now accept Svelte attribute shorthand syntax in <code>.svelte</code> files.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/7866">#7866</a> <a href="https://github.com/biomejs/biome/commit/7b2600b6826002311bdb5fcd89fd309496e993b2"><code>7b2600b</code></a> Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! - Fixed <a href="https://redirect.github.com/biomejs/biome/issues/7860">#7860</a>: The css parser, with <code>tailwindDirectives</code> enabled, will now accept <code>@plugin</code> options.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/7853">#7853</a> <a href="https://github.com/biomejs/biome/commit/fe90c785e244b2a17ba8650972fb7eb6ddc6907f"><code>fe90c78</code></a> Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! - Fixed <a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/7848">#7848</a>: The css parser with <code>tailwindDirectives</code> enabled will now correctly parse tailwind's source exclude syntax: <code>@source not &quot;foo.css&quot;;</code></p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/7878">#7878</a> <a href="https://github.com/biomejs/biome/commit/c9f7fe5473fad55b888dedf03d06deee777397a8"><code>c9f7fe5</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixed <a href="https://redirect.github.com/biomejs/biome/issues/7857">#7857</a>: Biome now parses <code>&lt;script&gt;</code> tags as TypeScript when analysing <code>.astro</code> files.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/7867">#7867</a> <a href="https://github.com/biomejs/biome/commit/b42b7189e772a876fe8053a8129dbfa93ecf8255"><code>b42b718</code></a> Thanks <a href="https://github.com/smorimoto"><code>@​smorimoto</code></a>! - Fixed incorrect option name in HTML parser error message.</p> <p>The error message for disabled text expressions incorrectly referred to the <code>html.parser.textExpression</code> option, which does not exist. Updated it to reference the correct <code>html.parser.interpolation</code> option.</p> </li> </ul> <h2>What's Changed</h2> <ul> <li>fix(cli): css parsing arguments for ci command by <a href="https://github.com/ematipico"><code>@​ematipico</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/7840">biomejs/biome#7840</a></li> <li>chore: document rule-group severity relation and update rules_check by <a href="https://github.com/Conaclos"><code>@​Conaclos</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/7827">biomejs/biome#7827</a></li> <li>fix(lsp): make update_workspace_folders perform incremental updates per LSP spec by <a href="https://github.com/fronterior"><code>@​fronterior</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/7789">biomejs/biome#7789</a></li> <li>ci(rules-check): add noSecrets exception by <a href="https://github.com/Conaclos"><code>@​Conaclos</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/7862">biomejs/biome#7862</a></li> <li>ci: fix clippy failure by <a href="https://github.com/Conaclos"><code>@​Conaclos</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/7863">biomejs/biome#7863</a></li> <li>fix(parse/css): fix parsing <code>--*: initial;</code> with tailwindDirectives enabled by <a href="https://github.com/dyc3"><code>@​dyc3</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/7852">biomejs/biome#7852</a></li> <li>fix(parse/css): fix parsing tailwind source exclude syntax by <a href="https://github.com/dyc3"><code>@​dyc3</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/7853">biomejs/biome#7853</a></li> <li>fix(core): parse astro script as TS by <a href="https://github.com/ematipico"><code>@​ematipico</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/7878">biomejs/biome#7878</a></li> <li>fix(biome_html_parser): fix incorrect option name in HTML parser error message by <a href="https://github.com/smorimoto"><code>@​smorimoto</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/7867">biomejs/biome#7867</a></li> <li>chore: ai docs revamp by <a href="https://github.com/ematipico"><code>@​ematipico</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/7879">biomejs/biome#7879</a></li> <li>fix(parse/css): allow <code>@plugin</code> to accept options by <a href="https://github.com/dyc3"><code>@​dyc3</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/7866">biomejs/biome#7866</a></li> <li>feat(parse/html): parse svelte shorthand props and spread props by <a href="https://github.com/dyc3"><code>@​dyc3</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/7872">biomejs/biome#7872</a></li> <li>ci: release by <a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot] in <a href="https://redirect.github.com/biomejs/biome/pull/7842">biomejs/biome#7842</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/fronterior"><code>@​fronterior</code></a> made their first contribution in <a href="https://redirect.github.com/biomejs/biome/pull/7789">biomejs/biome#7789</a></li> <li><a href="https://github.com/smorimoto"><code>@​smorimoto</code></a> made their first contribution in <a href="https://redirect.github.com/biomejs/biome/pull/7867">biomejs/biome#7867</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/biomejs/biome/compare/@biomejs/[email protected]...@biomejs/[email protected]">https://github.com/biomejs/biome/compare/<code>@​biomejs/biome</code><code>@​2.3.0...</code><code>@​biomejs/biome</code><code>@​2.3.1</code></a></p> <h2>Biome CLI v2.3.0</h2> <!-- 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.3.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/7840">#7840</a> <a href="https://github.com/biomejs/biome/commit/72afdfa3451eb02d499c1a2a7dc826b37e3d5f8d"><code>72afdfa</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixed <a href="https://redirect.github.com/biomejs/biome/issues/7838">#7838</a>, which caused the new <code>--css-parse-*</code> arguments not being recognised by the <code>ci</code> command.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/7789">#7789</a> <a href="https://github.com/biomejs/biome/commit/d5b416eae710f062fe96a4c774b3bf885857ffa8"><code>d5b416e</code></a> Thanks <a href="https://github.com/fronterior"><code>@​fronterior</code></a>! - Fixed the LSP method <code>workspace/didChangeWorkspaceFolders</code> to perform incremental updates instead of replacing the entire folder list.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/7852">#7852</a> <a href="https://github.com/biomejs/biome/commit/bd254c7a4c8de8fa0a2cd9ae05591b6ee881a622"><code>bd254c7</code></a> Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! - Fixed <a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/7843">#7843</a>: The CSS parser, when <code>tailwindDirectives</code> is enabled, correctly parses <code>--*: initial;</code>.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/7872">#7872</a> <a href="https://github.com/biomejs/biome/commit/0fe13fea24f0c955fc0f98cf75d249b65532a192"><code>0fe13fe</code></a> Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! - Fixed <a href="https://redirect.github.com/biomejs/biome/issues/7861">#7861</a>: The HTML parser will now accept Svelte attribute shorthand syntax in <code>.svelte</code> files.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/7866">#7866</a> <a href="https://github.com/biomejs/biome/commit/7b2600b6826002311bdb5fcd89fd309496e993b2"><code>7b2600b</code></a> Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! - Fixed <a href="https://redirect.github.com/biomejs/biome/issues/7860">#7860</a>: The css parser, with <code>tailwindDirectives</code> enabled, will now accept <code>@plugin</code> options.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/7853">#7853</a> <a href="https://github.com/biomejs/biome/commit/fe90c785e244b2a17ba8650972fb7eb6ddc6907f"><code>fe90c78</code></a> Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! - Fixed <a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/7848">#7848</a>: The css parser with <code>tailwindDirectives</code> enabled will now correctly parse tailwind's source exclude syntax: <code>@source not &quot;foo.css&quot;;</code></p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/7878">#7878</a> <a href="https://github.com/biomejs/biome/commit/c9f7fe5473fad55b888dedf03d06deee777397a8"><code>c9f7fe5</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixed <a href="https://redirect.github.com/biomejs/biome/issues/7857">#7857</a>: Biome now parses <code>&lt;script&gt;</code> tags as TypeScript when analysing <code>.astro</code> files.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/7867">#7867</a> <a href="https://github.com/biomejs/biome/commit/b42b7189e772a876fe8053a8129dbfa93ecf8255"><code>b42b718</code></a> Thanks <a href="https://github.com/smorimoto"><code>@​smorimoto</code></a>! - Fixed incorrect option name in HTML parser error message.</p> <p>The error message for disabled text expressions incorrectly referred to the <code>html.parser.textExpression</code> option, which does not exist. Updated it to reference the correct <code>html.parser.interpolation</code> option.</p> </li> </ul> <h2>2.3.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/7263">#7263</a> <a href="https://github.com/biomejs/biome/commit/a3e336937e4cef0aa4b9cd30fc4d3c195e967e86"><code>a3e3369</code></a> Thanks <a href="https://github.com/arendjr"><code>@​arendjr</code></a>! - Biome's resolver now supports <code>baseUrl</code> if specified in <code>tsconfig.json</code>.</p> <h4>Example</h4> <p>Given the following file structure:</p> <p><strong><code>tsconfig.json</code></strong></p> <pre lang="json"><code>{ &quot;compilerOptions&quot;: { &quot;baseUrl&quot;: &quot;./src&quot; } } </code></pre> <p><strong><code>src/foo.ts</code></strong></p> <pre lang="ts"><code>export function foo() {} </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/be79a6b41bf365535296d88fca3e9a235817458f"><code>be79a6b</code></a> ci: release (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/7842">#7842</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/53ffa8bf302f7c7d7108eb9b6b933f09ae322a33"><code>53ffa8b</code></a> ci: release (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/7824">#7824</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/c9033ded52419f55b5276a371264ae0f534ed42b"><code>c9033de</code></a> Merge remote-tracking branch 'origin/main' into next</li> <li><a href="https://github.com/biomejs/biome/commit/59ecfb4049fb3dcf4794ef99022f48537bf19faf"><code>59ecfb4</code></a> docs: fix typo in <code>ignoreUnknown</code> option description (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/7829">#7829</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/fcc9b42dd07e536e93a81cb051fed09a1b3e7deb"><code>fcc9b42</code></a> feat(linter): implement <code>useVueDefineMacrosOrder</code> (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/7712">#7712</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/bc8ac2b1ae76b7a735ed5bf19b2f6e1c63cc4494"><code>bc8ac2b</code></a> Merge remote-tracking branch 'origin/main' into next</li> <li><a href="https://github.com/biomejs/biome/commit/cea002f8cf733817d2fbe830afec0b5a13ecbcb7"><code>cea002f</code></a> feat: promote lint rules (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/7758">#7758</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/7f1742b9f67efcd0745a31070917c0663b1ef4a0"><code>7f1742b</code></a> chore: restore version</li> <li><a href="https://github.com/biomejs/biome/commit/e6fd318cb31093d5ae6b2b7d28c267c0076d94d3"><code>e6fd318</code></a> chore: revert version</li> <li><a href="https://github.com/biomejs/biome/commit/d9b7adefca0f96d715ba2411ea7dec08aa25978b"><code>d9b7ade</code></a> ci: release (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/7755">#7755</a>)</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> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~ematipico">ematipico</a>, a new releaser for <code>@​biomejs/biome</code> since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@biomejs/biome&package-manager=bun&previous-version=2.2.6&new-version=2.3.1)](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>
1 parent a172345 commit b7efc38

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

bun.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@
3737

3838
"@babel/runtime": ["@babel/[email protected]", "", {}, "sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q=="],
3939

40-
"@biomejs/biome": ["@biomejs/biome@2.2.6", "", { "optionalDependencies": { "@biomejs/cli-darwin-arm64": "2.2.6", "@biomejs/cli-darwin-x64": "2.2.6", "@biomejs/cli-linux-arm64": "2.2.6", "@biomejs/cli-linux-arm64-musl": "2.2.6", "@biomejs/cli-linux-x64": "2.2.6", "@biomejs/cli-linux-x64-musl": "2.2.6", "@biomejs/cli-win32-arm64": "2.2.6", "@biomejs/cli-win32-x64": "2.2.6" }, "bin": { "biome": "bin/biome" } }, "sha512-yKTCNGhek0rL5OEW1jbLeZX8LHaM8yk7+3JRGv08my+gkpmtb5dDE+54r2ZjZx0ediFEn1pYBOJSmOdDP9xtFw=="],
40+
"@biomejs/biome": ["@biomejs/biome@2.3.1", "", { "optionalDependencies": { "@biomejs/cli-darwin-arm64": "2.3.1", "@biomejs/cli-darwin-x64": "2.3.1", "@biomejs/cli-linux-arm64": "2.3.1", "@biomejs/cli-linux-arm64-musl": "2.3.1", "@biomejs/cli-linux-x64": "2.3.1", "@biomejs/cli-linux-x64-musl": "2.3.1", "@biomejs/cli-win32-arm64": "2.3.1", "@biomejs/cli-win32-x64": "2.3.1" }, "bin": { "biome": "bin/biome" } }, "sha512-A29evf1R72V5bo4o2EPxYMm5mtyGvzp2g+biZvRFx29nWebGyyeOSsDWGx3tuNNMFRepGwxmA9ZQ15mzfabK2w=="],
4141

42-
"@biomejs/cli-darwin-arm64": ["@biomejs/cli-darwin-arm64@2.2.6", "", { "os": "darwin", "cpu": "arm64" }, "sha512-UZPmn3M45CjTYulgcrFJFZv7YmK3pTxTJDrFYlNElT2FNnkkX4fsxjExTSMeWKQYoZjvekpH5cvrYZZlWu3yfA=="],
42+
"@biomejs/cli-darwin-arm64": ["@biomejs/cli-darwin-arm64@2.3.1", "", { "os": "darwin", "cpu": "arm64" }, "sha512-ombSf3MnTUueiYGN1SeI9tBCsDUhpWzOwS63Dove42osNh0PfE1cUtHFx6eZ1+MYCCLwXzlFlYFdrJ+U7h6LcA=="],
4343

44-
"@biomejs/cli-darwin-x64": ["@biomejs/cli-darwin-x64@2.2.6", "", { "os": "darwin", "cpu": "x64" }, "sha512-HOUIquhHVgh/jvxyClpwlpl/oeMqntlteL89YqjuFDiZ091P0vhHccwz+8muu3nTyHWM5FQslt+4Jdcd67+xWQ=="],
44+
"@biomejs/cli-darwin-x64": ["@biomejs/cli-darwin-x64@2.3.1", "", { "os": "darwin", "cpu": "x64" }, "sha512-pcOfwyoQkrkbGvXxRvZNe5qgD797IowpJPovPX5biPk2FwMEV+INZqfCaz4G5bVq9hYnjwhRMamg11U4QsRXrQ=="],
4545

46-
"@biomejs/cli-linux-arm64": ["@biomejs/cli-linux-arm64@2.2.6", "", { "os": "linux", "cpu": "arm64" }, "sha512-BpGtuMJGN+o8pQjvYsUKZ+4JEErxdSmcRD/JG3mXoWc6zrcA7OkuyGFN1mDggO0Q1n7qXxo/PcupHk8gzijt5g=="],
46+
"@biomejs/cli-linux-arm64": ["@biomejs/cli-linux-arm64@2.3.1", "", { "os": "linux", "cpu": "arm64" }, "sha512-td5O8pFIgLs8H1sAZsD6v+5quODihyEw4nv2R8z7swUfIK1FKk+15e4eiYVLcAE4jUqngvh4j3JCNgg0Y4o4IQ=="],
4747

48-
"@biomejs/cli-linux-arm64-musl": ["@biomejs/cli-linux-arm64-musl@2.2.6", "", { "os": "linux", "cpu": "arm64" }, "sha512-TjCenQq3N6g1C+5UT3jE1bIiJb5MWQvulpUngTIpFsL4StVAUXucWD0SL9MCW89Tm6awWfeXBbZBAhJwjyFbRQ=="],
48+
"@biomejs/cli-linux-arm64-musl": ["@biomejs/cli-linux-arm64-musl@2.3.1", "", { "os": "linux", "cpu": "arm64" }, "sha512-+DZYv8l7FlUtTrWs1Tdt1KcNCAmRO87PyOnxKGunbWm5HKg1oZBSbIIPkjrCtDZaeqSG1DiGx7qF+CPsquQRcg=="],
4949

50-
"@biomejs/cli-linux-x64": ["@biomejs/cli-linux-x64@2.2.6", "", { "os": "linux", "cpu": "x64" }, "sha512-1HaM/dpI/1Z68zp8ZdT6EiBq+/O/z97a2AiHMl+VAdv5/ELckFt9EvRb8hDHpk8hUMoz03gXkC7VPXOVtU7faA=="],
50+
"@biomejs/cli-linux-x64": ["@biomejs/cli-linux-x64@2.3.1", "", { "os": "linux", "cpu": "x64" }, "sha512-PYWgEO7up7XYwSAArOpzsVCiqxBCXy53gsReAb1kKYIyXaoAlhBaBMvxR/k2Rm9aTuZ662locXUmPk/Aj+Xu+Q=="],
5151

52-
"@biomejs/cli-linux-x64-musl": ["@biomejs/cli-linux-x64-musl@2.2.6", "", { "os": "linux", "cpu": "x64" }, "sha512-1ZcBux8zVM3JhWN2ZCPaYf0+ogxXG316uaoXJdgoPZcdK/rmRcRY7PqHdAos2ExzvjIdvhQp72UcveI98hgOog=="],
52+
"@biomejs/cli-linux-x64-musl": ["@biomejs/cli-linux-x64-musl@2.3.1", "", { "os": "linux", "cpu": "x64" }, "sha512-Y3Ob4nqgv38Mh+6EGHltuN+Cq8aj/gyMTJYzkFZV2AEj+9XzoXB9VNljz9pjfFNHUxvLEV4b55VWyxozQTBaUQ=="],
5353

54-
"@biomejs/cli-win32-arm64": ["@biomejs/cli-win32-arm64@2.2.6", "", { "os": "win32", "cpu": "arm64" }, "sha512-h3A88G8PGM1ryTeZyLlSdfC/gz3e95EJw9BZmA6Po412DRqwqPBa2Y9U+4ZSGUAXCsnSQE00jLV8Pyrh0d+jQw=="],
54+
"@biomejs/cli-win32-arm64": ["@biomejs/cli-win32-arm64@2.3.1", "", { "os": "win32", "cpu": "arm64" }, "sha512-RHIG/zgo+69idUqVvV3n8+j58dKYABRpMyDmfWu2TITC+jwGPiEaT0Q3RKD+kQHiS80mpBrST0iUGeEXT0bU9A=="],
5555

56-
"@biomejs/cli-win32-x64": ["@biomejs/cli-win32-x64@2.2.6", "", { "os": "win32", "cpu": "x64" }, "sha512-yx0CqeOhPjYQ5ZXgPfu8QYkgBhVJyvWe36as7jRuPrKPO5ylVDfwVtPQ+K/mooNTADW0IhxOZm3aPu16dP8yNQ=="],
56+
"@biomejs/cli-win32-x64": ["@biomejs/cli-win32-x64@2.3.1", "", { "os": "win32", "cpu": "x64" }, "sha512-izl30JJ5Dp10mi90Eko47zhxE6pYyWPcnX1NQxKpL/yMhXxf95oLTzfpu4q+MDBh/gemNqyJEwjBpe0MT5iWPA=="],
5757

5858
"@braidai/lang": ["@braidai/[email protected]", "", {}, "sha512-5uM+no3i3DafVgkoW7ayPhEGHNNBZCSj5TrGDQt0ayEKQda5f3lAXlmQg0MR5E0gKgmTzUUEtSWHsEC3h9jUcg=="],
5959

0 commit comments

Comments
 (0)