-
Notifications
You must be signed in to change notification settings - Fork 4
Commit deb1c05
authored
chore(deps): Bump @tanstack/react-query from 5.85.5 to 5.87.4 (#22)
Bumps
[@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query)
from 5.85.5 to 5.87.4.
<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>v5.87.4</h2>
<p>Version 5.87.4 - 9/10/25, 2:09 PM</p>
<h2>Changes</h2>
<h3>Fix</h3>
<ul>
<li>query-core: infinite re-renders in useQueries (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9639">#9639</a>)
(19445a0) by Minha Kang</li>
</ul>
<h3>Test</h3>
<ul>
<li>svelte-query/createMutation: improve callback assertions with
"toHaveBeenNthCalledWith" and apply shorthand property syntax
in FailureExample (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9630">#9630</a>)
(ccedf33) by <a
href="https://github.com/sukvvon"><code>@sukvvon</code></a></li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@tanstack/query-core</code><a
href="https://github.com/5"><code>@5</code></a>.87.4</li>
<li><code>@tanstack/react-query</code><a
href="https://github.com/5"><code>@5</code></a>.87.4</li>
<li><code>@tanstack/query-async-storage-persister</code><a
href="https://github.com/5"><code>@5</code></a>.87.4</li>
<li><code>@tanstack/query-broadcast-client-experimental</code><a
href="https://github.com/5"><code>@5</code></a>.87.4</li>
<li><code>@tanstack/query-persist-client-core</code><a
href="https://github.com/5"><code>@5</code></a>.87.4</li>
<li><code>@tanstack/query-sync-storage-persister</code><a
href="https://github.com/5"><code>@5</code></a>.87.4</li>
<li><code>@tanstack/react-query-devtools</code><a
href="https://github.com/5"><code>@5</code></a>.87.4</li>
<li><code>@tanstack/react-query-persist-client</code><a
href="https://github.com/5"><code>@5</code></a>.87.4</li>
<li><code>@tanstack/react-query-next-experimental</code><a
href="https://github.com/5"><code>@5</code></a>.87.4</li>
<li><code>@tanstack/solid-query</code><a
href="https://github.com/5"><code>@5</code></a>.87.4</li>
<li><code>@tanstack/solid-query-devtools</code><a
href="https://github.com/5"><code>@5</code></a>.87.4</li>
<li><code>@tanstack/solid-query-persist-client</code><a
href="https://github.com/5"><code>@5</code></a>.87.4</li>
<li><code>@tanstack/svelte-query</code><a
href="https://github.com/5"><code>@5</code></a>.87.4</li>
<li><code>@tanstack/svelte-query-devtools</code><a
href="https://github.com/5"><code>@5</code></a>.87.4</li>
<li><code>@tanstack/svelte-query-persist-client</code><a
href="https://github.com/5"><code>@5</code></a>.87.4</li>
<li><code>@tanstack/vue-query</code><a
href="https://github.com/5"><code>@5</code></a>.87.4</li>
<li><code>@tanstack/vue-query-devtools</code><a
href="https://github.com/5"><code>@5</code></a>.87.4</li>
<li><code>@tanstack/angular-query-experimental</code><a
href="https://github.com/5"><code>@5</code></a>.87.4</li>
<li><code>@tanstack/angular-query-devtools-experimental</code><a
href="https://github.com/5"><code>@5</code></a>.87.4</li>
</ul>
<h2>v5.87.3</h2>
<p>Version 5.87.3 - 9/8/25, 12:51 PM</p>
<h2>Changes</h2>
<h3>Fix</h3>
<ul>
<li>query-devtools: add work break to code element to prevent DevPanel
from expanding (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9625">#9625</a>)
(af50368) by Ji-hoon Choi</li>
</ul>
<h3>Docs</h3>
<ul>
<li>update fetchNextPage condition in Example component (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9626">#9626</a>)
(f023881) by amir hossein Agha alikhani</li>
<li>Remove fragment in disabling-queries guide (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9619">#9619</a>)
(f49cc75) by Zakaria Abu Sarah ザカリヤ</li>
</ul>
<h2>Packages</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/TanStack/query/commit/230435d1126fe5a1f0ccd9c2b871bfecc6551a2a"><code>230435d</code></a>
release: v5.87.4</li>
<li><a
href="https://github.com/TanStack/query/commit/19445a00c0950173b662cb43cd746198ba50b957"><code>19445a0</code></a>
fix(query-core): infinite re-renders in useQueries (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9639">#9639</a>)</li>
<li><a
href="https://github.com/TanStack/query/commit/bc2c87fceb816243960ff69074d5ca4efd5ceebf"><code>bc2c87f</code></a>
release: v5.87.1</li>
<li><a
href="https://github.com/TanStack/query/commit/b43af57cd2ccc5b6c3d96c4168e23d1fd811213a"><code>b43af57</code></a>
release: v5.87.0</li>
<li><a
href="https://github.com/TanStack/query/commit/1599bb4742649432a14a1b233a40cd15662fc4e1"><code>1599bb4</code></a>
release: v5.86.0</li>
<li><a
href="https://github.com/TanStack/query/commit/43049c5534973bda14e1249d146d8ee7b68456ef"><code>43049c5</code></a>
test(react-query/useMutationState): clarify assertions and improve code
forma...</li>
<li><a
href="https://github.com/TanStack/query/commit/7306474eee097ea31a06a8367b7d1bc6c95bcce1"><code>7306474</code></a>
chore(tsconfig.json): simplify 'include' patterns by consolidating file
exten...</li>
<li><a
href="https://github.com/TanStack/query/commit/0a35234ce48b7f8e5c81999bd309ae9311981280"><code>0a35234</code></a>
release: v5.85.9</li>
<li><a
href="https://github.com/TanStack/query/commit/564a4f6e19a3ac2b86122392d3bb926abce076c2"><code>564a4f6</code></a>
fix(query-core): ensure combine re-executes after cache restoration with
memo...</li>
<li><a
href="https://github.com/TanStack/query/commit/52210299079b32d5721921e0cdc44245c57f496f"><code>5221029</code></a>
test(react-query/HydrationBoundary): add tests for 'non-object' state
and mis...</li>
<li>Additional commits viewable in <a
href="https://github.com/TanStack/query/commits/v5.87.4/packages/react-query">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent fc92f4b commit deb1c05Copy full SHA for deb1c05
File tree
Expand file treeCollapse file tree
2 files changed
+9
-9
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+9
-9
lines changedCollapse file: package-lock.json
+8-8Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
0 commit comments