dependabot[bot] opened a new pull request, #3194: URL: https://github.com/apache/apisix-dashboard/pull/3194
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.74.4 to 5.86.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>v5.86.0</h2> <p>Version 5.86.0 - 9/4/25, 9:27 AM (Manual Release)</p> <h2>Changes</h2> <p>Note: This release contains BREAKING CHANGES for the <code>experimental_streamedQuery</code> API:</p> <h3>BREAKING CHANGES</h3> <ul> <li>query-core: add custom reducer support to streamedQuery (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9532">#9532</a>) (8f24580) by <a href="https://github.com/marcog83"><code>@marcog83</code></a></li> </ul> <p>BREAKING CHANGE: The <code>maxChunks</code> parameter has been removed from <code>streamedQuery</code>. Use a custom <code>reducer</code> function to control data aggregation behavior instead.</p> <p>BREAKING CHANGE: When using a custom reducer function with <code>streamedQuery</code>, the <code>initialValue</code> parameter is now required and must be provided.</p> <ul> <li>rename queryFn to streamFn in streamedQuery (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9606">#9606</a>) (b25412a) by Dominik Dorfmeister</li> </ul> <p>BREAKING CHANGE: <code>queryFn</code> has been renamed to <code>streamFn</code></p> <h3>Chore</h3> <ul> <li>tsconfig.json: simplify "include" patterns by consolidating file extensions and directory paths (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9547">#9547</a>) (7306474) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> </ul> <h3>Test</h3> <ul> <li>react-query/useMutationState: clarify assertions and improve code formatting (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9611">#9611</a>) (43049c5) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> </ul> <h3>Other</h3> <ul> <li>(c75a994) by BennettLiam</li> </ul> <h2>Packages</h2> <ul> <li><code>@tanstack/eslint-plugin-query</code><a href="https://github.com/5"><code>@5</code></a>.86.0</li> <li><code>@tanstack/query-async-storage-persister</code><a href="https://github.com/5"><code>@5</code></a>.86.0</li> <li><code>@tanstack/query-broadcast-client-experimental</code><a href="https://github.com/5"><code>@5</code></a>.86.0</li> <li><code>@tanstack/query-core</code><a href="https://github.com/5"><code>@5</code></a>.86.0</li> <li><code>@tanstack/query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.86.0</li> <li><code>@tanstack/query-persist-client-core</code><a href="https://github.com/5"><code>@5</code></a>.86.0</li> <li><code>@tanstack/query-sync-storage-persister</code><a href="https://github.com/5"><code>@5</code></a>.86.0</li> <li><code>@tanstack/react-query</code><a href="https://github.com/5"><code>@5</code></a>.86.0</li> <li><code>@tanstack/react-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.86.0</li> <li><code>@tanstack/react-query-persist-client</code><a href="https://github.com/5"><code>@5</code></a>.86.0</li> <li><code>@tanstack/react-query-next-experimental</code><a href="https://github.com/5"><code>@5</code></a>.86.0</li> <li><code>@tanstack/solid-query</code><a href="https://github.com/5"><code>@5</code></a>.86.0</li> <li><code>@tanstack/solid-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.86.0</li> <li><code>@tanstack/solid-query-persist-client</code><a href="https://github.com/5"><code>@5</code></a>.86.0</li> <li><code>@tanstack/svelte-query</code><a href="https://github.com/5"><code>@5</code></a>.86.0</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/TanStack/query/commit/aec19c93a5bf33b1f73ca59a81197cb07c85e972"><code>aec19c9</code></a> release: v5.85.8</li> <li><a href="https://github.com/TanStack/query/commit/c44ca473e46fd306da37df719572f1fc5e6541d6"><code>c44ca47</code></a> ci: apply automated fixes</li> <li><a href="https://github.com/TanStack/query/commit/ef0c16ecb1cf82c5a004faf070b054dd5962d1d1"><code>ef0c16e</code></a> refactor(react-query): replace magic number with named constant in suspense t...</li> <li><a href="https://github.com/TanStack/query/commit/a978b34b1b9ba8e1e6fcb2baf3c413fc10225100"><code>a978b34</code></a> release: v5.85.7</li> <li>Additional commits viewable in <a href="https://github.com/TanStack/query/commits/v5.86.0/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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
