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 = () => {
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 = () => {
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 />
[](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>