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.21 - autoclosed #159

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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

v5.49.0

Compare Source

Version 5.49.0 - 6/29/24, 6:21 AM

Changes

Feat
  • hydration: dehydrate.serialize and hydrate.deserialize (#​7615) (8cbe7d5) by Julius Marminge
Chore
Ci
  • Use Node 20 for CodeSandbox examples (#​7646) (033e739) by Lachlan Collins
Docs
Tests
  • Use recommended @testing-library/svelte setup (#​7645) (003e1a8) by Lachlan Collins

Packages

v5.48.2

Compare Source

Version 5.48.2 - 6/26/24, 10:55 PM

Changes

Fix
  • vue-query: useQueries type inference (#​7416) (11e979e) by Damian Osipiuk

Packages

v5.48.1

Compare Source

Version 5.48.1 - 6/26/24, 10:26 PM

Changes

Fix
  • vue-query: types should now properly accept computed queryOptions (#​7631) (f1f6592) by Damian Osipiuk
Docs

Packages

v5.48.0

Compare Source

Version 5.48.0 - 6/25/24, 2:14 PM

Changes
Feat
  • core: Add possibility to pass a callback to enabled. (#​7566) (31b9ab4) by John
Packages

v5.47.0

Compare Source

Version 5.47.0 - 6/25/24, 12:27 PM

Changes
Feat
  • react-query: usePrefetchQuery (#​7582) (fbfe940) by Dominik Dorfmeister
Chore
Ci

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 chore(deps): update dependency @tanstack/vue-query to v5.51.9 chore(deps): update dependency @tanstack/vue-query to v5.51.14 Jul 26, 2024
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/vue-query to v5.51.14 chore(deps): update dependency @tanstack/vue-query to v5.51.15 Jul 26, 2024
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/vue-query to v5.51.15 chore(deps): update dependency @tanstack/vue-query to v5.51.16 Jul 31, 2024
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/vue-query to v5.51.16 chore(deps): update dependency @tanstack/vue-query to v5.51.17 Aug 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/vue-query to v5.51.17 chore(deps): update dependency @tanstack/vue-query to v5.51.21 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from fde5ab2 to c09b170 Compare August 8, 2024 13:07
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/vue-query to v5.51.21 chore(deps): update dependency @tanstack/vue-query to v5.51.21 - autoclosed Aug 16, 2024
@renovate renovate bot closed this Aug 16, 2024
@renovate renovate bot deleted the renovate/tanstack-query-monorepo branch August 16, 2024 10:46
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