-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update to @tanstack/react-query v5 #464
Open
ThibautMarechal
wants to merge
34
commits into
ecyrbe:renovate/major-tanstack-query-monorepo
Choose a base branch
from
ThibautMarechal:renovate/major-tanstack-query-monorepo
base: renovate/major-tanstack-query-monorepo
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore: update to @tanstack/react-query v5 #464
ThibautMarechal
wants to merge
34
commits into
ecyrbe:renovate/major-tanstack-query-monorepo
from
ThibautMarechal:renovate/major-tanstack-query-monorepo
Conversation
This file contains 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
This was referenced Oct 30, 2023
renovate
bot
force-pushed
the
renovate/major-tanstack-query-monorepo
branch
2 times, most recently
from
November 5, 2023 14:02
3711556
to
7003d5c
Compare
renovate
bot
force-pushed
the
renovate/major-tanstack-query-monorepo
branch
from
November 5, 2023 20:03
7003d5c
to
6616a40
Compare
renovate
bot
force-pushed
the
renovate/major-tanstack-query-monorepo
branch
from
November 8, 2023 11:41
6616a40
to
90b1217
Compare
renovate
bot
force-pushed
the
renovate/major-tanstack-query-monorepo
branch
from
November 11, 2023 21:36
90b1217
to
ff05b90
Compare
renovate
bot
force-pushed
the
renovate/major-tanstack-query-monorepo
branch
from
November 13, 2023 12:11
ff05b90
to
27df8b5
Compare
renovate
bot
force-pushed
the
renovate/major-tanstack-query-monorepo
branch
from
November 15, 2023 13:35
27df8b5
to
18820f7
Compare
…ajor-tanstack-query-monorepo
renovate
bot
force-pushed
the
renovate/major-tanstack-query-monorepo
branch
from
November 24, 2023 11:15
18820f7
to
565cc97
Compare
renovate
bot
force-pushed
the
renovate/major-tanstack-query-monorepo
branch
from
November 24, 2023 21:32
565cc97
to
e542766
Compare
…ajor-tanstack-query-monorepo
renovate
bot
force-pushed
the
renovate/major-tanstack-query-monorepo
branch
3 times, most recently
from
November 29, 2023 17:43
b12d967
to
56d98ac
Compare
renovate
bot
force-pushed
the
renovate/major-tanstack-query-monorepo
branch
3 times, most recently
from
August 26, 2024 19:25
a63d475
to
8611cce
Compare
renovate
bot
force-pushed
the
renovate/major-tanstack-query-monorepo
branch
5 times, most recently
from
September 3, 2024 21:32
c8b31fb
to
b9051ea
Compare
renovate
bot
force-pushed
the
renovate/major-tanstack-query-monorepo
branch
7 times, most recently
from
September 12, 2024 18:36
9cde8b2
to
45f6105
Compare
renovate
bot
force-pushed
the
renovate/major-tanstack-query-monorepo
branch
from
October 1, 2024 19:25
45f6105
to
b3d2be7
Compare
renovate
bot
force-pushed
the
renovate/major-tanstack-query-monorepo
branch
9 times, most recently
from
October 15, 2024 20:27
c4e3383
to
045af35
Compare
renovate
bot
force-pushed
the
renovate/major-tanstack-query-monorepo
branch
from
October 23, 2024 13:45
045af35
to
6b3ab8f
Compare
renovate
bot
force-pushed
the
renovate/major-tanstack-query-monorepo
branch
4 times, most recently
from
November 6, 2024 17:18
da9d98b
to
b576527
Compare
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.
Fix #459
Hi,
So I update the usage of @tanstack/react-query in react-zodios.
But I would like to highlight some changes that may require some changes in the Types of Zodios itself :
For useInfiniteQuery & useImmutableInfiniteQuery the third argument (queryOptions) is actually required because of "getPageParamList", "initialPageParam" and "getNextPageParam", but the types is marked as optional.
I think it was already the case before but I had to changes the spec to make Typescript happy about it.