Commit b7efc38
authored
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
"foo.css";</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><script></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
"foo.css";</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><script></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>{
"compilerOptions": {
"baseUrl": "./src"
}
}
</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 />
[](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
1 file changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments