Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tanstack-query monorepo to v5.60.6 #1611

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2024

This PR contains the following updates:

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

Release Notes

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

v5.60.6

Compare Source

Version 5.60.6 - 11/19/24, 10:17 AM

Changes

Refactor
Other

Packages

v5.60.5

Compare Source

Version 5.60.5 - 11/15/24, 6:06 PM

Changes

Fix
  • useQueries: make sure we don"t lose property tracking (#​8295) (4a2e838) by Dominik Dorfmeister
Docs

Packages

v5.60.4

Compare Source

Version 5.60.4 - 11/15/24, 3:43 PM

Changes

Refactor

Packages

v5.60.2

Compare Source

Version 5.60.2 - 11/14/24, 12:48 PM

Changes

Refactor
  • angular-query: build with tsup and remove devtools component (#​8284) (94891fd) by Arnoud
Chore
  • eslint-plugin-query: ignore combinate spell check lint warning (#​8266) (322974c) by Sol Lee
Test
Docs

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

v5.59.8

Compare Source

Version 5.59.8 - 10/9/24, 7:10 PM

Changes

Fix

Packages

v5.59.6

Compare Source

Version 5.59.6 - 10/9/24, 2:34 PM

Changes

Fix
  • perf: improve long running task performance in query core (#​8107) (5499577) by David

Packages

v5.59.5

Compare Source

Version 5.59.5 - 10/9/24, 2:00 PM

Changes

Fix
  • react-query: Allow optional initialData in infiniteQueryOptions (#​8154) (8d03029) by Sunghoon

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


Configuration

📅 Schedule: Branch creation - "before 6am" in timezone Europe/Brussels, 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 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 renovate label Oct 5, 2024
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.0 fix(deps): update tanstack-query monorepo to v5.59.3 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from 74107e7 to 9b9b115 Compare October 9, 2024 14:15
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.3 fix(deps): update tanstack-query monorepo to v5.59.5 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 9b9b115 to 5951067 Compare October 9, 2024 15:44
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.5 fix(deps): update tanstack-query monorepo to v5.59.6 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 5951067 to 68ebad7 Compare October 9, 2024 22:52
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.6 fix(deps): update tanstack-query monorepo to v5.59.8 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 68ebad7 to 983179e Compare October 10, 2024 19:59
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.8 fix(deps): update tanstack-query monorepo to v5.59.9 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from 082dd42 to 42c2f93 Compare October 11, 2024 20:23
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.9 fix(deps): update tanstack-query monorepo to v5.59.11 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 42c2f93 to 1c64abf Compare October 12, 2024 10:11
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.11 fix(deps): update tanstack-query monorepo to v5.59.13 Oct 12, 2024
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.13 Update tanstack-query monorepo to v5.59.13 Oct 13, 2024
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.59.13 fix(deps): update tanstack-query monorepo to v5.59.13 Oct 13, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 1c64abf to d9c19e6 Compare October 15, 2024 10:39
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.13 fix(deps): update tanstack-query monorepo to v5.59.14 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from d9c19e6 to 77617fa Compare October 15, 2024 18:43
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.14 fix(deps): update tanstack-query monorepo to v5.59.15 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 77617fa to 52ac42e Compare October 23, 2024 14:02
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.15 fix(deps): update tanstack-query monorepo to v5.59.16 Oct 23, 2024
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.16 Update tanstack-query monorepo to v5.59.16 Oct 27, 2024
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.59.16 fix(deps): update tanstack-query monorepo to v5.59.16 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 52ac42e to c40b988 Compare November 2, 2024 20:14
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.16 fix(deps): update tanstack-query monorepo to v5.59.17 Nov 2, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from c40b988 to 63898c7 Compare November 3, 2024 11:42
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.17 fix(deps): update tanstack-query monorepo to v5.59.18 Nov 3, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 63898c7 to f15e5b5 Compare November 3, 2024 15:40
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.18 fix(deps): update tanstack-query monorepo to v5.59.19 Nov 3, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from f15e5b5 to b4bd899 Compare November 6, 2024 17:25
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.19 fix(deps): update tanstack-query monorepo to v5.59.20 Nov 6, 2024
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.20 Update tanstack-query monorepo to v5.59.20 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from b4bd899 to 1480805 Compare November 8, 2024 23:51
@emielvanseveren emielvanseveren added this pull request to the merge queue Nov 9, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Nov 9, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 1480805 to ac236ce Compare November 9, 2024 13:00
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.59.20 fix(deps): update tanstack-query monorepo to v5.59.20 Nov 9, 2024
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.20 Update tanstack-query monorepo to v5.59.20 Nov 9, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from ac236ce to b323589 Compare November 14, 2024 16:21
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.59.20 Update tanstack-query monorepo to v5.60.2 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from b323589 to 66b42a7 Compare November 15, 2024 16:19
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.60.2 Update tanstack-query monorepo to v5.60.4 Nov 15, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 66b42a7 to 3bd8443 Compare November 15, 2024 19:48
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.60.4 Update tanstack-query monorepo to v5.60.5 Nov 15, 2024
@renovate renovate bot changed the title Update tanstack-query monorepo to v5.60.5 Update tanstack-query monorepo to v5.60.6 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 3bd8443 to 8f5de9a Compare November 19, 2024 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants