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

Update dependency @tanstack/react-query to v4.29.5 #41

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

tanstack/query

v4.29.5

Compare Source

Version 4.29.5 - 4/24/2023, 3:19 PM

Changes

Refactor
Chore

Packages

v4.29.3

Compare Source

Version 4.29.3 - 4/15/2023, 6:39 PM

Changes

Fix
  • useQueries: check error boundary before retry to prevent infinite refetch (#​5271) (98be9ec) by Matthew Hancock

Packages

v4.29.2

Compare Source

Version 4.29.2 - 4/15/2023, 9:10 AM

Changes

Perf
  • useQueries: optimize excessive invocations of getQueries in useQueries (#​5255) (e66a285) by Ahmed Hamed
Chore
Docs
  • svelte-query: Fix SSR example and update svelte templates (#​5243) (5be2530) by Lachlan Collins

Packages

v4.29.1

Compare Source

Version 4.29.1 - 4/10/2023, 9:44 AM

Changes
Perf
  • useQueries: optimize findMatchingObservers fn in queriesObserver for large datasets (#​5247) (a317633) by Ahmed Hamed
Packages

v4.28.0

Compare Source

Version 4.28.0 - 3/20/2023, 8:33 AM

Changes

Feat
  • react-query: preserve "use client" directives (#​5161) (017867e) by Fredrik Höglund

Packages

v4.27.0

Compare Source

Version 4.27.0 - 3/17/2023, 3:43 PM

Changes

Feat
  • react-query-devtools: enable setting loading/error via devtools (#​4352) (b7089d1) by Paul Sachs
Fix
  • eslint-plugin: ignore internal properties (#​5119) (33338ad) by Eliya Cohen
Chore
Docs

Packages

v4.26.1

Compare Source

Version 4.26.1 - 3/6/2023, 3:00 PM

Changes

Fix
  • core: make sure mutations get updated options (#​5085) (aac9488) by Dominik Dorfmeister

Packages

v4.26.0

Compare Source

Version 4.26.0 - 3/5/2023, 7:16 AM

Changes
Feat
  • query-core: Add global onSettled callbacks for QueryCache and MutationCache (#​5075) (8d23513) by Dominik Dorfmeister
Packages

v4.25.0

Compare Source

Version 4.25.0 - 3/5/2023, 6:32 AM

Changes
Feat
  • core: re-export matchQuery from utils (#​5070) (1c2c132) by remolueoend
Packages

v4.24.10

Compare Source

Version 4.24.10 - 2/21/2023, 11:53 PM

Changes

Fix
  • vue-query: prevent memory leak in server environment (#​5015) (5b59446) by Damian Osipiuk
Docs
Other

Packages

v4.24.9

Compare Source

Version 4.24.9 - 2/18/2023, 11:09 AM

Changes
Perf
  • persist: subscriber calls persistQueryClientStore only on cache-related events (#​4884) (b32da31) by Maciej Janawa
Docs
Packages

v4.24.6

Compare Source

Version 4.24.6 - 2/12/2023, 9:02 AM

Changes

Fix
  • core: make sure pausedMutations always execute in serial (#​4906) (1ef2958) by Dominik Dorfmeister
Chore
Docs
Other
  • Update overview.md (512d059) by Tanner Linsley

Packages

v4.24.4

Compare Source

Version 4.24.4 - 1/30/2023, 4:58 PM

Changes
Fix
  • Revert "fix(core): make sure pausedMutations always execute in serial (#​4902)" (#​4905) (6b5bcbc) by Dominik Dorfmeister
Packages

v4.24.3

Compare Source

Version 4.24.3 - 1/30/2023, 2:46 PM

Changes

Fix
  • core: make sure pausedMutations always execute in serial (#​4902) (8991d7c) by Dominik Dorfmeister

Packages

v4.24.2

Compare Source

Version 4.24.2 - 1/30/2023, 9:52 AM

Changes
Fix
  • query-persist-client-core: Move query-core to dependencies (#​4899) (64dc3af) by Adrien
  • core: make sure queries that never fetched can be garbage collected (#​4898) (1615509) by Dominik Dorfmeister
Chore
  • only run ci.yml on main branch (7a62494) by Dominik Dorfmeister
  • fix broken package.json (a9ba135) by Dominik Dorfmeister
  • upload code-coverage during build process (d37e64e) by Dominik Dorfmeister
Docs
  • createAsyncStoragePersister: Update documentation to match type (#​4900) (2861488) by Steffen Holanger
Packages

v4.23.0

Compare Source

Version 4.23.0 - 1/24/2023, 10:53 AM

Changes

Feat
  • client components: add use client directive at the top of files having client components (#​4738) (f57c8dc) by Girish Sontakke
Docs
  • add readme.md to react adapter (ea67377) by Dominik Dorfmeister
  • add QueryClient import (#​4856) (69a7d72) by Joël Kuijper
  • useMutation: correct docs for mutate function callbacks (#​4601) (4ac7c1a) by Qz

Packages

v4.22.4

Compare Source

Version 4.22.4 - 1/22/2023, 3:57 PM

Changes
Fix
  • core: do not call mutate callbacks if mutation started after unmount (#​4848) (901e826) by Jan
Packages

v4.22.3

Compare Source

Version 4.22.3 - 1/21/2023, 2:54 PM

Changes

Fix
  • svelte-query: Fix createMutation for functions that take no arguments (#​4847) (4f515de) by Lachlan Collins
Chore
Docs
Test

Packages

v4.22.0

Compare Source

Version 4.22.0 - 1/8/2023, 6:56 PM

Changes
Feat
  • export default hydration methods for easier extension in dehydrateOptions (#​4751) (228b1f0) by Manthan Mallikarjun
Packages

v4.21.0

Compare Source

Version 4.21.0 - 1/8/2023, 12:18 PM

Changes

Feat
  • svelte-query: Svelte Query Adapter for TanStack Query (#​4768) (b324a9b) by Lachlan Collins
Chore
  • Remove incompatible vitest flag from test:ci (#​4777) (d79f2b9) by Lachlan Collins
  • env: cross platform preinstall CI check. (#​4775) (85ce6db) by Rivo Tüksammel

Packages

v4.20.9

Compare Source

Version 4.20.9 - 1/4/2023, 8:30 AM

Changes
Fix
Docs
  • Add reactotron-react-query plugin (#​4744) (70ddaa9) by Hasan
  • vue-query: fix vue-query imports in docs, correct section replacements (#​4728) (fa04a1d) by Damian Osipiuk
  • fix reference to course (afbd788) by Dominik Dorfmeister
Other
Packages

v4.20.4

Compare Source

Version 4.20.4 - 12/14/2022, 6:56 PM

Changes

Refactor

Packages

v4.20.3

Compare Source

Version 4.20.3 - 12/14/2022, 5:36 PM

Changes

Fix
  • query-async-storage-persister: support wider range of types (#​4639) (ce1259c) by Dominik Dorfmeister

Packages

v4.20.2

Compare Source

Version 4.20.2 - 12/14/2022, 7:27 AM

Changes

Refactor
Chore
  • stabilize tests (22fbdaf) by Dominik Dorfmeister

Packages

v4.19.1

Compare Source

Version 4.19.1 - 12/3/2022, 1:49 PM

Changes

Fix
  • query-core: revert isServer check to check for window (#​4592) (6df7b6f) by Dominik Dorfmeister
Docs
  • useQuery: remove reference to setQueryData from onSuccess doc (#​4585) (5ebc68a) by jmlee2k

Packages

v4.19.0

Compare Source

Version 4.19.0 - 12/1/2022, 8:14 PM

Changes

Feat
  • query-core: improve environment check to support more server runtimes (#​4578) (34e0ad2) by Gaurav Singh
Docs
  • examples/react: fix prefetch pagination logic when trying to quickly get to the last page (#​4564) (23bd564) by Wojciech Słodziak
  • Adds Using Remix to SSR guide. (#​4566) (16000b8) by Pierre-Luc Paquin
  • useInfiniteQuery: add isRefetching to returned properties docs (#​4567) (f364fbb) by Allan López
  • fix the example for queryClient.ensureQueryData (#​4572) (e578671) by Michal Tecza

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 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 has been generated by Mend Renovate. View repository job log here.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 15, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 031a963
Status: ✅  Deploy successful!
Preview URL: https://d83e7772.wordpress-scanner-ui.pages.dev
Branch Preview URL: https://renovate-tanstack-query-mono.wordpress-scanner-ui.pages.dev

View logs

@renovate
Copy link
Contributor Author

renovate bot commented Mar 15, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
error An unexpected error occurred: "Invalid value type 1205:0 in /mnt/renovate/gh/3n3a/wordpress-scanner-ui/yarn.lock".

@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 821aab1 to 7ca6f90 Compare March 17, 2023 17:32
@renovate renovate bot changed the title Update dependency @tanstack/react-query to v4.26.1 Update dependency @tanstack/react-query to v4.27.0 Mar 17, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 7ca6f90 to 636dc06 Compare March 20, 2023 10:21
@renovate renovate bot changed the title Update dependency @tanstack/react-query to v4.27.0 Update dependency @tanstack/react-query to v4.28.0 Mar 20, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 636dc06 to aaa18ff Compare April 10, 2023 09:50
@renovate renovate bot changed the title Update dependency @tanstack/react-query to v4.28.0 Update dependency @tanstack/react-query to v4.29.1 Apr 10, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from aaa18ff to 8efbabf Compare April 15, 2023 10:41
@renovate renovate bot changed the title Update dependency @tanstack/react-query to v4.29.1 Update dependency @tanstack/react-query to v4.29.2 Apr 15, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 8efbabf to 7e62842 Compare April 15, 2023 19:12
@renovate renovate bot changed the title Update dependency @tanstack/react-query to v4.29.2 Update dependency @tanstack/react-query to v4.29.3 Apr 15, 2023
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 7e62842 to 031a963 Compare April 25, 2023 03:18
@renovate renovate bot changed the title Update dependency @tanstack/react-query to v4.29.3 Update dependency @tanstack/react-query to v4.29.5 Apr 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants