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 ^5.52.2 - autoclosed #488

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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

v5.51.5

Compare Source

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

Compare Source

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

Changes

Fix
Docs

Packages

v5.49.2

Compare Source

Version 5.49.2 - 6/30/24, 6:11 AM

Changes
Fix
  • react-query: experimental before/after query options (#​7652) (56fad10) by Tanner Linsley
  • react-query: experimental before/after query options (#​7651) (4be599f) by Tanner Linsley
Packages

v5.49.1

Compare Source

v5.49.0

Compare Source

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
Packages

v5.45.1

Compare Source

Version 5.45.1 - 6/16/2024, 8:16 PM

Changes

Refactor
  • react-query: improve type inference for useSuspenseQueries with skipToken (#​7564) (77a7b28) by GwanSik Kim
Docs
  • fix grammar mistake on migrating-to-v5.md (#​7556) (8d69ef4) by Paul Ashioya

Packages

v5.45.0

Compare Source

Version 5.45.0 - 6/12/2024, 12:35 PM

Changes

Feat
Docs

Packages

v5.44.0

Compare Source

Version 5.44.0 - 6/11/2024, 1:13 PM

Changes

Feat
  • query-core: staleTime as a function (#​7541) (96a743e) by Dominik Dorfmeister

Packages

v5.40.1

Compare Source

Version 5.40.1 - 6/4/2024, 8:18 AM

Changes

Refactor
  • *: improved type inference for useQueries with skipToken (#​7484) (6f08200) by 김관식
Chore

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.

Copy link

vercel bot commented Mar 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
graysky ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 26, 2024 7:57pm

@renovate renovate bot changed the title Update dependency @tanstack/react-query to ^5.24.7 Update dependency @tanstack/react-query to ^5.24.8 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 691a522 to c690902 Compare March 4, 2024 11:21
@renovate renovate bot changed the title Update dependency @tanstack/react-query to ^5.24.8 Update dependency @tanstack/react-query to ^5.24.8 - autoclosed Mar 4, 2024
@renovate renovate bot closed this Mar 4, 2024
@renovate renovate bot deleted the renovate/tanstack-query-monorepo branch March 4, 2024 12:59
@renovate renovate bot changed the title Update dependency @tanstack/react-query to ^5.24.8 - autoclosed Update dependency @tanstack/react-query to ^5.24.8 Mar 5, 2024
@renovate renovate bot reopened this Mar 5, 2024
@renovate renovate bot restored the renovate/tanstack-query-monorepo branch March 5, 2024 15:15
@renovate renovate bot changed the title Update dependency @tanstack/react-query to ^5.24.8 Update dependency @tanstack/react-query to ^5.25.0 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from c690902 to f8db710 Compare March 5, 2024 15:16
@renovate renovate bot changed the title Update dependency @tanstack/react-query to ^5.25.0 Update dependency @tanstack/react-query to ^5.25.0 - autoclosed Mar 6, 2024
@renovate renovate bot closed this Mar 6, 2024
@renovate renovate bot deleted the renovate/tanstack-query-monorepo branch March 6, 2024 23:08
@renovate renovate bot changed the title Update dependency @tanstack/react-query to ^5.25.0 - autoclosed Update dependency @tanstack/react-query to ^5.25.0 Mar 11, 2024
@renovate renovate bot reopened this Mar 11, 2024
@renovate renovate bot restored the renovate/tanstack-query-monorepo branch March 11, 2024 14:49
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from f8db710 to 30afcc3 Compare March 11, 2024 17:29
@renovate renovate bot changed the title Update dependency @tanstack/react-query to ^5.25.0 fix(deps): update dependency @tanstack/react-query to ^5.26.3 Mar 11, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 30afcc3 to 8315560 Compare March 12, 2024 12:06
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.26.3 fix(deps): update dependency @tanstack/react-query to ^5.27.5 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 8315560 to edef67c Compare March 13, 2024 12:45
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.27.5 fix(deps): update dependency @tanstack/react-query to ^5.28.0 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from edef67c to 17d1d1f Compare March 14, 2024 17:38
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.51.14 fix(deps): update dependency @tanstack/react-query to ^5.51.15 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 044d048 to 449cc30 Compare July 31, 2024 11:24
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.51.15 fix(deps): update dependency @tanstack/react-query to ^5.51.16 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 449cc30 to 793a71a Compare August 1, 2024 15:16
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.51.16 fix(deps): update dependency @tanstack/react-query to ^5.51.18 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 793a71a to 98a1fb6 Compare August 2, 2024 22:06
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.51.18 fix(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 98a1fb6 to 8a55fc5 Compare August 8, 2024 10:45
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.51.21 fix(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 8a55fc5 to 4cc46f1 Compare August 19, 2024 14:53
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.51.23 fix(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 4cc46f1 to fe76f17 Compare August 20, 2024 19:34
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.51.24 fix(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 fe76f17 to 835793c Compare August 22, 2024 17:08
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.52.0 fix(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 835793c to 5f0027f Compare August 26, 2024 19:55
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.52.1 fix(deps): update dependency @tanstack/react-query to ^5.52.2 Aug 26, 2024
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to ^5.52.2 fix(deps): update dependency @tanstack/react-query to ^5.52.2 - autoclosed Aug 26, 2024
@renovate renovate bot closed this Aug 26, 2024
@renovate renovate bot deleted the renovate/tanstack-query-monorepo branch August 26, 2024 21:07
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