Update dependency @tanstack/eslint-plugin-query to v5.99.0 #29

Open
renovate wants to merge 1 commits from renovate/tanstack-eslint-plugin-query-5.x-lockfile into develop
Member

This PR contains the following updates:

Package Type Update Change
@tanstack/eslint-plugin-query (source) devDependencies minor 5.56.1 -> 5.99.0

Release Notes

TanStack/query (@​tanstack/eslint-plugin-query)

v5.99.0

Compare Source

v5.98.0

Compare Source

v5.97.0

Compare Source

Minor Changes
  • feat(eslint): support eslint v10 and typescript v6 (#​10182)

v5.96.2

Compare Source

Patch Changes
  • fix(eslint-plugin): normalize whitespace in allowList variable matching for multiline expressions (#​10337)

v5.96.1

Compare Source

v5.96.0

Compare Source

Minor Changes
  • Add prefer-query-options rule and recommendedStrict config (#​10359)

v5.95.2

Compare Source

v5.95.1

Compare Source

v5.95.0

Compare Source

Minor Changes
  • BREAKING (eslint-plugin): The exhaustive-deps rule now reports member expression dependencies more granularly for call expressions (e.g. a.b.foo() suggests a.b), which may cause existing code that previously passed the rule to now report missing dependencies. To accommodate stable variables and types, the rule now accepts an allowlist option with variables and types arrays to exclude specific dependencies from enforcement. (#​10295)

v5.94.5

Patch Changes
  • fix(*): resolve issue about excluded build directory (#​10312)

v5.94.4

Patch Changes

v5.91.5

Compare Source

Patch Changes
  • Fix exhaustive-deps to detect dependencies used inside nested queryFn callbacks/control flow, and avoid false positives when those dependencies are already present in complex queryKey expressions. (#​10258)

v5.91.4

Compare Source

Patch Changes
  • fix(eslint-plugin-query): declare typescript as optional peer dependency (#​10007)

v5.91.3

Compare Source

Patch Changes
  • exhaustive-deps rule fixed for vue files (#​10011)

v5.91.2

Compare Source

Patch Changes
  • fix: allow useQueries with combine property in no-unstable-deps rule (#​9720)

v5.91.1

Compare Source

Patch Changes
  • avoid typescript import in no-void-query-fn rule (#​9759)

v5.91.0

Compare Source

Minor Changes
  • feat: improve type of exported plugin (#​9700)

v5.90.2

Compare Source

Patch Changes
  • fix: exhaustive-deps with variables and type assertions (#​9687)

v5.90.1

Compare Source

Version 5.90.1 - 9/22/25, 6:41 AM

Changes

Fix
  • vue-query: Support infiniteQueryOptions for MaybeRef argument (#​9634) (49243c8) by hriday330
Chore
Ci
Docs

Packages

v5.89.0

Compare Source

Version 5.89.0 - 9/16/25, 8:27 AM

Changes

Feat
  • query-core: add context to mutationfn & mutation callbacks (#​9615) (a2151d2) by Josh
Chore

Packages

v5.86.0

Compare Source

Version 5.86.0 - 9/4/25, 9:27 AM (Manual Release)

Changes

Note: This release contains BREAKING CHANGES for the experimental_streamedQuery API:

BREAKING CHANGES

BREAKING CHANGE: The maxChunks parameter has been removed from streamedQuery. Use a custom reducer function to control data aggregation behavior instead.

BREAKING CHANGE: When using a custom reducer function with streamedQuery, the initialValue parameter is now required and must be provided.

  • rename queryFn to streamFn in streamedQuery (#​9606) (b25412a) by Dominik Dorfmeister

BREAKING CHANGE: queryFn has been renamed to streamFn

Chore
  • tsconfig.json: simplify “include” patterns by consolidating file extensions and directory paths (#​9547) (7306474) by @​sukvvon
Test
Other

Packages

v5.83.1

Compare Source

Version 5.83.1 - 7/31/25, 12:42 PM

Changes

Refactor
Chore
Test
  • query-core/mutationCache: add “sleep” to callbacks and remove “await” from “executeMutation” using “advanceTimersByTimeAsync” (#​9506) (cc45977) by @​sukvvon
  • svelte-query/createQueries: simplify “queryFn” and add test for success when queries reslove at different times (#​9494) (e9d9080) by @​sukvvon
  • svelte-query/{QueryClientProvider,useIsFetching,useIsMutating}: simplify “queryFn” (#​9495) (52fdff2) by @​sukvvon
  • svelte-query/createQuery: simplify “queryFn” and replace “queryByText” with “getByText” (#​9490) (234f2f4) by @​sukvvon
  • svelte-query/createMutation: add “sleep” in “mutationFn” and replace “queryByText” with “getByText” (#​9491) (80242d6) by @​sukvvon
  • svelte-query/createInfiniteQuery: add “sleep”, remove “Number” in “queryFn”, and replace “queryByText” with “getByText” (#​9492) (c273ba4) by @​sukvvon
  • svelte-query/useMutationState: simplify “queryFn” and replace “queryByText” with “getByText” (#​9489) (880d183) by @​sukvvon
  • solid-query/useIsMutating: simplify “mutationFn” and add “expect” for “isMutating” state transitions (#​9486) (552fe4b) by @​sukvvon
  • react-query/useSuspenseQueries: simplify “queryFn” and add “expect” for “loading” text (#​9477) (6bc45b8) by @​sukvvon
  • solid-query/suspense: simplify “queryFn” and add “expect” for “loading” text (#​9479) (039d214) by @​sukvvon
  • solid-query/useInfiniteQuery: add “sleep”, remove “Number” in “queryFn”, and simplify it (#​9484) (bf9f9dc) by @​sukvvon
  • react-query/useIsFetching: simplify “queryFn” and add “expect” using “toBeInTheDocument (#​9478) (9041b41) by @​sukvvon
  • solid-query/useIsFetching: simplify “queryFn” and add “expect” for “isFetching” state transitions (#​9480) (c2e8330) by @​sukvvon
  • react-query/HydrationBoundary: use precise time in “advanceTimersByTimeAsync”, add “expect” using “toBeInTheDocument”, and simplify “queryFn” (#​9472) (9376835) by @​sukvvon
  • react-query/suspense: add “sleep” in “queryFn”, and add “expect” for “loading” text (#​9468) (cb9ab1e) by @​sukvvon
  • react-query/ssr: simplify “queryFn” and add “sleep” for accurate testing (#​9471) (72c2a4c) by @​sukvvon
  • react-query/useSuspenseQuery: add “sleep” in “queryFn”, simplify it, and add “expect” for “loading” text (#​9469) (db6281e) by @​sukvvon
  • react-query/useInfiniteQuery: remove “Number” in “queryFn”, and simplify it (#​9470) (d7af654) by @​sukvvon
  • react-query/useSuspenseQueries: use precise time in “advanceTimersByTimeAsync”, and add “expect” using “toBeInTheDocument” (#​9450) (ac5d858) by @​sukvvon
  • react-query/usePrefetchInfiniteQuery: use precise time in “advanceTimersByTimeAsync”, and add “expect” using “toBeInTheDocument” (#​9447) (ff13c2e) by @​sukvvon
  • react-query/useInfiniteQuery: use precise time in “advanceTimersByTimeAsync”, and add “expect” using “toBeInTheDocument” (#​9446) (efb14d6) by @​sukvvon
  • react-query/useSuspenseQuery: use precise time in “advanceTimersByTimeAsync”, and add “expect” using “toBeInTheDocument” (#​9455) (05c62a0) by @​sukvvon
  • react-query/QueryResetErrorBoundary: use precise time in “advanceTimersByTimeAsync”, and add “expect” using “toBeInTheDocument” (#​9456) (e349d85) by @​sukvvon
  • react-query/usePrefetchQuery: use precise time in “advanceTimersByTimeAsync”, and add “expect” using “toBeInTheDocument” (#​9448) (63bc828) by @​sukvvon
  • react-query/useMutation: use precise time in “advanceTimersByTimeAsync”, and add “expect” using “toBeInTheDocument” (#​9458) (e2ce12c) by @​sukvvon
  • react-query/useQueries: replace inline “Promise” delays with “sleep”, and add “expect” using “toBeInTheDocument” (#​9466) (ed90d1a) by @​sukvvon
  • angular-query-experimental/providers: replace “runAllTimersAsync” with “advanceTimersByTimeAsync” (#​9436) (bf77ab7) by @​sukvvon
  • angular-query-experimental/inject-mutation-state: replace “runAllTimersAsync”, “advanceTimersByTime” with “advanceTimersByTimeAsync” (#​9438) (2d71a22) by @​sukvvon
  • react-query/fine-grained-persister: use precise time in “advanceTimersByTimeAsync”, and add “expect” using “toBeInTheDocument” (#​9441) (7c58392) by @​sukvvon
  • react-query/QueryClientProvider: add “expect” using “toBeInTheDocument” (#​9442) (958b0f0) by @​sukvvon
  • react-query/ssr: replace “advanceTimersByTimeAsync” with “sleep” in “queryFn”, remove “await” from “fetchQuery” and related methods (#​9443) (bfcff0b) by @​sukvvon
  • react-query/suspense: change “queryFn” to return a “Promise”, replace “advanceTimersByTime” with “advanceTimersByTimeAsync”, and add “expect” (#​9444) (4daf694) by @​sukvvon
  • query-core/queryCache: remove redundant “advanceTimersByTimeAsync” (#​9433) (4d8bbbf) by Wonsuk Choi
  • angular-query-experimental/inject-query: use precise time in “advanceTimersByTimeAsync” (#​9435) (b4a847e) by @​sukvvon
  • angular-query-experimental/inject-mutation: use precise time in “advanceTimersByTimeAsync” (#​9434) (b67caee) by @​sukvvon
  • query-core/queryObserver: use precise time in “advanceTimersByTimeAsync” (#​9432) (343501c) by @​sukvvon
  • query-core/queriesObserver: use precise time in “advanceTimersByTimeAsync” (#​9429) (c65869e) by @​sukvvon
  • angular-query-experimental/inject-is-mutating: separate “injectionContext” from testing, and add more “expect” (#​9425) (9dcd588) by @​sukvvon
  • svelte-query/useIsMutating: replace incorrect usage of “fetching” with “mutating” (#​9424) (d7f1621) by @​sukvvon
  • query-core/infiniteQueryBehavior: remove “vi.waitFor”, and add “advanceTimersByTimeAsync” in infinite loop on retry test (#​9426) (d5a4d35) by @​sukvvon
  • query-core/mutations: replace “runAllTimersAsync” with “advanceTimersByTimeAsync”, and use precise time in “advanceTimersByTimeAsync” (#​9427) (357bafb) by @​sukvvon
  • svelte-query/createQuery: remove “vi.waitFor”, and add “advanceTimersByTimeAsync” (#​9416) (f8a20ac) by @​sukvvon
  • svelte-query/useMutationState: remove “vi.waitFor”, and add “advanceTimersByTimeAsync” (#​9420) (431784d) by @​sukvvon
  • angular-query-experimental/inject-infinite-query: use precise time in “advanceTimersByTimeAsync” (#​9422) (5a783b1) by @​sukvvon
  • vue-query/useQuery: switch to fake timers, and replace “sleep” with “advanceTimersByTimeAsync” (#​9421) (8e77701) by @​sukvvon
  • angular-query-experimental/inject-is-fetching: replace “advanceTimersByTime” with “advanceTimersByTimeAsync”, and add “expect” “isFetching” to equal 0 (#​9423) (91bbf48) by @​sukvvon
  • svelte-query/useIsMutating: remove “vi.waitFor”, and add “advanceTimersByTimeAsync” (#​9419) (77a358a) by @​sukvvon
  • svelte-query/useIsFetching: remove “vi.waitFor”, and add “advanceTimersByTimeAsync” (#​9418) (5062c59) by @​sukvvon
  • svelte-query/QueryClientProvider: remove “vi.waitFor”, and add “advanceTimersByTimeAsync” (#​9417) (f285dee) by @​sukvvon
  • svelte-query/createQueries: remove “vi.waitFor”, and add “advanceTimersByTimeAsync” (#​9415) (a5c71cc) by @​sukvvon
  • svelte-query/createMutation: remove “vi.waitFor”, and add “advanceTimersByTimeAsync” (#​9414) (c2ece73) by @​sukvvon
  • svelte-query/createInfiniteQuery: remove “vi.waitFor”, and add “advanceTimersByTimeAsync” (#​9413) (0cd4e7d) by @​sukvvon
  • solid-query/useInfiniteQuery: remove “vi.waitFor”, and add “advanceTimersByTimeAsync”, “expect” (#​9411) (c5bd083) by Wonsuk Choi
  • solid-query/useMutation: remove “vi.waitFor”, replace “findByText” with “getByText”, and add “advanceTimersByTimeAsync”, “expect” (#​9409) (4349e75) by Wonsuk Choi
Ci
Docs

Packages

v5.81.2

Version 5.81.2 - 6/21/25, 10:28 PM (Manual Release)

Changes

Fix
  • angular-query: fix package publishing (#​9297) (5b0d320) by Arnoud
  • trigger release (0e44a74) by Dominik Dorfmeister
  • trigger release (76c91d8) by Dominik Dorfmeister
Refactor
  • angular-query: build with vite, publish d.ts files to package root (#​9292) (658d5fa) by Arnoud
Chore
Docs
  • add Chrome extension information for TanStack Query devtools across multiple frameworks (#​9275) (1a0ab99) by Dmytro Borysov
  • clarify comment regarding userIds in dependent queries example (#​9288) (22368e0) by @​ahelmi365

Packages

v5.78.0

Compare Source

Version 5.78.0 - 5/26/25, 1:27 PM

Changes

Feat
  • eslint-plugin: refactor and add mutation-property-order rule (#​9191) (a1210cb) by jochong

Packages

v5.74.7

Compare Source

Version 5.74.7 - 4/27/25, 3:02 PM

Changes

Fix
  • vue-query: update initialData type to allow InitialDataFunction and NonUndefinedGuard, similar to react-query (#​9073) (e45dea8) by Sol Lee
Chore
Test
Docs
  • fix broken links in docs (#​9052) (eb15f87) by Zac Rosenbauer
  • fix typo (a2a39c9) by Dominik Dorfmeister
  • Update streamedQuery.md (c987abc) by Dominik Dorfmeister

Packages

v5.73.3

Compare Source

Version 5.73.3 - 4/12/25, 2:22 PM

Changes

Fix
  • query-core: make sure we don”t invoke select too often when using placeholderData (#​9007) (38178ba) by Dominik Dorfmeister
Chore
  • bundle-size reporting (d5ba5d1) by Dominik Dorfmeister
  • deps: update packages (#​9003) (713ba3a) by Lachlan Collins
  • deps: update dependency vite to v6.2.6 [security] (#​9000) (a48ec06) by renovate[bot]

Packages

v5.72.2

Compare Source

Version 5.72.2 - 4/9/25, 2:17 PM

Changes

Fix
  • eslint-plugin: separate legacy and modern dts files (#​8972) (7d3a1a3) by Eliya Cohen
Chore
  • remove eslint task from basic example (bf7b66c) by TkDodo
Other

Packages

v5.72.1

Compare Source

Version 5.72.1 - 4/8/25, 12:57 PM

Changes

Fix
Chore
  • trigger release (4ad696a) by Dominik Dorfmeister
  • (temporary) make test depend on build (1771dd2) by TkDodo
Docs
  • correct missing closing quote in networkMode option (#​8965) (0e1d866) by Mohammad Reza Badri
  • readme: document how to run tests using Nx (#​8967) (04b58a5) by novice0840

Packages

v5.72.0

Compare Source

Version 5.72.0 - 4/7/25, 9:20 AM

Changes

Feat
Chore
  • deps: update dependency vite to v6.2.5 [security] (#​8957) (644e945) by renovate[bot]
  • hopefully changing nx.json will cache-bust everything? (57d159c) by TkDodo
  • paths: use customConditions to define internal imports (#​8935) (8e0c6b7) by Tyler
Ci
  • disable nx-caching in CI (3319d35) by TkDodo
Other

Packages

v5.71.5

Compare Source

Version 5.71.5 - 4/2/25, 6:39 PM

Changes

Fix
  • solid-query: add useQuery, useInfiniteQuery, useQueries, useMutation as alternative syntax to align with react and ease maintenance (#​8938) (1202ba0) by Birk Skyum
Chore
  • deps: replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#​8602) (8b1eff1) by renovate[bot]

Packages

v5.68.0

Compare Source

Version 5.68.0 - 3/14/25, 10:00 AM

Changes

Feat
  • eslint-plugin-query: enhance no-rest-destructuring rule to detect spread operations (#​8802) (796032d) by Eliya Cohen
Test
Docs

Packages

v5.67.2

Compare Source

Version 5.67.2 - 3/7/25, 10:56 AM

Changes

Fix
Chore
  • deps: update dependency vitest to v2.1.9 [security] (#​8605) (f31eeda) by renovate[bot]
  • sync CONTRIBUTING.md between projects (#​8767) (c4cb285) by Lachlan Collins
  • deps: update autofix-ci/action digest to 551dded (#​8549) (8c03bd0) by renovate[bot]
  • ts 5.8 (161f534) by Dominik Dorfmeister
Docs

Packages

v5.66.1

Compare Source

Version 5.66.1 - 2/10/25, 5:43 PM

Changes

Fix
Chore
Docs
  • angular-query: improve queryOptions code snippets (#​8601) (7ff544e) by Arnoud

Packages

v5.66.0

Compare Source

Version 5.66.0 - 1/31/25, 9:05 AM

Changes

Feat
  • core: add client to queryFunctionContext (#​8599) (f86eb7e) by Dominik Dorfmeister
Docs
  • Add OpenAPI Qraft React to the list of community projects (#​8588) (a507400) by Alex Batalov

Packages

v5.65.0

Compare Source

Version 5.65.0 - 1/27/25, 4:19 PM

Changes

Feat
  • types: type narrowing for isPlaceholderData (#​8586) (2399bb0) by Dominik Dorfmeister
Chore
  • composite monorepo (#​8560) (97f5544) by Dominik Dorfmeister
  • deps: update dependency vite to v5.4.12 [security] (#​8563) (4a0a129) by renovate[bot]
Ci
Docs

Packages

v5.64.2

Compare Source

Version 5.64.2 - 1/19/25, 8:45 AM

Changes

Fix
  • react-query: add missing subscribed option to UseInfiniteQueryOptions (#​8546) (3e3fba9) by Seyed Mohammad Asadi
Chore
  • deps: replace rimraf with premove (#​8532) (f04dd19) by Lachlan Collins

Packages

v5.62.16

Version 5.62.16 - 1/6/25, 7:15 PM (Manual Release)

Changes

Fix
  • QueriesObserver: include default options on duplicate query, queryHash check (#​8432) (e664d22) by nick-avi-say
  • vue-query: ensure queryKey match the current value of ref used inside (#​8443) (3104854) by @​Mini-ghost
  • react-query: eslint-plugin-query now working with vanilla js (#​8322) (f6757a6) by Ifeanyi Aladi
  • eslint-plugin-query: export Plugin interface (#​8392) (9a0ca9b) by Tomáš Vojtášek
Test
  • add a test to ensure new meta gets accepted by fetchQuery (d08d115) by Dominik Dorfmeister

Packages

v5.62.9

Compare Source

Version 5.62.9 - 12/23/24, 4:51 PM

Changes

Fix
Chore
Docs

Packages

v5.62.1

Compare Source

Version 5.62.1 - 12/2/24, 6:40 PM

Changes

Fix
  • eslint-plugin-query: handle non-null at then end of var in exhaustive-deps (#​8385) (d9d2728) by Parbez
Chore
  • angular-query: update examples to typescript 5.7 (#​8374) (b7bad3d) by Arnoud
Test
  • query-core: add type check tests for queryObserver (#​8304) (12b6782) by Sol Lee

Packages

v5.61.6

Compare Source

Version 5.61.6 - 11/28/24, 1:59 PM

Changes

Fix
  • angular-query: improve compatibility with Jest (#​8367) (ebcaa55) by Arnoud
  • eslint-plugin-query: handle optional and non-null chaining in exhaustive-deps (#​8365) (c402a2b) by Eliya Cohen

Packages

v5.61.4

Compare Source

Version 5.61.4 - 11/26/24, 1:39 PM

Changes

Fix
  • QueriesObserver: fix improper sorting in QueriesObserver”s #find… (#​8351) (3b7556f) by Jonathan Toung
Chore

Packages

v5.61.3

Compare Source

Version 5.61.3 - 11/24/24, 3:24 AM

Changes

Fix
  • eslint-plugin: fix no-unstable-deps with ts-eslint >=8.10.0 (#​8340) (bdafc84) by Lachlan Collins
Chore
  • deps: more manual package updates (#​8339) (9972595) by Lachlan Collins
  • deps: update expo, next, astro, nx (#​8337) (99b5354) by Lachlan Collins
  • deps: update dependency astro to v4.16.1 [security] (#​8181) (bbd3821) by renovate[bot]
  • deps: update dependency next to v14.2.10 [security] (#​8128) (22b89c9) by renovate[bot]
Test
  • integrations: switch react-scripts to webpack (#​8329) (b846c53) by Lachlan Collins
Docs

Packages

v5.61.2

Compare Source

Version 5.61.2 - 11/23/24, 10:43 PM

Changes

Fix
  • angular-query: subscribe to observer outside the Angular zone (#​8331) (228382f) by Arnoud
  • eslint-plugin-query: improve external reference relevance (#​8334) (80a49ff) by Eliya Cohen
Docs
  • react-query: add example for Expo Network in online status management (#​8298) (102b6a8) by Daniel Reichhart

Packages

v5.60.1

Compare Source

Version 5.60.1 - 11/8/24, 10:06 AM

Changes

Fix
  • eslint-plugin-query: add Suspense query hooks to no-rest-destructuring rule (#​8260) (2f6c028) by Gyumong

Packages

v5.59.20

Compare Source

Version 5.59.20 - 11/6/24, 2:13 PM

Changes

Fix
  • don”t ship test files (848df62) by Dominik Dorfmeister
Test
Docs

Packages

v5.59.7

Compare Source

Version 5.59.7 - 10/9/24, 4:21 PM

Changes

Fix
  • eslint-plugin-query: ignore all non-identifier properties in rule infinite-query-property-order (#​8158) (81e443c) by Manuel Schiller

Packages

v5.59.4

Compare Source

Version 5.59.4 - 10/9/24, 1:02 PM

Changes

Fix
  • core: do not inform QueriesObserver subscribers if combined result hasn”t changed (#​8153) (cae2524) by Dominik Dorfmeister
  • eslint-plugin-query: handle callable params within exaustive-deps rule (#​8150) (eb2f9d3) by pawel-twardziak
Chore
  • eslint-plugin-query: expect-expect warning for expectArrayEqualIgnoreOrder (#​8143) (85a525a) by Sol Lee
  • no-shadow lint warning in insertAtPositions() (#​8142) (78b086b) by Sol Lee
Test
  • hydration test case for overwriting with promise (05ccd65) by Dominik Dorfmeister

Packages

v5.59.2

Compare Source

Version 5.59.2 - 10/8/24, 12:32 PM

Changes

Fix
  • eslint-plugin-query: handle nullish coalescing operator in exhaustive-deps rule (#​8146) (c232a6f) by Eliya Cohen
Chore
  • eslint-plugin-query: change naming for text variables (#​8135) (495b086) by Sol Lee
  • deps: update dependency svelte to v4.2.19 [security] (2fe16e5) by renovate[bot]
  • deps: update dependency vite to v5.3.6 [security] (08a568d) by renovate[bot]

Packages

v5.59.1

Compare Source

Version 5.59.1 - 10/4/24, 12:03 PM

Changes

Fix
  • eslint-plugin-query: update deprecated getSourceCode() method (#​8117) (bb8278d) by Sol Lee
Test
Docs

Packages

v5.58.1

Compare Source

Version 5.58.1 - 9/27/24, 7:58 AM

Changes

Fix
  • eslint-plugin: fix legacy recommended config (#​8104) (ade6283) by Lachlan Collins
Docs

Packages

v5.57.2

Compare Source

Version 5.57.2 - 9/24/24, 6:13 PM

Changes

Fix
  • eslint-plugin-query: correctly handle call-expression spread (#​8090) (f1aab70) by Manuel Schiller
Docs

Packages

v5.57.1

Compare Source

Version 5.57.1 - 9/21/24, 9:15 AM

Changes

Fix
  • eslint-plugin-query: relax property order rule to ignore relative order of getPreviousPageParam and getNextPageParam (#​8074) (1793e06) by Manuel Schiller

Packages

v5.57.0

Compare Source

Version 5.57.0 - 9/20/24, 7:50 PM

Changes

Feat
  • eslint-plugin-query: add rule to ensure property order of infinite query functions (#​8072) (f8d65fb) by Manuel Schiller
Docs
  • add missing closing tag to Solid docs (#​8068) (ca9e3c4) by Stephen Brown-Bourne

Packages


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@tanstack/eslint-plugin-query](https://tanstack.com/query) ([source](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query)) | devDependencies | minor | [`5.56.1` -> `5.99.0`](https://renovatebot.com/diffs/npm/@tanstack%2feslint-plugin-query/5.56.1/5.99.0) | --- ### Release Notes <details> <summary>TanStack/query (@&#8203;tanstack/eslint-plugin-query)</summary> ### [`v5.99.0`](https://github.com/TanStack/query/blob/HEAD/packages/eslint-plugin-query/CHANGELOG.md#5990) [Compare Source](https://github.com/TanStack/query/compare/@tanstack/eslint-plugin-query@5.98.0...@tanstack/eslint-plugin-query@5.99.0) ### [`v5.98.0`](https://github.com/TanStack/query/blob/HEAD/packages/eslint-plugin-query/CHANGELOG.md#5980) [Compare Source](https://github.com/TanStack/query/compare/@tanstack/eslint-plugin-query@5.97.0...@tanstack/eslint-plugin-query@5.98.0) ### [`v5.97.0`](https://github.com/TanStack/query/blob/HEAD/packages/eslint-plugin-query/CHANGELOG.md#5970) [Compare Source](https://github.com/TanStack/query/compare/@tanstack/eslint-plugin-query@5.96.2...@tanstack/eslint-plugin-query@5.97.0) ##### Minor Changes - feat(eslint): support eslint v10 and typescript v6 ([#&#8203;10182](https://github.com/TanStack/query/pull/10182)) ### [`v5.96.2`](https://github.com/TanStack/query/blob/HEAD/packages/eslint-plugin-query/CHANGELOG.md#5962) [Compare Source](https://github.com/TanStack/query/compare/@tanstack/eslint-plugin-query@5.96.1...@tanstack/eslint-plugin-query@5.96.2) ##### Patch Changes - fix(eslint-plugin): normalize whitespace in allowList variable matching for multiline expressions ([#&#8203;10337](https://github.com/TanStack/query/pull/10337)) ### [`v5.96.1`](https://github.com/TanStack/query/blob/HEAD/packages/eslint-plugin-query/CHANGELOG.md#5961) [Compare Source](https://github.com/TanStack/query/compare/@tanstack/eslint-plugin-query@5.96.0...@tanstack/eslint-plugin-query@5.96.1) ### [`v5.96.0`](https://github.com/TanStack/query/blob/HEAD/packages/eslint-plugin-query/CHANGELOG.md#5960) [Compare Source](https://github.com/TanStack/query/compare/@tanstack/eslint-plugin-query@5.95.2...@tanstack/eslint-plugin-query@5.96.0) ##### Minor Changes - Add `prefer-query-options` rule and `recommendedStrict` config ([#&#8203;10359](https://github.com/TanStack/query/pull/10359)) ### [`v5.95.2`](https://github.com/TanStack/query/blob/HEAD/packages/eslint-plugin-query/CHANGELOG.md#5952) [Compare Source](https://github.com/TanStack/query/compare/@tanstack/eslint-plugin-query@5.95.1...@tanstack/eslint-plugin-query@5.95.2) ### [`v5.95.1`](https://github.com/TanStack/query/blob/HEAD/packages/eslint-plugin-query/CHANGELOG.md#5951) [Compare Source](https://github.com/TanStack/query/compare/@tanstack/eslint-plugin-query@5.95.0...@tanstack/eslint-plugin-query@5.95.1) ### [`v5.95.0`](https://github.com/TanStack/query/blob/HEAD/packages/eslint-plugin-query/CHANGELOG.md#5950) [Compare Source](https://github.com/TanStack/query/compare/@tanstack/eslint-plugin-query@5.94.5...@tanstack/eslint-plugin-query@5.95.0) ##### Minor Changes - BREAKING (eslint-plugin): The `exhaustive-deps` rule now reports member expression dependencies more granularly for call expressions (e.g. `a.b.foo()` suggests `a.b`), which may cause existing code that previously passed the rule to now report missing dependencies. To accommodate stable variables and types, the rule now accepts an `allowlist` option with `variables` and `types` arrays to exclude specific dependencies from enforcement. ([#&#8203;10295](https://github.com/TanStack/query/pull/10295)) ### [`v5.94.5`](https://github.com/TanStack/query/blob/HEAD/packages/eslint-plugin-query/CHANGELOG.md#5945) ##### Patch Changes - fix(\*): resolve issue about excluded build directory ([#&#8203;10312](https://github.com/TanStack/query/pull/10312)) ### [`v5.94.4`](https://github.com/TanStack/query/blob/HEAD/packages/eslint-plugin-query/CHANGELOG.md#5944) ##### Patch Changes - chore: fixed version ([#&#8203;10064](https://github.com/TanStack/query/pull/10064)) ### [`v5.91.5`](https://github.com/TanStack/query/blob/HEAD/packages/eslint-plugin-query/CHANGELOG.md#5915) [Compare Source](https://github.com/TanStack/query/compare/@tanstack/eslint-plugin-query@5.91.4...@tanstack/eslint-plugin-query@5.91.5) ##### Patch Changes - Fix `exhaustive-deps` to detect dependencies used inside nested `queryFn` callbacks/control flow, and avoid false positives when those dependencies are already present in complex `queryKey` expressions. ([#&#8203;10258](https://github.com/TanStack/query/pull/10258)) ### [`v5.91.4`](https://github.com/TanStack/query/blob/HEAD/packages/eslint-plugin-query/CHANGELOG.md#5914) [Compare Source](https://github.com/TanStack/query/compare/@tanstack/eslint-plugin-query@5.91.3...@tanstack/eslint-plugin-query@5.91.4) ##### Patch Changes - fix(eslint-plugin-query): declare typescript as optional peer dependency ([#&#8203;10007](https://github.com/TanStack/query/pull/10007)) ### [`v5.91.3`](https://github.com/TanStack/query/blob/HEAD/packages/eslint-plugin-query/CHANGELOG.md#5913) [Compare Source](https://github.com/TanStack/query/compare/@tanstack/eslint-plugin-query@5.91.2...@tanstack/eslint-plugin-query@5.91.3) ##### Patch Changes - exhaustive-deps rule fixed for vue files ([#&#8203;10011](https://github.com/TanStack/query/pull/10011)) ### [`v5.91.2`](https://github.com/TanStack/query/blob/HEAD/packages/eslint-plugin-query/CHANGELOG.md#5912) [Compare Source](https://github.com/TanStack/query/compare/@tanstack/eslint-plugin-query@5.91.1...@tanstack/eslint-plugin-query@5.91.2) ##### Patch Changes - fix: allow useQueries with combine property in no-unstable-deps rule ([#&#8203;9720](https://github.com/TanStack/query/pull/9720)) ### [`v5.91.1`](https://github.com/TanStack/query/blob/HEAD/packages/eslint-plugin-query/CHANGELOG.md#5911) [Compare Source](https://github.com/TanStack/query/compare/@tanstack/eslint-plugin-query@5.91.0...@tanstack/eslint-plugin-query@5.91.1) ##### Patch Changes - avoid typescript import in no-void-query-fn rule ([#&#8203;9759](https://github.com/TanStack/query/pull/9759)) ### [`v5.91.0`](https://github.com/TanStack/query/blob/HEAD/packages/eslint-plugin-query/CHANGELOG.md#5910) [Compare Source](https://github.com/TanStack/query/compare/@tanstack/eslint-plugin-query@5.90.2...@tanstack/eslint-plugin-query@5.91.0) ##### Minor Changes - feat: improve type of exported plugin ([#&#8203;9700](https://github.com/TanStack/query/pull/9700)) ### [`v5.90.2`](https://github.com/TanStack/query/blob/HEAD/packages/eslint-plugin-query/CHANGELOG.md#5902) [Compare Source](https://github.com/TanStack/query/compare/v5.90.1...@tanstack/eslint-plugin-query@5.90.2) ##### Patch Changes - fix: exhaustive-deps with variables and type assertions ([#&#8203;9687](https://github.com/TanStack/query/pull/9687)) ### [`v5.90.1`](https://github.com/TanStack/query/releases/tag/v5.90.1) [Compare Source](https://github.com/TanStack/query/compare/v5.89.0...v5.90.1) Version 5.90.1 - 9/22/25, 6:41 AM #### Changes ##### Fix - vue-query: Support infiniteQueryOptions for MaybeRef argument ([#&#8203;9634](https://github.com/TanStack/query/issues/9634)) ([`49243c8`](https://github.com/TanStack/query/commit/49243c8)) by hriday330 ##### Chore - deps: update marocchino/sticky-pull-request-comment digest to [`fd19551`](https://github.com/TanStack/query/commit/fd19551) ([#&#8203;9674](https://github.com/TanStack/query/issues/9674)) ([`cd4ef5c`](https://github.com/TanStack/query/commit/cd4ef5c)) by renovate\[bot] ##### Ci - update checkout action ([#&#8203;9673](https://github.com/TanStack/query/issues/9673)) ([`cbf0896`](https://github.com/TanStack/query/commit/cbf0896)) by Lachlan Collins - update workspace config ([#&#8203;9671](https://github.com/TanStack/query/issues/9671)) ([`fb48985`](https://github.com/TanStack/query/commit/fb48985)) by Lachlan Collins ##### Docs - angular-query: add testing guide ([#&#8203;9669](https://github.com/TanStack/query/issues/9669)) ([`06e5550`](https://github.com/TanStack/query/commit/06e5550)) by Arnoud #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).90.1 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).90.1 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).90.1 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).90.1 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).90.1 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).90.1 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).90.1 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).90.1 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).90.1 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).90.1 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).90.1 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).90.1 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).90.1 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).90.1 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).90.1 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).90.1 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).90.1 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).90.1 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).90.1 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).90.1 ### [`v5.89.0`](https://github.com/TanStack/query/releases/tag/v5.89.0) [Compare Source](https://github.com/TanStack/query/compare/v5.86.0...v5.89.0) Version 5.89.0 - 9/16/25, 8:27 AM #### Changes ##### Feat - query-core: add context to mutationfn & mutation callbacks ([#&#8203;9615](https://github.com/TanStack/query/issues/9615)) ([`a2151d2`](https://github.com/TanStack/query/commit/a2151d2)) by Josh ##### Chore - deps: update marocchino/sticky-pull-request-comment digest to [`a071bc9`](https://github.com/TanStack/query/commit/a071bc9) ([#&#8203;9627](https://github.com/TanStack/query/issues/9627)) ([`0e99327`](https://github.com/TanStack/query/commit/0e99327)) by renovate\[bot] #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).89.0 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).89.0 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).89.0 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).89.0 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).89.0 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).89.0 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).89.0 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).89.0 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).89.0 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).89.0 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).89.0 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).89.0 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).89.0 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).89.0 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).89.0 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).89.0 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).89.0 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).89.0 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).89.0 ### [`v5.86.0`](https://github.com/TanStack/query/releases/tag/v5.86.0) [Compare Source](https://github.com/TanStack/query/compare/v5.83.1...v5.86.0) Version 5.86.0 - 9/4/25, 9:27 AM (Manual Release) #### Changes Note: This release contains BREAKING CHANGES for the `experimental_streamedQuery` API: ##### BREAKING CHANGES - query-core: add custom reducer support to streamedQuery ([#&#8203;9532](https://github.com/TanStack/query/issues/9532)) ([`8f24580`](https://github.com/TanStack/query/commit/8f24580)) by [@&#8203;marcog83](https://github.com/marcog83) BREAKING CHANGE: The `maxChunks` parameter has been removed from `streamedQuery`. Use a custom `reducer` function to control data aggregation behavior instead. BREAKING CHANGE: When using a custom reducer function with `streamedQuery`, the `initialValue` parameter is now required and must be provided. - rename queryFn to streamFn in streamedQuery ([#&#8203;9606](https://github.com/TanStack/query/issues/9606)) ([`b25412a`](https://github.com/TanStack/query/commit/b25412a)) by Dominik Dorfmeister BREAKING CHANGE: `queryFn` has been renamed to `streamFn` ##### Chore - tsconfig.json: simplify "include" patterns by consolidating file extensions and directory paths ([#&#8203;9547](https://github.com/TanStack/query/issues/9547)) ([`7306474`](https://github.com/TanStack/query/commit/7306474)) by [@&#8203;sukvvon](https://github.com/sukvvon) ##### Test - react-query/useMutationState: clarify assertions and improve code formatting ([#&#8203;9611](https://github.com/TanStack/query/issues/9611)) ([`43049c5`](https://github.com/TanStack/query/commit/43049c5)) by [@&#8203;sukvvon](https://github.com/sukvvon) ##### Other - ([`c75a994`](https://github.com/TanStack/query/commit/c75a994)) by BennettLiam #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).86.0 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).86.0 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).86.0 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).86.0 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).86.0 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).86.0 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).86.0 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).86.0 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).86.0 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).86.0 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).86.0 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).86.0 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).86.0 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).86.0 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).86.0 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).86.0 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).86.0 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).86.0 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).86.0 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).86.0 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).86.0 ### [`v5.83.1`](https://github.com/TanStack/query/releases/tag/v5.83.1) [Compare Source](https://github.com/TanStack/query/compare/v5.81.2...v5.83.1) Version 5.83.1 - 7/31/25, 12:42 PM #### Changes ##### Refactor - angular-query: build package using vite ([#&#8203;9517](https://github.com/TanStack/query/issues/9517)) ([`422f2ec`](https://github.com/TanStack/query/commit/422f2ec)) by Arnoud ##### Chore - angular-query: move test-setup.ts ([#&#8203;9516](https://github.com/TanStack/query/issues/9516)) ([`74d8ce6`](https://github.com/TanStack/query/commit/74d8ce6)) by Arnoud - deps: update marocchino/sticky-pull-request-comment digest to [`28d58c4`](https://github.com/TanStack/query/commit/28d58c4) ([#&#8203;9013](https://github.com/TanStack/query/issues/9013)) ([`53a2eae`](https://github.com/TanStack/query/commit/53a2eae)) by renovate\[bot] - manually update dependencies ([#&#8203;9464](https://github.com/TanStack/query/issues/9464)) ([`9133c10`](https://github.com/TanStack/query/commit/9133c10)) by Lachlan Collins ##### Test - query-core/mutationCache: add "sleep" to callbacks and remove "await" from "executeMutation" using "advanceTimersByTimeAsync" ([#&#8203;9506](https://github.com/TanStack/query/issues/9506)) ([`cc45977`](https://github.com/TanStack/query/commit/cc45977)) by [@&#8203;sukvvon](https://github.com/sukvvon) - svelte-query/createQueries: simplify "queryFn" and add test for success when queries reslove at different times ([#&#8203;9494](https://github.com/TanStack/query/issues/9494)) ([`e9d9080`](https://github.com/TanStack/query/commit/e9d9080)) by [@&#8203;sukvvon](https://github.com/sukvvon) - svelte-query/{QueryClientProvider,useIsFetching,useIsMutating}: simplify "queryFn" ([#&#8203;9495](https://github.com/TanStack/query/issues/9495)) ([`52fdff2`](https://github.com/TanStack/query/commit/52fdff2)) by [@&#8203;sukvvon](https://github.com/sukvvon) - svelte-query/createQuery: simplify "queryFn" and replace "queryByText" with "getByText" ([#&#8203;9490](https://github.com/TanStack/query/issues/9490)) ([`234f2f4`](https://github.com/TanStack/query/commit/234f2f4)) by [@&#8203;sukvvon](https://github.com/sukvvon) - svelte-query/createMutation: add "sleep" in "mutationFn" and replace "queryByText" with "getByText" ([#&#8203;9491](https://github.com/TanStack/query/issues/9491)) ([`80242d6`](https://github.com/TanStack/query/commit/80242d6)) by [@&#8203;sukvvon](https://github.com/sukvvon) - svelte-query/createInfiniteQuery: add "sleep", remove "Number" in "queryFn", and replace "queryByText" with "getByText" ([#&#8203;9492](https://github.com/TanStack/query/issues/9492)) ([`c273ba4`](https://github.com/TanStack/query/commit/c273ba4)) by [@&#8203;sukvvon](https://github.com/sukvvon) - svelte-query/useMutationState: simplify "queryFn" and replace "queryByText" with "getByText" ([#&#8203;9489](https://github.com/TanStack/query/issues/9489)) ([`880d183`](https://github.com/TanStack/query/commit/880d183)) by [@&#8203;sukvvon](https://github.com/sukvvon) - solid-query/useIsMutating: simplify "mutationFn" and add "expect" for "isMutating" state transitions ([#&#8203;9486](https://github.com/TanStack/query/issues/9486)) ([`552fe4b`](https://github.com/TanStack/query/commit/552fe4b)) by [@&#8203;sukvvon](https://github.com/sukvvon) - react-query/useSuspenseQueries: simplify "queryFn" and add "expect" for "loading" text ([#&#8203;9477](https://github.com/TanStack/query/issues/9477)) ([`6bc45b8`](https://github.com/TanStack/query/commit/6bc45b8)) by [@&#8203;sukvvon](https://github.com/sukvvon) - solid-query/suspense: simplify "queryFn" and add "expect" for "loading" text ([#&#8203;9479](https://github.com/TanStack/query/issues/9479)) ([`039d214`](https://github.com/TanStack/query/commit/039d214)) by [@&#8203;sukvvon](https://github.com/sukvvon) - solid-query/useInfiniteQuery: add "sleep", remove "Number" in "queryFn", and simplify it ([#&#8203;9484](https://github.com/TanStack/query/issues/9484)) ([`bf9f9dc`](https://github.com/TanStack/query/commit/bf9f9dc)) by [@&#8203;sukvvon](https://github.com/sukvvon) - react-query/useIsFetching: simplify "queryFn" and add "expect" using "toBeInTheDocument ([#&#8203;9478](https://github.com/TanStack/query/issues/9478)) ([`9041b41`](https://github.com/TanStack/query/commit/9041b41)) by [@&#8203;sukvvon](https://github.com/sukvvon) - solid-query/useIsFetching: simplify "queryFn" and add "expect" for "isFetching" state transitions ([#&#8203;9480](https://github.com/TanStack/query/issues/9480)) ([`c2e8330`](https://github.com/TanStack/query/commit/c2e8330)) by [@&#8203;sukvvon](https://github.com/sukvvon) - react-query/HydrationBoundary: use precise time in "advanceTimersByTimeAsync", add "expect" using "toBeInTheDocument", and simplify "queryFn" ([#&#8203;9472](https://github.com/TanStack/query/issues/9472)) ([`9376835`](https://github.com/TanStack/query/commit/9376835)) by [@&#8203;sukvvon](https://github.com/sukvvon) - react-query/suspense: add "sleep" in "queryFn", and add "expect" for "loading" text ([#&#8203;9468](https://github.com/TanStack/query/issues/9468)) ([`cb9ab1e`](https://github.com/TanStack/query/commit/cb9ab1e)) by [@&#8203;sukvvon](https://github.com/sukvvon) - react-query/ssr: simplify "queryFn" and add "sleep" for accurate testing ([#&#8203;9471](https://github.com/TanStack/query/issues/9471)) ([`72c2a4c`](https://github.com/TanStack/query/commit/72c2a4c)) by [@&#8203;sukvvon](https://github.com/sukvvon) - react-query/useSuspenseQuery: add "sleep" in "queryFn", simplify it, and add "expect" for "loading" text ([#&#8203;9469](https://github.com/TanStack/query/issues/9469)) ([`db6281e`](https://github.com/TanStack/query/commit/db6281e)) by [@&#8203;sukvvon](https://github.com/sukvvon) - react-query/useInfiniteQuery: remove "Number" in "queryFn", and simplify it ([#&#8203;9470](https://github.com/TanStack/query/issues/9470)) ([`d7af654`](https://github.com/TanStack/query/commit/d7af654)) by [@&#8203;sukvvon](https://github.com/sukvvon) - react-query/useSuspenseQueries: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" ([#&#8203;9450](https://github.com/TanStack/query/issues/9450)) ([`ac5d858`](https://github.com/TanStack/query/commit/ac5d858)) by [@&#8203;sukvvon](https://github.com/sukvvon) - react-query/usePrefetchInfiniteQuery: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" ([#&#8203;9447](https://github.com/TanStack/query/issues/9447)) ([`ff13c2e`](https://github.com/TanStack/query/commit/ff13c2e)) by [@&#8203;sukvvon](https://github.com/sukvvon) - react-query/useInfiniteQuery: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" ([#&#8203;9446](https://github.com/TanStack/query/issues/9446)) ([`efb14d6`](https://github.com/TanStack/query/commit/efb14d6)) by [@&#8203;sukvvon](https://github.com/sukvvon) - react-query/useSuspenseQuery: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" ([#&#8203;9455](https://github.com/TanStack/query/issues/9455)) ([`05c62a0`](https://github.com/TanStack/query/commit/05c62a0)) by [@&#8203;sukvvon](https://github.com/sukvvon) - react-query/QueryResetErrorBoundary: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" ([#&#8203;9456](https://github.com/TanStack/query/issues/9456)) ([`e349d85`](https://github.com/TanStack/query/commit/e349d85)) by [@&#8203;sukvvon](https://github.com/sukvvon) - react-query/usePrefetchQuery: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" ([#&#8203;9448](https://github.com/TanStack/query/issues/9448)) ([`63bc828`](https://github.com/TanStack/query/commit/63bc828)) by [@&#8203;sukvvon](https://github.com/sukvvon) - react-query/useMutation: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" ([#&#8203;9458](https://github.com/TanStack/query/issues/9458)) ([`e2ce12c`](https://github.com/TanStack/query/commit/e2ce12c)) by [@&#8203;sukvvon](https://github.com/sukvvon) - react-query/useQueries: replace inline "Promise" delays with "sleep", and add "expect" using "toBeInTheDocument" ([#&#8203;9466](https://github.com/TanStack/query/issues/9466)) ([`ed90d1a`](https://github.com/TanStack/query/commit/ed90d1a)) by [@&#8203;sukvvon](https://github.com/sukvvon) - angular-query-experimental/providers: replace "runAllTimersAsync" with "advanceTimersByTimeAsync" ([#&#8203;9436](https://github.com/TanStack/query/issues/9436)) ([`bf77ab7`](https://github.com/TanStack/query/commit/bf77ab7)) by [@&#8203;sukvvon](https://github.com/sukvvon) - angular-query-experimental/inject-mutation-state: replace "runAllTimersAsync", "advanceTimersByTime" with "advanceTimersByTimeAsync" ([#&#8203;9438](https://github.com/TanStack/query/issues/9438)) ([`2d71a22`](https://github.com/TanStack/query/commit/2d71a22)) by [@&#8203;sukvvon](https://github.com/sukvvon) - react-query/fine-grained-persister: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" ([#&#8203;9441](https://github.com/TanStack/query/issues/9441)) ([`7c58392`](https://github.com/TanStack/query/commit/7c58392)) by [@&#8203;sukvvon](https://github.com/sukvvon) - react-query/QueryClientProvider: add "expect" using "toBeInTheDocument" ([#&#8203;9442](https://github.com/TanStack/query/issues/9442)) ([`958b0f0`](https://github.com/TanStack/query/commit/958b0f0)) by [@&#8203;sukvvon](https://github.com/sukvvon) - react-query/ssr: replace "advanceTimersByTimeAsync" with "sleep" in "queryFn", remove "await" from "fetchQuery" and related methods ([#&#8203;9443](https://github.com/TanStack/query/issues/9443)) ([`bfcff0b`](https://github.com/TanStack/query/commit/bfcff0b)) by [@&#8203;sukvvon](https://github.com/sukvvon) - react-query/suspense: change "queryFn" to return a "Promise", replace "advanceTimersByTime" with "advanceTimersByTimeAsync", and add "expect" ([#&#8203;9444](https://github.com/TanStack/query/issues/9444)) ([`4daf694`](https://github.com/TanStack/query/commit/4daf694)) by [@&#8203;sukvvon](https://github.com/sukvvon) - query-core/queryCache: remove redundant "advanceTimersByTimeAsync" ([#&#8203;9433](https://github.com/TanStack/query/issues/9433)) ([`4d8bbbf`](https://github.com/TanStack/query/commit/4d8bbbf)) by Wonsuk Choi - angular-query-experimental/inject-query: use precise time in "advanceTimersByTimeAsync" ([#&#8203;9435](https://github.com/TanStack/query/issues/9435)) ([`b4a847e`](https://github.com/TanStack/query/commit/b4a847e)) by [@&#8203;sukvvon](https://github.com/sukvvon) - angular-query-experimental/inject-mutation: use precise time in "advanceTimersByTimeAsync" ([#&#8203;9434](https://github.com/TanStack/query/issues/9434)) ([`b67caee`](https://github.com/TanStack/query/commit/b67caee)) by [@&#8203;sukvvon](https://github.com/sukvvon) - query-core/queryObserver: use precise time in "advanceTimersByTimeAsync" ([#&#8203;9432](https://github.com/TanStack/query/issues/9432)) ([`343501c`](https://github.com/TanStack/query/commit/343501c)) by [@&#8203;sukvvon](https://github.com/sukvvon) - query-core/queriesObserver: use precise time in "advanceTimersByTimeAsync" ([#&#8203;9429](https://github.com/TanStack/query/issues/9429)) ([`c65869e`](https://github.com/TanStack/query/commit/c65869e)) by [@&#8203;sukvvon](https://github.com/sukvvon) - angular-query-experimental/inject-is-mutating: separate "injectionContext" from testing, and add more "expect" ([#&#8203;9425](https://github.com/TanStack/query/issues/9425)) ([`9dcd588`](https://github.com/TanStack/query/commit/9dcd588)) by [@&#8203;sukvvon](https://github.com/sukvvon) - svelte-query/useIsMutating: replace incorrect usage of "fetching" with "mutating" ([#&#8203;9424](https://github.com/TanStack/query/issues/9424)) ([`d7f1621`](https://github.com/TanStack/query/commit/d7f1621)) by [@&#8203;sukvvon](https://github.com/sukvvon) - query-core/infiniteQueryBehavior: remove "vi.waitFor", and add "advanceTimersByTimeAsync" in infinite loop on retry test ([#&#8203;9426](https://github.com/TanStack/query/issues/9426)) ([`d5a4d35`](https://github.com/TanStack/query/commit/d5a4d35)) by [@&#8203;sukvvon](https://github.com/sukvvon) - query-core/mutations: replace "runAllTimersAsync" with "advanceTimersByTimeAsync", and use precise time in "advanceTimersByTimeAsync" ([#&#8203;9427](https://github.com/TanStack/query/issues/9427)) ([`357bafb`](https://github.com/TanStack/query/commit/357bafb)) by [@&#8203;sukvvon](https://github.com/sukvvon) - svelte-query/createQuery: remove "vi.waitFor", and add "advanceTimersByTimeAsync" ([#&#8203;9416](https://github.com/TanStack/query/issues/9416)) ([`f8a20ac`](https://github.com/TanStack/query/commit/f8a20ac)) by [@&#8203;sukvvon](https://github.com/sukvvon) - svelte-query/useMutationState: remove "vi.waitFor", and add "advanceTimersByTimeAsync" ([#&#8203;9420](https://github.com/TanStack/query/issues/9420)) ([`431784d`](https://github.com/TanStack/query/commit/431784d)) by [@&#8203;sukvvon](https://github.com/sukvvon) - angular-query-experimental/inject-infinite-query: use precise time in "advanceTimersByTimeAsync" ([#&#8203;9422](https://github.com/TanStack/query/issues/9422)) ([`5a783b1`](https://github.com/TanStack/query/commit/5a783b1)) by [@&#8203;sukvvon](https://github.com/sukvvon) - vue-query/useQuery: switch to fake timers, and replace "sleep" with "advanceTimersByTimeAsync" ([#&#8203;9421](https://github.com/TanStack/query/issues/9421)) ([`8e77701`](https://github.com/TanStack/query/commit/8e77701)) by [@&#8203;sukvvon](https://github.com/sukvvon) - angular-query-experimental/inject-is-fetching: replace "advanceTimersByTime" with "advanceTimersByTimeAsync", and add "expect" "isFetching" to equal 0 ([#&#8203;9423](https://github.com/TanStack/query/issues/9423)) ([`91bbf48`](https://github.com/TanStack/query/commit/91bbf48)) by [@&#8203;sukvvon](https://github.com/sukvvon) - svelte-query/useIsMutating: remove "vi.waitFor", and add "advanceTimersByTimeAsync" ([#&#8203;9419](https://github.com/TanStack/query/issues/9419)) ([`77a358a`](https://github.com/TanStack/query/commit/77a358a)) by [@&#8203;sukvvon](https://github.com/sukvvon) - svelte-query/useIsFetching: remove "vi.waitFor", and add "advanceTimersByTimeAsync" ([#&#8203;9418](https://github.com/TanStack/query/issues/9418)) ([`5062c59`](https://github.com/TanStack/query/commit/5062c59)) by [@&#8203;sukvvon](https://github.com/sukvvon) - svelte-query/QueryClientProvider: remove "vi.waitFor", and add "advanceTimersByTimeAsync" ([#&#8203;9417](https://github.com/TanStack/query/issues/9417)) ([`f285dee`](https://github.com/TanStack/query/commit/f285dee)) by [@&#8203;sukvvon](https://github.com/sukvvon) - svelte-query/createQueries: remove "vi.waitFor", and add "advanceTimersByTimeAsync" ([#&#8203;9415](https://github.com/TanStack/query/issues/9415)) ([`a5c71cc`](https://github.com/TanStack/query/commit/a5c71cc)) by [@&#8203;sukvvon](https://github.com/sukvvon) - svelte-query/createMutation: remove "vi.waitFor", and add "advanceTimersByTimeAsync" ([#&#8203;9414](https://github.com/TanStack/query/issues/9414)) ([`c2ece73`](https://github.com/TanStack/query/commit/c2ece73)) by [@&#8203;sukvvon](https://github.com/sukvvon) - svelte-query/createInfiniteQuery: remove "vi.waitFor", and add "advanceTimersByTimeAsync" ([#&#8203;9413](https://github.com/TanStack/query/issues/9413)) ([`0cd4e7d`](https://github.com/TanStack/query/commit/0cd4e7d)) by [@&#8203;sukvvon](https://github.com/sukvvon) - solid-query/useInfiniteQuery: remove "vi.waitFor", and add "advanceTimersByTimeAsync", "expect" ([#&#8203;9411](https://github.com/TanStack/query/issues/9411)) ([`c5bd083`](https://github.com/TanStack/query/commit/c5bd083)) by Wonsuk Choi - solid-query/useMutation: remove "vi.waitFor", replace "findByText" with "getByText", and add "advanceTimersByTimeAsync", "expect" ([#&#8203;9409](https://github.com/TanStack/query/issues/9409)) ([`4349e75`](https://github.com/TanStack/query/commit/4349e75)) by Wonsuk Choi ##### Ci - add labeler script from router ([#&#8203;9503](https://github.com/TanStack/query/issues/9503)) ([`3cc59be`](https://github.com/TanStack/query/commit/3cc59be)) by Lachlan Collins - replace fast-glob with tinyglobby ([#&#8203;9501](https://github.com/TanStack/query/issues/9501)) ([`a3f49cf`](https://github.com/TanStack/query/commit/a3f49cf)) by Lachlan Collins - enable prettier experimental CLI ([#&#8203;9465](https://github.com/TanStack/query/issues/9465)) ([`a2ff833`](https://github.com/TanStack/query/commit/a2ff833)) by Lachlan Collins ##### Docs - example: Remove unnecessary data truthiness check ([#&#8203;9485](https://github.com/TanStack/query/issues/9485)) ([`1e83468`](https://github.com/TanStack/query/commit/1e83468)) by davidmoranetflix - add signal to queryFn for cancelQueries to work properly ([#&#8203;9475](https://github.com/TanStack/query/issues/9475)) ([`fba2c86`](https://github.com/TanStack/query/commit/fba2c86)) by Wilson - react-query: change comma to sentence period ([#&#8203;9459](https://github.com/TanStack/query/issues/9459)) ([`76211bb`](https://github.com/TanStack/query/commit/76211bb)) by DavidPfl - add text regarding local environment recommendations for symlinks ([#&#8203;9451](https://github.com/TanStack/query/issues/9451)) ([`3bcaa41`](https://github.com/TanStack/query/commit/3bcaa41)) by 차승하 - solid: fix incorrect link to state managers guide ([#&#8203;9430](https://github.com/TanStack/query/issues/9430)) ([`35d5d55`](https://github.com/TanStack/query/commit/35d5d55)) by [@&#8203;LimChaeJune](https://github.com/LimChaeJune) #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).83.1 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).83.1 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).83.1 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).83.1 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).83.1 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).83.1 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).83.1 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).83.1 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).83.1 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).83.1 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).83.1 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).83.1 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).83.1 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).83.1 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).83.1 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).83.1 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).83.1 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).83.1 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).83.1 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).83.1 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).83.1 ### [`v5.81.2`](https://github.com/TanStack/query/releases/tag/v5.81.2) Version 5.81.2 - 6/21/25, 10:28 PM (Manual Release) #### Changes ##### Fix - angular-query: fix package publishing ([#&#8203;9297](https://github.com/TanStack/query/issues/9297)) ([`5b0d320`](https://github.com/TanStack/query/commit/5b0d320)) by Arnoud - trigger release ([`0e44a74`](https://github.com/TanStack/query/commit/0e44a74)) by Dominik Dorfmeister - trigger release ([`76c91d8`](https://github.com/TanStack/query/commit/76c91d8)) by Dominik Dorfmeister ##### Refactor - angular-query: build with vite, publish d.ts files to package root ([#&#8203;9292](https://github.com/TanStack/query/issues/9292)) ([`658d5fa`](https://github.com/TanStack/query/commit/658d5fa)) by Arnoud ##### Chore - angular-query: revert to tsup to build package ([#&#8203;9298](https://github.com/TanStack/query/issues/9298)) ([`48f116c`](https://github.com/TanStack/query/commit/48f116c)) by Arnoud - update documentation generation and publishing scripts ([#&#8203;9296](https://github.com/TanStack/query/issues/9296)) ([`b766d07`](https://github.com/TanStack/query/commit/b766d07)) by [@&#8203;manudeli](https://github.com/manudeli) - add .cursor/rules to .gitignore ([#&#8203;9295](https://github.com/TanStack/query/issues/9295)) ([`51cc9e7`](https://github.com/TanStack/query/commit/51cc9e7)) by [@&#8203;manudeli](https://github.com/manudeli) - angular-query: run prepack after build ([#&#8203;9294](https://github.com/TanStack/query/issues/9294)) ([`93caca1`](https://github.com/TanStack/query/commit/93caca1)) by Arnoud ##### Docs - add Chrome extension information for TanStack Query devtools across multiple frameworks ([#&#8203;9275](https://github.com/TanStack/query/issues/9275)) ([`1a0ab99`](https://github.com/TanStack/query/commit/1a0ab99)) by Dmytro Borysov - clarify comment regarding userIds in dependent queries example ([#&#8203;9288](https://github.com/TanStack/query/issues/9288)) ([`22368e0`](https://github.com/TanStack/query/commit/22368e0)) by [@&#8203;ahelmi365](https://github.com/ahelmi365) #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).81.2 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).81.2 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).81.2 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).81.2 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).81.2 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).81.2 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).81.2 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).81.2 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).81.2 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).81.2 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).81.2 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).81.2 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).81.2 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).81.2 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).81.2 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).81.2 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).81.2 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).81.2 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).81.2 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).81.2 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).81.2 ### [`v5.78.0`](https://github.com/TanStack/query/releases/tag/v5.78.0) [Compare Source](https://github.com/TanStack/query/compare/v5.74.7...v5.78.0) Version 5.78.0 - 5/26/25, 1:27 PM #### Changes ##### Feat - eslint-plugin: refactor and add mutation-property-order rule ([#&#8203;9191](https://github.com/TanStack/query/issues/9191)) ([`a1210cb`](https://github.com/TanStack/query/commit/a1210cb)) by jochong #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).78.0 ### [`v5.74.7`](https://github.com/TanStack/query/releases/tag/v5.74.7) [Compare Source](https://github.com/TanStack/query/compare/v5.73.3...v5.74.7) Version 5.74.7 - 4/27/25, 3:02 PM #### Changes ##### Fix - vue-query: update `initialData` type to allow `InitialDataFunction` and `NonUndefinedGuard`, similar to react-query ([#&#8203;9073](https://github.com/TanStack/query/issues/9073)) ([`e45dea8`](https://github.com/TanStack/query/commit/e45dea8)) by Sol Lee ##### Chore - deps: update dependency [@&#8203;sveltejs/kit](https://github.com/sveltejs/kit) to v2.20.6 \[security] ([#&#8203;9054](https://github.com/TanStack/query/issues/9054)) ([`b13f0b8`](https://github.com/TanStack/query/commit/b13f0b8)) by renovate\[bot] - move from paths to customCondition ([#&#8203;9042](https://github.com/TanStack/query/issues/9042)) ([`9f93f12`](https://github.com/TanStack/query/commit/9f93f12)) by Tyler ##### Test - react-query: use fake timers for QueryClientProvider.test.tsx ([#&#8203;9074](https://github.com/TanStack/query/issues/9074)) ([`b8ea29e`](https://github.com/TanStack/query/commit/b8ea29e)) by [@&#8203;manudeli](https://github.com/manudeli) - query-persist-client-core: use fake timers for createPersister.test.ts ([#&#8203;9067](https://github.com/TanStack/query/issues/9067)) ([`83f01cd`](https://github.com/TanStack/query/commit/83f01cd)) by MINSEONG KIM - react-query: use fake timers for useMutationState.test.tsx ([#&#8203;9055](https://github.com/TanStack/query/issues/9055)) ([`62f02fc`](https://github.com/TanStack/query/commit/62f02fc)) by [@&#8203;manudeli](https://github.com/manudeli) - react-query: use fake timers for fine-grained-persister.test.tsx ([#&#8203;9056](https://github.com/TanStack/query/issues/9056)) ([`027be32`](https://github.com/TanStack/query/commit/027be32)) by [@&#8203;manudeli](https://github.com/manudeli) - react-query: use fake timers for ssr-hydration.test.tsx ([#&#8203;9058](https://github.com/TanStack/query/issues/9058)) ([`0849660`](https://github.com/TanStack/query/commit/0849660)) by MINSEONG KIM - query-core: use fake timers for queryObserver.test.tsx ([#&#8203;9004](https://github.com/TanStack/query/issues/9004)) ([`1b169ae`](https://github.com/TanStack/query/commit/1b169ae)) by [@&#8203;manudeli](https://github.com/manudeli) ##### Docs - fix broken links in docs ([#&#8203;9052](https://github.com/TanStack/query/issues/9052)) ([`eb15f87`](https://github.com/TanStack/query/commit/eb15f87)) by Zac Rosenbauer - fix typo ([`a2a39c9`](https://github.com/TanStack/query/commit/a2a39c9)) by Dominik Dorfmeister - Update streamedQuery.md ([`c987abc`](https://github.com/TanStack/query/commit/c987abc)) by Dominik Dorfmeister #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).74.7 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).74.7 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).74.7 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).74.7 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).74.7 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).74.7 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).74.7 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).74.7 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).74.7 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).74.7 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).74.7 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).74.7 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).74.7 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).74.7 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).74.7 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).74.7 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).74.7 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).74.7 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).74.7 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).74.7 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).74.7 ### [`v5.73.3`](https://github.com/TanStack/query/releases/tag/v5.73.3) [Compare Source](https://github.com/TanStack/query/compare/v5.72.2...v5.73.3) Version 5.73.3 - 4/12/25, 2:22 PM #### Changes ##### Fix - query-core: make sure we don"t invoke select too often when using placeholderData ([#&#8203;9007](https://github.com/TanStack/query/issues/9007)) ([`38178ba`](https://github.com/TanStack/query/commit/38178ba)) by Dominik Dorfmeister ##### Chore - bundle-size reporting ([`d5ba5d1`](https://github.com/TanStack/query/commit/d5ba5d1)) by Dominik Dorfmeister - deps: update packages ([#&#8203;9003](https://github.com/TanStack/query/issues/9003)) ([`713ba3a`](https://github.com/TanStack/query/commit/713ba3a)) by Lachlan Collins - deps: update dependency vite to v6.2.6 \[security] ([#&#8203;9000](https://github.com/TanStack/query/issues/9000)) ([`a48ec06`](https://github.com/TanStack/query/commit/a48ec06)) by renovate\[bot] #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).73.3 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).73.3 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).73.3 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).73.3 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).73.3 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).73.3 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).73.3 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).73.3 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).73.3 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).73.3 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).73.3 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).73.3 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).73.3 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).73.3 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).73.3 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).73.3 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).73.3 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).73.3 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).73.3 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).73.3 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).73.3 ### [`v5.72.2`](https://github.com/TanStack/query/releases/tag/v5.72.2) [Compare Source](https://github.com/TanStack/query/compare/v5.72.1...v5.72.2) Version 5.72.2 - 4/9/25, 2:17 PM #### Changes ##### Fix - eslint-plugin: separate legacy and modern dts files ([#&#8203;8972](https://github.com/TanStack/query/issues/8972)) ([`7d3a1a3`](https://github.com/TanStack/query/commit/7d3a1a3)) by Eliya Cohen ##### Chore - remove eslint task from basic example ([`bf7b66c`](https://github.com/TanStack/query/commit/bf7b66c)) by TkDodo ##### Other - ([`0c229f4`](https://github.com/TanStack/query/commit/0c229f4)) by Tyler #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).72.2 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).72.2 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).72.2 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).72.2 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).72.2 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).72.2 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).72.2 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).72.2 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).72.2 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).72.2 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).72.2 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).72.2 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).72.2 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).72.2 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).72.2 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).72.2 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).72.2 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).72.2 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).72.2 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).72.2 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).72.2 ### [`v5.72.1`](https://github.com/TanStack/query/releases/tag/v5.72.1) [Compare Source](https://github.com/TanStack/query/compare/v5.72.0...v5.72.1) Version 5.72.1 - 4/8/25, 12:57 PM #### Changes ##### Fix - eslint: classic build ([#&#8203;8971](https://github.com/TanStack/query/issues/8971)) ([`97c8d84`](https://github.com/TanStack/query/commit/97c8d84)) by Eliya Cohen ##### Chore - trigger release ([`4ad696a`](https://github.com/TanStack/query/commit/4ad696a)) by Dominik Dorfmeister - (temporary) make test depend on build ([`1771dd2`](https://github.com/TanStack/query/commit/1771dd2)) by TkDodo ##### Docs - correct missing closing quote in `networkMode` option ([#&#8203;8965](https://github.com/TanStack/query/issues/8965)) ([`0e1d866`](https://github.com/TanStack/query/commit/0e1d866)) by Mohammad Reza Badri - readme: document how to run tests using Nx ([#&#8203;8967](https://github.com/TanStack/query/issues/8967)) ([`04b58a5`](https://github.com/TanStack/query/commit/04b58a5)) by novice0840 #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).72.1 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).72.1 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).72.1 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).72.1 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).72.1 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).72.1 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).72.1 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).72.1 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).72.1 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).72.1 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).72.1 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).72.1 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).72.1 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).72.1 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).72.1 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).72.1 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).72.1 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).72.1 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).72.1 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).72.1 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).72.1 ### [`v5.72.0`](https://github.com/TanStack/query/releases/tag/v5.72.0) [Compare Source](https://github.com/TanStack/query/compare/v5.71.5...v5.72.0) Version 5.72.0 - 4/7/25, 9:20 AM #### Changes ##### Feat - eslint-plugin: no-void-queryFn ([#&#8203;8925](https://github.com/TanStack/query/issues/8925)) ([`993e838`](https://github.com/TanStack/query/commit/993e838)) by Eliya Cohen ##### Chore - deps: update dependency vite to v6.2.5 \[security] ([#&#8203;8957](https://github.com/TanStack/query/issues/8957)) ([`644e945`](https://github.com/TanStack/query/commit/644e945)) by renovate\[bot] - hopefully changing nx.json will cache-bust everything? ([`57d159c`](https://github.com/TanStack/query/commit/57d159c)) by TkDodo - paths: use customConditions to define internal imports ([#&#8203;8935](https://github.com/TanStack/query/issues/8935)) ([`8e0c6b7`](https://github.com/TanStack/query/commit/8e0c6b7)) by Tyler ##### Ci - disable nx-caching in CI ([`3319d35`](https://github.com/TanStack/query/commit/3319d35)) by TkDodo ##### Other - ([`7e4e2e6`](https://github.com/TanStack/query/commit/7e4e2e6)) by TkDodo #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).72.0 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).72.0 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).72.0 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).72.0 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).72.0 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).72.0 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).72.0 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).72.0 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).72.0 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).72.0 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).72.0 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).72.0 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).72.0 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).72.0 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).72.0 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).72.0 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).72.0 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).72.0 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).72.0 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).72.0 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).72.0 ### [`v5.71.5`](https://github.com/TanStack/query/releases/tag/v5.71.5) [Compare Source](https://github.com/TanStack/query/compare/v5.68.0...v5.71.5) Version 5.71.5 - 4/2/25, 6:39 PM #### Changes ##### Fix - solid-query: add `useQuery`, `useInfiniteQuery`, `useQueries`, `useMutation` as alternative syntax to align with react and ease maintenance ([#&#8203;8938](https://github.com/TanStack/query/issues/8938)) ([`1202ba0`](https://github.com/TanStack/query/commit/1202ba0)) by Birk Skyum ##### Chore - deps: replace dependency npm-run-all with npm-run-all2 ^5.0.0 ([#&#8203;8602](https://github.com/TanStack/query/issues/8602)) ([`8b1eff1`](https://github.com/TanStack/query/commit/8b1eff1)) by renovate\[bot] #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).71.5 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).71.5 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).71.5 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).71.5 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).71.5 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).71.5 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).71.5 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).71.5 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).71.5 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).71.5 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).71.5 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).71.5 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).71.5 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).71.5 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).71.5 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).71.5 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).71.5 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).71.5 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).71.5 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).71.5 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).71.5 ### [`v5.68.0`](https://github.com/TanStack/query/releases/tag/v5.68.0) [Compare Source](https://github.com/TanStack/query/compare/v5.67.2...v5.68.0) Version 5.68.0 - 3/14/25, 10:00 AM #### Changes ##### Feat - eslint-plugin-query: enhance no-rest-destructuring rule to detect spread operations ([#&#8203;8802](https://github.com/TanStack/query/issues/8802)) ([`796032d`](https://github.com/TanStack/query/commit/796032d)) by Eliya Cohen ##### Test - remove unnecessary async keywords ([#&#8203;8784](https://github.com/TanStack/query/issues/8784)) ([`4a89814`](https://github.com/TanStack/query/commit/4a89814)) by [@&#8203;dngur9801](https://github.com/dngur9801) - query-core: add hashQueryKeyByOptions test code ([#&#8203;8736](https://github.com/TanStack/query/issues/8736)) ([`e86c395`](https://github.com/TanStack/query/commit/e86c395)) by [@&#8203;dngur9801](https://github.com/dngur9801) ##### Docs - Fix broken links in query-options.md ([#&#8203;8800](https://github.com/TanStack/query/issues/8800)) ([`d7f4cb0`](https://github.com/TanStack/query/commit/d7f4cb0)) by [@&#8203;dngur9801](https://github.com/dngur9801) - Fix broken links on ssr.md ([#&#8203;8792](https://github.com/TanStack/query/issues/8792)) ([`edbb304`](https://github.com/TanStack/query/commit/edbb304)) by Julien Piron #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).68.0 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).68.0 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).68.0 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).68.0 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).68.0 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).68.0 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).68.0 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).68.0 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).68.0 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).68.0 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).68.0 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).68.0 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).68.0 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).68.0 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).68.0 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).68.0 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).68.0 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).68.0 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).68.0 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).68.0 ### [`v5.67.2`](https://github.com/TanStack/query/releases/tag/v5.67.2) [Compare Source](https://github.com/TanStack/query/compare/v5.66.1...v5.67.2) Version 5.67.2 - 3/7/25, 10:56 AM #### Changes ##### Fix - svelte-query: update peer deps to stable v5 version ([#&#8203;8359](https://github.com/TanStack/query/issues/8359)) ([`30d18ee`](https://github.com/TanStack/query/commit/30d18ee)) by [@&#8203;wobsoriano](https://github.com/wobsoriano) ##### Chore - deps: update dependency vitest to v2.1.9 \[security] ([#&#8203;8605](https://github.com/TanStack/query/issues/8605)) ([`f31eeda`](https://github.com/TanStack/query/commit/f31eeda)) by renovate\[bot] - sync CONTRIBUTING.md between projects ([#&#8203;8767](https://github.com/TanStack/query/issues/8767)) ([`c4cb285`](https://github.com/TanStack/query/commit/c4cb285)) by Lachlan Collins - deps: update autofix-ci/action digest to [`551dded`](https://github.com/TanStack/query/commit/551dded) ([#&#8203;8549](https://github.com/TanStack/query/issues/8549)) ([`8c03bd0`](https://github.com/TanStack/query/commit/8c03bd0)) by renovate\[bot] - ts 5.8 ([`161f534`](https://github.com/TanStack/query/commit/161f534)) by Dominik Dorfmeister ##### Docs - svelte-query: add the devtools page to the svelte-query docs ([#&#8203;8149](https://github.com/TanStack/query/issues/8149)) ([`c82362e`](https://github.com/TanStack/query/commit/c82362e)) by Nicolai Calinin - Fix relative links in Advanced Server Rendering guide ([#&#8203;8765](https://github.com/TanStack/query/issues/8765)) ([`a4f3956`](https://github.com/TanStack/query/commit/a4f3956)) by Ilia Evseev - react-query: fix broken links in QueryClient docs ([#&#8203;8748](https://github.com/TanStack/query/issues/8748)) ([`2406435`](https://github.com/TanStack/query/commit/2406435)) by Kristian - fix Advanced Server Rendering guide link ([#&#8203;8762](https://github.com/TanStack/query/issues/8762)) ([`e67b6f6`](https://github.com/TanStack/query/commit/e67b6f6)) by JiSeong Park - update links to ESLint rules ([#&#8203;8758](https://github.com/TanStack/query/issues/8758)) ([`b975d89`](https://github.com/TanStack/query/commit/b975d89)) by [@&#8203;MariaSolOs](https://github.com/MariaSolOs) #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).67.2 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).67.2 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).67.2 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).67.2 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).67.2 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).67.2 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).67.2 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).67.2 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).67.2 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).67.2 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).67.2 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).67.2 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).67.2 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).67.2 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).67.2 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).67.2 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).67.2 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).67.2 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).67.2 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).67.2 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).67.2 ### [`v5.66.1`](https://github.com/TanStack/query/releases/tag/v5.66.1) [Compare Source](https://github.com/TanStack/query/compare/v5.66.0...v5.66.1) Version 5.66.1 - 2/10/25, 5:43 PM #### Changes ##### Fix - eslint-plugin-query: add name attribute for eslint config inspector ([#&#8203;8584](https://github.com/TanStack/query/issues/8584)) ([`8093fc2`](https://github.com/TanStack/query/commit/8093fc2)) by [@&#8203;NishargShah](https://github.com/NishargShah) ##### Chore - eslint-plugin-query: update FlatConfig to Config due to deprecation ([#&#8203;8585](https://github.com/TanStack/query/issues/8585)) ([`0186c20`](https://github.com/TanStack/query/commit/0186c20)) by [@&#8203;NishargShah](https://github.com/NishargShah) - harden nx dependency ([`2d677ae`](https://github.com/TanStack/query/commit/2d677ae)) by TkDodo ##### Docs - angular-query: improve queryOptions code snippets ([#&#8203;8601](https://github.com/TanStack/query/issues/8601)) ([`7ff544e`](https://github.com/TanStack/query/commit/7ff544e)) by Arnoud #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).66.1 ### [`v5.66.0`](https://github.com/TanStack/query/releases/tag/v5.66.0) [Compare Source](https://github.com/TanStack/query/compare/v5.65.0...v5.66.0) Version 5.66.0 - 1/31/25, 9:05 AM #### Changes ##### Feat - core: add client to queryFunctionContext ([#&#8203;8599](https://github.com/TanStack/query/issues/8599)) ([`f86eb7e`](https://github.com/TanStack/query/commit/f86eb7e)) by Dominik Dorfmeister ##### Docs - Add OpenAPI Qraft React to the list of community projects ([#&#8203;8588](https://github.com/TanStack/query/issues/8588)) ([`a507400`](https://github.com/TanStack/query/commit/a507400)) by Alex Batalov #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).66.0 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).66.0 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).66.0 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).66.0 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).66.0 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).66.0 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).66.0 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).66.0 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).66.0 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).66.0 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).66.0 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).66.0 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).66.0 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).66.0 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).66.0 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).66.0 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).66.0 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).66.0 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).66.0 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).66.0 ### [`v5.65.0`](https://github.com/TanStack/query/releases/tag/v5.65.0) [Compare Source](https://github.com/TanStack/query/compare/v5.64.2...v5.65.0) Version 5.65.0 - 1/27/25, 4:19 PM #### Changes ##### Feat - types: type narrowing for isPlaceholderData ([#&#8203;8586](https://github.com/TanStack/query/issues/8586)) ([`2399bb0`](https://github.com/TanStack/query/commit/2399bb0)) by Dominik Dorfmeister ##### Chore - composite monorepo ([#&#8203;8560](https://github.com/TanStack/query/issues/8560)) ([`97f5544`](https://github.com/TanStack/query/commit/97f5544)) by Dominik Dorfmeister - deps: update dependency vite to v5.4.12 \[security] ([#&#8203;8563](https://github.com/TanStack/query/issues/8563)) ([`4a0a129`](https://github.com/TanStack/query/commit/4a0a129)) by renovate\[bot] ##### Ci - bundle size preview ([#&#8203;8577](https://github.com/TanStack/query/issues/8577)) ([`0613400`](https://github.com/TanStack/query/commit/0613400)) by Dominik Dorfmeister ##### Docs - fix `variables` obtaining path ([#&#8203;8589](https://github.com/TanStack/query/issues/8589)) ([`d595e23`](https://github.com/TanStack/query/commit/d595e23)) by Oleksandr Danylchenko - Document `staleTime`"s default ([#&#8203;8561](https://github.com/TanStack/query/issues/8561)) ([`12d4542`](https://github.com/TanStack/query/commit/12d4542)) by Alex Errant - framework: update Next.js and Svelte documentation links ([#&#8203;8572](https://github.com/TanStack/query/issues/8572)) ([`322760b`](https://github.com/TanStack/query/commit/322760b)) by [@&#8203;ohansFavour](https://github.com/ohansFavour) - fix invalid openapi-react-query url ([#&#8203;8568](https://github.com/TanStack/query/issues/8568)) ([`cd88c9c`](https://github.com/TanStack/query/commit/cd88c9c)) by Paul Nodet - prefer using satisfies instead of type cast in persistQueryClient docs ([#&#8203;8551](https://github.com/TanStack/query/issues/8551)) ([`397fcfc`](https://github.com/TanStack/query/commit/397fcfc)) by [@&#8203;ruudandriessen](https://github.com/ruudandriessen) #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).65.0 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).65.0 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).65.0 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).65.0 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).65.0 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).65.0 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).65.0 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).65.0 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).65.0 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).65.0 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).65.0 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).65.0 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).65.0 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).65.0 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).65.0 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).65.0 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).65.0 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).65.0 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).65.0 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).65.0 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).65.0 ### [`v5.64.2`](https://github.com/TanStack/query/releases/tag/v5.64.2) [Compare Source](https://github.com/TanStack/query/compare/v5.62.16...v5.64.2) Version 5.64.2 - 1/19/25, 8:45 AM #### Changes ##### Fix - react-query: add missing subscribed option to UseInfiniteQueryOptions ([#&#8203;8546](https://github.com/TanStack/query/issues/8546)) ([`3e3fba9`](https://github.com/TanStack/query/commit/3e3fba9)) by Seyed Mohammad Asadi ##### Chore - deps: replace rimraf with premove ([#&#8203;8532](https://github.com/TanStack/query/issues/8532)) ([`f04dd19`](https://github.com/TanStack/query/commit/f04dd19)) by Lachlan Collins #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).64.2 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).64.2 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).64.2 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).64.2 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).64.2 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).64.2 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).64.2 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).64.2 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).64.2 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).64.2 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).64.2 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).64.2 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).64.2 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).64.2 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).64.2 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).64.2 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).64.2 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).64.2 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).64.2 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).64.2 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).64.2 ### [`v5.62.16`](https://github.com/TanStack/query/releases/tag/v5.62.16) Version 5.62.16 - 1/6/25, 7:15 PM (Manual Release) #### Changes ##### Fix - QueriesObserver: include default options on duplicate query, queryHash check ([#&#8203;8432](https://github.com/TanStack/query/issues/8432)) ([`e664d22`](https://github.com/TanStack/query/commit/e664d22)) by nick-avi-say - vue-query: ensure `queryKey` match the current value of ref used inside ([#&#8203;8443](https://github.com/TanStack/query/issues/8443)) ([`3104854`](https://github.com/TanStack/query/commit/3104854)) by [@&#8203;Mini-ghost](https://github.com/Mini-ghost) - react-query: eslint-plugin-query now working with vanilla js ([#&#8203;8322](https://github.com/TanStack/query/issues/8322)) ([`f6757a6`](https://github.com/TanStack/query/commit/f6757a6)) by Ifeanyi Aladi - eslint-plugin-query: export Plugin interface ([#&#8203;8392](https://github.com/TanStack/query/issues/8392)) ([`9a0ca9b`](https://github.com/TanStack/query/commit/9a0ca9b)) by Tomáš Vojtášek ##### Test - add a test to ensure new meta gets accepted by fetchQuery ([`d08d115`](https://github.com/TanStack/query/commit/d08d115)) by Dominik Dorfmeister #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).62.16 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).62.16 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).62.16 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).62.16 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).62.16 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).62.16 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).62.16 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).62.16 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).62.16 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).62.16 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).62.16 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).62.16 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).62.16 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).62.16 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).62.16 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).62.16 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).62.16 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).62.16 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).62.16 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).62.16 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).62.16 ### [`v5.62.9`](https://github.com/TanStack/query/releases/tag/v5.62.9) [Compare Source](https://github.com/TanStack/query/compare/v5.62.1...v5.62.9) Version 5.62.9 - 12/23/24, 4:51 PM #### Changes ##### Fix - types: change symbol declarations ([#&#8203;8468](https://github.com/TanStack/query/issues/8468)) ([`1e73d3a`](https://github.com/TanStack/query/commit/1e73d3a)) by Nick Lucas ##### Chore - update dependencies ([#&#8203;8464](https://github.com/TanStack/query/issues/8464)) ([`5be3872`](https://github.com/TanStack/query/commit/5be3872)) by Lachlan Collins ##### Docs - Update infiniteQueryOptions.md ([#&#8203;8447](https://github.com/TanStack/query/issues/8447)) ([`18d81b9`](https://github.com/TanStack/query/commit/18d81b9)) by [@&#8203;caillou](https://github.com/caillou) - useQuery: add more info to description of staleTime field of query options ([#&#8203;8448](https://github.com/TanStack/query/issues/8448)) ([`a76ac59`](https://github.com/TanStack/query/commit/a76ac59)) by gnerkus #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).62.9 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).62.9 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).62.9 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).62.9 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).62.9 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).62.9 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).62.9 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).62.9 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).62.9 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).62.9 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).62.9 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).62.9 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).62.9 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).62.9 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).62.9 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).62.9 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).62.9 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).62.9 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).62.9 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).62.9 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).62.9 ### [`v5.62.1`](https://github.com/TanStack/query/releases/tag/v5.62.1) [Compare Source](https://github.com/TanStack/query/compare/v5.61.6...v5.62.1) Version 5.62.1 - 12/2/24, 6:40 PM #### Changes ##### Fix - eslint-plugin-query: handle non-null at then end of var in exhaustive-deps ([#&#8203;8385](https://github.com/TanStack/query/issues/8385)) ([`d9d2728`](https://github.com/TanStack/query/commit/d9d2728)) by Parbez ##### Chore - angular-query: update examples to typescript 5.7 ([#&#8203;8374](https://github.com/TanStack/query/issues/8374)) ([`b7bad3d`](https://github.com/TanStack/query/commit/b7bad3d)) by Arnoud ##### Test - query-core: add type check tests for `queryObserver` ([#&#8203;8304](https://github.com/TanStack/query/issues/8304)) ([`12b6782`](https://github.com/TanStack/query/commit/12b6782)) by Sol Lee #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).62.1 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).62.1 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).62.1 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).62.1 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).62.1 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).62.1 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).62.1 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).62.1 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).62.1 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).62.1 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).62.1 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).62.1 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).62.1 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).62.1 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).62.1 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).62.1 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).62.1 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).62.1 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).62.1 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).62.1 ### [`v5.61.6`](https://github.com/TanStack/query/releases/tag/v5.61.6) [Compare Source](https://github.com/TanStack/query/compare/v5.61.4...v5.61.6) Version 5.61.6 - 11/28/24, 1:59 PM #### Changes ##### Fix - angular-query: improve compatibility with Jest ([#&#8203;8367](https://github.com/TanStack/query/issues/8367)) ([`ebcaa55`](https://github.com/TanStack/query/commit/ebcaa55)) by Arnoud - eslint-plugin-query: handle optional and non-null chaining in exhaustive-deps ([#&#8203;8365](https://github.com/TanStack/query/issues/8365)) ([`c402a2b`](https://github.com/TanStack/query/commit/c402a2b)) by Eliya Cohen #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).61.6 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).61.6 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).61.6 ### [`v5.61.4`](https://github.com/TanStack/query/releases/tag/v5.61.4) [Compare Source](https://github.com/TanStack/query/compare/v5.61.3...v5.61.4) Version 5.61.4 - 11/26/24, 1:39 PM #### Changes ##### Fix - QueriesObserver: fix improper sorting in QueriesObserver"s #find… ([#&#8203;8351](https://github.com/TanStack/query/issues/8351)) ([`3b7556f`](https://github.com/TanStack/query/commit/3b7556f)) by Jonathan Toung ##### Chore - deps: update dependency [@&#8203;sveltejs/kit](https://github.com/sveltejs/kit) to v2.8.3 \[security] ([#&#8203;8350](https://github.com/TanStack/query/issues/8350)) ([`dfe2cd1`](https://github.com/TanStack/query/commit/dfe2cd1)) by renovate\[bot] - angular-query: update to angular 19 ([#&#8203;8349](https://github.com/TanStack/query/issues/8349)) ([`8b0756a`](https://github.com/TanStack/query/commit/8b0756a)) by Arnoud - typescript 5.7 ([#&#8203;8327](https://github.com/TanStack/query/issues/8327)) ([`ef0b7b2`](https://github.com/TanStack/query/commit/ef0b7b2)) by Dominik Dorfmeister - deps: update dependency rimraf to v6 ([#&#8203;8343](https://github.com/TanStack/query/issues/8343)) ([`ecc17d5`](https://github.com/TanStack/query/commit/ecc17d5)) by renovate\[bot] - deps: update react 19/next 15 ([#&#8203;8342](https://github.com/TanStack/query/issues/8342)) ([`c69f302`](https://github.com/TanStack/query/commit/c69f302)) by Lachlan Collins - deps: move some deps from root to sub-packages ([#&#8203;8341](https://github.com/TanStack/query/issues/8341)) ([`5cd9611`](https://github.com/TanStack/query/commit/5cd9611)) by Lachlan Collins #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).61.4 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).61.4 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).61.4 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).61.4 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).61.4 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).61.4 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).61.4 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).61.4 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).61.4 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).61.4 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).61.4 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).61.4 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).61.4 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).61.4 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).61.4 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).61.4 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).61.4 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).61.4 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).61.4 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).61.4 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).61.4 ### [`v5.61.3`](https://github.com/TanStack/query/releases/tag/v5.61.3) [Compare Source](https://github.com/TanStack/query/compare/v5.61.2...v5.61.3) Version 5.61.3 - 11/24/24, 3:24 AM #### Changes ##### Fix - eslint-plugin: fix no-unstable-deps with ts-eslint >=8.10.0 ([#&#8203;8340](https://github.com/TanStack/query/issues/8340)) ([`bdafc84`](https://github.com/TanStack/query/commit/bdafc84)) by Lachlan Collins ##### Chore - deps: more manual package updates ([#&#8203;8339](https://github.com/TanStack/query/issues/8339)) ([`9972595`](https://github.com/TanStack/query/commit/9972595)) by Lachlan Collins - deps: update expo, next, astro, nx ([#&#8203;8337](https://github.com/TanStack/query/issues/8337)) ([`99b5354`](https://github.com/TanStack/query/commit/99b5354)) by Lachlan Collins - deps: update dependency astro to v4.16.1 \[security] ([#&#8203;8181](https://github.com/TanStack/query/issues/8181)) ([`bbd3821`](https://github.com/TanStack/query/commit/bbd3821)) by renovate\[bot] - deps: update dependency next to v14.2.10 \[security] ([#&#8203;8128](https://github.com/TanStack/query/issues/8128)) ([`22b89c9`](https://github.com/TanStack/query/commit/22b89c9)) by renovate\[bot] ##### Test - integrations: switch react-scripts to webpack ([#&#8203;8329](https://github.com/TanStack/query/issues/8329)) ([`b846c53`](https://github.com/TanStack/query/commit/b846c53)) by Lachlan Collins ##### Docs - angular-query: fix angular examples ([#&#8203;8335](https://github.com/TanStack/query/issues/8335)) ([`2588a08`](https://github.com/TanStack/query/commit/2588a08)) by Arnoud #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).61.3 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).61.3 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).61.3 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).61.3 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).61.3 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).61.3 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).61.3 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).61.3 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).61.3 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).61.3 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).61.3 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).61.3 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).61.3 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).61.3 ### [`v5.61.2`](https://github.com/TanStack/query/releases/tag/v5.61.2) [Compare Source](https://github.com/TanStack/query/compare/v5.60.1...v5.61.2) Version 5.61.2 - 11/23/24, 10:43 PM #### Changes ##### Fix - angular-query: subscribe to observer outside the Angular zone ([#&#8203;8331](https://github.com/TanStack/query/issues/8331)) ([`228382f`](https://github.com/TanStack/query/commit/228382f)) by Arnoud - eslint-plugin-query: improve external reference relevance ([#&#8203;8334](https://github.com/TanStack/query/issues/8334)) ([`80a49ff`](https://github.com/TanStack/query/commit/80a49ff)) by Eliya Cohen ##### Docs - react-query: add example for Expo Network in online status management ([#&#8203;8298](https://github.com/TanStack/query/issues/8298)) ([`102b6a8`](https://github.com/TanStack/query/commit/102b6a8)) by Daniel Reichhart #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).61.2 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).61.2 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).61.2 ### [`v5.60.1`](https://github.com/TanStack/query/releases/tag/v5.60.1) [Compare Source](https://github.com/TanStack/query/compare/v5.59.20...v5.60.1) Version 5.60.1 - 11/8/24, 10:06 AM #### Changes ##### Fix - eslint-plugin-query: add Suspense query hooks to no-rest-destructuring rule ([#&#8203;8260](https://github.com/TanStack/query/issues/8260)) ([`2f6c028`](https://github.com/TanStack/query/commit/2f6c028)) by Gyumong #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).60.1 ### [`v5.59.20`](https://github.com/TanStack/query/releases/tag/v5.59.20) [Compare Source](https://github.com/TanStack/query/compare/v5.59.7...v5.59.20) Version 5.59.20 - 11/6/24, 2:13 PM #### Changes ##### Fix - don"t ship test files ([`848df62`](https://github.com/TanStack/query/commit/848df62)) by Dominik Dorfmeister ##### Test - react-query: type test usePrefetchInfiniteQuery correctly ([#&#8203;8223](https://github.com/TanStack/query/issues/8223)) ([`06e315c`](https://github.com/TanStack/query/commit/06e315c)) by [@&#8203;manudeli](https://github.com/manudeli) ##### Docs - devtools: fix typo ([#&#8203;8248](https://github.com/TanStack/query/issues/8248)) ([`aa92acc`](https://github.com/TanStack/query/commit/aa92acc)) by Artur Abdullin #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).59.20 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).59.20 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).59.20 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).59.20 - [@&#8203;tanstack/query-devtools](https://github.com/tanstack/query-devtools)[@&#8203;5](https://github.com/5).59.20 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).59.20 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).59.20 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).59.20 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).59.20 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).59.20 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).59.20 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).59.20 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).59.20 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).59.20 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).59.20 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).59.20 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).59.20 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).59.20 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).59.20 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).59.20 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).59.20 ### [`v5.59.7`](https://github.com/TanStack/query/releases/tag/v5.59.7) [Compare Source](https://github.com/TanStack/query/compare/v5.59.4...v5.59.7) Version 5.59.7 - 10/9/24, 4:21 PM #### Changes ##### Fix - eslint-plugin-query: ignore all non-identifier properties in rule `infinite-query-property-order` ([#&#8203;8158](https://github.com/TanStack/query/issues/8158)) ([`81e443c`](https://github.com/TanStack/query/commit/81e443c)) by Manuel Schiller #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).59.7 ### [`v5.59.4`](https://github.com/TanStack/query/releases/tag/v5.59.4) [Compare Source](https://github.com/TanStack/query/compare/v5.59.2...v5.59.4) Version 5.59.4 - 10/9/24, 1:02 PM #### Changes ##### Fix - core: do not inform QueriesObserver subscribers if combined result hasn"t changed ([#&#8203;8153](https://github.com/TanStack/query/issues/8153)) ([`cae2524`](https://github.com/TanStack/query/commit/cae2524)) by Dominik Dorfmeister - eslint-plugin-query: handle callable params within exaustive-deps rule ([#&#8203;8150](https://github.com/TanStack/query/issues/8150)) ([`eb2f9d3`](https://github.com/TanStack/query/commit/eb2f9d3)) by pawel-twardziak ##### Chore - eslint-plugin-query: `expect-expect` warning for `expectArrayEqualIgnoreOrder` ([#&#8203;8143](https://github.com/TanStack/query/issues/8143)) ([`85a525a`](https://github.com/TanStack/query/commit/85a525a)) by Sol Lee - `no-shadow` lint warning in `insertAtPositions()` ([#&#8203;8142](https://github.com/TanStack/query/issues/8142)) ([`78b086b`](https://github.com/TanStack/query/commit/78b086b)) by Sol Lee ##### Test - hydration test case for overwriting with promise ([`05ccd65`](https://github.com/TanStack/query/commit/05ccd65)) by Dominik Dorfmeister #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/react-query-next-experimental](https://github.com/tanstack/react-query-next-experimental)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/solid-query-devtools](https://github.com/tanstack/solid-query-devtools)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/solid-query-persist-client](https://github.com/tanstack/solid-query-persist-client)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/svelte-query-devtools](https://github.com/tanstack/svelte-query-devtools)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/svelte-query-persist-client](https://github.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/angular-query-experimental](https://github.com/tanstack/angular-query-experimental)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@&#8203;5](https://github.com/5).59.4 - [@&#8203;tanstack/angular-query-devtools-experimental](https://github.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://github.com/5).59.4 ### [`v5.59.2`](https://github.com/TanStack/query/releases/tag/v5.59.2) [Compare Source](https://github.com/TanStack/query/compare/v5.59.1...v5.59.2) Version 5.59.2 - 10/8/24, 12:32 PM #### Changes ##### Fix - eslint-plugin-query: handle nullish coalescing operator in exhaustive-deps rule ([#&#8203;8146](https://github.com/TanStack/query/issues/8146)) ([`c232a6f`](https://github.com/TanStack/query/commit/c232a6f)) by Eliya Cohen ##### Chore - eslint-plugin-query: change naming for `text` variables ([#&#8203;8135](https://github.com/TanStack/query/issues/8135)) ([`495b086`](https://github.com/TanStack/query/commit/495b086)) by Sol Lee - deps: update dependency svelte to v4.2.19 \[security] ([`2fe16e5`](https://github.com/TanStack/query/commit/2fe16e5)) by renovate\[bot] - deps: update dependency vite to v5.3.6 \[security] ([`08a568d`](https://github.com/TanStack/query/commit/08a568d)) by renovate\[bot] #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).59.2 ### [`v5.59.1`](https://github.com/TanStack/query/releases/tag/v5.59.1) [Compare Source](https://github.com/TanStack/query/compare/v5.58.1...v5.59.1) Version 5.59.1 - 10/4/24, 12:03 PM #### Changes ##### Fix - eslint-plugin-query: update deprecated `getSourceCode()` method ([#&#8203;8117](https://github.com/TanStack/query/issues/8117)) ([`bb8278d`](https://github.com/TanStack/query/commit/bb8278d)) by Sol Lee ##### Test - vue-query: add test and improve typing ([#&#8203;8103](https://github.com/TanStack/query/issues/8103)) ([`69476f0`](https://github.com/TanStack/query/commit/69476f0)) by [@&#8203;kickbelldev](https://github.com/kickbelldev) ##### Docs - angular-query: fix pagination example double devtools ([#&#8203;8125](https://github.com/TanStack/query/issues/8125)) ([`05924f4`](https://github.com/TanStack/query/commit/05924f4)) by Arnoud - angular-query: add pagination example ([#&#8203;8124](https://github.com/TanStack/query/issues/8124)) ([`a9b3eaf`](https://github.com/TanStack/query/commit/a9b3eaf)) by Arnoud - sentence wording ([#&#8203;8106](https://github.com/TanStack/query/issues/8106)) ([`71c5f88`](https://github.com/TanStack/query/commit/71c5f88)) by [@&#8203;jeremybarbet](https://github.com/jeremybarbet) - Update mutations.md ([#&#8203;8105](https://github.com/TanStack/query/issues/8105)) ([`b663383`](https://github.com/TanStack/query/commit/b663383)) by Sagar Ghimire #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).59.1 - [@&#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@&#8203;5](https://github.com/5).59.1 - [@&#8203;tanstack/vue-query-devtools](https://github.com/tanstack/vue-query-devtools)[@&#8203;5](https://github.com/5).59.1 ### [`v5.58.1`](https://github.com/TanStack/query/releases/tag/v5.58.1) [Compare Source](https://github.com/TanStack/query/compare/v5.57.2...v5.58.1) Version 5.58.1 - 9/27/24, 7:58 AM #### Changes ##### Fix - eslint-plugin: fix legacy recommended config ([#&#8203;8104](https://github.com/TanStack/query/issues/8104)) ([`ade6283`](https://github.com/TanStack/query/commit/ade6283)) by Lachlan Collins ##### Docs - missing code format ([#&#8203;8102](https://github.com/TanStack/query/issues/8102)) ([`a9e83a4`](https://github.com/TanStack/query/commit/a9e83a4)) by thilllon #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).58.1 ### [`v5.57.2`](https://github.com/TanStack/query/releases/tag/v5.57.2) [Compare Source](https://github.com/TanStack/query/compare/v5.57.1...v5.57.2) Version 5.57.2 - 9/24/24, 6:13 PM #### Changes ##### Fix - eslint-plugin-query: correctly handle call-expression spread ([#&#8203;8090](https://github.com/TanStack/query/issues/8090)) ([`f1aab70`](https://github.com/TanStack/query/commit/f1aab70)) by Manuel Schiller ##### Docs - react-query: fix queryClient description of useMutation and use… ([#&#8203;8077](https://github.com/TanStack/query/issues/8077)) ([`9da00d6`](https://github.com/TanStack/query/commit/9da00d6)) by [@&#8203;baeharam](https://github.com/baeharam) - Don"t use $ prefix in Bash examples ([#&#8203;8067](https://github.com/TanStack/query/issues/8067)) ([`1104948`](https://github.com/TanStack/query/commit/1104948)) by Peter Bengtsson #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).57.2 ### [`v5.57.1`](https://github.com/TanStack/query/releases/tag/v5.57.1) [Compare Source](https://github.com/TanStack/query/compare/v5.57.0...v5.57.1) Version 5.57.1 - 9/21/24, 9:15 AM #### Changes ##### Fix - eslint-plugin-query: relax property order rule to ignore relative order of getPreviousPageParam and getNextPageParam ([#&#8203;8074](https://github.com/TanStack/query/issues/8074)) ([`1793e06`](https://github.com/TanStack/query/commit/1793e06)) by Manuel Schiller #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).57.1 ### [`v5.57.0`](https://github.com/TanStack/query/releases/tag/v5.57.0) [Compare Source](https://github.com/TanStack/query/compare/v5.56.1...v5.57.0) Version 5.57.0 - 9/20/24, 7:50 PM #### Changes ##### Feat - eslint-plugin-query: add rule to ensure property order of infinite query functions ([#&#8203;8072](https://github.com/TanStack/query/issues/8072)) ([`f8d65fb`](https://github.com/TanStack/query/commit/f8d65fb)) by Manuel Schiller ##### Docs - add missing </Show> closing tag to Solid docs ([#&#8203;8068](https://github.com/TanStack/query/issues/8068)) ([`ca9e3c4`](https://github.com/TanStack/query/commit/ca9e3c4)) by Stephen Brown-Bourne #### Packages - [@&#8203;tanstack/eslint-plugin-query](https://github.com/tanstack/eslint-plugin-query)[@&#8203;5](https://github.com/5).57.0 </details> --- ### Configuration :date: **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45MS4zIiwidXBkYXRlZEluVmVyIjoiMzkuMjY0LjEiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIiwibGFiZWxzIjpbXX0=-->
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.57.0 to Update dependency @tanstack/eslint-plugin-query to v5.57.1 2024-09-21 09:41:00 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.57.1 to Update dependency @tanstack/eslint-plugin-query to v5.57.2 2024-09-24 18:41:26 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.57.2 to Update dependency @tanstack/eslint-plugin-query to v5.58.1 2024-09-27 08:41:05 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.58.1 to Update dependency @tanstack/eslint-plugin-query to v5.59.1 2024-10-04 12:41:33 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.59.1 to Update dependency @tanstack/eslint-plugin-query to v5.59.2 2024-10-08 12:42:00 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.59.2 to Update dependency @tanstack/eslint-plugin-query to v5.59.4 2024-10-09 13:41:29 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.59.4 to Update dependency @tanstack/eslint-plugin-query to v5.59.7 2024-10-09 16:41:32 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.59.7 to Update dependency @tanstack/eslint-plugin-query to v5.59.20 2024-11-06 14:41:11 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.59.20 to Update dependency @tanstack/eslint-plugin-query to v5.60.1 2024-11-08 10:41:17 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.60.1 to Update dependency @tanstack/eslint-plugin-query to v5.61.2 2024-11-23 23:41:45 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.61.2 to Update dependency @tanstack/eslint-plugin-query to v5.61.3 2024-11-24 03:40:46 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.61.3 to Update dependency @tanstack/eslint-plugin-query to v5.61.4 2024-11-26 13:40:52 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.61.4 to Update dependency @tanstack/eslint-plugin-query to v5.61.6 2024-11-28 14:40:58 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.61.6 to Update dependency @tanstack/eslint-plugin-query to v5.62.1 2024-12-02 19:41:02 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.62.1 to Update dependency @tanstack/eslint-plugin-query to v5.62.9 2024-12-23 17:41:32 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.62.9 to Update dependency @tanstack/eslint-plugin-query to v5.62.15 2025-01-04 13:41:43 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.62.15 to Update dependency @tanstack/eslint-plugin-query to v5.62.16 2025-01-06 19:41:56 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.62.16 to Update dependency @tanstack/eslint-plugin-query to v5.64.2 2025-01-19 09:42:26 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.64.2 to Update dependency @tanstack/eslint-plugin-query to v5.65.0 2025-01-27 16:42:39 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.65.0 to Update dependency @tanstack/eslint-plugin-query to v5.66.0 2025-01-31 09:42:41 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.66.0 to Update dependency @tanstack/eslint-plugin-query to v5.66.1 2025-02-10 18:43:08 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.66.1 to Update dependency @tanstack/eslint-plugin-query to v5.67.2 2025-03-07 11:43:30 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.67.2 to Update dependency @tanstack/eslint-plugin-query to v5.68.0 2025-03-14 10:43:57 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.68.0 to Update dependency @tanstack/eslint-plugin-query to v5.71.5 2025-04-02 18:44:35 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.71.5 to Update dependency @tanstack/eslint-plugin-query to v5.72.2 2025-04-10 00:55:58 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.72.2 to Update dependency @tanstack/eslint-plugin-query to v5.73.3 2025-04-12 14:42:30 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.73.3 to Update dependency @tanstack/eslint-plugin-query to v5.74.7 2025-04-27 15:42:39 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.74.7 to Update dependency @tanstack/eslint-plugin-query to v5.78.0 2025-05-26 14:45:38 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.78.0 to Update dependency @tanstack/eslint-plugin-query to v5.81.0 2025-06-21 12:44:00 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.81.0 to Update dependency @tanstack/eslint-plugin-query to v5.81.1 2025-06-21 20:43:57 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.81.1 to Update dependency @tanstack/eslint-plugin-query to v5.81.2 2025-06-21 22:44:02 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.81.2 to Update dependency @tanstack/eslint-plugin-query to v5.83.1 2025-07-31 20:49:15 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.83.1 to Update dependency @tanstack/eslint-plugin-query to v5.86.0 2025-09-04 20:53:27 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.86.0 to Update dependency @tanstack/eslint-plugin-query to v5.89.0 2025-09-16 20:51:58 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.89.0 to Update dependency @tanstack/eslint-plugin-query to v5.90.1 2025-09-22 20:46:01 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.90.1 to Update dependency @tanstack/eslint-plugin-query to v5.90.2 2025-09-27 20:51:23 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.90.2 to Update dependency @tanstack/eslint-plugin-query to v5.91.0 2025-09-28 20:45:28 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.91.0 to Update dependency @tanstack/eslint-plugin-query to v5.91.1 2025-10-15 20:47:00 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.91.1 to Update dependency @tanstack/eslint-plugin-query to v5.91.2 2025-10-16 20:47:49 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.91.2 to Update dependency @tanstack/eslint-plugin-query to v5.91.3 2026-01-17 20:50:13 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.91.3 to Update dependency @tanstack/eslint-plugin-query to v5.91.4 2026-01-30 20:50:23 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.91.4 to Update dependency @tanstack/eslint-plugin-query to v5.95.2 2026-03-29 21:38:06 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.95.2 to Update dependency @tanstack/eslint-plugin-query to v5.96.1 2026-04-02 21:30:23 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.96.1 to Update dependency @tanstack/eslint-plugin-query to v5.96.2 2026-04-04 20:47:53 +00:00
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.96.2 to Update dependency @tanstack/eslint-plugin-query to v5.97.0 2026-04-09 20:56:46 +00:00
renovate added 1 commit 2026-04-11 20:51:42 +00:00
Update dependency @tanstack/eslint-plugin-query to v5.99.0
All checks were successful
plex-watchlist/pipeline/pr-develop This commit looks good
8e5ebd82d3
renovate force-pushed renovate/tanstack-eslint-plugin-query-5.x-lockfile from f3dea876e1 to 8e5ebd82d3 2026-04-11 20:51:42 +00:00 Compare
renovate changed title from Update dependency @tanstack/eslint-plugin-query to v5.97.0 to Update dependency @tanstack/eslint-plugin-query to v5.99.0 2026-04-11 20:51:52 +00:00
All checks were successful
plex-watchlist/pipeline/pr-develop This commit looks good
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/tanstack-eslint-plugin-query-5.x-lockfile:renovate/tanstack-eslint-plugin-query-5.x-lockfile
git checkout renovate/tanstack-eslint-plugin-query-5.x-lockfile
Sign in to join this conversation.