Commit 105186f
⬆️ Bump the dependencies group across 1 directory with 7 updates (#238)
Bumps the dependencies group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
|
[@vizzly-testing/honeydiff](https://github.com/vizzly-testing/honeydiff)
| `0.10.0` | `0.10.1` |
|
[@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env)
| `7.29.0` | `7.29.2` |
|
[@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome)
| `2.4.6` | `2.4.8` |
|
[@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss)
| `4.2.1` | `4.2.2` |
|
[@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query)
| `5.90.21` | `5.95.0` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `25.3.5` | `25.5.0` |
Updates `@vizzly-testing/honeydiff` from 0.10.0 to 0.10.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vizzly-testing/honeydiff/releases"><code>@vizzly-testing/honeydiff</code>'s
releases</a>.</em></p>
<blockquote>
<h2>✨ v0.10.1</h2>
<h2>[0.10.1] - 2026-03-11</h2>
<h2>What's Changed</h2>
<h3>Fixed</h3>
<ul>
<li>Variable-height image comparisons now correctly return diff clusters
for the height-difference region. Previously, when a baseline and
current screenshot had different heights, <code>diffClusters</code> was
empty even though <code>isDifferent</code> was <code>true</code> and
<code>diffPixels</code> was non-zero — meaning callers had no bounding
box to highlight. A synthetic cluster covering the full-width region at
the height boundary is now included in <code>diffClusters</code>.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vizzly-testing/honeydiff/compare/v0.10.0...v0.10.1">https://github.com/vizzly-testing/honeydiff/compare/v0.10.0...v0.10.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vizzly-testing/honeydiff/blob/main/CHANGELOG.md"><code>@vizzly-testing/honeydiff</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>[0.10.1] - 2026-03-11</h2>
<h2>What's Changed</h2>
<h3>Fixed</h3>
<ul>
<li>Variable-height image comparisons now correctly return diff clusters
for the height-difference region. Previously, when a baseline and
current screenshot had different heights, <code>diffClusters</code> was
empty even though <code>isDifferent</code> was <code>true</code> and
<code>diffPixels</code> was non-zero — meaning callers had no bounding
box to highlight. A synthetic cluster covering the full-width region at
the height boundary is now included in <code>diffClusters</code>.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vizzly-testing/honeydiff/compare/v0.10.0...v0.10.1">https://github.com/vizzly-testing/honeydiff/compare/v0.10.0...v0.10.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vizzly-testing/honeydiff/commit/973b2552d1c35edf6eb8ffd62b5815e5de241cc3"><code>973b255</code></a>
🔖 v0.10.1</li>
<li><a
href="https://github.com/vizzly-testing/honeydiff/commit/d9bbf8d491efe9b0a06cbcef084cd088649442b4"><code>d9bbf8d</code></a>
🔖 v0.9.0</li>
<li>See full diff in <a
href="https://github.com/vizzly-testing/honeydiff/compare/v0.10.0...v0.10.1">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a
href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
Actions), a new releaser for <code>@vizzly-testing/honeydiff</code>
since your current version.</p>
</details>
<br />
Updates `@babel/preset-env` from 7.29.0 to 7.29.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/babel/babel/releases"><code>@babel/preset-env</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.29.2 (2026-03-16)</h2>
<h4>:eyeglasses: Spec Compliance</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17840">#17840</a>
[7.x backport] async x => {} must be in leading pos (<a
href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-helpers</code>,
<code>babel-plugin-transform-async-generator-functions</code>,
<code>babel-preset-env</code>, <code>babel-runtime-corejs3</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17805">#17805</a>
[7.x backport] fix: Properly handle await in finally (<a
href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-preset-env</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17789">#17789</a>
[7.x backport] preset-env include/exclude should accept bugfix plugins
(<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17813">#17813</a>
chore: update eslint peer deps (<a
href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Huáng Jùnliàng (<a
href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li>
<li><a
href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li>
</ul>
<h2>v7.29.1 (2026-02-04)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-standalone</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17771">#17771</a>
[7.x backport] fix: ensure <code>targets.esmodules</code> is validated
(<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17776">#17776</a>
[7.x backport] Fix undefined when 64 indents (<a
href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Huáng Jùnliàng (<a
href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li>
<li><a
href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/babel/babel/commit/37d5595fca9f188f0534458180611f2e776acd31"><code>37d5595</code></a>
v7.29.2</li>
<li><a
href="https://github.com/babel/babel/commit/1c0a08d95ae7e1c788c7e1ae3a10ee53f7c86864"><code>1c0a08d</code></a>
[7.x backport] fix: Properly handle await in finally (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17805">#17805</a>)</li>
<li><a
href="https://github.com/babel/babel/commit/061bf95142132ce4200f863f891a8e3a727cd844"><code>061bf95</code></a>
[7.x backport] preset-env include/exclude should accept bugfix plugins
(<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17789">#17789</a>)</li>
<li>See full diff in <a
href="https://github.com/babel/babel/commits/v7.29.2/packages/babel-preset-env">compare
view</a></li>
</ul>
</details>
<br />
Updates `@biomejs/biome` from 2.4.6 to 2.4.8
<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.8</h2>
<h2>2.4.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9488">#9488</a> <a
href="https://github.com/biomejs/biome/commit/bc709f6e45a4cafb81636a41f9fb547ea2ead6b7"><code>bc709f6</code></a>
Thanks <a
href="https://github.com/mvanhorn"><code>@mvanhorn</code></a>! - Fixed
<a
href="https://redirect.github.com/biomejs/biome/issues/9463">#9463</a>:
the "Biome found a configuration file outside of the current
working directory" diagnostic now includes the configuration file
path and the working directory, giving users actionable information to
debug the issue.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9527">#9527</a> <a
href="https://github.com/biomejs/biome/commit/2f8bf80d7f5736d34660123ba51bddca72a3849d"><code>2f8bf80</code></a>
Thanks <a href="https://github.com/mdm317"><code>@mdm317</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/8959">#8959</a>:
Fixed TypeScript arrow function formatting when a comment appears after
<code>=></code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9525">#9525</a> <a
href="https://github.com/biomejs/biome/commit/e7b3b104590fd13b38a2ab044a297fecbcb49e8c"><code>e7b3b10</code></a>
Thanks <a
href="https://github.com/ViniciusDev26"><code>@ViniciusDev26</code></a>!
- Added the rule <a
href="https://biomejs.dev/linter/rules/no-drizzle-update-without-where/"><code>noDrizzleUpdateWithoutWhere</code></a>
to prevent accidental full-table updates when using Drizzle ORM without
a <code>.where()</code> clause.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9531">#9531</a> <a
href="https://github.com/biomejs/biome/commit/13027406436ae24022bedfff3fddec264d3f985c"><code>1302740</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9187">#9187</a>:
Astro frontmatter containing regex literals with quotes
(<code>/'/</code>, <code>/"/</code>) or dashes (<code>/---/</code>)
no longer causes parse errors.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9535">#9535</a> <a
href="https://github.com/biomejs/biome/commit/b630d9369037caeecd0f5bc25c69831a0674422f"><code>b630d93</code></a>
Thanks <a href="https://github.com/leno23"><code>@leno23</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9524">#9524</a>:
remove extra space before <code>></code> when
<code>bracketSameLine</code> is true and the self-closing slash is
absent in HTML formatter.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9537">#9537</a> <a
href="https://github.com/biomejs/biome/commit/81e630683c899f5fa147e839aa8559365ae0ac75"><code>81e6306</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9238">#9238</a>:
The HTML parser no longer incorrectly reports <code>---</code> inside
element content (e.g. <code><td>---</td></code>) as an
"Unexpected value or character" error.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9532">#9532</a> <a
href="https://github.com/biomejs/biome/commit/4b641457bb4555dbc25d081effec28a66b0f1272"><code>4b64145</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9117">#9117</a>:
<code>biome check --write</code> no longer falsely reports Svelte and
Vue files as changed when
<code>html.formatter.indentScriptAndStyle</code> is enabled and the
files are already correctly formatted.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9528">#9528</a> <a
href="https://github.com/biomejs/biome/commit/61451ef11e466dd22cf8815d8a4165c00f847ef2"><code>61451ef</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9341">#9341</a>:
Fixed an LSP crash that could corrupt file content when saving with
format-on-save enabled.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9538">#9538</a> <a
href="https://github.com/biomejs/biome/commit/794f79c3d61d0010549f8f34b05c0aaa5eb2b1c3"><code>794f79c</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9279">#9279</a>:
The rule <a
href="https://biomejs.dev/linter/rules/no-substr/"><code>noSubstr</code></a>
now detects <code>.substr()</code> and <code>.substring()</code> calls
in all expression contexts, including variable declarations, function
arguments, return statements, and arrow function bodies.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9462">#9462</a> <a
href="https://github.com/biomejs/biome/commit/c23272c9bef588b4fdccc4be05ce3549b5f2407c"><code>c23272c</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9370">#9370</a>:
The resolver now correctly prioritizes more specific
<code>exports</code> patterns over less specific ones. Previously, a
pattern like <code>"./*"</code> could match before
<code>"./features/*"</code>, causing resolution failures for
packages with overlapping subpath patterns.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9515">#9515</a> <a
href="https://github.com/biomejs/biome/commit/f85c069acd182382832dbbc116ff28b1dca9d9be"><code>f85c069</code></a>
Thanks <a
href="https://github.com/shivamtiwari3"><code>@shivamtiwari3</code></a>!
- Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9506">#9506</a>
and <a
href="https://redirect.github.com/biomejs/biome/issues/9479">#9479</a>:
Biome no longer reports false parse errors on <code><script
type="speculationrules"></code> and <code><script
type="application/ld+json"></code> tags. These script types
contain non-JavaScript content and are now correctly skipped by the
embedded language detector.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9514">#9514</a> <a
href="https://github.com/biomejs/biome/commit/7fe43c8e89b45a89f4b059133b17cf41771c51ba"><code>7fe43c8</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/6964">#6964</a>:
Biome now correctly resolves the <code>.gitignore</code> file relative
to <code>vcs.root</code> when configured. Previously, the
<code>vcs.root</code> setting was ignored and Biome always looked for
the ignore file in the workspace directory.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9521">#9521</a> <a
href="https://github.com/biomejs/biome/commit/af3993681b91a8434da0974833249d20ff844bab"><code>af39936</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9483">#9483</a>.
Now the rule <code>noRedeclare</code> doesn't panic when it encounters
constructor overloads.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9490">#9490</a> <a
href="https://github.com/biomejs/biome/commit/60cf0248221f5e3e4eacbbfa29a8b25f2b3c1a79"><code>60cf024</code></a>
Thanks <a
href="https://github.com/willfarrell"><code>@willfarrell</code></a>! -
Added support for modern CSS properties, pseudo-classes, and
pseudo-elements.</p>
<p>New known properties: <code>dynamic-range-limit</code>,
<code>overlay</code>, <code>reading-flow</code>,
<code>reading-order</code>, <code>scroll-marker-group</code>,
<code>scroll-target-group</code>.</p>
<p>New pseudo-elements: <code>::checkmark</code>, <code>::column</code>,
<code>::picker</code>, <code>::picker-icon</code>,
<code>::scroll-button</code>, <code>::scroll-marker</code>,
<code>::scroll-marker-group</code>.</p>
<p>New pseudo-classes: <code>:active-view-transition-type</code>,
<code>:has-slotted</code>, <code>:target-after</code>,
<code>:target-before</code>, <code>:target-current</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9526">#9526</a> <a
href="https://github.com/biomejs/biome/commit/4d42823aa6d71908cd5b52ebae460c8a77388980"><code>4d42823</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9358">#9358</a>
and <a
href="https://redirect.github.com/biomejs/biome/issues/9375">#9375</a>.
Now attributes that have text expressions such as
<code>class={buttonClass()}</code> are correctly tracked in Svelte
files.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9520">#9520</a> <a
href="https://github.com/biomejs/biome/commit/61f53ee073310879d095239312e31628841efb3d"><code>61f53ee</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9519">#9519</a>.
Now <code>noUnusedVariables</code> doesn't flag variables that are used
as <code>typeof</code> type.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9487">#9487</a> <a
href="https://github.com/biomejs/biome/commit/331dc0d53b9cdde93c3d56956428631ef07df984"><code>331dc0d</code></a>
Thanks <a
href="https://github.com/mvanhorn"><code>@mvanhorn</code></a>! - Fixed
<a
href="https://redirect.github.com/biomejs/biome/issues/9477">#9477</a>:
<code>source.fixAll.biome</code> no longer sorts imports when
<code>source.organizeImports.biome</code> is disabled in editor
settings. The organize imports action is now excluded from the fix-all
pass unless explicitly requested.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9525">#9525</a> <a
href="https://github.com/biomejs/biome/commit/e7b3b104590fd13b38a2ab044a297fecbcb49e8c"><code>e7b3b10</code></a>
Thanks <a
href="https://github.com/ViniciusDev26"><code>@ViniciusDev26</code></a>!
- Added the rule <a
href="https://biomejs.dev/linter/rules/no-drizzle-delete-without-where/"><code>noDrizzleDeleteWithoutWhere</code></a>
to prevent accidental full-table deletes when using Drizzle ORM without
a <code>.where()</code> clause.</p>
</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.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9488">#9488</a> <a
href="https://github.com/biomejs/biome/commit/bc709f6e45a4cafb81636a41f9fb547ea2ead6b7"><code>bc709f6</code></a>
Thanks <a
href="https://github.com/mvanhorn"><code>@mvanhorn</code></a>! - Fixed
<a
href="https://redirect.github.com/biomejs/biome/issues/9463">#9463</a>:
the "Biome found a configuration file outside of the current
working directory" diagnostic now includes the configuration file
path and the working directory, giving users actionable information to
debug the issue.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9527">#9527</a> <a
href="https://github.com/biomejs/biome/commit/2f8bf80d7f5736d34660123ba51bddca72a3849d"><code>2f8bf80</code></a>
Thanks <a href="https://github.com/mdm317"><code>@mdm317</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/8959">#8959</a>:
Fixed TypeScript arrow function formatting when a comment appears after
<code>=></code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9525">#9525</a> <a
href="https://github.com/biomejs/biome/commit/e7b3b104590fd13b38a2ab044a297fecbcb49e8c"><code>e7b3b10</code></a>
Thanks <a
href="https://github.com/ViniciusDev26"><code>@ViniciusDev26</code></a>!
- Added the rule <a
href="https://biomejs.dev/linter/rules/no-drizzle-update-without-where/"><code>noDrizzleUpdateWithoutWhere</code></a>
to prevent accidental full-table updates when using Drizzle ORM without
a <code>.where()</code> clause.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9531">#9531</a> <a
href="https://github.com/biomejs/biome/commit/13027406436ae24022bedfff3fddec264d3f985c"><code>1302740</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9187">#9187</a>:
Astro frontmatter containing regex literals with quotes
(<code>/'/</code>, <code>/"/</code>) or dashes (<code>/---/</code>)
no longer causes parse errors.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9535">#9535</a> <a
href="https://github.com/biomejs/biome/commit/b630d9369037caeecd0f5bc25c69831a0674422f"><code>b630d93</code></a>
Thanks <a href="https://github.com/leno23"><code>@leno23</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9524">#9524</a>:
remove extra space before <code>></code> when
<code>bracketSameLine</code> is true and the self-closing slash is
absent in HTML formatter.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9537">#9537</a> <a
href="https://github.com/biomejs/biome/commit/81e630683c899f5fa147e839aa8559365ae0ac75"><code>81e6306</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9238">#9238</a>:
The HTML parser no longer incorrectly reports <code>---</code> inside
element content (e.g. <code><td>---</td></code>) as an
"Unexpected value or character" error.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9532">#9532</a> <a
href="https://github.com/biomejs/biome/commit/4b641457bb4555dbc25d081effec28a66b0f1272"><code>4b64145</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9117">#9117</a>:
<code>biome check --write</code> no longer falsely reports Svelte and
Vue files as changed when
<code>html.formatter.indentScriptAndStyle</code> is enabled and the
files are already correctly formatted.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9528">#9528</a> <a
href="https://github.com/biomejs/biome/commit/61451ef11e466dd22cf8815d8a4165c00f847ef2"><code>61451ef</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9341">#9341</a>:
Fixed an LSP crash that could corrupt file content when saving with
format-on-save enabled.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9538">#9538</a> <a
href="https://github.com/biomejs/biome/commit/794f79c3d61d0010549f8f34b05c0aaa5eb2b1c3"><code>794f79c</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9279">#9279</a>:
The rule <a
href="https://biomejs.dev/linter/rules/no-substr/"><code>noSubstr</code></a>
now detects <code>.substr()</code> and <code>.substring()</code> calls
in all expression contexts, including variable declarations, function
arguments, return statements, and arrow function bodies.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9462">#9462</a> <a
href="https://github.com/biomejs/biome/commit/c23272c9bef588b4fdccc4be05ce3549b5f2407c"><code>c23272c</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9370">#9370</a>:
The resolver now correctly prioritizes more specific
<code>exports</code> patterns over less specific ones. Previously, a
pattern like <code>"./*"</code> could match before
<code>"./features/*"</code>, causing resolution failures for
packages with overlapping subpath patterns.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9515">#9515</a> <a
href="https://github.com/biomejs/biome/commit/f85c069acd182382832dbbc116ff28b1dca9d9be"><code>f85c069</code></a>
Thanks <a
href="https://github.com/shivamtiwari3"><code>@shivamtiwari3</code></a>!
- Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9506">#9506</a>
and <a
href="https://redirect.github.com/biomejs/biome/issues/9479">#9479</a>:
Biome no longer reports false parse errors on <code><script
type="speculationrules"></code> and <code><script
type="application/ld+json"></code> tags. These script types
contain non-JavaScript content and are now correctly skipped by the
embedded language detector.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9514">#9514</a> <a
href="https://github.com/biomejs/biome/commit/7fe43c8e89b45a89f4b059133b17cf41771c51ba"><code>7fe43c8</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/6964">#6964</a>:
Biome now correctly resolves the <code>.gitignore</code> file relative
to <code>vcs.root</code> when configured. Previously, the
<code>vcs.root</code> setting was ignored and Biome always looked for
the ignore file in the workspace directory.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9521">#9521</a> <a
href="https://github.com/biomejs/biome/commit/af3993681b91a8434da0974833249d20ff844bab"><code>af39936</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9483">#9483</a>.
Now the rule <code>noRedeclare</code> doesn't panic when it encounters
constructor overloads.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9490">#9490</a> <a
href="https://github.com/biomejs/biome/commit/60cf0248221f5e3e4eacbbfa29a8b25f2b3c1a79"><code>60cf024</code></a>
Thanks <a
href="https://github.com/willfarrell"><code>@willfarrell</code></a>! -
Added support for modern CSS properties, pseudo-classes, and
pseudo-elements.</p>
<p>New known properties: <code>dynamic-range-limit</code>,
<code>overlay</code>, <code>reading-flow</code>,
<code>reading-order</code>, <code>scroll-marker-group</code>,
<code>scroll-target-group</code>.</p>
<p>New pseudo-elements: <code>::checkmark</code>, <code>::column</code>,
<code>::picker</code>, <code>::picker-icon</code>,
<code>::scroll-button</code>, <code>::scroll-marker</code>,
<code>::scroll-marker-group</code>.</p>
<p>New pseudo-classes: <code>:active-view-transition-type</code>,
<code>:has-slotted</code>, <code>:target-after</code>,
<code>:target-before</code>, <code>:target-current</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9526">#9526</a> <a
href="https://github.com/biomejs/biome/commit/4d42823aa6d71908cd5b52ebae460c8a77388980"><code>4d42823</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9358">#9358</a>
and <a
href="https://redirect.github.com/biomejs/biome/issues/9375">#9375</a>.
Now attributes that have text expressions such as
<code>class={buttonClass()}</code> are correctly tracked in Svelte
files.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9520">#9520</a> <a
href="https://github.com/biomejs/biome/commit/61f53ee073310879d095239312e31628841efb3d"><code>61f53ee</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9519">#9519</a>.
Now <code>noUnusedVariables</code> doesn't flag variables that are used
as <code>typeof</code> type.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9487">#9487</a> <a
href="https://github.com/biomejs/biome/commit/331dc0d53b9cdde93c3d56956428631ef07df984"><code>331dc0d</code></a>
Thanks <a
href="https://github.com/mvanhorn"><code>@mvanhorn</code></a>! - Fixed
<a
href="https://redirect.github.com/biomejs/biome/issues/9477">#9477</a>:
<code>source.fixAll.biome</code> no longer sorts imports when
<code>source.organizeImports.biome</code> is disabled in editor
settings. The organize imports action is now excluded from the fix-all
pass unless explicitly requested.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9525">#9525</a> <a
href="https://github.com/biomejs/biome/commit/e7b3b104590fd13b38a2ab044a297fecbcb49e8c"><code>e7b3b10</code></a>
Thanks <a
href="https://github.com/ViniciusDev26"><code>@ViniciusDev26</code></a>!
- Added the rule <a
href="https://biomejs.dev/linter/rules/no-drizzle-delete-without-where/"><code>noDrizzleDeleteWithoutWhere</code></a>
to prevent accidental full-table deletes when using Drizzle ORM without
a <code>.where()</code> clause.</p>
</li>
</ul>
<h2>2.4.7</h2>
<h3>Patch Changes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/biomejs/biome/commit/f4bf3411cc34ae6458b298a03c6255ac3cd00231"><code>f4bf341</code></a>
ci: release (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9517">#9517</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/e7b3b104590fd13b38a2ab044a297fecbcb49e8c"><code>e7b3b10</code></a>
feat(lint): add noDrizzleDeleteWithoutWhere and
noDrizzleUpdateWithoutWhere r...</li>
<li><a
href="https://github.com/biomejs/biome/commit/1f30838b288bf317bf88c9247da029d9a394d009"><code>1f30838</code></a>
ci: release (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9346">#9346</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/3ac98eb0fa492fce37e87e14c2c4b7016475195c"><code>3ac98eb</code></a>
feat(css/lint): useBaseline (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9318">#9318</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/2de83626fb411e7468fdba6fae90609f9db42630"><code>2de8362</code></a>
feat(lint): add nursery rule <code>useImportsFirst</code> (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9272">#9272</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/776cb646ccb8d3d6739051f68da1629b4e0124d7"><code>776cb64</code></a>
feat(json_analyze): implement noEmptyObjectKeys (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9365">#9365</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/dda9b3dcf870f2a6ec2c9669797b3fbf2b366040"><code>dda9b3d</code></a>
chore: update rule count in readme (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9374">#9374</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/722f0da12d4fadde6eaa09abe6053f9938408028"><code>722f0da</code></a>
feat(json_analyze): implement noTopLevelLiterals (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9367">#9367</a>)</li>
<li>See full diff in <a
href="https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.8/packages/@biomejs/biome">compare
view</a></li>
</ul>
</details>
<br />
Updates `@tailwindcss/postcss` from 4.2.1 to 4.2.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/releases"><code>@tailwindcss/postcss</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v4.2.2</h2>
<h3>Added</h3>
<ul>
<li>Support Vite 8 in <code>@tailwindcss/vite</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19790">#19790</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Don't crash when candidates contain prototype properties like
<code>row-constructor</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19725">#19725</a>)</li>
<li>Canonicalize <code>calc(var(--spacing)*…)</code> expressions into
<code>--spacing(…)</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19769">#19769</a>)</li>
<li>Fix crash in canonicalization step when handling utilities
containing <code>@property</code> at-rules (e.g. <code>shadow-sm
border</code>) (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19727">#19727</a>)</li>
<li>Skip full reload for server only modules scanned by client CSS when
using <code>@tailwindcss/vite</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19745">#19745</a>)</li>
<li>Improve canonicalization for bare values exceeding default spacing
scale suggestions (e.g. <code>w-1234 h-1234</code> →
<code>size-1234</code>) (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19809">#19809</a>)</li>
<li>Fix canonicalization resulting in empty list (e.g. <code>w-5 h-5
size-5</code> → <code>''</code> instead of <code>size-5</code>) (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19812">#19812</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md"><code>@tailwindcss/postcss</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>[4.2.2] - 2026-03-18</h2>
<h3>Fixed</h3>
<ul>
<li>Don't crash when candidates contain prototype properties like
<code>row-constructor</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19725">#19725</a>)</li>
<li>Canonicalize <code>calc(var(--spacing)*…)</code> expressions into
<code>--spacing(…)</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19769">#19769</a>)</li>
<li>Fix crash in canonicalization step when handling utilities
containing <code>@property</code> at-rules (e.g. <code>shadow-sm
border</code>) (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19727">#19727</a>)</li>
<li>Skip full reload for server only modules scanned by client CSS when
using <code>@tailwindcss/vite</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19745">#19745</a>)</li>
<li>Add support for Vite 8 in <code>@tailwindcss/vite</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19790">#19790</a>)</li>
<li>Improve canonicalization for bare values exceeding default spacing
scale suggestions (e.g. <code>w-1234 h-1234</code> →
<code>size-1234</code>) (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19809">#19809</a>)</li>
<li>Fix canonicalization resulting in empty list (e.g. <code>w-5 h-5
size-5</code> → <code>''</code> instead of <code>size-5</code>) (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19812">#19812</a>)</li>
<li>Resolve tsconfig paths to allow for <code>@import
'@/path/to/file';</code> when using <code>@tailwindcss/vite</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19803">#19803</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/d596b0c43d36ad5099c983930fb155e089cbc291"><code>d596b0c</code></a>
4.2.2 (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss/issues/19821">#19821</a>)</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/faa5e8849be45e1009dc1d0f862ca782ee0a1ee9"><code>faa5e88</code></a>
Cleanup inconsistencies related to (regex) escapes (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss/issues/19804">#19804</a>)</li>
<li>See full diff in <a
href="https://github.com/tailwindlabs/tailwindcss/commits/v4.2.2/packages/@tailwindcss-postcss">compare
view</a></li>
</ul>
</details>
<br />
Updates `@tanstack/react-query` from 5.90.21 to 5.95.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/TanStack/query/releases"><code>@tanstack/react-query</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@tanstack/react-query-devtools</code><a
href="https://github.com/5"><code>@5</code></a>.95.0</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies []:
<ul>
<li><code>@tanstack/query-devtools</code><a
href="https://github.com/5"><code>@5</code></a>.95.0</li>
<li><code>@tanstack/react-query</code><a
href="https://github.com/5"><code>@5</code></a>.95.0</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-query-next-experimental</code><a
href="https://github.com/5"><code>@5</code></a>.95.0</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies []:
<ul>
<li><code>@tanstack/react-query</code><a
href="https://github.com/5"><code>@5</code></a>.95.0</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-query-persist-client</code><a
href="https://github.com/5"><code>@5</code></a>.95.0</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies []:
<ul>
<li><code>@tanstack/query-persist-client-core</code><a
href="https://github.com/5"><code>@5</code></a>.95.0</li>
<li><code>@tanstack/react-query</code><a
href="https://github.com/5"><code>@5</code></a>.95.0</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-query</code><a
href="https://github.com/5"><code>@5</code></a>.95.0</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies []:
<ul>
<li><code>@tanstack/query-core</code><a
href="https://github.com/5"><code>@5</code></a>.95.0</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-query-devtools</code><a
href="https://github.com/5"><code>@5</code></a>.94.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix(*): resolve issue about excluded build directory (<a
href="https://redirect.github.com/TanStack/query/pull/10312">#10312</a>)</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/TanStack/query/commit/4b6536dfce99036f4e37f52943c6fed3ad0e0a18"><code>4b6536d</code></a>]:</p>
<ul>
<li><code>@tanstack/query-devtools</code><a
href="https://github.com/5"><code>@5</code></a>.94.5</li>
<li><code>@tanstack/react-query</code><a
href="https://github.com/5"><code>@5</code></a>.94.5</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-query-next-experimental</code><a
href="https://github.com/5"><code>@5</code></a>.94.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix(*): resolve issue about excluded build directory (<a
href="https://redirect.github.com/TanStack/query/pull/10312">#10312</a>)</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/TanStack/query/commit/4b6536dfce99036f4e37f52943c6fed3ad0e0a18"><code>4b6536d</code></a>]:</p>
<ul>
<li><code>@tanstack/react-query</code><a
href="https://github.com/5"><code>@5</code></a>.94.5</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-query-persist-client</code><a
href="https://github.com/5"><code>@5</code></a>.94.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix(*): resolve issue about excluded build directory (<a
href="https://redirect.github.com/TanStack/query/pull/10312">#10312</a>)</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/TanStack/query/commit/4b6536dfce99036f4e37f52943c6fed3ad0e0a18"><code>4b6536d</code></a>]:</p>
<ul>
<li><code>@tanstack/query-persist-client-core</code><a
href="https://github.com/5"><code>@5</code></a>.94.5</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md"><code>@tanstack/react-query</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>5.95.0</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies []:
<ul>
<li><code>@tanstack/query-core</code><a
href="https://github.com/5"><code>@5</code></a>.95.0</li>
</ul>
</li>
</ul>
<h2>5.94.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix(*): resolve issue about excluded build directory (<a
href="https://redirect.github.com/TanStack/query/pull/10312">#10312</a>)</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/TanStack/query/commit/4b6536dfce99036f4e37f52943c6fed3ad0e0a18"><code>4b6536d</code></a>]:</p>
<ul>
<li><code>@tanstack/query-core</code><a
href="https://github.com/5"><code>@5</code></a>.94.5</li>
</ul>
</li>
</ul>
<h2>5.94.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>chore: fixed version (<a
href="https://redirect.github.com/TanStack/query/pull/10064">#10064</a>)</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/TanStack/query/commit/4c75210ce8235fe3d39b67e1029eff11278927cc"><code>4c75210</code></a>]:</p>
<ul>
<li><code>@tanstack/query-core</code><a
href="https://github.com/5"><code>@5</code></a>.94.4</li>
</ul>
</li>
</ul>
<h2>5.91.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: stop node types from leaking into browser (<a
href="https://redirect.github.com/TanStack/query/pull/10302">#10302</a>)</li>
</ul>
<h2>5.91.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix(streamedQuery): maintain error state on reset refetch with
initialData defined (<a
href="https://redirect.github.com/TanStack/query/pull/10287">#10287</a>)</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/TanStack/query/commit/248975e896f585f6eaa505c796e73fcf7bfd1eec"><code>248975e</code></a>]:</p>
<ul>
<li><code>@tanstack/query-core</code><a
href="https://github.com/5"><code>@5</code></a>.91.2</li>
</ul>
</li>
</ul>
<h2>5.91.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix(core): cancel paused initial fetch when last observer
unsubscribes (<a
href="https://redirect.github.com/TanStack/query/pull/10291">#10291</a>)</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/TanStack/query/commit/a89aab975581c25c113a26c8af486b4cafad272a"><code>a89aab9</code></a>]:</p>
<ul>
<li><code>@tanstack/query-core</code><a
href="https://github.com/5"><code>@5</code></a>.91.1</li>
</ul>
</li>
</ul>
<h2>5.91.0</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/TanStack/query/commit/4d7de830eb6e19ba9c20d4c44ed4f49c09ed7be3"><code>4d7de83</code></a>
ci: Version Packages (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/10317">#10317</a>)</li>
<li><a
href="https://github.com/TanStack/query/commit/8fe71e4fe7bc34e8b7b551d20ac1f70906572529"><code>8fe71e4</code></a>
ci: Version Packages (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/10313">#10313</a>)</li>
<li><a
href="https://github.com/TanStack/query/commit/c613c225355502306c5011bb28fe59225cb1262c"><code>c613c22</code></a>
ci: Version Packages (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/10309">#10309</a>)</li>
<li><a
href="https://github.com/TanStack/query/commit/9346430657621591e1b1da08f04f8929071a6ad7"><code>9346430</code></a>
ci: changeset release</li>
<li><a
href="https://github.com/TanStack/query/commit/be3746f069ce7c6dbed427f3e2f32f4b304997ae"><code>be3746f</code></a>
fix: stop node types from leaking into browser (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/10302">#10302</a>)</li>
<li><a
href="https://github.com/TanStack/query/commit/b6fd86b0b00af5b901e5d2f370db312997a35d96"><code>b6fd86b</code></a>
ci: Version Packages (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/10297">#10297</a>)</li>
<li><a
href="https://github.com/TanStack/query/commit/79e37cb5de45043e71e33f1382ed85749ab75770"><code>79e37cb</code></a>
ci: Version Packages (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/10296">#10296</a>)</li>
<li><a
href="https://github.com/TanStack/query/commit/a89aab975581c25c113a26c8af486b4cafad272a"><code>a89aab9</code></a>
fix(core): cancel paused initial fetch when last observer unsubscribes
(<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/10291">#10291</a>)</li>
<li><a
href="https://github.com/TanStack/query/commit/3761d2bd135e45886a84920a08ffe62044a6bd8b"><code>3761d2b</code></a>
ci: Version Packages (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/10290">#10290</a>)</li>
<li><a
href="https://github.com/TanStack/query/commit/6fa901b97a22a80d0fca3f6ed86237ff0cbdd13b"><code>6fa901b</code></a>
feat/environmentManager (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/10199">#10199</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/TanStack/query/commits/@tanstack/react-query@5.95.0/packages/react-query">compare
view</a></li>
</ul>
</details>
<br />
Updates `@types/node` from 25.3.5 to 25.5.0
<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 `tailwindcss` from 4.2.1 to 4.2.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's
releases</a>.</em></p>
<blockquote>
<h2>v4.2.2</h2>
<h3>Added</h3>
<ul>
<li>Support Vite 8 in <code>@tailwindcss/vite</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19790">#19790</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Don't crash when candidates contain prototype properties like
<code>row-constructor</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19725">#19725</a>)</li>
<li>Canonicalize <code>calc(var(--spacing)*…)</code> expressions into
<code>--spacing(…)</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19769">#19769</a>)</li>
<li>Fix crash in canonicalization step when handling utilities
containing <code>@property</code> at-rules (e.g. <code>shadow-sm
border</code>) (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19727">#19727</a>)</li>
<li>Skip full reload for server only modules scanned by client CSS when
using <code>@tailwindcss/vite</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19745">#19745</a>)</li>
<li>Improve canonicalization for bare values exceeding default spacing
scale suggestions (e.g. <code>w-1234 h-1234</code> →
<code>size-1234</code>) (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19809">#19809</a>)</li>
<li>Fix canonicalization resulting in empty list (e.g. <code>w-5 h-5
size-5</code> → <code>''</code> instead of <code>size-5</code>) (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19812">#19812</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md">tailwindcss's
changelog</a>.</em></p>
<blockquote>
<h2>[4.2.2] - 2026-03-18</h2>
<h3>Fixed</h3>
<ul>
<li>Don't crash when candidates contain prototype properties like
<code>row-constructor</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19725">#19725</a>)</li>
<li>Canonicalize <code>calc(var(--spacing)*…)</code> expressions into
<code>--spacing(…)</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19769">#19769</a>)</li>
<li>Fix crash in canonicalization step when handling utilities
containing <code>@property</code> at-rules (e.g. <code>shadow-sm
border</code>) (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19727">#19727</a>)</li>
<li>Skip full reload for server only modules scanned by client CSS when
using <code>@tailwindcss/vite</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19745">#19745</a>)</li>
<li>Add support for Vite 8 in <code>@tailwindcss/vite</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19790">#19790</a>)</li>
<li>Improve canonicalization for bare values exceeding default spacing
scale suggestions (e.g. <code>w-1234 h-1234</code> →
<code>size-1234</code>) (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19809">#19809</a>)</li>
<li>Fix canonicalization resulting in empty list (e.g. <code>w-5 h-5
size-5</code> → <code>''</code> instead of <code>size-5</code>) (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19812">#19812</a>)</li>
<li>Resolve tsconfig paths to allow for <code>@import
'@/path/to/file';</code> when using <code>@tailwindcss/vite</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19803">#19803</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/d596b0c43d36ad5099c983930fb155e089cbc291"><code>d596b0c</code></a>
4.2.2 (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19821">#19821</a>)</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/2228a57a9e6a5519f390da3f3a323a2cdfd5312f"><code>2228a57</code></a>
Bump Lightning CSS (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19771">#19771</a>)</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/f302fce815786dedbb97baf81f666d9a28c55a24"><code>f302fce</code></a>
Fix canonicalization resulting in empty list (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19812">#19812</a>)</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/bb2f1705142cc0563e44113e3aef604e7c860c0e"><code>bb2f170</code></a>
Improve canonicalization for bare values exceeding default spacing scale
sugg...</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/faa5e8849be45e1009dc1d0f862ca782ee0a1ee9"><code>faa5e88</code></a>
Cleanup inconsistencies related to (regex) escapes (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19804">#19804</a>)</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/d5717f2307d61ff2d5531326e5fbf36f9ad6dabc"><code>d5717f2</code></a>
run prettier</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/51aa9d799c59f79723ba032ed11c8010c4d490a3"><code>51aa9d7</code></a>
fix(canonicalize): handle utilities with empty property maps in collapse
(<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19">#19</a>...</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/c586bd6a94a5415e7154474980d1c664e28b6991"><code>c586bd6</code></a>
Canonicalize <code>calc(var(--spacing)*…)</code> expressions into
<code>--spacing(…)</code> (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19769">#19769</a>)</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/9ded4a23de06fb7e8cdc34a3bdf9318e7e8d2bbc"><code>9ded4a2</code></a>
Guard object lookups against inherited prototype properties (<a
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19725">#19725</a>)</li>
<li>See full diff in <a
href="https://github.com/tailwindlabs/tailwindcss/commits/v4.2.2/packages/tailwindcss">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>
Co-authored-by: Robert DeLuca <robertdeluca19@gmail.com>1 parent ff30f09 commit 105186f
4 files changed
Lines changed: 241 additions & 216 deletions
0 commit comments