Commit 028dc0f
authored
Bump @biomejs/biome from 2.3.4 to 2.3.5 (#159)
Bumps
[@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome)
from 2.3.4 to 2.3.5.
<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.5</h2>
<h2>2.3.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8023">#8023</a> <a
href="https://github.com/biomejs/biome/commit/96f3e778a38aa5f48e67eb44b545cba6330dc192"><code>96f3e77</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Added support Svelte syntax <code>{@html}</code>. Biome now is able to
parse and format the Svelte syntax <a
href="https://svelte.dev/docs/svelte/@html"><code>{@html}</code></a>:</p>
<pre lang="diff"><code>-{@html 'div'}
+{@html 'div'}
</code></pre>
<p>The contents of the expressions inside the <code>{@html
<expression>}</code> aren't formatted yet.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8058">#8058</a> <a
href="https://github.com/biomejs/biome/commit/5f68bcc9ae9208366bf5aed932b3ae3082ba21b1"><code>5f68bcc</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed a bug where the Biome Language Server would enable its project
file watcher even when no project rules were enabled.</p>
<p>Now the watching of nested configuration files and nested ignore
files is delegated to the editor, if their LSP spec supports it.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8023">#8023</a> <a
href="https://github.com/biomejs/biome/commit/96f3e778a38aa5f48e67eb44b545cba6330dc192"><code>96f3e77</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Added support Svelte syntax <code>{@render}</code>. Biome now is able to
parse and format the Svelte syntax <a
href="https://svelte.dev/docs/svelte/@render"><code>{@render}</code></a>:</p>
<pre lang="diff"><code>-{@render sum(1, 2) }
+{@render sum(1, 2)}
</code></pre>
<p>The contents of the expressions inside the <code>{@render
<expression>}</code> aren't formatted yet.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8006">#8006</a> <a
href="https://github.com/biomejs/biome/commit/f0612a511449944cacfe01f6884ca52b4f50e768"><code>f0612a5</code></a>
Thanks <a
href="https://github.com/Bertie690"><code>@Bertie690</code></a>! -
Updated documentation and diagnostic for
<code>lint/complexity/noBannedTypes</code>. The rule should have a more
detailed description and diagnostic error message.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8039">#8039</a> <a
href="https://github.com/biomejs/biome/commit/da70d8be5d8288397a60cdea52d2a6e5f976cace"><code>da70d8b</code></a>
Thanks <a
href="https://github.com/PFiS1737"><code>@PFiS1737</code></a>! - Biome
now keeps a blank line after the frontmatter section in Astro files.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8042">#8042</a> <a
href="https://github.com/biomejs/biome/commit/b7efa6f783adc42864b15b7ff2cb2ed6803190e2"><code>b7efa6f</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! - The
CSS Parser, with <code>tailwindDirectives</code> enabled, will now
accept at rules like <code>@media</code> and <code>@supports</code> in
<code>@custom-variant</code> shorthand syntax.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8064">#8064</a> <a
href="https://github.com/biomejs/biome/commit/3ff9d45df031b811333d40fe62b1b24a3c5d5f43"><code>3ff9d45</code></a>
Thanks <a
href="https://github.com/dibashthapa"><code>@dibashthapa</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/7967">#7967</a>:
Fixed the issue with support for advanced SVG props</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8023">#8023</a> <a
href="https://github.com/biomejs/biome/commit/96f3e778a38aa5f48e67eb44b545cba6330dc192"><code>96f3e77</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Added support Svelte syntax <code>{@Attach}</code>. Biome now is able to
parse and format the Svelte syntax <a
href="https://svelte.dev/docs/svelte/@attach"><code>{@attach}</code></a>:</p>
<pre lang="diff"><code>-<div {@Attach myAttachment
}>...</div>
+<div {@Attach myAttachment}>...</div>
</code></pre>
<p>The contents of the expressions inside the <code>{@Attach
<expression>}</code> aren't formatted yet.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8001">#8001</a> <a
href="https://github.com/biomejs/biome/commit/6e8a50e720135012832e04728d6c0e38b8bb74a1"><code>6e8a50e</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Added support Svelte syntax <code>{#key}</code>. Biome now is able to
parse and format the Svelte syntax <a
href="https://svelte.dev/docs/svelte/key"><code>{#key}</code></a>:</p>
<pre lang="diff"><code>-{#key expression} <div></div> {/key}
+{#key expression}
</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.3.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8023">#8023</a> <a
href="https://github.com/biomejs/biome/commit/96f3e778a38aa5f48e67eb44b545cba6330dc192"><code>96f3e77</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Added support Svelte syntax <code>{@html}</code>. Biome now is able to
parse and format the Svelte syntax <a
href="https://svelte.dev/docs/svelte/@html"><code>{@html}</code></a>:</p>
<pre lang="diff"><code>-{@html 'div'}
+{@html 'div'}
</code></pre>
<p>The contents of the expressions inside the <code>{@html
<expression>}</code> aren't formatted yet.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8058">#8058</a> <a
href="https://github.com/biomejs/biome/commit/5f68bcc9ae9208366bf5aed932b3ae3082ba21b1"><code>5f68bcc</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed a bug where the Biome Language Server would enable its project
file watcher even when no project rules were enabled.</p>
<p>Now the watching of nested configuration files and nested ignore
files is delegated to the editor, if their LSP spec supports it.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8023">#8023</a> <a
href="https://github.com/biomejs/biome/commit/96f3e778a38aa5f48e67eb44b545cba6330dc192"><code>96f3e77</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Added support Svelte syntax <code>{@render}</code>. Biome now is able to
parse and format the Svelte syntax <a
href="https://svelte.dev/docs/svelte/@render"><code>{@render}</code></a>:</p>
<pre lang="diff"><code>-{@render sum(1, 2) }
+{@render sum(1, 2)}
</code></pre>
<p>The contents of the expressions inside the <code>{@render
<expression>}</code> aren't formatted yet.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8006">#8006</a> <a
href="https://github.com/biomejs/biome/commit/f0612a511449944cacfe01f6884ca52b4f50e768"><code>f0612a5</code></a>
Thanks <a
href="https://github.com/Bertie690"><code>@Bertie690</code></a>! -
Updated documentation and diagnostic for
<code>lint/complexity/noBannedTypes</code>. The rule should have a more
detailed description and diagnostic error message.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8039">#8039</a> <a
href="https://github.com/biomejs/biome/commit/da70d8be5d8288397a60cdea52d2a6e5f976cace"><code>da70d8b</code></a>
Thanks <a
href="https://github.com/PFiS1737"><code>@PFiS1737</code></a>! - Biome
now keeps a blank line after the frontmatter section in Astro files.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8042">#8042</a> <a
href="https://github.com/biomejs/biome/commit/b7efa6f783adc42864b15b7ff2cb2ed6803190e2"><code>b7efa6f</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! - The
CSS Parser, with <code>tailwindDirectives</code> enabled, will now
accept at rules like <code>@media</code> and <code>@supports</code> in
<code>@custom-variant</code> shorthand syntax.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8064">#8064</a> <a
href="https://github.com/biomejs/biome/commit/3ff9d45df031b811333d40fe62b1b24a3c5d5f43"><code>3ff9d45</code></a>
Thanks <a
href="https://github.com/dibashthapa"><code>@dibashthapa</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/7967">#7967</a>:
Fixed the issue with support for advanced SVG props</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8023">#8023</a> <a
href="https://github.com/biomejs/biome/commit/96f3e778a38aa5f48e67eb44b545cba6330dc192"><code>96f3e77</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Added support Svelte syntax <code>{@Attach}</code>. Biome now is able to
parse and format the Svelte syntax <a
href="https://svelte.dev/docs/svelte/@attach"><code>{@attach}</code></a>:</p>
<pre lang="diff"><code>-<div {@Attach myAttachment
}>...</div>
+<div {@Attach myAttachment}>...</div>
</code></pre>
<p>The contents of the expressions inside the <code>{@Attach
<expression>}</code> aren't formatted yet.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8001">#8001</a> <a
href="https://github.com/biomejs/biome/commit/6e8a50e720135012832e04728d6c0e38b8bb74a1"><code>6e8a50e</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Added support Svelte syntax <code>{#key}</code>. Biome now is able to
parse and format the Svelte syntax <a
href="https://svelte.dev/docs/svelte/key"><code>{#key}</code></a>:</p>
<pre lang="diff"><code>-{#key expression} <div></div> {/key}
+{#key expression}
+ <div></div>
+{/key}
</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/0a2f6173bef263d29ac6b3c3d885e908eb4d15d6"><code>0a2f617</code></a>
ci: release (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8003">#8003</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/1a2d1af3604f36703da298017fd3cacf14e118a5"><code>1a2d1af</code></a>
feat(biome_js_analyze): implement useArraySortCompare (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8065">#8065</a>)</li>
<li>See full diff in <a
href="https://github.com/biomejs/biome/commits/@biomejs/biome@2.3.5/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>1 parent 55f656f commit 028dc0f
1 file changed
+9
-9
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments