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

chore(deps): update dependency @tanstack/vue-query to v5 #51

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/vue-query (source) ^4.32.6 -> ^5.0.0 age adoption passing confidence

Release Notes

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

v5.52.2

Compare Source

Version 5.52.2 - 8/26/24, 5:54 PM

Changes

Fix
  • types: error booleans shouldn"t permanently be typed as false (#​7956) (b93941d) by Dominik Dorfmeister
Chore
Examples
  • svelte-query: fix svelte auto-refetching styling (#​7951) (519759d) by Lachlan Collins

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

Version 5.51.24 - 8/19/24, 11:03 AM

Changes

Refactor
Ci
Docs
Doc
  • Issue template: Point to latest examples (#​7878) (59a6d3d) by Ian VanSchooten

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

Version 5.51.16 - 7/31/24, 9:08 AM

Changes
Fix
  • svelte-query: ensure compatibility with NodeNext (#​7825) (01e63a5) by Lachlan Collins
Chore
  • deps: lock file maintenance (#​7819) (74f10b7) by renovate[bot]
  • deps: update dependency react-intersection-observer to v9 (#​7818) (e2315cc) by renovate[bot]
  • deps: update all non-major dependencies (#​7817) (4cdc2c8) by renovate[bot]
  • deps: use prettier v3.3.3 (#​7816) (216a926) by Lachlan Collins
Test
  • svelte-query: add refetch test for createQuery (#​7810) (461876a) by Lachlan Collins
Ci
  • renovate: ignore vue2 and vue2.7 (6993177) by Lachlan Collins
  • renovate: add renovate config (#​7813) (6d8d203) by Lachlan Collins
Docs
Packages

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

Version 5.51.14 - 7/26/24, 8:47 AM

Changes
Fix
  • query-core: abort fetch loop for infinite queries if getNextPageParam returns null or undefined (#​7799) (3ef7887) by Dominik Dorfmeister
Refactor
  • react-query: add error message for skipToken in useSuspenseQueries and useSuspenseInfiniteQuery (#​7797) (34a5672) by Lich
Chore
  • Update @tanstack/config to v0.11.0 (#​7795) (bd3296b) by Lachlan Collins
  • svelte-query: Tweak provider tests (#​7794) (1814f56) by Lachlan Collins
Packages

v5.51.9

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

Changes
Fix
Ci
Docs
Packages

v5.51.5

Compare Source

Version 5.51.5 - 7/17/24, 2:35 PM

Changes

Fix
Test
  • svelte-query: Refactor test logic (#​7744) (01212de) by Lachlan Collins
Docs
  • solid-query: add optional chaining to prevent suspense bug (#​7709) (91cfc10) by Dhruv

Packages

v5.51.4

Compare Source

Version 5.51.4 - 7/17/24, 11:10 AM

Changes

Fix
  • core: do not invoke getNextPageParam or getPreviousPageParam if there is we have empty pages in the cache (#​7743) (7edf587) by Dominik Dorfmeister
Chore
  • utils: Ensure consistent declaration style of utility functions and standardize parameters for the sleep method (#​7554) (95d814a) by MinhoPark
Docs
  • Update Streaming with Server Components docs to reflect correct usage (#​7725) (a1ce3c4) by Ryan Miller

Packages

v5.51.3

Compare Source

Version 5.51.3 - 7/16/24, 8:32 PM

Changes
Fix
  • vue-query: export InitialQueryOptions types (#​7720) (a3f5a0a) by Andy Li
Chore
Test
Docs
Packages

v5.51.1

Compare Source

Version 5.51.1 - 7/11/24, 4:56 AM (Manual Release)

Changes

Ci
Docs
  • examples: Modernise Next.js examples (#​7706) (b58da75) by Lachlan Collins
  • eslint-plugin-query: Fix rules links (#​7705) (8d0ba7e) by twiddler
  • examples: Modernise React examples (#​7704) (7fc9472) by Lachlan Collins
  • add Query Rewind to vue community projects (#​7688) (14d9c49) by John Dunn

Packages

v5.51.0

Compare Source

Version 5.51.0 - 7/8/24, 8:05 AM

Changes

Feat
  • vue-query: add support for getters in query keys (#​7608) (41009c9) by Suneet Tipirneni

Packages

v5.50.1

Compare Source

Version 5.50.1 - 7/5/24, 3:00 AM

Changes
Fix
Docs
Packages

v5.49.1

Compare Source

Version 5.49.1 - 6/30/24, 5:49 AM

Changes
Fix
  • react-query: add experimental beforeQuery/afterQuery client options (#​7650) (8927e4c) by Tanner Linsley
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.

@renovate renovate bot changed the title chore(deps): update dependency @tanstack/vue-query to v5 chore(deps): update dependency @tanstack/vue-query to v5 - autoclosed Oct 25, 2023
@renovate renovate bot closed this Oct 25, 2023
@renovate renovate bot deleted the renovate/major-tanstack-query-monorepo branch October 25, 2023 21:18
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/vue-query to v5 - autoclosed chore(deps): update dependency @tanstack/vue-query to v5 Oct 29, 2023
@renovate renovate bot reopened this Oct 29, 2023
@renovate renovate bot restored the renovate/major-tanstack-query-monorepo branch October 29, 2023 16:08
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 10e8160 to 10b7bc2 Compare October 29, 2023 16:09
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