Commit 71112a6
authored
⬆️ Bump the dependencies group with 8 updates (#243)
Bumps the dependencies group with 8 updates:
| Package | From | To |
| --- | --- | --- |
| [dotenv](https://github.com/motdotla/dotenv) | `17.4.1` | `17.4.2` |
|
[@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome)
| `2.4.10` | `2.4.11` |
|
[@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query)
| `5.96.2` | `5.99.0` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `25.5.2` | `25.6.0` |
| [postcss](https://github.com/postcss/postcss) | `8.5.8` | `8.5.9` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) |
`19.2.4` | `19.2.5` |
|
[react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom)
| `19.2.4` | `19.2.5` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) |
`8.0.4` | `8.0.8` |
Updates `dotenv` from 17.4.1 to 17.4.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md">dotenv's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/motdotla/dotenv/compare/v17.4.1...v17.4.2">17.4.2</a>
(2026-04-12)</h2>
<h3>Changed</h3>
<ul>
<li>Improved skill files - tightened up details (<a
href="https://redirect.github.com/motdotla/dotenv/pull/1009">#1009</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/motdotla/dotenv/commit/f116f70310abab44fbfddbaeb833698b5bf84a9b"><code>f116f70</code></a>
17.4.2</li>
<li><a
href="https://github.com/motdotla/dotenv/commit/3a8161274fdd745239b86e604f4a7e972a1d3902"><code>3a81612</code></a>
fix visual order of faq</li>
<li><a
href="https://github.com/motdotla/dotenv/commit/13f55a89e136b2024e68d277b836dd5260fc16cf"><code>13f55a8</code></a>
Merge branch 'skill'</li>
<li><a
href="https://github.com/motdotla/dotenv/commit/4bbbf73f0906bd69975c48bf310a84b686e5b1b4"><code>4bbbf73</code></a>
reorganize faq</li>
<li><a
href="https://github.com/motdotla/dotenv/commit/c3da64bb2ba1d0e02f8b9b2b7ccb7e6f7a51d56c"><code>c3da64b</code></a>
Merge pull request <a
href="https://redirect.github.com/motdotla/dotenv/issues/1009">#1009</a>
from motdotla/skill</li>
<li><a
href="https://github.com/motdotla/dotenv/commit/6f743b173fbd6c26f7eab7040d251f9a6c8b977d"><code>6f743b1</code></a>
update source</li>
<li><a
href="https://github.com/motdotla/dotenv/commit/fc2c6247e858a32d4024cb06a5b0c79aa35851f5"><code>fc2c624</code></a>
update skill</li>
<li><a
href="https://github.com/motdotla/dotenv/commit/972315ba74bb2bbba4483d112e853fd26006ef8a"><code>972315b</code></a>
Tighten up skill</li>
<li><a
href="https://github.com/motdotla/dotenv/commit/2795fce3d1ed07b4c570f1e06ab1c0d533c86997"><code>2795fce</code></a>
reorganize faq</li>
<li><a
href="https://github.com/motdotla/dotenv/commit/d5495d4ae8e4e41ef9a682c9e00c81552794274e"><code>d5495d4</code></a>
adjust skill</li>
<li>Additional commits viewable in <a
href="https://github.com/motdotla/dotenv/compare/v17.4.1...v17.4.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `@biomejs/biome` from 2.4.10 to 2.4.11
<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.11</h2>
<h2>2.4.11</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9350">#9350</a> <a
href="https://github.com/biomejs/biome/commit/4af4a3a9ca31a598e9836997b7811992eae53387"><code>4af4a3a</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Added the new nursery rule <a
href="https://biomejs.dev/linter/rules/use-consistent-test-it/">useConsistentTestIt</a>
in the <code>test</code> domain. The rule enforces consistent use of
either <code>it</code> or <code>test</code> for test functions in
Jest/Vitest suites, with separate control for top-level tests and tests
inside <code>describe</code> blocks.</p>
<p>Invalid:</p>
<pre lang="js"><code>test("should fly", () => {}); //
Top-level test using 'test' flagged, convert to 'it'
<p>describe("pig", () => {<br />
test("should fly", () => {}); // Test inside 'describe'
using 'test' flagged, convert to 'it'<br />
});<br />
</code></pre></p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9429">#9429</a> <a
href="https://github.com/biomejs/biome/commit/a2f3f7eb3a134ccc6851ed0eec19d1ff1636ec72"><code>a2f3f7e</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Added the new nursery lint rule <a
href="https://biomejs.dev/linter/rules/use-explicit-return-type"><code>useExplicitReturnType</code></a>.
It reports TypeScript functions and methods that omit an explicit return
type.</p>
<pre lang="ts"><code>function toString(x: any) {
// rule triggered, it doesn't declare a return type
return x.toString();
}
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9828">#9828</a> <a
href="https://github.com/biomejs/biome/commit/9e40844261cf7b8c573e340e11e3297ef08bcd60"><code>9e40844</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9484">#9484</a>:
the formatter no longer panics when formatting files that contain
<code>graphql</code> tagged template literals combined with
parenthesized expressions.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9886">#9886</a> <a
href="https://github.com/biomejs/biome/commit/e7c681ecbb6aed471c914167f5d067d327792f44"><code>e7c681e</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed an issue where, occasionally, some bindings and references were
not properly tracked, causing false positives from <a
href="https://biomejs.dev/linter/rules/no-unused-variables/"><code>noUnusedVariables</code></a>
and <a
href="https://biomejs.dev/linter/rules/no-undeclared-variables/"><code>noUndeclaredVariables</code></a>
in Svelte, Vue, and Astro files.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9760">#9760</a> <a
href="https://github.com/biomejs/biome/commit/5b16d187ba63800f4b6ea5057d551ae3f2fbc68c"><code>5b16d18</code></a>
Thanks <a href="https://github.com/myx0m0p"><code>@myx0m0p</code></a>!
- Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/4093">#4093</a>:
the <a
href="https://biomejs.dev/linter/rules/no-delete/"><code>noDelete</code></a>
rule no longer triggers for <code>delete process.env.FOO</code>, since
<code>delete</code> is the documented way to remove environment
variables in Node.js.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9799">#9799</a> <a
href="https://github.com/biomejs/biome/commit/2af8efd348cfa992bc7d35683de55bb8cc583260"><code>2af8efd</code></a>
Thanks <a
href="https://github.com/minseong0324"><code>@minseong0324</code></a>!
- Added the rule <a
href="https://biomejs.dev/linter/rules/no-misleading-return-type/"><code>noMisleadingReturnType</code></a>.
The rule detects when a function's return type annotation is wider than
what the implementation actually returns.</p>
<pre lang="ts"><code>// Flagged: `: string` is wider than
`"loading" | "idle"`
function getStatus(b: boolean): string {
if (b) return "loading";
return "idle";
}
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9880">#9880</a> <a
href="https://github.com/biomejs/biome/commit/7f67749e77af6e5af3dfc72a02bb99718695612e"><code>7f67749</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Improved the diagnostics for <a
href="https://biomejs.dev/linter/rules/use-find/"><code>useFind</code></a>
to better explain the problem, why it matters, and how to fix it.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9755">#9755</a> <a
href="https://github.com/biomejs/biome/commit/bff7bdb1355cdf7d219a288e31c5c5a0357e3aad"><code>bff7bdb</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Improved performance of fix-all operations (<code>--write</code>). Biome
is now smarter when it runs lint rules and assist actions. First, it
runs only rules that have code fixes, and then runs the rest of the
rules.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8651">#8651</a> <a
href="https://github.com/biomejs/biome/commit/aafca2d086eb24226a9cf1a69179561f70d02773"><code>aafca2d</code></a>
Thanks <a
href="https://github.com/siketyan"><code>@siketyan</code></a>! - Add a
new lint rule <code>useDisposables</code> for JavaScript, which detects
disposable objects assigned to variables without <code>using</code> or
<code>await using</code> syntax. Disposable objects that implement the
<code>Disposable</code> or <code>AsyncDisposable</code> interface are
intended to be disposed of after use. Not disposing them can lead to
resource or memory leaks, depending on the implementation.</p>
<p><strong>Invalid:</strong></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.11</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9350">#9350</a> <a
href="https://github.com/biomejs/biome/commit/4af4a3a9ca31a598e9836997b7811992eae53387"><code>4af4a3a</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Added the new nursery rule <a
href="https://biomejs.dev/linter/rules/use-consistent-test-it/">useConsistentTestIt</a>
in the <code>test</code> domain. The rule enforces consistent use of
either <code>it</code> or <code>test</code> for test functions in
Jest/Vitest suites, with separate control for top-level tests and tests
inside <code>describe</code> blocks.</p>
<p>Invalid:</p>
<pre lang="js"><code>test("should fly", () => {}); //
Top-level test using 'test' flagged, convert to 'it'
<p>describe("pig", () => {<br />
test("should fly", () => {}); // Test inside 'describe'
using 'test' flagged, convert to 'it'<br />
});<br />
</code></pre></p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9429">#9429</a> <a
href="https://github.com/biomejs/biome/commit/a2f3f7eb3a134ccc6851ed0eec19d1ff1636ec72"><code>a2f3f7e</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Added the new nursery lint rule <a
href="https://biomejs.dev/linter/rules/use-explicit-return-type"><code>useExplicitReturnType</code></a>.
It reports TypeScript functions and methods that omit an explicit return
type.</p>
<pre lang="ts"><code>function toString(x: any) {
// rule triggered, it doesn't declare a return type
return x.toString();
}
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9828">#9828</a> <a
href="https://github.com/biomejs/biome/commit/9e40844261cf7b8c573e340e11e3297ef08bcd60"><code>9e40844</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/9484">#9484</a>:
the formatter no longer panics when formatting files that contain
<code>graphql</code> tagged template literals combined with
parenthesized expressions.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9886">#9886</a> <a
href="https://github.com/biomejs/biome/commit/e7c681ecbb6aed471c914167f5d067d327792f44"><code>e7c681e</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Fixed an issue where, occasionally, some bindings and references were
not properly tracked, causing false positives from <a
href="https://biomejs.dev/linter/rules/no-unused-variables/"><code>noUnusedVariables</code></a>
and <a
href="https://biomejs.dev/linter/rules/no-undeclared-variables/"><code>noUndeclaredVariables</code></a>
in Svelte, Vue, and Astro files.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9760">#9760</a> <a
href="https://github.com/biomejs/biome/commit/5b16d187ba63800f4b6ea5057d551ae3f2fbc68c"><code>5b16d18</code></a>
Thanks <a href="https://github.com/myx0m0p"><code>@myx0m0p</code></a>!
- Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/4093">#4093</a>:
the <a
href="https://biomejs.dev/linter/rules/no-delete/"><code>noDelete</code></a>
rule no longer triggers for <code>delete process.env.FOO</code>, since
<code>delete</code> is the documented way to remove environment
variables in Node.js.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9799">#9799</a> <a
href="https://github.com/biomejs/biome/commit/2af8efd348cfa992bc7d35683de55bb8cc583260"><code>2af8efd</code></a>
Thanks <a
href="https://github.com/minseong0324"><code>@minseong0324</code></a>!
- Added the rule <a
href="https://biomejs.dev/linter/rules/no-misleading-return-type/"><code>noMisleadingReturnType</code></a>.
The rule detects when a function's return type annotation is wider than
what the implementation actually returns.</p>
<pre lang="ts"><code>// Flagged: `: string` is wider than
`"loading" | "idle"`
function getStatus(b: boolean): string {
if (b) return "loading";
return "idle";
}
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9880">#9880</a> <a
href="https://github.com/biomejs/biome/commit/7f67749e77af6e5af3dfc72a02bb99718695612e"><code>7f67749</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Improved the diagnostics for <a
href="https://biomejs.dev/linter/rules/use-find/"><code>useFind</code></a>
to better explain the problem, why it matters, and how to fix it.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/9755">#9755</a> <a
href="https://github.com/biomejs/biome/commit/bff7bdb1355cdf7d219a288e31c5c5a0357e3aad"><code>bff7bdb</code></a>
Thanks <a
href="https://github.com/ematipico"><code>@ematipico</code></a>! -
Improved performance of fix-all operations (<code>--write</code>). Biome
is now smarter when it runs lint rules and assist actions. First, it
runs only rules that have code fixes, and then runs the rest of the
rules.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8651">#8651</a> <a
href="https://github.com/biomejs/biome/commit/aafca2d086eb24226a9cf1a69179561f70d02773"><code>aafca2d</code></a>
Thanks <a
href="https://github.com/siketyan"><code>@siketyan</code></a>! - Add a
new lint rule <code>useDisposables</code> for JavaScript, which detects
disposable objects assigned to variables without <code>using</code> or
<code>await using</code> syntax. Disposable objects that implement the
<code>Disposable</code> or <code>AsyncDisposable</code> interface are
intended to be disposed of after use. Not disposing them can lead to
resource or memory leaks, depending on the implementation.</p>
<p><strong>Invalid:</strong></p>
<pre lang="js"><code></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/a2933bffd7251d3ed9e9461f148b19572ced10d6"><code>a2933bf</code></a>
ci: release (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9733">#9733</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/e8cad58a1baf8f8c935e8547da88905cfbfb05be"><code>e8cad58</code></a>
feat(js_analyze): implement useQwikLoaderLocation (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9809">#9809</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/2af8efd348cfa992bc7d35683de55bb8cc583260"><code>2af8efd</code></a>
feat(lint): add nursery rule <code>noMisleadingReturnType</code> (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9799">#9799</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/a2f3f7eb3a134ccc6851ed0eec19d1ff1636ec72"><code>a2f3f7e</code></a>
feat(lint): rule <code>useExplicitReturnType</code> (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9429">#9429</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/aafca2d086eb24226a9cf1a69179561f70d02773"><code>aafca2d</code></a>
feat(js/lint): implement rule <code>useDisposables</code> (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8651">#8651</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/49f00a38d64af131178ba4e096155d22055aa1c4"><code>49f00a3</code></a>
feat(lint): add ternary expression detection to useNullishCoalescing (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9248">#9248</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/4af4a3a9ca31a598e9836997b7811992eae53387"><code>4af4a3a</code></a>
feat(lint/js): add <code>useConsistentTestIt</code> (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9350">#9350</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/1417c3b4ece262b1500b12c9f1da1429e4d53fc4"><code>1417c3b</code></a>
feat(lint/js): add <code>noUselessTypeConversion</code> (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9701">#9701</a>)</li>
<li>See full diff in <a
href="https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.11/packages/@biomejs/biome">compare
view</a></li>
</ul>
</details>
<br />
Updates `@tanstack/react-query` from 5.96.2 to 5.99.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>.99.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>.99.0</li>
<li><code>@tanstack/react-query</code><a
href="https://github.com/5"><code>@5</code></a>.99.0</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-query-next-experimental</code><a
href="https://github.com/5"><code>@5</code></a>.99.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>.99.0</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-query-persist-client</code><a
href="https://github.com/5"><code>@5</code></a>.99.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>.99.0</li>
<li><code>@tanstack/react-query</code><a
href="https://github.com/5"><code>@5</code></a>.99.0</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-query</code><a
href="https://github.com/5"><code>@5</code></a>.99.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>.99.0</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-query-devtools</code><a
href="https://github.com/5"><code>@5</code></a>.98.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>.98.0</li>
<li><code>@tanstack/react-query</code><a
href="https://github.com/5"><code>@5</code></a>.98.0</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-query-next-experimental</code><a
href="https://github.com/5"><code>@5</code></a>.98.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>.98.0</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-query-persist-client</code><a
href="https://github.com/5"><code>@5</code></a>.98.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>.98.0</li>
<li><code>@tanstack/react-query</code><a
href="https://github.com/5"><code>@5</code></a>.98.0</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-query</code><a
href="https://github.com/5"><code>@5</code></a>.98.0</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies []:</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.99.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>.99.0</li>
</ul>
</li>
</ul>
<h2>5.98.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>.98.0</li>
</ul>
</li>
</ul>
<h2>5.97.0</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a
href="https://github.com/TanStack/query/commit/2bfb12cc44f1d8495106136e4ddacb817135f8f9"><code>2bfb12c</code></a>]:
<ul>
<li><code>@tanstack/query-core</code><a
href="https://github.com/5"><code>@5</code></a>.97.0</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/TanStack/query/commit/adc2543ade2f5070ee8d77882cce534795a67672"><code>adc2543</code></a>
ci: Version Packages (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/10454">#10454</a>)</li>
<li><a
href="https://github.com/TanStack/query/commit/6040278e75bb4395b366c932e48606c51cc7010a"><code>6040278</code></a>
ci: Version Packages (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/10451">#10451</a>)</li>
<li><a
href="https://github.com/TanStack/query/commit/125067c05adf6a8bfef14a34aa5b963bc885885d"><code>125067c</code></a>
ci: Version Packages (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/10436">#10436</a>)</li>
<li><a
href="https://github.com/TanStack/query/commit/f6991900dcd50367a3580d27f69ddfb6bd3a34f3"><code>f699190</code></a>
test(react-query): replace hardcoded query keys with 'queryKey()'
utility (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/1">#1</a>...</li>
<li><a
href="https://github.com/TanStack/query/commit/f3d3eea76b5f085650a62494ab72f351d70a0d6c"><code>f3d3eea</code></a>
test(*): replace deprecated 'toMatchTypeOf' with 'toExtend' (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/10413">#10413</a>)</li>
<li><a
href="https://github.com/TanStack/query/commit/3d6e001baeeef4e7c524f39cc009544aa05c2b08"><code>3d6e001</code></a>
test(react-query/useSuspenseQueries): replace 'async/await sleep' with
'sleep...</li>
<li><a
href="https://github.com/TanStack/query/commit/7d7a21c49c1c0d12e12a7da7ab00fa65df05650b"><code>7d7a21c</code></a>
test(react-query): replace 'async/await sleep' with 'sleep().then()' in
test ...</li>
<li>See full diff in <a
href="https://github.com/TanStack/query/commits/@tanstack/react-query@5.99.0/packages/react-query">compare
view</a></li>
</ul>
</details>
<br />
Updates `@types/node` from 25.5.2 to 25.6.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 `postcss` from 8.5.8 to 8.5.9
<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.9</h2>
<ul>
<li>Speed up source map encoding paring in case of the error.</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.9</h2>
<ul>
<li>Speed up source map encoding paring in case of the error.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/postcss/postcss/commit/fe88ac29c06b7b218be32994cdc6ca1525bdf2c9"><code>fe88ac2</code></a>
Release 8.5.9 version</li>
<li><a
href="https://github.com/postcss/postcss/commit/c551632496b87ab3f1965bfda5dc386b6c71963e"><code>c551632</code></a>
Avoid RegExp when we can use simple JS</li>
<li><a
href="https://github.com/postcss/postcss/commit/89a6b744060eb8dee743351c785a9fbe37d4525a"><code>89a6b74</code></a>
Move SECURITY.txt for docs folder to keep GitHub page cleaner</li>
<li><a
href="https://github.com/postcss/postcss/commit/6ceb8a46af9f9de821faee98f861bdf84617347b"><code>6ceb8a4</code></a>
Create SECURITY.md</li>
<li><a
href="https://github.com/postcss/postcss/commit/02ccae6bc359ee386f84d8fbc36eb423acbdbc3f"><code>02ccae6</code></a>
Another way to fix CI with .ts ext in tests on old Node.js</li>
<li><a
href="https://github.com/postcss/postcss/commit/2c36658c7cd4ffee4d42fafd0a501b9c13b63a52"><code>2c36658</code></a>
Another way to fix CI with TS on old Node.js</li>
<li><a
href="https://github.com/postcss/postcss/commit/b90600361f33a3834fd708831819cb1106590908"><code>b906003</code></a>
Another way to fix CI with old Node.js</li>
<li><a
href="https://github.com/postcss/postcss/commit/04d32cdc69ac598fcd33d3d748de12c4c32e83fb"><code>04d32cd</code></a>
Fix another issue with Node.js 10 on CI</li>
<li><a
href="https://github.com/postcss/postcss/commit/df86cdfff016205260901394432574ecd2a2fa65"><code>df86cdf</code></a>
Try to fix Node.js 10 on CI</li>
<li><a
href="https://github.com/postcss/postcss/commit/82bec0dd8e194f653743f606e6a2b7e27cde9088"><code>82bec0d</code></a>
Move to oxfmt</li>
<li>Additional commits viewable in <a
href="https://github.com/postcss/postcss/compare/8.5.8...8.5.9">compare
view</a></li>
</ul>
</details>
<br />
Updates `react` from 19.2.4 to 19.2.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/react/releases">react's
releases</a>.</em></p>
<blockquote>
<h2>19.2.5 (April 8th, 2026)</h2>
<h2>React Server Components</h2>
<ul>
<li>Add more cycle protections (<a
href="https://redirect.github.com/facebook/react/pull/36236">#36236</a>
by <a href="https://github.com/eps1lon"><code>@eps1lon</code></a> and
<a
href="https://github.com/unstubbable"><code>@unstubbable</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/facebook/react/commit/23f4f9f30da9e9af2108c18bb197bae75ab584ea"><code>23f4f9f</code></a>
19.2.5</li>
<li>See full diff in <a
href="https://github.com/facebook/react/commits/v19.2.5/packages/react">compare
view</a></li>
</ul>
</details>
<br />
Updates `react-dom` from 19.2.4 to 19.2.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/react/releases">react-dom's
releases</a>.</em></p>
<blockquote>
<h2>19.2.5 (April 8th, 2026)</h2>
<h2>React Server Components</h2>
<ul>
<li>Add more cycle protections (<a
href="https://redirect.github.com/facebook/react/pull/36236">#36236</a>
by <a href="https://github.com/eps1lon"><code>@eps1lon</code></a> and
<a
href="https://github.com/unstubbable"><code>@unstubbable</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/facebook/react/commit/23f4f9f30da9e9af2108c18bb197bae75ab584ea"><code>23f4f9f</code></a>
19.2.5</li>
<li>See full diff in <a
href="https://github.com/facebook/react/commits/v19.2.5/packages/react-dom">compare
view</a></li>
</ul>
</details>
<br />
Updates `vite` from 8.0.4 to 8.0.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/releases">vite's
releases</a>.</em></p>
<blockquote>
<h2>v8.0.8</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v8.0.8/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v8.0.7</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v8.0.7/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v8.0.6</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v8.0.6/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v8.0.5</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v8.0.5/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted --><a
href="https://github.com/vitejs/vite/compare/v8.0.7...v8.0.8">8.0.8</a>
(2026-04-09)<!-- raw HTML omitted --></h2>
<h3>Features</h3>
<ul>
<li>update rolldown to 1.0.0-rc.15 (<a
href="https://redirect.github.com/vitejs/vite/issues/22201">#22201</a>)
(<a
href="https://github.com/vitejs/vite/commit/6baf587255936e91348cbe624caefd10e8c607ab">6baf587</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>avoid <code>dns.getDefaultResultOrder</code> temporary (<a
href="https://redirect.github.com/vitejs/vite/issues/22202">#22202</a>)
(<a
href="https://github.com/vitejs/vite/commit/15f1c15ac9be343ee4f317fd025c3d67f0c7bd53">15f1c15</a>)</li>
<li><strong>ssr:</strong> class property keys hoisting matching imports
(<a
href="https://redirect.github.com/vitejs/vite/issues/22199">#22199</a>)
(<a
href="https://github.com/vitejs/vite/commit/e1376018cd516d6970534fce495e24f9ee683ce3">e137601</a>)</li>
</ul>
<h2><!-- raw HTML omitted --><a
href="https://github.com/vitejs/vite/compare/v8.0.6...v8.0.7">8.0.7</a>
(2026-04-07)<!-- raw HTML omitted --></h2>
<h3>Bug Fixes</h3>
<ul>
<li>use sync dns.getDefaultResultOrder instead of dns.promises (<a
href="https://redirect.github.com/vitejs/vite/issues/22185">#22185</a>)
(<a
href="https://github.com/vitejs/vite/commit/5c05b04db6f3f64af60ff6525eb5f04bc330fbb5">5c05b04</a>)</li>
</ul>
<h2><!-- raw HTML omitted --><a
href="https://github.com/vitejs/vite/compare/v8.0.5...v8.0.6">8.0.6</a>
(2026-04-07)<!-- raw HTML omitted --></h2>
<h3>Features</h3>
<ul>
<li>update rolldown to 1.0.0-rc.13 (<a
href="https://redirect.github.com/vitejs/vite/issues/22097">#22097</a>)
(<a
href="https://github.com/vitejs/vite/commit/51d3e48980bf3e352d31ecde49d1aa56859918e0">51d3e48</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>css:</strong> avoid mutating sass error multiple times (<a
href="https://redirect.github.com/vitejs/vite/issues/22115">#22115</a>)
(<a
href="https://github.com/vitejs/vite/commit/d5081c2f3e73f3fc06956d8cf5f2cf06463c2325">d5081c2</a>)</li>
<li><strong>optimize-deps:</strong> hoist CJS interop assignment (<a
href="https://redirect.github.com/vitejs/vite/issues/22156">#22156</a>)
(<a
href="https://github.com/vitejs/vite/commit/17a8f9edfcd3b9344668120a84e3328aeada3c97">17a8f9e</a>)</li>
</ul>
<h3>Performance Improvements</h3>
<ul>
<li>early return in <code>getLocalhostAddressIfDiffersFromDNS</code>
when DNS order is <code>verbatim</code> (<a
href="https://redirect.github.com/vitejs/vite/issues/22151">#22151</a>)
(<a
href="https://github.com/vitejs/vite/commit/56ec25613dba6cc71911f7af6e545ebcb77ec012">56ec256</a>)</li>
</ul>
<h3>Miscellaneous Chores</h3>
<ul>
<li><strong>create-vite:</strong> remove unnecessary DOM.Iterable (<a
href="https://redirect.github.com/vitejs/vite/issues/22168">#22168</a>)
(<a
href="https://github.com/vitejs/vite/commit/bdc53ab1e67f7e2e000112eeed9c85413ddb0e9e">bdc53ab</a>)</li>
<li>replace remaining prettier script (<a
href="https://redirect.github.com/vitejs/vite/issues/22179">#22179</a>)
(<a
href="https://github.com/vitejs/vite/commit/af71fb26dd15098b9523efc3d8ed04f27553174b">af71fb2</a>)</li>
</ul>
<h2><!-- raw HTML omitted --><a
href="https://github.com/vitejs/vite/compare/v8.0.4...v8.0.5">8.0.5</a>
(2026-04-06)<!-- raw HTML omitted --></h2>
<h3>Bug Fixes</h3>
<ul>
<li>apply server.fs check to env transport (<a
href="https://redirect.github.com/vitejs/vite/issues/22159">#22159</a>)
(<a
href="https://github.com/vitejs/vite/commit/f02d9fde0b195afe3ea2944414186962fbbe41e0">f02d9fd</a>)</li>
<li>avoid path traversal with optimize deps sourcemap handler (<a
href="https://redirect.github.com/vitejs/vite/issues/22161">#22161</a>)
(<a
href="https://github.com/vitejs/vite/commit/79f002f2286c03c88c7b74c511c7f9fc6dc46694">79f002f</a>)</li>
<li>check <code>server.fs</code> after stripping query as well (<a
href="https://redirect.github.com/vitejs/vite/issues/22160">#22160</a>)
(<a
href="https://github.com/vitejs/vite/commit/a9a3df299378d9cbc5f069e3536a369f8188c8ff">a9a3df2</a>)</li>
<li>disallow referencing files outside the package from sourcemap (<a
href="https://redirect.github.com/vitejs/vite/issues/22158">#22158</a>)
(<a
href="https://github.com/vitejs/vite/commit/f05f50173461789e0f1323fe06b51f18ca41c132">f05f501</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitejs/vite/commit/6e585dcb05a3b159fba7ae57f7faf0b1eca7a390"><code>6e585dc</code></a>
release: v8.0.8</li>
<li><a
href="https://github.com/vitejs/vite/commit/e1376018cd516d6970534fce495e24f9ee683ce3"><code>e137601</code></a>
fix(ssr): class property keys hoisting matching imports (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22199">#22199</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/15f1c15ac9be343ee4f317fd025c3d67f0c7bd53"><code>15f1c15</code></a>
fix: avoid <code>dns.getDefaultResultOrder</code> temporary (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22202">#22202</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/6baf587255936e91348cbe624caefd10e8c607ab"><code>6baf587</code></a>
feat: update rolldown to 1.0.0-rc.15 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22201">#22201</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/fdb2e6f63894d8c458c1778f3df77afe537f2bb2"><code>fdb2e6f</code></a>
release: v8.0.7</li>
<li><a
href="https://github.com/vitejs/vite/commit/5c05b04db6f3f64af60ff6525eb5f04bc330fbb5"><code>5c05b04</code></a>
fix: use sync dns.getDefaultResultOrder instead of dns.promises (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22185">#22185</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/7b3086fae4170252e4cd53f3988f207a943ac5cb"><code>7b3086f</code></a>
release: v8.0.6</li>
<li><a
href="https://github.com/vitejs/vite/commit/af71fb26dd15098b9523efc3d8ed04f27553174b"><code>af71fb2</code></a>
chore: replace remaining prettier script (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22179">#22179</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/51d3e48980bf3e352d31ecde49d1aa56859918e0"><code>51d3e48</code></a>
feat: update rolldown to 1.0.0-rc.13 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22097">#22097</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/17a8f9edfcd3b9344668120a84e3328aeada3c97"><code>17a8f9e</code></a>
fix(optimize-deps): hoist CJS interop assignment (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22156">#22156</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite/commits/v8.0.8/packages/vite">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 f57a14d commit 71112a6
1 file changed
Lines changed: 153 additions & 154 deletions
0 commit comments