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

fix(deps): update dependency @tanstack/react-query to v5.63.0 #389

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 20, 2023

This PR contains the following updates:

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

Release Notes

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

v5.63.0

Compare Source

Version 5.63.0 - 1/8/25, 2:21 PM

Changes

Feat
  • react-query: allow useQuery and useQueries to unsubscribe from the query cache with an option (#​8348) (e2bc216) by Dominik Dorfmeister

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

Compare Source

Version 5.62.14 - 1/3/25, 7:50 PM

Changes

Fix

Packages

v5.62.12

Compare Source

Version 5.62.12 - 1/3/25, 2:50 PM

Changes

Perf
  • query-core: Improve mutationCache implementation performance (#​8496) (19b95c4) by Dominik Dorfmeister
Docs

Packages

v5.62.11

Compare Source

Version 5.62.11 - 12/27/24, 1:15 PM

Changes

Fix

Packages

v5.62.10

Compare Source

Version 5.62.10 - 12/24/24, 12:05 PM

Changes

Fix
  • solid-query: solid query options default error type (#​8472) (287848b) by Muhammad Ilham Mubarak
Chore
Docs
  • contributing: update pnpm version (#​8473) (3bc3147) by Muhammad Ilham Mubarak

Packages

v5.62.9

Compare Source

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

Changes

Fix
Chore
Docs

Packages

v5.62.8

Compare Source

v5.62.7

Compare Source

Version 5.62.7 - 12/10/24, 7:04 PM

Changes
Fix
  • query-core: respect initialData for queryClient.ensureQueryData (#​8425) (465906a) by Dominik Dorfmeister
Chore
Packages

v5.62.3

Compare Source

v5.62.2

Compare Source

Version 5.62.2 - 12/3/24, 7:29 AM

Changes

Fix
  • types: Fix type errors when using fully-typed inputs like QueryFilters<Data, Error>, and test all QueryClient methods to detect similar issues (#​8375) (175757a) by Nick Lucas

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

Compare Source

Version 5.62.0 - 11/29/24, 1:03 PM

Changes

Feat
  • types: Include optional TError on DataTag (#​8361) (0fa1f01) by Nick Lucas
Chore
  • angular-query: update example dev containers to node 22 (#​8370) (f245792) by Arnoud

Packages

v5.61.5

Compare Source

Version 5.61.5 - 11/27/24, 8:09 AM

Changes
Fix
  • types: Add types for QueryFilters which flow down to Query<> and QueryKey/DataTag types (#​8332) (422c879) by Nick Lucas
Ci
  • disable max report age in codecov (#​8354) (d28de3c) by Leonardo Montini
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

v5.61.0

Compare Source

Version 5.61.0 - 11/20/24, 1:01 PM

Changes

Feat
Fix
  • types: make sure queryOptions are passable to UseQueryOptions (#​8317) (3fa4b7c) by Dominik Dorfmeister
Docs
  • angular-query: update queryOptions documentation (#​8311) (6a9edbf) by Arnoud

Packages

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](https://


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency @tanstack/react-query to v4.29.15 Update dependency @tanstack/react-query to v4.29.17 Jun 25, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from ae17beb to db13151 Compare June 25, 2023 16:52
@renovate renovate bot changed the title Update dependency @tanstack/react-query to v4.29.17 Update dependency @tanstack/react-query to v4.29.18 Jun 27, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from db13151 to fd37aa2 Compare June 27, 2023 10:33
@renovate renovate bot changed the title Update dependency @tanstack/react-query to v4.29.18 Update dependency @tanstack/react-query to v4.29.19 Jun 27, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from fd37aa2 to fe5e8e5 Compare June 27, 2023 14:44
@renovate renovate bot changed the title Update dependency @tanstack/react-query to v4.29.19 Update dependency @tanstack/react-query to v4.29.23 Jul 14, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from fe5e8e5 to 4c3eed3 Compare July 14, 2023 16:15
@renovate renovate bot changed the title Update dependency @tanstack/react-query to v4.29.23 Update dependency @tanstack/react-query to v4.29.25 Jul 16, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 4c3eed3 to 4e71826 Compare July 16, 2023 06:08
@renovate renovate bot changed the title Update dependency @tanstack/react-query to v4.29.25 Update dependency @tanstack/react-query to v4.32.0 Jul 21, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 4e71826 to 8615db5 Compare July 21, 2023 10:43
@renovate renovate bot changed the title Update dependency @tanstack/react-query to v4.32.0 Update dependency @tanstack/react-query to v4.32.1 Aug 1, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 8615db5 to 793ef6d Compare August 1, 2023 11:10
@renovate renovate bot changed the title Update dependency @tanstack/react-query to v4.32.1 Update dependency @tanstack/react-query to v4.32.5 Aug 4, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 793ef6d to 4b42012 Compare August 4, 2023 11:13
@renovate renovate bot changed the title Update dependency @tanstack/react-query to v4.32.5 Update dependency @tanstack/react-query to v4.32.6 Aug 5, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 4b42012 to 2c3405e Compare August 5, 2023 10:29
@renovate renovate bot changed the title Update dependency @tanstack/react-query to v4.32.6 fix(deps): update dependency @tanstack/react-query to v4.32.6 Aug 9, 2023
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v4.32.6 fix(deps): update dependency @tanstack/react-query to v4.33.0 Aug 19, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 2c3405e to 9855c8a Compare August 19, 2023 12:21
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v4.33.0 fix(deps): update dependency @tanstack/react-query to v4.35.0 Sep 7, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 9855c8a to 4d0d74c Compare September 7, 2023 09:21
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v4.35.0 fix(deps): update dependency @tanstack/react-query to v4.35.3 Sep 13, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 4d0d74c to 852df97 Compare September 13, 2023 09:15
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v4.35.3 fix(deps): update dependency @tanstack/react-query to v4.35.7 Oct 1, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from a6e1a84 to 73ed63b Compare October 7, 2023 09:58
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v4.35.7 fix(deps): update dependency @tanstack/react-query to v4.36.1 Oct 7, 2023
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v4.36.1 Update dependency @tanstack/react-query to v4.36.1 Oct 13, 2023
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.61.4 fix(deps): update dependency @tanstack/react-query to v5.61.5 Nov 27, 2024
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.61.5 fix(deps): update dependency @tanstack/react-query to v5.62.0 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from eedd1d9 to 81183fe Compare December 2, 2024 19:03
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.0 fix(deps): update dependency @tanstack/react-query to v5.62.1 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 81183fe to 22e846a Compare December 3, 2024 11:43
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.1 fix(deps): update dependency @tanstack/react-query to v5.62.2 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 22e846a to 2097d86 Compare December 6, 2024 17:48
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.2 fix(deps): update dependency @tanstack/react-query to v5.62.3 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 2097d86 to 25b6408 Compare December 10, 2024 19:18
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.3 fix(deps): update dependency @tanstack/react-query to v5.62.7 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 25b6408 to 95a1f3b Compare December 17, 2024 17:48
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.7 fix(deps): update dependency @tanstack/react-query to v5.62.8 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 95a1f3b to 357c88f Compare December 23, 2024 19:41
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.8 fix(deps): update dependency @tanstack/react-query to v5.62.9 Dec 23, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 357c88f to ba8bacb Compare December 24, 2024 12:21
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.9 fix(deps): update dependency @tanstack/react-query to v5.62.10 Dec 24, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from ba8bacb to b4b84ce Compare December 27, 2024 15:12
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.10 fix(deps): update dependency @tanstack/react-query to v5.62.11 Dec 27, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from b4b84ce to 74e384a Compare January 3, 2025 16:03
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.11 fix(deps): update dependency @tanstack/react-query to v5.62.12 Jan 3, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 74e384a to 24a80ad Compare January 3, 2025 22:46
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.12 fix(deps): update dependency @tanstack/react-query to v5.62.14 Jan 3, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 24a80ad to d665efd Compare January 4, 2025 13:51
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.14 fix(deps): update dependency @tanstack/react-query to v5.62.15 Jan 4, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from d665efd to 7d1890e Compare January 6, 2025 20:34
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.15 fix(deps): update dependency @tanstack/react-query to v5.62.16 Jan 6, 2025
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 7d1890e to f540021 Compare January 8, 2025 15:58
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.62.16 fix(deps): update dependency @tanstack/react-query to v5.63.0 Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants