Update dependency @tanstack/react-query to v5#855
Open
renovate[bot] wants to merge 1 commit intodevelopfrom
Open
Update dependency @tanstack/react-query to v5#855renovate[bot] wants to merge 1 commit intodevelopfrom
renovate[bot] wants to merge 1 commit intodevelopfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
72a734b to
1505f41
Compare
1505f41 to
6c5b139
Compare
6c5b139 to
50f9753
Compare
50f9753 to
04aeb44
Compare
04aeb44 to
ee7e26a
Compare
ee7e26a to
e4912f4
Compare
e4912f4 to
1432dc0
Compare
1432dc0 to
05f6fb2
Compare
05f6fb2 to
7da0195
Compare
7da0195 to
ff237a1
Compare
ff237a1 to
4134f18
Compare
4134f18 to
c4c6dd9
Compare
c4c6dd9 to
d950965
Compare
d950965 to
599a0b0
Compare
772cd74 to
ff467b2
Compare
ff467b2 to
f4badb2
Compare
f4badb2 to
ea42f0c
Compare
ea42f0c to
b7ecc75
Compare
b7ecc75 to
83ec737
Compare
83ec737 to
2dc5a5f
Compare
2dc5a5f to
fc16a59
Compare
fc16a59 to
864dde4
Compare
864dde4 to
06477de
Compare
06477de to
cafdc91
Compare
cafdc91 to
f09b161
Compare
f09b161 to
8250f89
Compare
8250f89 to
1cc4cae
Compare
1cc4cae to
99b9241
Compare
99b9241 to
d09f407
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.43.0→5.95.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
TanStack/query (@tanstack/react-query)
v5.95.2Compare Source
Patch Changes
cd5a35b]:v5.95.1Compare Source
Patch Changes
1f1775c]:v5.95.0Compare Source
Patch Changes
v5.94.5Compare Source
Patch Changes
fix(*): resolve issue about excluded build directory (#10312)
Updated dependencies [
4b6536d]:v5.94.4Compare Source
Patch Changes
chore: fixed version (#10064)
Updated dependencies [
4c75210]:v5.91.3Compare Source
Patch Changes
v5.91.2Compare Source
Patch Changes
fix(streamedQuery): maintain error state on reset refetch with initialData defined (#10287)
Updated dependencies [
248975e]:v5.91.0Compare Source
Minor Changes
Patch Changes
6fa901b]:v5.90.21Compare Source
Patch Changes
v5.90.20Compare Source
Patch Changes
e7258c5]:v5.90.19Compare Source
Patch Changes
53fc74e]:v5.90.18Compare Source
Patch Changes
dea1614]:v5.90.17Compare Source
Patch Changes
269351b]:v5.90.16Compare Source
Patch Changes
fix(react-query): allow retryOnMount when throwOnError is function (#9338)
Updated dependencies [
7f47906]:v5.90.15Compare Source
Patch Changes
fccef79]:v5.90.14Patch Changes
d576092]:v5.90.13Patch Changes
4a0a78a]:v5.90.12Compare Source
Patch Changes
72d8ac5]:v5.90.11Compare Source
Patch Changes
Prevent infinite render loops when useSuspenseQueries has duplicate queryKeys (#9886)
Updated dependencies [
c01b150]:v5.90.10Compare Source
Patch Changes
8e2e174,eb559a6]:v5.90.9Compare Source
Patch Changes
08b211f]:v5.90.8Compare Source
Patch Changes
c0ec9fe]:v5.90.7Compare Source
Patch Changes
b4cd121]:v5.90.6Compare Source
Patch Changes
1638c02]:v5.90.5Compare Source
Patch Changes
e42ddfe]:v5.90.4Compare Source
Patch Changes
20ef922]:v5.90.3Patch Changes
Avoid unhandled promise rejection errors during de/rehydration of pending queries. (#9752)
Updated dependencies [
4e1c433]:v5.90.2Version 5.90.2 - 9/23/25, 7:37 AM
Changes
Fix
2cf3ec9) by Dominik DorfmeisterPackages
v5.90.1Version 5.90.1 - 9/22/25, 6:41 AM
Changes
Fix
49243c8) by hriday330Chore
fd19551(#9674) (cd4ef5c) by renovate[bot]Ci
cbf0896) by Lachlan Collinsfb48985) by Lachlan CollinsDocs
06e5550) by ArnoudPackages
v5.89.0Compare Source
Version 5.89.0 - 9/16/25, 8:27 AM
Changes
Feat
a2151d2) by JoshChore
a071bc9(#9627) (0e99327) by renovate[bot]Packages
v5.87.4Compare Source
Version 5.87.4 - 9/10/25, 2:09 PM
Changes
Fix
19445a0) by Minha KangTest
ccedf33) by @sukvvonPackages
v5.87.1Compare Source
Version 5.87.1 - 9/5/25, 2:15 PM
Changes
Fix
1c8a921) by Dominik DorfmeisterPackages
v5.87.0Compare Source
Version 5.87.0 - 9/5/25, 11:55 AM
Changes
Feat
a0b96db) by @justjakeDocs
2283633) by ArnoudPackages
v5.86.0Compare Source
Version 5.86.0 - 9/4/25, 9:27 AM (Manual Release)
Changes
Note: This release contains BREAKING CHANGES for the
experimental_streamedQueryAPI:BREAKING CHANGES
8f24580) by @marcog83BREAKING CHANGE: The
maxChunksparameter has been removed fromstreamedQuery.Use a custom
reducerfunction to control data aggregation behavior instead.BREAKING CHANGE: When using a custom reducer function with
streamedQuery,the
initialValueparameter is now required and must be provided.b25412a) by Dominik DorfmeisterBREAKING CHANGE:
queryFnhas been renamed tostreamFnChore
7306474) by @sukvvonTest
43049c5) by @sukvvonOther
c75a994) by BennettLiamPackages
v5.85.9Compare Source
Version 5.85.9 - 9/2/25, 12:17 PM
Changes
Fix
564a4f6) by Kim YoungHoonTest
5221029) by @sukvvonPackages
v5.85.8Compare Source
Version 5.85.8 - 9/2/25, 7:59 AM
Changes
Refactor
ef0c16e) by Minha KangCi
c44ca47) by autofix-ci[bot]Packages
v5.85.7Compare Source
Version 5.85.7 - 9/2/25, 7:22 AM
Changes
Refactor
7d24156) by @SheraffDocs
cancelQueries(#9597) (f97d725) by @Sc4ramouche0650eaf) by Imad SelkaPackages
v5.85.6Compare Source
Version 5.85.6 - 8/30/25, 12:21 PM
Changes
Fix
379670d) by Dominik DorfmeisterChore
9c40848(#9473) (7c464e3) by renovate[bot]Test
a1b1279) by @sukvvonDocs
428c19f) by @wo-o292a8ba49) by @wo-o2954efe22) by @wo-o29ad0ca9f) by @wo-o291b0346f) by Kier Borromeo9a3f683) by Dmytro BorysovPackages
v5.85.5Compare Source
Version 5.85.5 - 8/19/25, 9:41 AM
Changes
Fix
promisegets used (#9576) (abab082) by Dominik DorfmeisterPackages
v5.85.4Compare Source
Version 5.85.4 - 8/19/25, 9:10 AM
Changes
Fix
e4f5ce8) by Dominik DorfmeisterDocs
defaultError = unknowninstead ofAxiosError(#9575) (2989e69) by Leef1e608b) by TkDodoPackages
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.