- Notifications
You must be signed in to change notification settings - Fork 3.2k
Insights: TanStack/query
Overview
Could not load contribution data
Please try again later
20 Releases published by 1 person
- v5.74.3
published
Apr 14, 2025 - v5.74.4
published
Apr 17, 2025 - v5.74.5
published
Apr 18, 2025 - v5.74.6
published
Apr 22, 2025 - v5.74.7
published
Apr 27, 2025 - v5.74.8
published
Apr 29, 2025 - v5.74.9
published
Apr 29, 2025 - v5.74.10
published
Apr 29, 2025 - v5.74.11
published
Apr 29, 2025 - v5.75.0
published
May 1, 2025 - v5.75.1
published
May 2, 2025 - v5.75.2
published
May 4, 2025 - v5.75.3
published
May 5, 2025 - v5.75.4
published
May 6, 2025 - v5.75.5
published
May 7, 2025 - v5.75.6
published
May 9, 2025 - v5.75.7
published
May 9, 2025 - v5.75.8
published
May 9, 2025 - v5.76.0
published
May 12, 2025 - v5.76.1
published
May 13, 2025
67 Pull requests merged by 26 people
- fix(experimental_createQueryPersister): return more utilities, rename persister
#8062 merged
May 13, 2025 - test(query-core): add test case for InfiniteQueryObserver
#9141 merged
May 12, 2025 - 🏝️ TanStack Query DevTools for Expo/React Native! 🚀
#8846 merged
May 12, 2025 - test(react-query): initialise
queryClient
inbeforeEach
#9142 merged
May 12, 2025 - feat: Svelte 5 API proposal
#8852 merged
May 12, 2025 - fix(angular-query): allow providing on element injectors
#9134 merged
May 9, 2025 - refactor(react-query): exchange react-query noop to query-core noop
#9122 merged
May 9, 2025 - Update comparison.md: mark RTK Query as supporting infinite queries
#9120 merged
May 9, 2025 - refactor: integration should throw error
#9130 merged
May 9, 2025 - fix(docs): remove unnecessary text
#9131 merged
May 9, 2025 - feature(angular-query): support providing QueryClient via InjectionToken
#9128 merged
May 8, 2025 - fix(react-query): ensure suspense example fallback renders correctly
#9119 merged
May 8, 2025 - chore: add typescript-eslint/require-await rule
#9116 merged
May 7, 2025 - test(react-query): improve branch coverage for useSuspenseQuery skipToken error handling
#9112 merged
May 7, 2025 - test(react-query): improve branch coverage for useSuspenseQueries skipToken error handling
#9113 merged
May 7, 2025 - test(query-test-utils): init (internal package)
#9095 merged
May 7, 2025 - fix(react-query): fix to show type error on wrong type annotation in
useQuery
#8683 merged
May 7, 2025 - test(query-core): add test case for infiniteQueryBehavior
#9101 merged
May 6, 2025 - ci(*): update vitest/expect-expect rule as error
#9111 merged
May 6, 2025 - ci(react-query): update vitest/expect-expect rule as error
#9110 merged
May 6, 2025 - ci(angular-query, query-core): update vitest/expect-expect rule as error
#9109 merged
May 6, 2025 - docs: Clarify that
useQuery
results are immutable#9108 merged
May 6, 2025 - fix(types): useSuspenseQuery should type-narrow the Error field
#9105 merged
May 6, 2025 - refactor(angular-query): use factory for IS_RESTORING injection token default value
#9107 merged
May 5, 2025 - chore: nextJs versions
#9103 merged
May 4, 2025 - chore(react-query): isRestoring -> IsRestoreProvider like QueryClientProvider
#8717 merged
May 4, 2025 - test(react-query): add test case for useSuspenseQuery
#8731 merged
May 2, 2025 - fix(vue-query): move
queryOptions
anduseQuery
function overloads#9088 merged
May 2, 2025 - test(react-query): use fake timers for useQuery.test.tsx
#9086 merged
May 1, 2025 - test(react-query): use fake timers for useMutation.test.tsx
#9094 merged
May 1, 2025 - feat: refetchMode replace for streamedQuery
#9092 merged
May 1, 2025 - refactor(query-core): remove unused common type
#8989 merged
May 1, 2025 - chore(deps): update dependency vite to v6.2.7 [security]
#9090 merged
May 1, 2025 - fix(angular-query): fix injectInfiniteQuery to narrow type after isSuccess
#9016 merged
Apr 29, 2025 - test(react-query): use test-d file for useQuery
#9082 merged
Apr 29, 2025 - fix(angular-query): align query options with react-query
#9084 merged
Apr 29, 2025 - test(solid-query): use fake timers for useMutation.test.tsx
#9081 merged
Apr 29, 2025 - test(solid-query): remove unnecessary code in test-d file for useQueryOptions
#9080 merged
Apr 29, 2025 - ref(core): switch from Object.defineProperty to Proxies
#9079 merged
Apr 29, 2025 - Enrich the onMutate description for context
#8710 merged
Apr 29, 2025 - Fix broken links on QueryCache reference page
#9033 merged
Apr 29, 2025 - fix(vue-query): fix initialData Type Inference Bug in useQuery
#9077 merged
Apr 29, 2025 - test(react-query): use test-d file for useMutationState
#9075 merged
Apr 28, 2025 - test(react-query): use fake timers for QueryClientProvider.test.tsx
#9074 merged
Apr 26, 2025 - test(query-persist-client-core): use fake timers for createPersister.test.ts
#9067 merged
Apr 26, 2025 - test(react-query): use fake timers for useMutationState.test.tsx
#9055 merged
Apr 26, 2025 - docs(react-query): fix broken links in docs
#9052 merged
Apr 25, 2025 - test(react-query): use fake timers for fine-grained-persister.test.tsx
#9056 merged
Apr 25, 2025 - test(react-query): use fake timers for ssr-hydration.test.tsx
#9058 merged
Apr 25, 2025 - chore(deps): update dependency @sveltejs/kit to v2.20.6 [security]
#9054 merged
Apr 23, 2025 - test(query-core): use fake timers for queryObserver.test.tsx
#9004 merged
Apr 23, 2025 - chore: move from paths to customCondition
#9042 merged
Apr 23, 2025 - fix(vue-query): unify shallow flag behaviour
#9050 merged
Apr 22, 2025 - refactor(query-async-storage-persister): remove unnecessary export "AsyncThrottleOptions"
#9040 merged
Apr 19, 2025 - test(*): remove unnecessary async
#9039 merged
Apr 19, 2025 - fix(types): remove 'queryFn' from OmitKeyof in DefaultOptions
#9035 merged
Apr 18, 2025 - test(vue-query): remove unnecessary async
#9028 merged
Apr 17, 2025 - test(*): remove unnecessary async
#9027 merged
Apr 17, 2025 - test(*): remove unnecessary async
#9026 merged
Apr 17, 2025 - test(*): remove unnecessary async
#9025 merged
Apr 17, 2025 - chore(angular-query): move angular-query-persist-client
#9021 merged
Apr 15, 2025 - Remove predicate typing for query filters
#8958 merged
Apr 14, 2025
10 Pull requests opened by 7 people
- refactor(angular-query): improve devtools tree shaking
#9022 opened
Apr 15, 2025 - feat(docs): add the angular testing documentation
#9023 opened
Apr 15, 2025 - chore: add typescript-eslint/require-await rule
#9029 opened
Apr 15, 2025 - chore: update to eslint-plugin-react-hooks v6
#9071 opened
Apr 26, 2025 - fix(angular-query): ensure initial mutation pending state is emitted
#9098 opened
May 3, 2025 - refactor: integrate util "noop" function in each packages
#9125 opened
May 8, 2025 - feat(core): staleTime: 'static'
#9139 opened
May 11, 2025 - test(query-core): add test case for query
#9145 opened
May 13, 2025 - test(query-core): add test case for queryObserver
#9146 opened
May 13, 2025
26 Issues closed by 5 people
- `setQueryData()` should be persisted too, right?
#6310 closed
May 14, 2025 - Query keeps retrying despite 'enabled' set to false
#9138 closed
May 11, 2025 - Consuming the react query `useQuery` hook from third party lib cause error
#9129 closed
May 9, 2025 - revalidating data on server clears tanstack queryClient
#9123 closed
May 8, 2025 - Suspense example in docs is incorrect
#9019 closed
May 8, 2025 - useQuery() hook vulnerable to type errors
#7530 closed
May 7, 2025 - React Query Cache Not Updating – Requires Manual Invalidation via useFocusEffect
#9102 closed
May 3, 2025 - isLoading resolves `data` as undefined
#9096 closed
May 2, 2025 - [vue-query] Type error returning undefined from `initialData` in `queryOptions`
#9069 closed
May 2, 2025 - Unexpected staleTime of 1000ms set on fetchQuery
#8986 closed
May 1, 2025 - `mutate` doesn't update `variables` synchronously
#9062 closed
Apr 28, 2025 - useMutation() status is stuck in 'pending' when call from useEffect()
#9068 closed
Apr 26, 2025 - Persister serialize & deserialize failing silently
#9063 closed
Apr 25, 2025 - [Windows] Unable to load script with relative path (../../scripts/getViteAliases.js)
#9053 closed
Apr 23, 2025 - Type Inference Issue with `useQueries` for Multiple API Calls
#9051 closed
Apr 23, 2025 - [vue-query] `shallow: false` can lead to identity hazards
#8055 closed
Apr 22, 2025 - [vue-query] useInfiniteQuery does not fetch data on the server?
#8155 closed
Apr 22, 2025 - Options inference broken when using Omit<UseQueryOptions<IUser, Error, IUser>, 'queryKey'>
#8401 closed
Apr 22, 2025 - Bug: with Server Components documentation references non-existent `shouldRedactErrors` option
#9047 closed
Apr 22, 2025 - Not installing the latest version of React Query in Next 15.3
#9043 closed
Apr 22, 2025 - some query stuck in fetching status after update next js to next js 15.2.1 and above
#9036 closed
Apr 18, 2025 - 'queryFn' does not exist in type 'OmitKeyof<QueryObserverOptions
#9034 closed
Apr 18, 2025 - invalidateQueries predicate option: queryKey property is typed too strictly
#8768 closed
Apr 14, 2025
5 Issues opened by 5 people
- @tanstack/vue-query does not update data after mutation unless isFetching is explicitly used
#9133 opened
May 9, 2025 - `@tanstack/eslint-plugin-query` missing (peer) dependency on `typescript`
#9097 opened
May 2, 2025 - SolidQueryDevtools doesn't render in a TansStack Start app
#9085 opened
Apr 29, 2025 - Angular: Esbuild always generates chunks for devtools
#9078 opened
Apr 28, 2025 - Angular: injectMutation skips pending state when triggered in constructor or ngOnInit
#9020 opened
Apr 15, 2025
21 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
- feat(react-query): add mutationOptions
#8960 commented on
May 13, 2025 • 10 new comments - fix(react): allow using `enabled` when using `useQuery().promise`
#8501 commented on
May 4, 2025 • 2 new comments - chore(deps): update marocchino/sticky-pull-request-comment digest to 4fd9ae4
#9013 commented on
May 7, 2025 • 0 new comments - Issue #8469 - fix(solid-query): client() doesn't return undefined
#8992 commented on
Apr 25, 2025 • 0 new comments - fix(query-devtools): move solid to deps
#8990 commented on
Apr 17, 2025 • 0 new comments - feat(eslint): add type-checked configuration for eslint plugin
#8966 commented on
Apr 16, 2025 • 0 new comments - chore(deps): update all non-major dependencies
#8963 commented on
Apr 18, 2025 • 0 new comments - Angular stable release - WIP
#8780 commented on
Apr 15, 2025 • 0 new comments - perf(query-core): useQueries have quadratic performance in relation to the number of queries(#8604)
#8686 commented on
Apr 20, 2025 • 0 new comments - feat: imperative infinite queries
#8648 commented on
Apr 30, 2025 • 0 new comments - test: startTransition
#8444 commented on
May 4, 2025 • 0 new comments - fix(vue-query): fix queryOptions return type
#8305 commented on
Apr 29, 2025 • 0 new comments - Add context as second parameter for the mutation function
#7343 commented on
May 2, 2025 • 0 new comments - Dependency Dasard
#7814 commented on
May 13, 2025 • 0 new comments - Inferred type references an inaccessible unique symbol type after updating from 5.61.5 to 5.62.0
#8833 commented on
Apr 29, 2025 • 0 new comments - Angular: `withDevtools` option `loadDevtools` no longer supports dependency injection
#8824 commented on
Apr 25, 2025 • 0 new comments - Angular: fix `injectQueries`
#8704 commented on
Apr 18, 2025 • 0 new comments - [solid-query] Dependent queries throw `client() is undefined` error
#8469 commented on
Apr 17, 2025 • 0 new comments - eslint-plugin-query: exhaustive-deps error not triggered when dependency is nested inside then/catch
#6853 commented on
Apr 15, 2025 • 0 new comments - Maximum update depth exceeded
#8677 commented on
Apr 15, 2025 • 0 new comments - Angular: no type narrowing on infinite query status
#8984 commented on
Apr 15, 2025 • 0 new comments