Commit Graph

  • d449f6f367 test(react-query/usePrefetchInfiniteQuery): switch to fake timers, remove 'waitFor' and add 'advanceTimersByTimeAsync' (#9354) Wonsuk Choi 2025-07-06 17:55:58 +09:00
  • ac2fa17f98 test(react-query/QueryResetErrorBoundary): switch to fake timers and replace 'waitFor' with 'vi.waitFor' (#9349) Wonsuk Choi 2025-07-06 01:00:58 +09:00
  • ed66939ff7 test(react-query/useSuspenseQuery): switch to fake timers and replace 'waitFor' with 'vi.waitFor' (#9357) Wonsuk Choi 2025-07-06 00:50:04 +09:00
  • 026c050c58 test(react-query/useInfiniteQuery): switch to fake timers and replace 'waitFor' with 'vi.waitFor' (#9359) Wonsuk Choi 2025-07-06 00:45:08 +09:00
  • 058c1eb770 test(react-query/QueryClientProvider): remove 'vi.waitFor' and add 'advanceTimersByTimeAsync' (#9345) Wonsuk Choi 2025-07-06 00:25:36 +09:00
  • 67695efb04 test(react-query/useIsFetching): remove 'vi.waitFor', add 'advanceTimersByTimeAsync' and replace 'findByText' with 'getByText' (#9358) Wonsuk Choi 2025-07-06 00:19:34 +09:00
  • 03aca2e762 ci(.github/workflows/autofix): use 'pnpm run' for prettier script for consistency (#9348) Wonsuk Choi 2025-07-06 00:09:59 +09:00
  • 8bf22144bc test(react-query/useMutationState): remove 'vi.waitFor' and add 'advanceTimersByTimeAsync' (#9353) Wonsuk Choi 2025-07-06 00:05:00 +09:00
  • 3eebcff515 test(react-query/fine-grained-persister): remove 'vi.waitFor' and add 'advanceTimersByTimeAsync' (#9344) Wonsuk Choi 2025-07-06 00:01:14 +09:00
  • 7e5e9f5f0e release: v4.40.1 v4.40.1 Tanner Linsley 2025-07-04 13:19:10 +00:00
  • 6213ffac1e fix(react-query): mark deprecated jsdoc on suspense option of UseQueryOptions (#9360) Jonghyeon Ko 2025-07-04 22:16:45 +09:00
  • 2bc52bf50c test(query-core/onlineManager): replace 'advanceTimersByTimeAsync' with 'advanceTimersByTime' (#9337) Wonsuk Choi 2025-07-02 02:11:27 +09:00
  • d0bea3fb91 test(query-core/mutationCache): remove 'vi.waitFor' and add 'advanceTimersByTimeAsync' (#9339) Wonsuk Choi 2025-07-02 02:07:13 +09:00
  • 998be8bca4 test(query-core/queryCache): remove 'vi.waitFor' and add 'advanceTimersByTimeAsync' (#9340) Wonsuk Choi 2025-07-02 02:01:49 +09:00
  • d75a78af7f test(query-core/mutations): add 'await' to 'sleep', remove 'vi.waitFor' and add 'advanceTimersByTimeAsync' (#9341) Wonsuk Choi 2025-07-02 01:55:16 +09:00
  • b805733f5d test(query-core/infiniteQueryBehavior): remove most 'vi.waitFor' and add 'advanceTimersByTimeAsync' (#9333) Wonsuk Choi 2025-07-02 01:47:47 +09:00
  • 879a1e33bd test(query-core/queriesObserver): remove 'vi.waitFor' and add 'advanceTimersByTimeAsync' (#9342) Wonsuk Choi 2025-07-02 01:38:27 +09:00
  • 5e6e36daef test(query-core/queryObserver): remove 'vi.waitFor' and add 'advanceTimersByTimeAsync' (#9343) Wonsuk Choi 2025-07-02 01:28:29 +09:00
  • a5319d5aaf test(query-core/infiniteQueryObserver): remove duplicate 'InfiniteQueryObserver' and fix grammar in test names (#9332) Wonsuk Choi 2025-07-01 23:19:52 +09:00
  • 1dd32acaf7 type(vue-query): ensure type definition matches implementation (#9276) Alex Liu 2025-06-30 22:45:43 +08:00
  • 4425423588 chore(*): migrate tsup configuration files to TypeScript format (#9330) Jonghyeon Ko 2025-06-29 16:45:47 +09:00
  • b16e793c0e test(query-core/queryClient): add 'advanceTimersByTimeAsync' and remove 'vi.waitFor' (#9326) Wonsuk Choi 2025-06-29 16:38:25 +09:00
  • 33c69ec648 test(query-core/intiniteQueryBehavior): remove duplicate 'InfiniteQueryBehavior' in test name (#9331) Wonsuk Choi 2025-06-29 16:30:57 +09:00
  • 35d50cb36c test(query-core/queryClient): replace 'advanceTimersByTime' with 'advanceTimersByTimeAsync' (#9327) Wonsuk Choi 2025-06-29 16:23:48 +09:00
  • 8837536a7d test(query-core/notifyManager): replace 'queueMicrotask' with 'advanceTimersByTimeAsync' (#9329) Wonsuk Choi 2025-06-29 16:16:23 +09:00
  • 45dac6f026 test: fix typo - remove duplicate "should run" in mutation test name (#9328) sue hyeok chae 2025-06-29 15:59:16 +09:00
  • f4a11151ba chore: add typescript-eslint/require-await rule (#9029) MINSEONG KIM 2025-06-29 01:43:14 +09:00
  • 7dafa933fe test(query-core/query): add 'advanceTimersByTimeAsync' and remove 'vi.waitFor' (#9319) Wonsuk Choi 2025-06-29 00:46:07 +09:00
  • 002550cb35 chore: add .vscode/mcp.json and .github/instructions/nx.instructions.md to .gitignore (#9325) Jonghyeon Ko 2025-06-29 00:37:51 +09:00
  • e4bbb89b80 test(query-core/queryClient): add missing 'await' for 'advanceTimersByTimeAsync' (#9320) Wonsuk Choi 2025-06-29 00:36:35 +09:00
  • 5dd11a3c88 release: v5.81.5 v5.81.5 Tanner Linsley 2025-06-27 19:02:53 +00:00
  • 9813a3995c fix(react-query): throw type error when skipToken is present in prefetch query (#9321) Tmk 2025-06-28 02:58:51 +08:00
  • b5a909528a test(query-core/focusManager): use 'advanceTimersByTime' for boolean focused arg test (#9317) Wonsuk Choi 2025-06-28 00:00:00 +09:00
  • 917ac88c9c release: v5.81.4 v5.81.4 Tanner Linsley 2025-06-27 13:54:19 +00:00
  • 1078bce264 refactor: deprecate createSyncStoragePersister (#9316) Dominik Dorfmeister 2025-06-27 15:52:38 +02:00
  • 20120ae493 test(query-core/mutationObserver): add 'advanceTimersByTimeAsync' in all tests (#9312) Wonsuk Choi 2025-06-27 21:01:44 +09:00
  • 46b5db96ab release: v5.81.3 v5.81.3 Tanner Linsley 2025-06-27 09:11:33 +00:00
  • f052bf2642 fix(docs): Update persistQueryClient.md Dominik Dorfmeister 2025-06-27 11:09:37 +02:00
  • df564566f0 type(vue-query): introduce ShallowOption to unify shallow type and JSDoc (#9277) Alex Liu 2025-06-27 07:14:50 +08:00
  • b180d83616 chore(angular-query): remove obsolete angular platform-browser-dynamic (#9311) Arnoud 2025-06-25 18:23:18 +02:00
  • 0de3843c4f ci: apply automated fixes autofix-ci[bot] 2025-06-25 12:14:38 +00:00
  • f0741dbc24 docs(angular-query): fix nullish coalescing warnings in examples Arnoud de Vries 2025-06-25 14:12:35 +02:00
  • f7cf1b5210 chore: update @tanstack/config (#9302) Arnoud 2025-06-25 12:45:48 +02:00
  • 13d775bcce test(vue-query): use fakeTimers for flaky useMutation.test.tsx (#9300) Jonghyeon Ko 2025-06-22 20:43:24 +09:00
  • cd87a42a31 release: v5.81.2 v5.81.2 Tanner Linsley 2025-06-21 22:28:38 +00:00
  • 48f116c72b chore(angular-query): revert to tsup to build package (#9298) Arnoud 2025-06-22 00:15:55 +02:00
  • 5b0d320b35 fix(angular-query): fix package publishing (#9297) Arnoud 2025-06-21 16:02:03 +02:00
  • 0e44a7445d fix: trigger release Dominik Dorfmeister 2025-06-21 14:04:03 +02:00
  • 76c91d8d7b fix: trigger release Dominik Dorfmeister 2025-06-21 14:03:08 +02:00
  • b766d07963 chore: update documentation generation and publishing scripts (#9296) Jonghyeon Ko 2025-06-21 20:48:19 +09:00
  • 51cc9e704e chore: add .cursor/rules to .gitignore (#9295) Jonghyeon Ko 2025-06-21 14:22:59 +09:00
  • 93caca1ea2 chore(angular-query): run prepack after build (#9294) Arnoud 2025-06-21 01:01:20 +02:00
  • 658d5fa21d refactor(angular-query): build with vite, publish d.ts files to package root (#9292) Arnoud 2025-06-21 00:02:17 +02:00
  • 1a0ab99943 docs: add Chrome extension information for TanStack Query devtools across multiple frameworks (#9275) Dmytro Borysov 2025-06-19 20:51:01 +02:00
  • 22368e03cf docs: clarify comment regarding userIds in dependent queries example (#9288) Ali Helmi 2025-06-19 12:40:42 +03:00
  • 1f9cf0b197 docs: Fix syntax of batshit in batching-requests article (#9269) u9g 2025-06-19 05:12:46 -04:00
  • 6f3d93c2bf release: v5.80.10 v5.80.10 Tanner Linsley 2025-06-19 08:52:26 +00:00
  • fa48673776 perf(query-core): clear query's revertState once fetching ends successfully (#9265) LoicDavid 2025-06-19 10:48:26 +02:00
  • af1de4ddb7 docs: Change the word 'Vue' to 'Solid' (#9287) Anders Madsen 2025-06-19 10:26:51 +02:00
  • 786beac4b1 chore: update Node version and modify script commands (#9286) Jonghyeon Ko 2025-06-19 02:52:28 +09:00
  • cdab6e2b2b ci: add link verification step to PR workflow (#9267) Jonghyeon Ko 2025-06-19 01:28:16 +09:00
  • 5b017d1a68 docs: Update community-projects.md (#9285) Konrad Lisiczyński 2025-06-18 18:05:29 +02:00
  • ddc15f7efa release: v5.80.9 v5.80.9 Tanner Linsley 2025-06-17 21:57:31 +00:00
  • e292e3e5cf fix(angular-query): fix types missing in published package (#9283) Arnoud 2025-06-17 23:55:23 +02:00
  • c251358624 Revert "refactor(angular-query): migrate from tsup to vite (#9281)" (#9282) Arnoud 2025-06-17 23:37:10 +02:00
  • 6f519975d6 release: v5.80.8 v5.80.8 Tanner Linsley 2025-06-17 18:14:33 +00:00
  • 1c7c276a54 refactor(angular-query): migrate from tsup to vite (#9281) Arnoud 2025-06-17 20:03:50 +02:00
  • fff40b7dd0 release: v4.40.0 v4.40.0 Tanner Linsley 2025-06-17 16:44:51 +00:00
  • 693a4718c3 feat(query-core, react-query): backport v5 types, deprecate isLoading in favor of isPending in mutation observer results (#9266) Jonghyeon Ko 2025-06-18 01:39:20 +09:00
  • 33d008bbb3 release: v5.80.7 v5.80.7 Tanner Linsley 2025-06-11 23:52:08 +00:00
  • bd3ac49e29 fix(solid-query-devtools): client-side code instantiating prematurely server-side (#9163) Wesley LeMahieu 2025-06-11 16:49:17 -07:00
  • 641ec86053 chore(deps): update autofix-ci/action digest to 635ffb0 (#9263) renovate[bot] 2025-06-09 22:21:24 +10:00
  • 79f0b9ad2b release: v4.39.2 v4.39.2 Tanner Linsley 2025-06-09 09:36:40 +00:00
  • b8868899c6 fix(react-query): correct type for onSuccess of useQuery (#9242) Jonghyeon Ko 2025-06-09 17:36:58 +09:00
  • cba46b5d79 docs: fix relative links (#9262) Collin Stevens 2025-06-09 00:11:45 -07:00
  • 10b4c2fbe5 docs: Remove superfluous text from mutations.md (#9256) H. C. Kruse 2025-06-06 15:37:37 +02:00
  • eae7bde328 docs: Replace accidentally-deleted content in mutations.md (#9254) Christina Martinez 2025-06-06 00:14:14 -07:00
  • 2b9b122b98 test: add callback return type tests for mutation callbacks (#9252) Braden Wong 2025-06-05 11:20:23 -04:00
  • 433599301c release: v5.80.6 v5.80.6 Tanner Linsley 2025-06-05 13:09:53 +00:00
  • dfbda9de66 refactor(types): revert narrow onSuccess/onError/onMutate/onSettled callback types to Promise<void> | void (#9202)" (#9251) Braden Wong 2025-06-05 09:04:37 -04:00
  • 2db48f44b3 release: v5.80.5 v5.80.5 Tanner Linsley 2025-06-04 18:43:11 +00:00
  • 9e0e60c7f0 fix(experimental_createQueryPersister): Change persisterRestoreAll to restoreQueries with filter support (#9230) René Klomp 2025-06-04 20:37:26 +02:00
  • baaa3104d2 release: v5.80.4 v5.80.4 Tanner Linsley 2025-06-04 18:20:29 +00:00
  • fc92ef9fa3 fix(vue-query): make vue-query client compatible with query-core (#9250) Damian Osipiuk 2025-06-04 20:18:05 +02:00
  • 838acecbe5 docs(readme): replace invalid _build image paths with public asset URLs (#9248) Jinhyun Park 2025-06-04 18:55:46 +09:00
  • 4f4c2c7540 release: v5.80.3 v5.80.3 Tanner Linsley 2025-06-04 09:49:05 +00:00
  • 0d2c2e0fb2 fix(react-query): move hydrationQueue from state to a derived value (#9247) Fredrik Höglund 2025-06-04 11:44:20 +02:00
  • 058bfc9735 docs(contributing): update pnpm version and fix typo (#9243) 메타몽닮음 2025-06-04 01:20:14 +09:00
  • 37eda0d7d9 release: v5.80.2 v5.80.2 Tanner Linsley 2025-06-03 12:08:50 +00:00
  • 5e3cd46aaa fix(query-core): correct error handling in tryResolveSync function (#9206) Jongwan Lee 2025-06-03 21:04:18 +09:00
  • 9c6fb061a5 release: v5.80.1 v5.80.1 Tanner Linsley 2025-06-03 11:23:36 +00:00
  • 57c6ce149b perf: improve performance of util function "difference" in quriesObserver.ts in query-core package (#9201) novice0840 2025-06-03 20:18:02 +09:00
  • 8d41a4ea78 release: v5.80.0 v5.80.0 Tanner Linsley 2025-06-03 09:36:24 +00:00
  • 1fba7fc38b chore: consolidate noop function usage across framework packages (#9228) Braden Wong 2025-06-03 05:31:33 -04:00
  • efa963d1fd refactor(types): remove unnecessary TQueryData generic in InfiniteQueryObserverOptions (#9224) Braden Wong 2025-06-02 13:34:28 -04:00
  • a2a23a89a3 chore: remove redundant word in comment (#9231) clonemycode 2025-06-03 01:32:03 +08:00
  • 4bf169e7c3 refactor(query-core): add "Set" instead of "includes" (#9221) novice0840 2025-06-03 02:13:53 +09:00
  • 3a89ec9c5b chore: improve type safety in getQueryData by using generics (#9218) Braden Wong 2025-06-02 12:49:16 -04:00
  • 3e7d715718 feat(query-devtools): add indicator for staleTime: "static" (#9215) MINSEONG KIM 2025-06-03 01:46:15 +09:00
  • 214fafdae5 release: v5.79.2 v5.79.2 Tanner Linsley 2025-06-02 16:29:10 +00:00