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

Merged
renovate[bot] merged 1 commit from renovate/tanstack-query-monorepo into main 2024-03-02 15:05:57 +00:00
renovate[bot] commented 2024-03-02 15:04:02 +00:00 (Migrated from github.com)

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v5.24.2

Compare Source

Version 5.24.2 - 3/2/2024, 1:10 PM

Changes

Fix
Refactor
  • switch typeof undefined checks with strict comparison of the value undefined (#​7006) (11e9650) by Dominik Dorfmeister
  • *: Import noop function from utils (#​6964) (b7b5096) by Sol Lee
Chore
  • fix lint (55782ae) by Dominik Dorfmeister
  • angular-query: disable cache in Angular examples (#​6970) (ef3a0df) by Arnoud
Ci
Docs
  • Updated installation commands with bun package manger (#​6971) (d83aa27) by Ekam Ahuja
Test

Packages


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@tanstack/react-query](https://tanstack.com/query) ([source](https://togithub.com/TanStack/query/tree/HEAD/packages/react-query)) | [`5.24.1` -> `5.24.2`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query/5.24.1/5.24.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2freact-query/5.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tanstack%2freact-query/5.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tanstack%2freact-query/5.24.1/5.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2freact-query/5.24.1/5.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>TanStack/query (@&#8203;tanstack/react-query)</summary> ### [`v5.24.2`](https://togithub.com/TanStack/query/releases/tag/v5.24.2) [Compare Source](https://togithub.com/TanStack/query/compare/v5.24.1...v5.24.2) Version 5.24.2 - 3/2/2024, 1:10 PM #### Changes ##### Fix - solid-query: Persist client implementation ([#&#8203;6993](https://togithub.com/TanStack/query/issues/6993)) ([`c69a18a`](https://togithub.com/TanStack/query/commit/c69a18a2)) by [@&#8203;ardeora](https://togithub.com/ardeora) - react-query: remove placeholderData from suspense query ([#&#8203;6973](https://togithub.com/TanStack/query/issues/6973)) ([`d82c83e`](https://togithub.com/TanStack/query/commit/d82c83e5)) by HJZzzzz ##### Refactor - switch typeof undefined checks with strict comparison of the value undefined ([#&#8203;7006](https://togithub.com/TanStack/query/issues/7006)) ([`11e9650`](https://togithub.com/TanStack/query/commit/11e9650f)) by Dominik Dorfmeister - \*: Import noop function from utils ([#&#8203;6964](https://togithub.com/TanStack/query/issues/6964)) ([`b7b5096`](https://togithub.com/TanStack/query/commit/b7b5096e)) by Sol Lee ##### Chore - fix lint ([`55782ae`](https://togithub.com/TanStack/query/commit/55782aeb)) by Dominik Dorfmeister - angular-query: disable cache in Angular examples ([#&#8203;6970](https://togithub.com/TanStack/query/issues/6970)) ([`ef3a0df`](https://togithub.com/TanStack/query/commit/ef3a0df0)) by Arnoud ##### Ci - react-query: resolve `test:lib` error ([#&#8203;6979](https://togithub.com/TanStack/query/issues/6979)) ([`6b96736`](https://togithub.com/TanStack/query/commit/6b967369)) by [@&#8203;manudeli](https://togithub.com/manudeli) ##### Docs - Updated installation commands with bun package manger ([#&#8203;6971](https://togithub.com/TanStack/query/issues/6971)) ([`d83aa27`](https://togithub.com/TanStack/query/commit/d83aa272)) by Ekam Ahuja ##### Test - react-query: use vitest typecheck correctly with \*.test-d.ts ([#&#8203;6978](https://togithub.com/TanStack/query/issues/6978)) ([`18c2cae`](https://togithub.com/TanStack/query/commit/18c2caed)) by [@&#8203;manudeli](https://togithub.com/manudeli) - react-query-devtools: add test case for not in `process.env.NODE_ENV="development"` ([#&#8203;6940](https://togithub.com/TanStack/query/issues/6940)) ([`be2bf30`](https://togithub.com/TanStack/query/commit/be2bf307)) by [@&#8203;manudeli](https://togithub.com/manudeli) #### Packages - [@&#8203;tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@&#8203;5](https://togithub.com/5).24.2 - [@&#8203;tanstack/query-core](https://togithub.com/tanstack/query-core)[@&#8203;5](https://togithub.com/5).24.2 - [@&#8203;tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://togithub.com/5).24.2 - [@&#8203;tanstack/react-query](https://togithub.com/tanstack/react-query)[@&#8203;5](https://togithub.com/5).24.2 - [@&#8203;tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@&#8203;5](https://togithub.com/5).24.2 - [@&#8203;tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@&#8203;5](https://togithub.com/5).24.2 - [@&#8203;tanstack/solid-query-persist-client](https://togithub.com/tanstack/solid-query-persist-client)[@&#8203;5](https://togithub.com/5).24.2 - [@&#8203;tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@&#8203;5](https://togithub.com/5).24.2 - [@&#8203;tanstack/angular-query-experimental](https://togithub.com/tanstack/angular-query-experimental)[@&#8203;5](https://togithub.com/5).24.2 - [@&#8203;tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://togithub.com/5).24.2 - [@&#8203;tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@&#8203;5](https://togithub.com/5).24.2 - [@&#8203;tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@&#8203;5](https://togithub.com/5).24.2 - [@&#8203;tanstack/react-query-next-experimental](https://togithub.com/tanstack/react-query-next-experimental)[@&#8203;5](https://togithub.com/5).24.2 - [@&#8203;tanstack/solid-query-devtools](https://togithub.com/tanstack/solid-query-devtools)[@&#8203;5](https://togithub.com/5).24.2 - [@&#8203;tanstack/svelte-query-devtools](https://togithub.com/tanstack/svelte-query-devtools)[@&#8203;5](https://togithub.com/5).24.2 - [@&#8203;tanstack/svelte-query-persist-client](https://togithub.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://togithub.com/5).24.2 - [@&#8203;tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@&#8203;5](https://togithub.com/5).24.2 - [@&#8203;tanstack/vue-query-devtools](https://togithub.com/tanstack/vue-query-devtools)[@&#8203;5](https://togithub.com/5).24.2 - [@&#8203;tanstack/angular-query-devtools-experimental](https://togithub.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://togithub.com/5).24.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/mcataford/rotini). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
This repo is archived. You cannot comment on pull requests.
No description provided.