Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

bump(deps): update dependency @tanstack/react-query to ^5.55.4 #518

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/react-query (source) ^5.8.3 -> ^5.55.4 age adoption passing confidence

Release Notes

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

v5.55.4

Compare Source

Version 5.55.4 - 9/9/24, 6:38 AM

Changes

Fix

Packages

v5.55.3

Compare Source

Version 5.55.3 - 9/9/24, 6:16 AM

Changes
Fix
  • replace JSON.stringify with replaceDeepEqual in structural sharing integrity check (#​8030) (1bffc78) by jxom
Chore
  • angular-query: remove redundant dependencies (#​8032) (d58cf08) by Arnoud
Docs
  • react-query: Update React Suspens Link in README.md (#​8020) (9b78527) by Cyril Leclercq
Packages

v5.55.2

Compare Source

Version 5.55.2 - 9/8/24, 4:10 PM

Changes

Refactor

Packages

v5.55.1

Compare Source

Version 5.55.1 - 9/8/24, 1:19 PM

Changes

Fix
Refactor
Docs

Packages

v5.55.0

Compare Source

v5.54.1

Compare Source

Version 5.54.1 - 9/3/24, 8:50 PM

Changes

Fix
  • query-core: accept generics on setQueryDefaults and setMutationDefaults (#​7903) (a85382f) by Simone Cervini

Packages

v5.53.3

Compare Source

Version 5.53.3 - 9/2/24, 12:32 PM

Changes

Fix
  • query-core: remove error thrown inside replaceData (#​8004) (fb9d4f6) by Bohdan Yefimenko
Docs
  • vue-query: update SSR guide for nuxt2 (#​8001) (cd91357) by Damian Osipiuk

Packages

v5.53.2

Compare Source

Version 5.53.2 - 9/1/24, 8:41 PM

Changes

Fix
Chore
Docs

Packages

v5.53.1

Compare Source

Version 5.53.1 - 8/30/24, 10:29 AM

Changes

Fix
  • query-core: handle errors that occur inside setData method (#​7966) (50315ac) by Bohdan Yefimenko
Chore

Packages

v5.52.3

Compare Source

Version 5.52.3 - 8/29/24, 11:03 PM

Changes
Fix
  • angular-query: fix type of isSuccess, isError, isPending, isIdle on mutation result (#​7923) (eee80af) by divdavem
Chore
Docs
  • Add known limitation about cancellation with suspense hooks (#​7958) (804357b) by Romain Trotard
Packages

v5.52.2

Compare Source

v5.52.1

Compare Source

Version 5.52.1 - 8/22/24, 4:37 PM

Changes

Fix
Docs
  • make copyable example useful by default (#​7928) (639363c) by Lanre Adelowo

Packages

v5.52.0

Compare Source

Version 5.52.0 - 8/20/24, 6:54 PM

Changes

Feat
  • eslint-plugin-query: add rule that disallows putting the result of query hooks directly in a React hook dependency array (#​7911) (f65ebe7) by Manuel Schiller
Refactor
Docs

Packages

v5.51.24

Compare Source

v5.51.23

Compare Source

Version 5.51.23 - 8/8/24, 8:02 AM

Changes

Fix
  • react-query: ensure we have a gcTime of at least 1 second when using suspense (#​7860) (c744f99) by Dominik Dorfmeister
Docs

Packages

v5.51.21

Compare Source

Version 5.51.21 - 8/2/24, 6:43 PM

Changes

Fix
  • query-core: make CancelledError extend Error (#​7843) (35c086f) by Dominik Dorfmeister

Packages

v5.51.18

Compare Source

Version 5.51.18 - 8/1/24, 1:38 PM

Changes

Fix
  • query-options: allow returning undefined in initialData function (#​7351) (fdb8ce1) by Shahar Har-Shuv

Packages

v5.51.17

Compare Source

Version 5.51.17 - 8/1/24, 1:21 PM

Changes

Fix
  • core: query should reset to default state even when created from hydration (#​7837) (bbb2244) by Dominik Dorfmeister
Chore
  • deps: lock file maintenance (c7245c9) by renovate[bot]

Packages

v5.51.16

Compare Source

v5.51.15

Compare Source

Version 5.51.15 - 7/26/24, 11:47 AM (Manual Release)

Changes
Other
Packages

v5.51.14

Compare Source

v5.51.11

Compare Source

Version 5.51.11 - 7/20/24, 10:47 AM

Changes

Fix
  • svelte-query: Correct data type when initialData is set (#​7769) (b764009) by Lachlan Collins
Ci
  • Enable autofix on push to release branch (b189e31) by Lachlan Collins
Docs

Packages

v5.51.9

Version 5.51.9 - 7/18/24, 7:35 AM (Manual Release)

Changes
Fix
Ci
Docs
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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@github-actions github-actions bot added the kind/dependencies Pull requests that update a dependency file label Nov 8, 2023
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.8.1 bump(deps): update dependency @tanstack/react-query to ^5.8.2 Nov 11, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 4c573fa to c8fc027 Compare November 11, 2023 22:41
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.8.2 bump(deps): update dependency @tanstack/react-query to ^5.8.3 Nov 13, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from b390cb2 to fd6eea8 Compare November 13, 2023 13:35
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.8.3 bump(deps): update dependency @tanstack/react-query to ^5.8.3 - autoclosed Nov 14, 2023
@renovate renovate bot closed this Nov 14, 2023
@renovate renovate bot deleted the renovate/tanstack-query-monorepo branch November 14, 2023 01:55
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.8.3 - autoclosed bump(deps): update dependency @tanstack/react-query to ^5.8.3 Nov 15, 2023
@renovate renovate bot reopened this Nov 15, 2023
@renovate renovate bot restored the renovate/tanstack-query-monorepo branch November 15, 2023 12:43
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.8.3 bump(deps): update dependency @tanstack/react-query to ^5.8.4 Nov 15, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from fd6eea8 to 3dc8cb6 Compare November 15, 2023 12:43
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.8.4 bump(deps): update dependency @tanstack/react-query to ^5.8.6 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 3dc8cb6 to 557ec4a Compare November 24, 2023 10:13
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.8.6 bump(deps): update dependency @tanstack/react-query to ^5.8.7 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 557ec4a to fbd683e Compare November 24, 2023 21:29
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.8.7 bump(deps): update dependency @tanstack/react-query to ^5.8.9 Nov 28, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from fbd683e to 74dba97 Compare November 28, 2023 09:05
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.8.9 bump(deps): update dependency @tanstack/react-query to ^5.9.0 Nov 29, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 74dba97 to 2c8adf9 Compare November 29, 2023 14:48
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.9.0 bump(deps): update dependency @tanstack/react-query to ^5.10.0 Nov 29, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from 70c3148 to f23f73b Compare December 1, 2023 13:39
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.10.0 bump(deps): update dependency @tanstack/react-query to ^5.12.0 Dec 1, 2023
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.51.18 bump(deps): update dependency @tanstack/react-query to ^5.51.21 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 4f8ac27 to c39139b Compare August 8, 2024 11:06
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.51.21 bump(deps): update dependency @tanstack/react-query to ^5.51.23 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from c39139b to 2a54f5c Compare August 19, 2024 11:22
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.51.23 bump(deps): update dependency @tanstack/react-query to ^5.51.24 Aug 19, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 2a54f5c to 030e36b Compare August 20, 2024 19:39
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.51.24 bump(deps): update dependency @tanstack/react-query to ^5.52.0 Aug 20, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 030e36b to d70f13a Compare August 22, 2024 17:10
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.52.0 bump(deps): update dependency @tanstack/react-query to ^5.52.1 Aug 22, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from d70f13a to e0ad080 Compare August 26, 2024 19:02
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.52.1 bump(deps): update dependency @tanstack/react-query to ^5.52.2 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from e0ad080 to 87a2cb5 Compare August 30, 2024 00:58
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.52.2 bump(deps): update dependency @tanstack/react-query to ^5.52.3 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 87a2cb5 to 032ce25 Compare August 30, 2024 11:16
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.52.3 bump(deps): update dependency @tanstack/react-query to ^5.53.1 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 032ce25 to e96e69f Compare September 1, 2024 22:19
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.53.1 bump(deps): update dependency @tanstack/react-query to ^5.53.2 Sep 1, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from e96e69f to ab9ba5c Compare September 2, 2024 14:22
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.53.2 bump(deps): update dependency @tanstack/react-query to ^5.53.3 Sep 2, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from ab9ba5c to 5966f53 Compare September 3, 2024 22:42
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.53.3 bump(deps): update dependency @tanstack/react-query to ^5.54.1 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 5966f53 to bfb1c96 Compare September 6, 2024 06:31
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.54.1 bump(deps): update dependency @tanstack/react-query to ^5.55.0 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from bfb1c96 to 91ddc26 Compare September 8, 2024 13:49
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.55.0 bump(deps): update dependency @tanstack/react-query to ^5.55.1 Sep 8, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 91ddc26 to 74c5408 Compare September 8, 2024 16:26
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.55.1 bump(deps): update dependency @tanstack/react-query to ^5.55.2 Sep 8, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 74c5408 to e16d895 Compare September 9, 2024 08:29
@renovate renovate bot changed the title bump(deps): update dependency @tanstack/react-query to ^5.55.2 bump(deps): update dependency @tanstack/react-query to ^5.55.4 Sep 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants