Commit ff30f09
authored
⬆️ Bump the dependencies group with 4 updates (#234)
Bumps the dependencies group with 4 updates:
[cosmiconfig](https://github.com/cosmiconfig/cosmiconfig),
[@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome),
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
and [postcss](https://github.com/postcss/postcss).
Updates `cosmiconfig` from 9.0.0 to 9.0.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/cosmiconfig/cosmiconfig/blob/main/CHANGELOG.md">cosmiconfig's
changelog</a>.</em></p>
<blockquote>
<h2>9.0.1</h2>
<ul>
<li>Fixed a race condition where multiple instances existing
simultaneously could cause cosmiconfig to fail to load TypeScript config
files.</li>
<li>Fixed an issue on Windows where CWD being a short path (e.g.
<code>C:\Users\USERNA~1</code>) would cause cosmiconfig to fail to load
ESM config files.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cosmiconfig/cosmiconfig/commit/9a5cda3785913cce1eb5fa257e5994914b9ec599"><code>9a5cda3</code></a>
9.0.1</li>
<li><a
href="https://github.com/cosmiconfig/cosmiconfig/commit/2174017c97461f3bcc9873e613a886cb6f68b2b9"><code>2174017</code></a>
update changelog</li>
<li><a
href="https://github.com/cosmiconfig/cosmiconfig/commit/536d4a02a00a571f4fd9aeff4d8305734d2a1847"><code>536d4a0</code></a>
Prevent race conditions when running multiple instances of
<code>cosmiconfig</code> and ...</li>
<li><a
href="https://github.com/cosmiconfig/cosmiconfig/commit/4b48611addab10e87336d09d681bc4de42ed85db"><code>4b48611</code></a>
remove debug log</li>
<li><a
href="https://github.com/cosmiconfig/cosmiconfig/commit/53d17450120e1cb656484f81331b3e105b1e6bf4"><code>53d1745</code></a>
remove more EOL node versions</li>
<li><a
href="https://github.com/cosmiconfig/cosmiconfig/commit/7c1a1e328beb830da829c8191e9a74e4a69b61e0"><code>7c1a1e3</code></a>
replace resolve with realpath</li>
<li><a
href="https://github.com/cosmiconfig/cosmiconfig/commit/fcc908446c8869d025778f0149265480ab6272be"><code>fcc9084</code></a>
add additional path.resolve for windows short paths</li>
<li><a
href="https://github.com/cosmiconfig/cosmiconfig/commit/7e995c859ede41181850cbf320fe53ff22400482"><code>7e995c8</code></a>
debug</li>
<li><a
href="https://github.com/cosmiconfig/cosmiconfig/commit/52b6b1c9fa43230b6b034a6319c18ffc33f29d30"><code>52b6b1c</code></a>
drop node 14 build as it seems to fail for unreachable reasons</li>
<li><a
href="https://github.com/cosmiconfig/cosmiconfig/commit/db45e388b3cc33d2ea993ea4f4845bad86c9ca81"><code>db45e38</code></a>
fix tests on windows (3)</li>
<li>Additional commits viewable in <a
href="https://github.com/cosmiconfig/cosmiconfig/compare/v9.0.0...v9.0.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `@biomejs/biome` from 2.4.4 to 2.4.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.4.6</h2>
<h2>2.4.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9305">#9305</a> <a
href="https://github.com/biomejs/biome/commit/40869b5a698de5e0d2c06bc7587a9cad8c0389c5"><code>40869b5</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/4946">#4946</a>:
<code>noUnreachable</code> no longer reports code inside
<code>finally</code> blocks as unreachable when there is a
<code>break</code>, <code>continue</code>, or <code>return</code> in the
corresponding <code>try</code> body.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9303">#9303</a> <a
href="https://github.com/biomejs/biome/commit/464910c06058454a0a0ed08998e1b32cb4a6ca67"><code>464910c</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/2786">#2786</a>:
The formatter no longer produces different output on subsequent runs
when a <code>case</code> clause has a trailing line comment followed by
a single block statement.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9324">#9324</a> <a
href="https://github.com/biomejs/biome/commit/6294aa2e2710e90a05ed53edfc4dd80e3c4cbd9a"><code>6294aa2</code></a>
Thanks <a href="https://github.com/arendjr"><code>@arendjr</code></a>!
- Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/7730"><code>[#7730](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/7730)</code></a>:
<a
href="https://biomejs.dev/linter/rules/use-anchor-content/"><code>useAnchorContent</code></a>
now recognises SolidJS's <code>innerHTML</code> the same way as React's
<code>dangerouslySetInnerHTML</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9298">#9298</a> <a
href="https://github.com/biomejs/biome/commit/1003229853c80569751137b6f52dcc1b08aed659"><code>1003229</code></a>
Thanks <a href="https://github.com/Netail"><code>@Netail</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9296"><code>[#9296](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9296)</code></a>,
so comments are moved along with the attributes in the
useSortedAttributes assist rule code fix.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9329">#9329</a> <a
href="https://github.com/biomejs/biome/commit/855b45125ad33933066eb363f706e1f00dc149d2"><code>855b451</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Improved performance of <a
href="https://biomejs.dev/linter/rules/no-empty-block-statements/"><code>noEmptyBlockStatements</code></a>.
The rule is now smarter about short-circuiting its logic.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9326">#9326</a> <a
href="https://github.com/biomejs/biome/commit/85dfe9b00b820fee0ad936a54328491446e085f5"><code>85dfe9b</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Improved performance for <a
href="https://biomejs.dev/linter/rules/no-import-cycles/"><code>noImportCycles</code></a>
by explicitly excluding node_modules from the cycle detection. The
performance improvement is directly proportional to how big your
dependency tree is.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9323">#9323</a> <a
href="https://github.com/biomejs/biome/commit/d5ee4690bba0a3bb8a97da029732afde56cd4cd7"><code>d5ee469</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9217">#9217</a>
and <a
href="https://redirect.github.com/biomejs/biome-vscode/issues/959">biomejs/biome-vscode#959</a>,
where the Biome language server didn't correctly resolve the editor
setting <code>configurationPath</code> when the provided value is a
relative path.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9302">#9302</a> <a
href="https://github.com/biomejs/biome/commit/86fbc70e8f5a63fd9ece11a99b2684c25c301dba"><code>86fbc70</code></a>
Thanks <a
href="https://github.com/sepagian"><code>@sepagian</code></a>! - Fixed
<a
href="https://redirect.github.com/biomejs/biome/issues/9300">#9300</a>:
Lowercase component member expressions like
<code><form.Field></code> in Svelte and Astro files are now
correctly formatted.</p>
<pre lang="diff"><code>-<form .Field></form.Field>
+<form.Field></form.Field>
</code></pre>
</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>fix(js_analyze): move comments with useSortedAttributes action by <a
href="https://github.com/Netail"><code>@Netail</code></a> in <a
href="https://redirect.github.com/biomejs/biome/pull/9298">biomejs/biome#9298</a></li>
<li>fix(formatter): switch case comments by <a
href="https://github.com/ematipico"><code>@ematipico</code></a> in <a
href="https://redirect.github.com/biomejs/biome/pull/9303">biomejs/biome#9303</a></li>
<li>refactor(markdown-parser): promote list structural tokens from
skipped trivia to explicit CST nodes by <a
href="https://github.com/jfmcdowell"><code>@jfmcdowell</code></a> in <a
href="https://redirect.github.com/biomejs/biome/pull/9274">biomejs/biome#9274</a></li>
<li>fix(noUnreachable): handle dead implicit jumps in finally by <a
href="https://github.com/ematipico"><code>@ematipico</code></a> in <a
href="https://redirect.github.com/biomejs/biome/pull/9305">biomejs/biome#9305</a></li>
<li>refactor(markdown-parser): align newline/prescan paragraph-break
checks by <a
href="https://github.com/jfmcdowell"><code>@jfmcdowell</code></a> in <a
href="https://redirect.github.com/biomejs/biome/pull/9197">biomejs/biome#9197</a></li>
<li>refactor(markdown-parser): promote blank lines between list items to
MdNewline nodes by <a
href="https://github.com/jfmcdowell"><code>@jfmcdowell</code></a> in <a
href="https://redirect.github.com/biomejs/biome/pull/9313">biomejs/biome#9313</a></li>
<li>fix(linter): support SolidJS's <code>innerHTML</code> in
<code>useAnchorContent</code> by <a
href="https://github.com/arendjr"><code>@arendjr</code></a> in <a
href="https://redirect.github.com/biomejs/biome/pull/9324">biomejs/biome#9324</a></li>
<li>fix(lsp): correctly resolve <code>configurationPath</code> by <a
href="https://github.com/ematipico"><code>@ematipico</code></a> in <a
href="https://redirect.github.com/biomejs/biome/pull/9323">biomejs/biome#9323</a></li>
<li>perf(noImportCycles): exclude <code>node_modules</code> from cycle
detection by <a href="https://github.com/dyc3"><code>@dyc3</code></a>
in <a
href="https://redirect.github.com/biomejs/biome/pull/9326">biomejs/biome#9326</a></li>
<li>refactor(css_parser): split function parser into modules by <a
href="https://github.com/denbezrukov"><code>@denbezrukov</code></a> in
<a
href="https://redirect.github.com/biomejs/biome/pull/9325">biomejs/biome#9325</a></li>
<li>refactor(markdown-parser): promote fenced code block skipped trivia
to explicit CST nodes by <a
href="https://github.com/jfmcdowell"><code>@jfmcdowell</code></a> in <a
href="https://redirect.github.com/biomejs/biome/pull/9321">biomejs/biome#9321</a></li>
<li>refactor(css): rename operator_token field to operator by <a
href="https://github.com/denbezrukov"><code>@denbezrukov</code></a> in
<a
href="https://redirect.github.com/biomejs/biome/pull/9327">biomejs/biome#9327</a></li>
<li>perf: add <code>.skip(1)</code> to <code>.ancestors()</code> calls
in a bunch of places by <a
href="https://github.com/dyc3"><code>@dyc3</code></a> in <a
href="https://redirect.github.com/biomejs/biome/pull/9330">biomejs/biome#9330</a></li>
<li>perf(noEmptyBlockStatements): short circuit to avoid traversing
descendants for comments by <a
href="https://github.com/dyc3"><code>@dyc3</code></a> in <a
href="https://redirect.github.com/biomejs/biome/pull/9329">biomejs/biome#9329</a></li>
<li>fix: lowercase component member expressions in Astro/Svelte by <a
href="https://github.com/sepagian"><code>@sepagian</code></a> in <a
href="https://redirect.github.com/biomejs/biome/pull/9302">biomejs/biome#9302</a></li>
<li>chore: align parser options struct name by <a
href="https://github.com/Netail"><code>@Netail</code></a> in <a
href="https://redirect.github.com/biomejs/biome/pull/9332">biomejs/biome#9332</a></li>
<li>feat(css): use ScssExpression in ScssNestingDeclaration and
CssGenericProperty by <a
href="https://github.com/denbezrukov"><code>@denbezrukov</code></a> in
<a
href="https://redirect.github.com/biomejs/biome/pull/9328">biomejs/biome#9328</a></li>
<li>refactor(css): align scss expression node variants by <a
href="https://github.com/denbezrukov"><code>@denbezrukov</code></a> in
<a
href="https://redirect.github.com/biomejs/biome/pull/9340">biomejs/biome#9340</a></li>
<li>feat(css): use expression in page by <a
href="https://github.com/denbezrukov"><code>@denbezrukov</code></a> in
<a
href="https://redirect.github.com/biomejs/biome/pull/9342">biomejs/biome#9342</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/9301">biomejs/biome#9301</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/packages/@biomejs/biome/CHANGELOG.md"><code>@biomejs/biome</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>2.4.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9305">#9305</a> <a
href="https://github.com/biomejs/biome/commit/40869b5a698de5e0d2c06bc7587a9cad8c0389c5"><code>40869b5</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/4946">#4946</a>:
<code>noUnreachable</code> no longer reports code inside
<code>finally</code> blocks as unreachable when there is a
<code>break</code>, <code>continue</code>, or <code>return</code> in the
corresponding <code>try</code> body.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9303">#9303</a> <a
href="https://github.com/biomejs/biome/commit/464910c06058454a0a0ed08998e1b32cb4a6ca67"><code>464910c</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/2786">#2786</a>:
The formatter no longer produces different output on subsequent runs
when a <code>case</code> clause has a trailing line comment followed by
a single block statement.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9324">#9324</a> <a
href="https://github.com/biomejs/biome/commit/6294aa2e2710e90a05ed53edfc4dd80e3c4cbd9a"><code>6294aa2</code></a>
Thanks <a href="https://github.com/arendjr"><code>@arendjr</code></a>!
- Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/7730"><code>[#7730](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/7730)</code></a>:
<a
href="https://biomejs.dev/linter/rules/use-anchor-content/"><code>useAnchorContent</code></a>
now recognises SolidJS's <code>innerHTML</code> the same way as React's
<code>dangerouslySetInnerHTML</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9298">#9298</a> <a
href="https://github.com/biomejs/biome/commit/1003229853c80569751137b6f52dcc1b08aed659"><code>1003229</code></a>
Thanks <a href="https://github.com/Netail"><code>@Netail</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9296"><code>[#9296](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9296)</code></a>,
so comments are moved along with the attributes in the
useSortedAttributes assist rule code fix.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9329">#9329</a> <a
href="https://github.com/biomejs/biome/commit/855b45125ad33933066eb363f706e1f00dc149d2"><code>855b451</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Improved performance of <a
href="https://biomejs.dev/linter/rules/no-empty-block-statements/"><code>noEmptyBlockStatements</code></a>.
The rule is now smarter about short-circuiting its logic.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9326">#9326</a> <a
href="https://github.com/biomejs/biome/commit/85dfe9b00b820fee0ad936a54328491446e085f5"><code>85dfe9b</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Improved performance for <a
href="https://biomejs.dev/linter/rules/no-import-cycles/"><code>noImportCycles</code></a>
by explicitly excluding node_modules from the cycle detection. The
performance improvement is directly proportional to how big your
dependency tree is.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9323">#9323</a> <a
href="https://github.com/biomejs/biome/commit/d5ee4690bba0a3bb8a97da029732afde56cd4cd7"><code>d5ee469</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9217">#9217</a>
and <a
href="https://redirect.github.com/biomejs/biome-vscode/issues/959">biomejs/biome-vscode#959</a>,
where the Biome language server didn't correctly resolve the editor
setting <code>configurationPath</code> when the provided value is a
relative path.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9302">#9302</a> <a
href="https://github.com/biomejs/biome/commit/86fbc70e8f5a63fd9ece11a99b2684c25c301dba"><code>86fbc70</code></a>
Thanks <a
href="https://github.com/sepagian"><code>@sepagian</code></a>! - Fixed
<a
href="https://redirect.github.com/biomejs/biome/issues/9300">#9300</a>:
Lowercase component member expressions like
<code><form.Field></code> in Svelte and Astro files are now
correctly formatted.</p>
<pre lang="diff"><code>-<form .Field></form.Field>
+<form.Field></form.Field>
</code></pre>
</li>
</ul>
<h2>2.4.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9185">#9185</a> <a
href="https://github.com/biomejs/biome/commit/e43e730f603bb360d2993842d1b883a787224c29"><code>e43e730</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Added the nursery rule <code>useVueScopedStyles</code> for Vue SFCs.
This rule enforces that <code><style></code> blocks have the
<code>scoped</code> attribute (or <code>module</code> for CSS Modules),
preventing style leakage and conflicts between components.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9184">#9184</a> <a
href="https://github.com/biomejs/biome/commit/49c8fdecf69089e1be9e58fa52f6b72fd54ce08e"><code>49c8fde</code></a>
Thanks <a
href="https://github.com/chocky335"><code>@chocky335</code></a>! -
Improved plugin performance by batching all plugins into a single syntax
visitor with a kind-to-plugin lookup map, reducing per-node dispatch
overhead from O(N) to O(1) where N is the number of plugins.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9283">#9283</a> <a
href="https://github.com/biomejs/biome/commit/071c70053b63c60bccc170a9d84b8b3f08060a94"><code>071c700</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Fixed <a
href="https://biomejs.dev/linter/rules/no-undeclared-variables/"><code>noUndeclaredVariables</code></a>
erroneously flagging functions and variables defined in the
<code><script setup></code> section of Vue SFCs.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9221">#9221</a> <a
href="https://github.com/biomejs/biome/commit/4612133cd9677cda3c2eedb52fd8b46be579410d"><code>4612133</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed an issue where the JSON reporter didn't contain the duration of
the command.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9294">#9294</a> <a
href="https://github.com/biomejs/biome/commit/1805c8fb18081e88d81da2a6a542f7d69cd317a2"><code>1805c8f</code></a>
Thanks <a href="https://github.com/Netail"><code>@Netail</code></a>! -
Extra rule source reference. <code>biome migrate eslint</code> should do
a bit better detecting rules in your eslint configurations.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9178">#9178</a> <a
href="https://github.com/biomejs/biome/commit/101b3bb2658dd2fb7ce562f82b784fd5d068df62"><code>101b3bb</code></a>
Thanks <a
href="https://github.com/Bertie690"><code>@Bertie690</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9172">#9172</a>
and <a
href="https://redirect.github.com/biomejs/biome/issues/9168">#9168</a>:
Biome now considers more constructs as valid test assertions.</p>
<p>Previously, <a
href="https://vitest.dev/api/assert.html"><code>assert</code></a>, <a
href="https://vitest.dev/api/expect-typeof.html"><code>expectTypeOf</code></a>
and <a
href="https://vitest.dev/api/assert-type.html"><code>assertType</code></a>
were not recognized as valid assertions by Biome's linting rules,
producing false positives in <a
href="https://biomejs.dev/linter/rules/use-expect"><code>lint/nursery/useExpect</code></a>
and other similar rules.</p>
<p>Now, these rules will no longer produce errors in test cases that
used these constructs instead of <code>expect</code>:</p>
<pre lang="ts"><code>import { expectTypeOf, assert, assertType } from
"vitest";
<p></code></pre></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/biomejs/biome/commit/cabc56c43eddb40e9b57559ebfabd0454fd942f5"><code>cabc56c</code></a>
ci: release (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9301">#9301</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/3bc07ab8deec56d5f0ba4d84ecfd609c8eed6984"><code>3bc07ab</code></a>
ci: release (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9188">#9188</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/6b01778301978eba61ab68dabbd2bba814bb6ef3"><code>6b01778</code></a>
feat(linter): add useUnicodeRegex rule (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8773">#8773</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/e43e730f603bb360d2993842d1b883a787224c29"><code>e43e730</code></a>
feat(lint/html): add <code>useVueScopedStyles</code> (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9185">#9185</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/edf8bb67d6fb03607f2a3c99a3aac93907b069a6"><code>edf8bb6</code></a>
feat(lint): add ||= to ??= detection in useNullishCoalescing (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9257">#9257</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/9bbdf4dda73e589c82709d514083cb49ae9cda37"><code>9bbdf4d</code></a>
feat(lint): add nursery rule useNamedCaptureGroup (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9048">#9048</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/1f2fe2e716c9e47c7c37a2ec57ef32caac0746ab"><code>1f2fe2e</code></a>
feat: prefer-array-some from eslint-plugin-unicorn (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9056">#9056</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/1d2ca15f85f6968b4e4ad262a65aadc76fc54f50"><code>1d2ca15</code></a>
feat(lint): add useNullishCoalescing nursery rule (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8952">#8952</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/101b3bb2658dd2fb7ce562f82b784fd5d068df62"><code>101b3bb</code></a>
fix(lint): consider more constructs as valid test assertions (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9178">#9178</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/3d0648f95a0f7a3fd8ddff58d57a239e68183fe1"><code>3d0648f</code></a>
feat(biome_js_analyze): implement <code>noVueRefAsOperand</code> (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9063">#9063</a>)</li>
<li>See full diff in <a
href="https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.6/packages/@biomejs/biome">compare
view</a></li>
</ul>
</details>
<br />
Updates `@types/node` from 25.3.3 to 25.3.5
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />
Updates `postcss` from 8.5.6 to 8.5.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/postcss/postcss/releases">postcss's
releases</a>.</em></p>
<blockquote>
<h2>8.5.8</h2>
<ul>
<li>Fixed <code>Processor#version</code>.</li>
</ul>
<h2>8.5.7</h2>
<ul>
<li>Improved source map annotation cleaning performance (by CodeAnt
AI).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's
changelog</a>.</em></p>
<blockquote>
<h2>8.5.8</h2>
<ul>
<li>Fixed <code>Processor#version</code>.</li>
</ul>
<h2>8.5.7</h2>
<ul>
<li>Improved source map annotation cleaning performance (by CodeAnt
AI).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/postcss/postcss/commit/65de53745f7b8006a335199995f2dfc6d1b77d92"><code>65de537</code></a>
Release 8.5.8 version</li>
<li><a
href="https://github.com/postcss/postcss/commit/b2c6d9786e742eecb5a2b48ca5b9dc9daa30b24c"><code>b2c6d97</code></a>
Run git hook register</li>
<li><a
href="https://github.com/postcss/postcss/commit/0ae0a492e9259783bca8e1de5a06d474880ce552"><code>0ae0a49</code></a>
Update Processor#version</li>
<li><a
href="https://github.com/postcss/postcss/commit/6ee9f14d3a19d06583ab887412553f7e7189709d"><code>6ee9f14</code></a>
Release 8.5.7 version</li>
<li><a
href="https://github.com/postcss/postcss/commit/3fbc95172a26cd40db1a1d18a970a2edd4244c44"><code>3fbc951</code></a>
Fix uvu Node.js 25 support</li>
<li><a
href="https://github.com/postcss/postcss/commit/52db53ea4339b117e4d41ddd1b65bd914a89b44e"><code>52db53e</code></a>
Update dependencies</li>
<li><a
href="https://github.com/postcss/postcss/commit/497daef7972d5c7634e30a28c3c1368587df446d"><code>497daef</code></a>
Speed up source map annotation cleaning by moving from RegExp</li>
<li><a
href="https://github.com/postcss/postcss/commit/41e739a940963c87519c8cc532ed41287129431b"><code>41e739a</code></a>
Remove banner</li>
<li><a
href="https://github.com/postcss/postcss/commit/1329142fc7d4b965bf9819ffa27ac2248f07ab20"><code>1329142</code></a>
chore: speed up space-only string check in lib/parser.js (<a
href="https://redirect.github.com/postcss/postcss/issues/2064">#2064</a>)</li>
<li><a
href="https://github.com/postcss/postcss/commit/23beff9a7c1da1639b0c159df869829ff7ae1ab4"><code>23beff9</code></a>
Update dependencies</li>
<li>Additional commits viewable in <a
href="https://github.com/postcss/postcss/compare/8.5.6...8.5.8">compare
view</a></li>
</ul>
</details>
<br />
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent ea66248 commit ff30f09
1 file changed
Lines changed: 45 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments