dependabot[bot] opened a new pull request, #3142: URL: https://github.com/apache/apisix-dashboard/pull/3142
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.74.4 to 5.82.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.82.0</h2> <p>Version 5.82.0 - 7/9/25, 3:03 PM</p> <h2>Changes</h2> <h3>Feat</h3> <ul> <li>react-query: add mutationOptions (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/8960">#8960</a>) (f3cbfc5) by 우빈</li> </ul> <h3>Chore</h3> <ul> <li>*: migrate tsup configuration files to TypeScript format (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9330">#9330</a>) (4425423) by <a href="https://github.com/manudeli"><code>@manudeli</code></a></li> <li>add typescript-eslint/require-await rule (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9029">#9029</a>) (f4a1115) by MINSEONG KIM</li> <li>add .vscode/mcp.json and .github/instructions/nx.instructions.md to .gitignore (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9325">#9325</a>) (002550c) by <a href="https://github.com/manudeli"><code>@manudeli</code></a></li> </ul> <h3>Test</h3> <ul> <li>react-query/useSuspenseQuery: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9364">#9364</a>) (ed8cc23) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>react-query/QueryResetErrorBoundary: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9365">#9365</a>) (0907dab) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>react-query/usePrefetchInfiniteQuery: switch to fake timers, remove "waitFor" and add "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9354">#9354</a>) (d449f6f) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>react-query/QueryResetErrorBoundary: switch to fake timers and replace "waitFor" with "vi.waitFor" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9349">#9349</a>) (ac2fa17) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>react-query/useSuspenseQuery: switch to fake timers and replace "waitFor" with "vi.waitFor" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9357">#9357</a>) (ed66939) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>react-query/useInfiniteQuery: switch to fake timers and replace "waitFor" with "vi.waitFor" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9359">#9359</a>) (026c050) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>react-query/QueryClientProvider: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9345">#9345</a>) (058c1eb) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>react-query/useIsFetching: remove "vi.waitFor", add "advanceTimersByTimeAsync" and replace "findByText" with "getByText" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9358">#9358</a>) (67695ef) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>react-query/useMutationState: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9353">#9353</a>) (8bf2214) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>react-query/fine-grained-persister: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9344">#9344</a>) (3eebcff) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>query-core/onlineManager: replace "advanceTimersByTimeAsync" with "advanceTimersByTime" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9337">#9337</a>) (2bc52bf) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>query-core/mutationCache: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9339">#9339</a>) (d0bea3f) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>query-core/queryCache: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9340">#9340</a>) (998be8b) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>query-core/mutations: add "await" to "sleep", remove "vi.waitFor" and add "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9341">#9341</a>) (d75a78a) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>query-core/infiniteQueryBehavior: remove most "vi.waitFor" and add "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9333">#9333</a>) (b805733) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>query-core/queriesObserver: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9342">#9342</a>) (879a1e3) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>query-core/queryObserver: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9343">#9343</a>) (5e6e36d) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>query-core/infiniteQueryObserver: remove duplicate "InfiniteQueryObserver" and fix grammar in test names (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9332">#9332</a>) (a5319d5) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>query-core/queryClient: add "advanceTimersByTimeAsync" and remove "vi.waitFor" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9326">#9326</a>) (b16e793) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>query-core/intiniteQueryBehavior: remove duplicate "InfiniteQueryBehavior" in test name (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9331">#9331</a>) (33c69ec) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>query-core/queryClient: replace "advanceTimersByTime" with "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9327">#9327</a>) (35d50cb) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>query-core/notifyManager: replace "queueMicrotask" with "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9329">#9329</a>) (8837536) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>fix typo - remove duplicate "should run" in mutation test name (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9328">#9328</a>) (45dac6f) by sue hyeok chae</li> <li>query-core/query: add "advanceTimersByTimeAsync" and remove "vi.waitFor" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9319">#9319</a>) (7dafa93) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>query-core/queryClient: add missing "await" for "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9320">#9320</a>) (e4bbb89) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> </ul> <h3>Ci</h3> <ul> <li>.github/workflows/autofix: use "pnpm run" for prettier script for consistency (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9348">#9348</a>) (03aca2e) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> </ul> <h3>Type</h3> <ul> <li>vue-query: ensure type definition matches implementation (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9276">#9276</a>) (1dd32ac) by <a href="https://github.com/Mini-ghost"><code>@Mini-ghost</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/query/commit/4287e68336e6602aea2e4c60511f983d15eb7c98"><code>4287e68</code></a> release: v5.82.0</li> <li><a href="https://github.com/TanStack/query/commit/f3cbfc51dad71eeeef28a3a72496df5ffd63c9a8"><code>f3cbfc5</code></a> feat(react-query): add mutationOptions (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/8960">#8960</a>)</li> <li><a href="https://github.com/TanStack/query/commit/ed8cc23454f8f5a2546d771105fbe2e78ab3b1bf"><code>ed8cc23</code></a> test(react-query/useSuspenseQuery): remove 'vi.waitFor' and add 'advanceTimer...</li> <li><a href="https://github.com/TanStack/query/commit/0907dabbf24670f5b88aaef8897b8f61436df12e"><code>0907dab</code></a> test(react-query/QueryResetErrorBoundary): remove 'vi.waitFor' and add 'advan...</li> <li><a href="https://github.com/TanStack/query/commit/d449f6f367a4ce7f1a791b9c046cb26036c6b3b3"><code>d449f6f</code></a> test(react-query/usePrefetchInfiniteQuery): switch to fake timers, remove 'wa...</li> <li><a href="https://github.com/TanStack/query/commit/ac2fa17f989855530461b01a01eec23f93bac3a6"><code>ac2fa17</code></a> test(react-query/QueryResetErrorBoundary): switch to fake timers and replace ...</li> <li><a href="https://github.com/TanStack/query/commit/ed66939ff7089b16f80009f37a02e0a68ff95193"><code>ed66939</code></a> test(react-query/useSuspenseQuery): switch to fake timers and replace 'waitFo...</li> <li><a href="https://github.com/TanStack/query/commit/026c050c581ad1b1246ecb5cccac04952ffe88a2"><code>026c050</code></a> test(react-query/useInfiniteQuery): switch to fake timers and replace 'waitFo...</li> <li><a href="https://github.com/TanStack/query/commit/058c1eb77058df8b1b0beb9dfc40630ed3d6c0a0"><code>058c1eb</code></a> test(react-query/QueryClientProvider): remove 'vi.waitFor' and add 'advanceTi...</li> <li><a href="https://github.com/TanStack/query/commit/67695efb0412d4c1b6bbeb799bfac58f6496177c"><code>67695ef</code></a> test(react-query/useIsFetching): remove 'vi.waitFor', add 'advanceTimersByTim...</li> <li>Additional commits viewable in <a href="https://github.com/TanStack/query/commits/v5.82.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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org