Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

fix(deps): update tanstack-query monorepo to v5.59.20 (patch) #960

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/react-query (source) 5.59.8 -> 5.59.20 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.59.8 -> 5.59.20 age adoption passing confidence

Release Notes

TanStack/query (@​tanstack/react-query)

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.19

Compare Source

Version 5.59.19 - 11/3/24, 2:17 PM

Changes

Fix
  • query-devtools: handle null properties for __previousQueryOptions (#​8240) (9c93dc0) by Kae
Test
Docs
  • community-projects: Add Atomic CRM to the list of community projects (#​8229) (92defc6) by CarolineClr

Packages

v5.59.18

Compare Source

Version 5.59.18 - 11/3/24, 9:27 AM

Changes

Fix
  • useQuery: don"t retryOnMount when prefetchInRender is used (#​8247) (74f0d6a) by Dominik Dorfmeister

Packages

v5.59.17

Compare Source

Version 5.59.17 - 11/2/24, 5:45 PM

Changes
Fix
  • useQueries: warn on duplicate keys (#​8246) (c643635) by Dominik Dorfmeister
Chore
Test
  • react-query: better query-persist-client-core import (#​8212) (1865f0d) by Lachlan Collins
Docs
  • angular-query: add query options from a service example (#​8220) (c61ff1e) by Arnoud
Packages

v5.59.16

Compare Source

Version 5.59.16 - 10/23/24, 12:53 PM

Changes
Fix
  • react-query: make sure promises are always finalized (#​8211) (df49fbd) by Dominik Dorfmeister
Chore
  • query-core: define queryCache notify method"s return type (#​8191) (4fceb26) by Haeun Nam
  • react-query: remove unnecessary test file (test/suspense.tsx, suspense.test-d.tsx) (#​8208) (d3e2a8a) by @​manudeli
Docs
  • Update disabling-queries.md (#​8201) (9d99fcb) by Ollie Chick
  • react-query: fix prefetch with suspense example (#​8193) (a2ea754) by Qiushi Yan
  • "hydrate" to "dehydrate" in documentation (#​8190) (1980a11) by Ariel-Moroshko
Packages

v5.59.15

Compare Source

Version 5.59.15 - 10/15/24, 5:12 PM

Changes

Fix

Packages

v5.59.14

Compare Source

Version 5.59.14 - 10/15/24, 7:20 AM

Changes

Fix
  • react-query: make queryFn optional again (#​8176) (a085c92) by Julius Marminge
  • react-query: do not overwrite staleTime with the suspense default value if it"s a function (#​8174) (d409854) by Dominik Dorfmeister

Packages

v5.59.13

Compare Source

Version 5.59.13 - 10/12/24, 9:38 AM

Changes

Fix
  • query-core: don"t finalizeThenable of different queries (#​8171) (5d69ad7) by Dominik Dorfmeister

Packages

v5.59.12

Compare Source

Version 5.59.12 - 10/12/24, 7:40 AM

Changes

Fix
  • query-core: move thenable-recreation into createResult (#​8169) (4758303) by Dominik Dorfmeister
Types

Packages

v5.59.11

Compare Source

Version 5.59.11 - 10/11/24, 6:35 PM

Changes

Refactor
  • types: throw type error when skipToken is present in suspense query (#​8082) (a991d92) by Gwansik Kim

Packages

v5.59.10

Compare Source

Version 5.59.10 - 10/11/24, 6:24 PM

Changes

Fix
  • core: correctly gc query when suspense is used when query unmounts while it"s still fetching (#​8168) (5edd617) by Dominik Dorfmeister
  • react-query: Allow optional initialData object in queryOptions (#​8162) (931d98d) by Sunghoon

Packages

v5.59.9

Compare Source

Version 5.59.9 - 10/10/24, 6:56 PM

Changes

Fix
  • core: don"t consider queries as enabled if they have no observers and have never fetched (successfully or erroneously) (#​8161) (5228e51) by Dominik Dorfmeister
Test

Packages


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 9, 2024
@renovate renovate bot force-pushed the renovate/patch-tanstack-query-monorepo branch 3 times, most recently from f95aa6a to b4a480f Compare October 9, 2024 16:12
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.3 (patch) fix(deps): update tanstack-query monorepo to v5.59.6 (patch) Oct 9, 2024
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.6 (patch) fix(deps): update tanstack-query monorepo to v5.59.8 (patch) Oct 9, 2024
@renovate renovate bot force-pushed the renovate/patch-tanstack-query-monorepo branch from b4a480f to 8c2d2d1 Compare October 9, 2024 20:20
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.8 (patch) fix(deps): update tanstack-query monorepo to v5.59.8 (patch) - autoclosed Oct 10, 2024
@renovate renovate bot closed this Oct 10, 2024
@renovate renovate bot deleted the renovate/patch-tanstack-query-monorepo branch October 10, 2024 07:00
@renovate renovate bot restored the renovate/patch-tanstack-query-monorepo branch October 10, 2024 19:18
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.8 (patch) - autoclosed fix(deps): update tanstack-query monorepo to v5.59.8 (patch) Oct 10, 2024
@renovate renovate bot reopened this Oct 10, 2024
@renovate renovate bot force-pushed the renovate/patch-tanstack-query-monorepo branch from 8c2d2d1 to 7b81486 Compare October 10, 2024 19:19
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.8 (patch) fix(deps): update tanstack-query monorepo to v5.59.9 (patch) Oct 10, 2024
@renovate renovate bot force-pushed the renovate/patch-tanstack-query-monorepo branch 3 times, most recently from acc089e to 7299766 Compare October 11, 2024 19:06
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.9 (patch) fix(deps): update tanstack-query monorepo to v5.59.11 (patch) Oct 11, 2024
@renovate renovate bot force-pushed the renovate/patch-tanstack-query-monorepo branch from 7299766 to caf1552 Compare October 12, 2024 09:47
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.11 (patch) fix(deps): update tanstack-query monorepo to v5.59.13 (patch) Oct 12, 2024
@renovate renovate bot force-pushed the renovate/patch-tanstack-query-monorepo branch from caf1552 to 44aa050 Compare October 15, 2024 10:48
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.13 (patch) fix(deps): update tanstack-query monorepo to v5.59.14 (patch) Oct 15, 2024
@renovate renovate bot force-pushed the renovate/patch-tanstack-query-monorepo branch from 44aa050 to 7b48c47 Compare October 15, 2024 18:26
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.14 (patch) fix(deps): update tanstack-query monorepo to v5.59.15 (patch) Oct 15, 2024
@renovate renovate bot force-pushed the renovate/patch-tanstack-query-monorepo branch 3 times, most recently from 52d6f1b to 99af8c8 Compare October 23, 2024 07:59
@renovate renovate bot force-pushed the renovate/patch-tanstack-query-monorepo branch from 99af8c8 to 6b9008e Compare October 23, 2024 13:53
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.15 (patch) fix(deps): update tanstack-query monorepo to v5.59.16 (patch) Oct 23, 2024
@renovate renovate bot force-pushed the renovate/patch-tanstack-query-monorepo branch 4 times, most recently from b811384 to c8e1f3c Compare October 25, 2024 08:58
@renovate renovate bot force-pushed the renovate/patch-tanstack-query-monorepo branch from c8e1f3c to 11827fd Compare November 2, 2024 18:06
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.16 (patch) fix(deps): update tanstack-query monorepo to v5.59.17 (patch) Nov 2, 2024
@renovate renovate bot force-pushed the renovate/patch-tanstack-query-monorepo branch from 11827fd to 92b75af Compare November 3, 2024 13:46
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.17 (patch) fix(deps): update tanstack-query monorepo to v5.59.18 (patch) Nov 3, 2024
@renovate renovate bot force-pushed the renovate/patch-tanstack-query-monorepo branch from 92b75af to f923d40 Compare November 3, 2024 16:18
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.18 (patch) fix(deps): update tanstack-query monorepo to v5.59.19 (patch) Nov 3, 2024
@renovate renovate bot force-pushed the renovate/patch-tanstack-query-monorepo branch 5 times, most recently from df2b543 to 9836bf7 Compare November 6, 2024 15:53
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.19 (patch) fix(deps): update tanstack-query monorepo to v5.59.20 (patch) Nov 6, 2024
@renovate renovate bot force-pushed the renovate/patch-tanstack-query-monorepo branch 2 times, most recently from b2cb341 to 28bb82d Compare November 7, 2024 12:20
@renovate renovate bot force-pushed the renovate/patch-tanstack-query-monorepo branch from 28bb82d to 756a271 Compare November 12, 2024 13:21
@pyphilia pyphilia merged commit dc4b996 into main Nov 12, 2024
3 checks passed
@renovate renovate bot deleted the renovate/patch-tanstack-query-monorepo branch November 12, 2024 13:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file v5.4.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant