Skip to content

Commit

Permalink
Bump @biomejs/biome from 1.5.3 to 1.6.3 (#959)
Browse files Browse the repository at this point in the history
Bumps
[@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome)
from 1.5.3 to 1.6.3.
<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>CLI v1.6.3</h2>
<h3>Analyzer</h3>
<h3>CLI</h3>
<h4>Bug fixes</h4>
<ul>
<li>
<p>Fix configuration resolution. Biome is now able to correctly find the
<code>biome.jsonc</code> configuration file when
<code>--config-path</code> is explicitly set (<a
href="https://redirect.github.com/biomejs/biome/issues/2164">#2164</a>).
Contributed by <a
href="https://github.com/Sec-ant"><code>@​Sec-ant</code></a></p>
</li>
<li>
<p>JavaScript/TypeScript files of different variants (<code>.ts</code>,
<code>.js</code>, <code>.tsx</code>, <code>.jsx</code>) in a single
workspace now have stable formatting behaviors when running the CLI
command in paths of different nested levels or in different operating
systems (<a
href="https://redirect.github.com/biomejs/biome/issues/2080">#2080</a>,
<a
href="https://redirect.github.com/biomejs/biome/issues/2109">#2109</a>).
Contributed by <a
href="https://github.com/Sec-ant"><code>@​Sec-ant</code></a></p>
</li>
</ul>
<h3>Configuration</h3>
<h4>Bug fixes</h4>
<ul>
<li>Complete the documentation and overrides support for options
<code>formatter.lineEnding</code>,
<code>[language].formatter.lineEnding</code>,
<code>formatter.attributePosition</code> and
<code>javascript.formatter.attributePosition</code>. Contributed by <a
href="https://github.com/Sec-ant"><code>@​Sec-ant</code></a></li>
</ul>
<h3>Editors</h3>
<h3>Formatter</h3>
<h4>Bug fixes</h4>
<ul>
<li>Fix <a
href="https://redirect.github.com/biomejs/biome/issues/2172">#2172</a>
by breaking long object destructuring patterns. Contributed by <a
href="https://github.com/ah-yu"><code>@​ah-yu</code></a></li>
</ul>
<h3>JavaScript APIs</h3>
<h3>Linter</h3>
<h4>New features</h4>
<ul>
<li>Add rule <a
href="https://biomejs.dev/linter/rules/no-evolving-any">noEvolvingAny</a>
to disallow variables from evolving into <code>any</code> type through
reassignments. Contributed by <a
href="https://github.com/fujiyamaorange"><code>@​fujiyamaorange</code></a></li>
</ul>
<h3>LSP</h3>
<h4>Bug fixes</h4>
<ul>
<li>Quickfix action no longer autofixes lint rule errors on save when
<code>linter</code> is disabled (<a
href="https://redirect.github.com/biomejs/biome/issues/2161">#2161</a>).
Contributed by <a
href="https://github.com/Sec-ant"><code>@​Sec-ant</code></a></li>
<li>Range formatting for Astro/Svelte/Vue doesn't place code out of
place, especially when formatting on paste is enabled. Contributed by <a
href="https://github.com/ematipico"><code>@​ematipico</code></a></li>
</ul>
<h3>Parser</h3>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Other changes</h3>
<ul>
<li>feat(parser): GritQL parser by <a
href="https://github.com/arendjr"><code>@​arendjr</code></a> in <a
href="https://redirect.github.com/biomejs/biome/pull/1998">biomejs/biome#1998</a></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/CHANGELOG.md"><code>@​biomejs/biome</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>1.6.3 (2024-03-25)</h2>
<h3>Analyzer</h3>
<h3>CLI</h3>
<h4>Bug fixes</h4>
<ul>
<li>
<p>Fix configuration resolution. Biome is now able to correctly find the
<code>biome.jsonc</code> configuration file when
<code>--config-path</code> is explicitly set (<a
href="https://redirect.github.com/biomejs/biome/issues/2164">#2164</a>).
Contributed by <a
href="https://github.com/Sec-ant"><code>@​Sec-ant</code></a></p>
</li>
<li>
<p>JavaScript/TypeScript files of different variants (<code>.ts</code>,
<code>.js</code>, <code>.tsx</code>, <code>.jsx</code>) in a single
workspace now have stable formatting behaviors when running the CLI
command in paths of different nested levels or in different operating
systems (<a
href="https://redirect.github.com/biomejs/biome/issues/2080">#2080</a>,
<a
href="https://redirect.github.com/biomejs/biome/issues/2109">#2109</a>).
Contributed by <a
href="https://github.com/Sec-ant"><code>@​Sec-ant</code></a></p>
</li>
</ul>
<h3>Configuration</h3>
<h4>Bug fixes</h4>
<ul>
<li>Complete the documentation and overrides support for options
<code>formatter.lineEnding</code>,
<code>[language].formatter.lineEnding</code>,
<code>formatter.attributePosition</code> and
<code>javascript.formatter.attributePosition</code>. Contributed by <a
href="https://github.com/Sec-ant"><code>@​Sec-ant</code></a></li>
</ul>
<h3>Editors</h3>
<h3>Formatter</h3>
<h4>Bug fixes</h4>
<ul>
<li>Fix <a
href="https://redirect.github.com/biomejs/biome/issues/2172">#2172</a>
by breaking long object destructuring patterns. Contributed by <a
href="https://github.com/ah-yu"><code>@​ah-yu</code></a></li>
</ul>
<h3>JavaScript APIs</h3>
<h3>Linter</h3>
<h4>New features</h4>
<ul>
<li>Add rule <a
href="https://biomejs.dev/linter/rules/no-evolving-any">noEvolvingAny</a>
to disallow variables from evolving into <code>any</code> type through
reassignments. Contributed by <a
href="https://github.com/fujiyamaorange"><code>@​fujiyamaorange</code></a></li>
</ul>
<h4>Enhancements</h4>
<ul>
<li>Rename <code>noSemicolonInJsx</code> to
<code>noSuspiciousSemicolonInJsx</code>. Contributed by <a
href="https://github.com/fujiyamaorange"><code>@​fujiyamaorange</code></a></li>
</ul>
<h3>LSP</h3>
<h4>Bug fixes</h4>
<ul>
<li>Quickfix action no longer autofixes lint rule errors on save when
<code>linter</code> is disabled (<a
href="https://redirect.github.com/biomejs/biome/issues/2161">#2161</a>).
Contributed by <a
href="https://github.com/Sec-ant"><code>@​Sec-ant</code></a></li>
<li>Range formatting for Astro/Svelte/Vue doesn't place code out of
place, especially when formatting on paste is enabled. Contributed by <a
href="https://github.com/ematipico"><code>@​ematipico</code></a></li>
</ul>
<h3>Parser</h3>
<h2>1.6.2 (2024-03-22)</h2>
<h3>Analyzer</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/biomejs/biome/commit/23b5a73ac7ccd4920f13919aaa712b9364020e88"><code>23b5a73</code></a>
release: 1.6.3 (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2195">#2195</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/6a2d92a37e7c71e48e4564472a895826a7e75bb8"><code>6a2d92a</code></a>
fix(service): cached <code>JsFormatOptions</code> with overrides (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2186">#2186</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/a2027da5e93ab7b10d1458d34cffcf321114eed9"><code>a2027da</code></a>
feat(lint/noEvolvingAny): add rule (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2112">#2112</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/7669b334ecfb9580abe83bbf6141232805f0e4bd"><code>7669b33</code></a>
release: 1.6.2 (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2152">#2152</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/958a9a19d2f2ea5267e342cdedf631efa23ce9f3"><code>958a9a1</code></a>
docs(lint/style/useFilenamingConvention): fix example options (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2144">#2144</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/98d53aede5b41636e17cf9f7f30f01bd7be33ffe"><code>98d53ae</code></a>
feat(biome_css_analyzer): initilize css linter infra (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2111">#2111</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/745afc850cc04207532567331705a961966b168c"><code>745afc8</code></a>
chore: run biome on more than a few directories (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2099">#2099</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/fdc592b39f8d8b681e9f0d9b63e9a6c642bb4c74"><code>fdc592b</code></a>
chore: fix <code>@biomejs/biome</code> inconsistency in
<code>package.json</code> (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2094">#2094</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/4568c5a578141636b4526dff00842c3baf0f3458"><code>4568c5a</code></a>
feat(biome_js_analyze): noDuplicateElesIf (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2040">#2040</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/4ed1cbe96bc9e6d7092e88dd0a54ff8ce78037e5"><code>4ed1cbe</code></a>
release: 1.6.1 (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2046">#2046</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/biomejs/biome/commits/cli/v1.6.3/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.5.3&new-version=1.6.3)](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]>
  • Loading branch information
dependabot[bot] and ken-matsui authored Apr 1, 2024
1 parent 84caa1e commit 0921de4
Show file tree
Hide file tree
Showing 9 changed files with 134 additions and 147 deletions.
2 changes: 1 addition & 1 deletion app/_components/window-actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SOFTWARE.
*/

import { clsx } from "@nextui-org/shared-utils";
import React from "react";
import type React from "react";
import { tv } from "tailwind-variants";

export type WindowActionsProps = {
Expand Down
2 changes: 1 addition & 1 deletion app/not-found.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Metadata } from "next";
import type { Metadata } from "next";

export const metadata: Metadata = {
title: "404: Not Found",
Expand Down
2 changes: 1 addition & 1 deletion app/packages/[group]/[name]/_components/pack.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Chip, Code, Divider, Link } from "@nextui-org/react";
import ReactMarkdown from "react-markdown";
import { format } from "timeago.js";
import { GetPackageByNameAndVersionQuery } from "~/graphql";
import type { GetPackageByNameAndVersionQuery } from "~/graphql";

export function Pack({
pack,
Expand Down
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { faArrowRight, faDownload } from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { Code } from "@nextui-org/react";
import { Button, Link } from "@nextui-org/react";
import { Metadata } from "next";
import type { Metadata } from "next";

import { WindowActions } from "./_components/window-actions";

Expand Down
2 changes: 1 addition & 1 deletion codegen.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CodegenConfig } from "@graphql-codegen/cli";
import type { CodegenConfig } from "@graphql-codegen/cli";

const config: CodegenConfig = {
schema: "https://poac.hasura.app/v1/graphql",
Expand Down
2 changes: 1 addition & 1 deletion middleware.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NextRequest, NextResponse } from "next/server";
import { type NextRequest, NextResponse } from "next/server";

const IS_DEV = process.env.NODE_ENV === "development";

Expand Down
100 changes: 50 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
{
"name": "poac.dev",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "yarn generate",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "biome check .",
"fmt": "biome format . --write",
"generate": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@nextui-org/react": "^2.2.10",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"framer-motion": "^11.0.24",
"graphql": "^16.8.1",
"next": "14.1.4",
"next-themes": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^9.0.1",
"semver": "^7.6.0",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@tailwindcss/typography": "^0.5.12",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.19",
"autoprefixer": "^10.4.19",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.0.0",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.38",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
}
"name": "poac.dev",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "yarn generate",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "biome check .",
"fmt": "biome format . --write",
"generate": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@nextui-org/react": "^2.2.10",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"framer-motion": "^11.0.24",
"graphql": "^16.8.1",
"next": "14.1.4",
"next-themes": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^9.0.1",
"semver": "^7.6.0",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@biomejs/biome": "1.6.3",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@tailwindcss/typography": "^0.5.12",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.19",
"autoprefixer": "^10.4.19",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.0.0",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.38",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
}
}
65 changes: 26 additions & 39 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,29 @@
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"baseUrl": ".",
"paths": {
"~/*": [
"./*"
]
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"baseUrl": ".",
"paths": {
"~/*": ["./*"]
},
"plugins": [
{
"name": "next"
}
]
},
"plugins": [
{
"name": "next"
}
]
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts"
],
"exclude": [
"node_modules"
]
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
}
104 changes: 52 additions & 52 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -515,59 +515,59 @@
"@babel/helper-validator-identifier" "^7.22.20"
to-fast-properties "^2.0.0"

"@biomejs/biome@1.5.3":
version "1.5.3"
resolved "https://registry.yarnpkg.com/@biomejs/biome/-/biome-1.5.3.tgz#0762b9f681c247a228522e6c506060e734809d48"
integrity sha512-yvZCa/g3akwTaAQ7PCwPWDCkZs3Qa5ONg/fgOUT9e6wAWsPftCjLQFPXBeGxPK30yZSSpgEmRCfpGTmVbUjGgg==
"@biomejs/biome@1.6.3":
version "1.6.3"
resolved "https://registry.yarnpkg.com/@biomejs/biome/-/biome-1.6.3.tgz#dd991f53b1aec87da096f837fa50720c9aa0ad5a"
integrity sha512-Xnp/TIpIcTnRA4LwerJuoGYQJEqwXtn5AL0U0OPXll/QGbAKmcUAfizU880xTwZRD4f53iceqODLDaD3wxYlIw==
optionalDependencies:
"@biomejs/cli-darwin-arm64" "1.5.3"
"@biomejs/cli-darwin-x64" "1.5.3"
"@biomejs/cli-linux-arm64" "1.5.3"
"@biomejs/cli-linux-arm64-musl" "1.5.3"
"@biomejs/cli-linux-x64" "1.5.3"
"@biomejs/cli-linux-x64-musl" "1.5.3"
"@biomejs/cli-win32-arm64" "1.5.3"
"@biomejs/cli-win32-x64" "1.5.3"

"@biomejs/cli-darwin-arm64@1.5.3":
version "1.5.3"
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.5.3.tgz#8df0a562ca59b7a77151e26f67f45074644fab1c"
integrity sha512-ImU7mh1HghEDyqNmxEZBoMPr8SxekkZuYcs+gynKlNW+TALQs7swkERiBLkG9NR0K1B3/2uVzlvYowXrmlW8hw==

"@biomejs/cli-darwin-x64@1.5.3":
version "1.5.3"
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.5.3.tgz#ab5376f15d9e23b60ae2b0b51f7feee38a62bba2"
integrity sha512-vCdASqYnlpq/swErH7FD6nrFz0czFtK4k/iLgj0/+VmZVjineFPgevOb+Sr9vz0tk0GfdQO60bSpI74zU8M9Dw==

"@biomejs/cli-linux-arm64-musl@1.5.3":
version "1.5.3"
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.5.3.tgz#a2ba748a6cf94e2288244294a8e36a7db153982f"
integrity sha512-DYuMizUYUBYfS0IHGjDrOP1RGipqWfMGEvNEJ398zdtmCKLXaUvTimiox5dvx4X15mBK5M2m8wgWUgOP1giUpQ==

"@biomejs/cli-linux-arm64@1.5.3":
version "1.5.3"
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.5.3.tgz#c805d48a4740cadd4fbdc22bf74d86b6e10ed84e"
integrity sha512-cupBQv0sNF1OKqBfx7EDWMSsKwRrBUZfjXawT4s6hKV6ALq7p0QzWlxr/sDmbKMLOaLQtw2Qgu/77N9rm+f9Rg==

"@biomejs/cli-linux-x64-musl@1.5.3":
version "1.5.3"
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.5.3.tgz#b524a85e46724543eb0f3eda143dd62e58d6e148"
integrity sha512-UUHiAnlDqr2Y/LpvshBFhUYMWkl2/Jn+bi3U6jKuav0qWbbBKU/ByHgR4+NBxpKBYoCtWxhnmatfH1bpPIuZMw==

"@biomejs/cli-linux-x64@1.5.3":
version "1.5.3"
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64/-/cli-linux-x64-1.5.3.tgz#3934339eac9ec14307cb73541158cbf1695bfb79"
integrity sha512-YQrSArQvcv4FYsk7Q91Yv4uuu5F8hJyORVcv3zsjCLGkjIjx2RhjYLpTL733SNL7v33GmOlZY0eFR1ko38tuUw==

"@biomejs/cli-win32-arm64@1.5.3":
version "1.5.3"
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.5.3.tgz#db337fc521bd046015499d8bbc02835dbd93f01c"
integrity sha512-HxatYH7vf/kX9nrD+pDYuV2GI9GV8EFo6cfKkahAecTuZLPxryHx1WEfJthp5eNsE0+09STGkKIKjirP0ufaZA==

"@biomejs/cli-win32-x64@1.5.3":
version "1.5.3"
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-x64/-/cli-win32-x64-1.5.3.tgz#1a424f26b709bc17fc592de18e8f48a6d2a44c86"
integrity sha512-fMvbSouZEASU7mZH8SIJSANDm5OqsjgtVXlbUqxwed6BP7uuHRSs396Aqwh2+VoW8fwTpp6ybIUoC9FrzB0kyA==
"@biomejs/cli-darwin-arm64" "1.6.3"
"@biomejs/cli-darwin-x64" "1.6.3"
"@biomejs/cli-linux-arm64" "1.6.3"
"@biomejs/cli-linux-arm64-musl" "1.6.3"
"@biomejs/cli-linux-x64" "1.6.3"
"@biomejs/cli-linux-x64-musl" "1.6.3"
"@biomejs/cli-win32-arm64" "1.6.3"
"@biomejs/cli-win32-x64" "1.6.3"

"@biomejs/cli-darwin-arm64@1.6.3":
version "1.6.3"
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.6.3.tgz#1422c81c3017660c8a461361952bac434f1df6ee"
integrity sha512-0E8PGu3/8HSkBJdtjno+niJE1ANS/12D7sPK65vw5lTBYmmaYwJdfclDp6XO0IAX7uVd3/YtXlsEua0SVrNt3Q==

"@biomejs/cli-darwin-x64@1.6.3":
version "1.6.3"
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.6.3.tgz#c2c9f8ae4b95b8dd8d8a5d220c3c49fa2476f6c5"
integrity sha512-UWu0We/aIRtWXgJKe6ygWt2xR0yXs64BwWqtZbfxBojRn3jgW8UdFAkV5yiUOX3TQlsV6BZH1EQaUAVsccUeeA==

"@biomejs/cli-linux-arm64-musl@1.6.3":
version "1.6.3"
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.6.3.tgz#52e2eba24476d5f2c58d2e5d5d331ae8e5c23b9d"
integrity sha512-AntGCSfLN1nPcQj4VOk3X2JgnDw07DaPC8BuBmRcsRmn+7GPSWLllVN5awIKlRPZEbGJtSnLkTiDc5Bxw8OiuA==

"@biomejs/cli-linux-arm64@1.6.3":
version "1.6.3"
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.6.3.tgz#58bc8b8e48d5e69ef7dc07e925fb1f9f2fa45f99"
integrity sha512-wFVkQw38kOssfnkbpSh6ums5TaElw3RAt5i/VZwHmgR2nQgE0fHXLO7HwIE9VBkOEdbiIFq+2PxvFIHuJF3z3Q==

"@biomejs/cli-linux-x64-musl@1.6.3":
version "1.6.3"
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.6.3.tgz#013e93e8e0fb355bc8ab6ba0fa899f7f76963a56"
integrity sha512-GelAvGsUwbxfFpKLG+7+dvDmbrfkGqn08sL8CMQrGnhjE1krAqHWiXQsjfmi0UMFdMsk7hbc4oSAP+1+mrXcHQ==

"@biomejs/cli-linux-x64@1.6.3":
version "1.6.3"
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64/-/cli-linux-x64-1.6.3.tgz#697f5005412a5cce9976eec5478f4788c95d2ad7"
integrity sha512-vyn8TQaTZg617hjqFitwGmb1St5XXvq6I3vmxU/QFalM74BryMSvYCrYWb2Yw/TkykdEwZTMGYp+SWHRb04fTg==

"@biomejs/cli-win32-arm64@1.6.3":
version "1.6.3"
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.6.3.tgz#d90c5010f3559c76d65ec4835c57dc9ec272f59e"
integrity sha512-Gx8N2Tixke6pAI1BniteCVZgUUmaFEDYosdWxoaCus15BZI/7RcBxhsRM0ZL/lC66StSQ8vHl8JBrrld1k570Q==

"@biomejs/cli-win32-x64@1.6.3":
version "1.6.3"
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-x64/-/cli-win32-x64-1.6.3.tgz#88bf315e96c9a56f904cb33d6db1499fb2cd9964"
integrity sha512-meungPJw64SqoR7LXY1wG7GC4+4wgpyThdFUMGXa6PCe0BLFOIOcZ9VMj9PstuczMPdgmt/BUMPsj25dK1VO8A==

"@corex/deepmerge@^4.0.43":
version "4.0.43"
Expand Down

0 comments on commit 0921de4

Please sign in to comment.