Skip to content

Commit

Permalink
Bump @biomejs/biome from 1.6.3 to 1.7.2 (#971)
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.6.3 to 1.7.2.
<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.7.2</h2>
<h3>Analyzer</h3>
<h4>Bug fixes</h4>
<ul>
<li>
<p>Import sorting now ignores side effect imports (<a
href="https://redirect.github.com/biomejs/biome/issues/817">#817</a>).</p>
<p>A side effect import consists now in its own group.
This ensures that side effect imports are not reordered.</p>
<p>Here is an example of how imports are now sorted:</p>
<pre lang="diff"><code>  import &quot;z&quot;
- import { D } from &quot;d&quot;;
  import { C } from &quot;c&quot;;
+ import { D } from &quot;d&quot;;
  import &quot;y&quot;
  import &quot;x&quot;
- import { B } from &quot;b&quot;;
  import { A } from &quot;a&quot;;
+ import { B } from &quot;b&quot;;
  import &quot;w&quot;
</code></pre>
<p>Contributed by <a
href="https://github.com/Conaclos"><code>@​Conaclos</code></a></p>
</li>
<li>
<p>Import sorting now adds spaces where needed (<a
href="https://redirect.github.com/biomejs/biome/issues/1665">#1665</a>)
Contributed by <a
href="https://github.com/Conaclos"><code>@​Conaclos</code></a></p>
</li>
</ul>
<h3>CLI</h3>
<h4>Bug fixes</h4>
<ul>
<li>
<p><code>biome migrate eslint</code> now handles cyclic references.</p>
<p>Some plugins and configurations export objects with cyclic
references.
This causes <code>biome migrate eslint</code> to fail or ignore them.
These edge cases are now handled correctly.</p>
<p>Contributed by <a
href="https://github.com/Conaclos"><code>@​Conaclos</code></a></p>
</li>
</ul>
<h3>Formatter</h3>
<h4>Bug fixes</h4>
<ul>
<li>Correctly handle placement of comments inside named import clauses.
<a href="https://redirect.github.com/biomejs/biome/pull/2566">#2566</a>.
Contributed by <a
href="https://github.com/ah-yu"><code>@​ah-yu</code></a></li>
</ul>
<h3>Linter</h3>
<!-- 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.7.2 (2024-04-30)</h2>
<h3>Analyzer</h3>
<h4>Bug fixes</h4>
<ul>
<li>
<p>Import sorting now ignores side effect imports (<a
href="https://redirect.github.com/biomejs/biome/issues/817">#817</a>).</p>
<p>A side effect import consists now in its own group.
This ensures that side effect imports are not reordered.</p>
<p>Here is an example of how imports are now sorted:</p>
<pre lang="diff"><code>  import &quot;z&quot;
- import { D } from &quot;d&quot;;
  import { C } from &quot;c&quot;;
+ import { D } from &quot;d&quot;;
  import &quot;y&quot;
  import &quot;x&quot;
- import { B } from &quot;b&quot;;
  import { A } from &quot;a&quot;;
+ import { B } from &quot;b&quot;;
  import &quot;w&quot;
</code></pre>
<p>Contributed by <a
href="https://github.com/Conaclos"><code>@​Conaclos</code></a></p>
</li>
<li>
<p>Import sorting now adds spaces where needed (<a
href="https://redirect.github.com/biomejs/biome/issues/1665">#1665</a>)
Contributed by <a
href="https://github.com/Conaclos"><code>@​Conaclos</code></a></p>
</li>
</ul>
<h3>CLI</h3>
<h4>Bug fixes</h4>
<ul>
<li>
<p><code>biome migrate eslint</code> now handles cyclic references.</p>
<p>Some plugins and configurations export objects with cyclic
references.
This causes <code>biome migrate eslint</code> to fail or ignore them.
These edge cases are now handled correctly.</p>
<p>Contributed by <a
href="https://github.com/Conaclos"><code>@​Conaclos</code></a></p>
</li>
</ul>
<h3>Formatter</h3>
<h4>Bug fixes</h4>
<ul>
<li>Correctly handle placement of comments inside named import clauses.
<a href="https://redirect.github.com/biomejs/biome/pull/2566">#2566</a>.
Contributed by <a
href="https://github.com/ah-yu"><code>@​ah-yu</code></a></li>
</ul>
<h3>Linter</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/biomejs/biome/commit/2c70d3fde5b13ec9ef0915d22837ab8321b6737f"><code>2c70d3f</code></a>
release: v1.7.2 (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2651">#2651</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/46c378ed89ff5630e1678796ea1cb1a5c1a02cfb"><code>46c378e</code></a>
feat(biome_css_analyzer): noUnknownFunction (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2570">#2570</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/de063b44f1448b776fbfdf3bc851b86cf1a85b06"><code>de063b4</code></a>
feat(lint/useDefaultSwitchClause): add rule (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2605">#2605</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/b3ed181d182ab66267e9814a5a248388545b1eb7"><code>b3ed181</code></a>
feat(linter): Implement <code>useGenericFontNames</code> (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2573">#2573</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/a13d36d067facf0fb7943e72e86f7a7b581b48b8"><code>a13d36d</code></a>
feat: no useless undefined initialization (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2591">#2591</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/ce4979d1ce355d74e4ace905cae6a6ff43eaba0e"><code>ce4979d</code></a>
feat(biome_js_analyze): useArrayLiterals (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2541">#2541</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/b24b44c34b2912ed02653b43c96f807579e6a3aa"><code>b24b44c</code></a>
fix(lint/useConst): handle reads before assignment and improve docs (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2584">#2584</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/b3e57689bdb935560cde6236732c8ac6cca61137"><code>b3e5768</code></a>
feat(linter): add useConsistentNewBuiltin (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2540">#2540</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/7ea5dffd64d145d59867aacb7555a1ff5e927bd9"><code>7ea5dff</code></a>
feat(biome_css_analyzer): noUnknownUnit (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2535">#2535</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/52029f6eae2296ba9bc74845815cd6e94218642b"><code>52029f6</code></a>
fix(configuration_schema): rename some fields to camelCase in the
`configurat...</li>
<li>Additional commits viewable in <a
href="https://github.com/biomejs/biome/commits/cli/v1.7.2/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.6.3&new-version=1.7.2)](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>
Co-authored-by: Ken Matsui <26405363+ken-matsui@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ken-matsui committed May 2, 2024
1 parent e70d3cd commit d57a614
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 53 deletions.
1 change: 1 addition & 0 deletions app/search/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export default async function Search({ searchParams }: Props) {
{header}
{data.packages.map((pkg) => (
<Card
key={pkg.id}
id={pkg.id}
className="w-full max-w-[500px] p-4"
as={NextLink}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@biomejs/biome": "1.6.3",
"@biomejs/biome": "1.7.2",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
Expand Down
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.6.3":
version "1.6.3"
resolved "https://registry.yarnpkg.com/@biomejs/biome/-/biome-1.6.3.tgz#dd991f53b1aec87da096f837fa50720c9aa0ad5a"
integrity sha512-Xnp/TIpIcTnRA4LwerJuoGYQJEqwXtn5AL0U0OPXll/QGbAKmcUAfizU880xTwZRD4f53iceqODLDaD3wxYlIw==
"@biomejs/biome@1.7.2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@biomejs/biome/-/biome-1.7.2.tgz#982ca58428aecd9e85c1af7fa656f60615181235"
integrity sha512-6Skx9N47inLQzYi9RKgJ7PBnUnaHnMe/imqX43cOcJjZtfMnQLxEvfM2Eyo7gChkwrZlwc+VbA4huFRjw2fsYA==
optionalDependencies:
"@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==
"@biomejs/cli-darwin-arm64" "1.7.2"
"@biomejs/cli-darwin-x64" "1.7.2"
"@biomejs/cli-linux-arm64" "1.7.2"
"@biomejs/cli-linux-arm64-musl" "1.7.2"
"@biomejs/cli-linux-x64" "1.7.2"
"@biomejs/cli-linux-x64-musl" "1.7.2"
"@biomejs/cli-win32-arm64" "1.7.2"
"@biomejs/cli-win32-x64" "1.7.2"

"@biomejs/cli-darwin-arm64@1.7.2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.7.2.tgz#2beabb95f62a5c46101ca842adea539cd760b922"
integrity sha512-CrldIueHivWEWmeTkK8bTXajeX53F8i2Rrkkt8cPZyMtzkrwxf8Riq4a/jz3SQBHkxHFT4TqGbSTNMXe3X1ogA==

"@biomejs/cli-darwin-x64@1.7.2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.7.2.tgz#538473a0112d84357433750a9c2189347f9325b4"
integrity sha512-UELnLJuJOsTL9meArvn8BtiXDURyPil2Ej9me2uVpEvee8UQdqd/bssP5we400OWShlL1AAML4fn6d2WX5332g==

"@biomejs/cli-linux-arm64-musl@1.7.2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.7.2.tgz#a990e735d5f33bfc8eaea8fbc53db215d7f69948"
integrity sha512-kKYZiem7Sj7wI0dpVxJlK7C+TFQwzO/ctufIGXGJAyEmUe9vEKSzV8CXpv+JIRiTWyqaZJ4K+eHz4SPdPCv05w==

"@biomejs/cli-linux-arm64@1.7.2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.7.2.tgz#0f8186dd4a807d273c14659e859d8d86c24fb948"
integrity sha512-Z1CSGQE6fHz55gkiFHv9E8wEAaSUd7dHSRaxSCBa7utonHqpIeMbvj3Evm1w0WfGLFDtRXLV1fTfEdM0FMTOhA==

"@biomejs/cli-linux-x64-musl@1.7.2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.7.2.tgz#2f9d5715d4a02bd4644bab9ed7f7680229ba8303"
integrity sha512-x10LpGMepDrLS+h2TZ6/T7egpHjGKtiI4GuShNylmBQJWfTotbFf9eseHggrqJ4WZf9yrGoVYrtbxXftuB95sQ==

"@biomejs/cli-linux-x64@1.7.2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64/-/cli-linux-x64-1.7.2.tgz#0071ea5a25f5ec5bbc1b3e6984a454bd198fbd6f"
integrity sha512-vXXyox8/CQijBxAu0+r8FfSO7JlC4tob3PbaFda8gPJFRz2uFJw39HtxVUwbTV1EcU6wSPh4SiRu5sZfP1VHrQ==

"@biomejs/cli-win32-arm64@1.7.2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.7.2.tgz#baa561b05c30ea22c9308f63161ddf63a6baa781"
integrity sha512-kRXdlKzcU7INf6/ldu0nVmkOgt7bKqmyXRRCUqqaJfA32+9InTbkD8tGrHZEVYIWr+eTuKcg16qZVDsPSDFZ8g==

"@biomejs/cli-win32-x64@1.7.2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-x64/-/cli-win32-x64-1.7.2.tgz#cc13738545ea4a6bc4fee0bf0108a0e90dc1e173"
integrity sha512-qHTtpAs+CNglAAuaTy09htoqUhrQyd3nd0aGTuLNqD10h1llMVi8WFZfoa+e5MuDSfYtMK6nW2Tbf6WgzzR1Qw==

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

0 comments on commit d57a614

Please sign in to comment.