[PR #10] [MERGED] fix(deps): update dependency react-query to v3.39.1 #8

Closed
opened 2026-03-23 20:32:34 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tubearchivist/tubearchivist-frontend/pull/10
Author: @renovate[bot]
Created: 4/24/2022
Status: Merged
Merged: 9/11/2022
Merged by: @insuusvenerati

Base: masterHead: renovate/react-query-3.x


📝 Commits (1)

  • 4865b75 fix(deps): update dependency react-query to v3.39.1

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+4 -4)

📄 Description

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-query 3.34.19 -> 3.39.1 age adoption passing confidence

Release Notes

tannerlinsley/react-query

v3.39.1

Compare Source

Bug Fixes
  • types: change types for useMutation context in onSuccess (#​3654) (9f6c992)

v3.39.0

Compare Source

Features

v3.38.1

Compare Source

Bug Fixes

v3.38.0

Compare Source

Bug Fixes
Features

v3.37.0

Compare Source

Features

v3.36.0

Compare Source

Features

v3.35.0

Compare Source

Features

This release updates the peer dependencies to accept React 18 as a valid version, only to avoid installation errors caused by NPM's peer dependency installation.

For TypeScript users, it also avoids using React.FC and the "implicit children" it used to provide. If you are still having troubles, please read this issue.

Note: If you are now using React 18, we strongly recommend using v4-beta. v4 has been re-written to internally use the new useSyncExternalStore hook from React to make the cache work with concurrent features.

Please DO NOT expect React Query v3 to work with concurrent features like startTransition, and DO NOT file issues about it.

v3.34.20

Compare Source

Bug Fixes

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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/tubearchivist/tubearchivist-frontend/pull/10 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 4/24/2022 **Status:** ✅ Merged **Merged:** 9/11/2022 **Merged by:** [@insuusvenerati](https://github.com/insuusvenerati) **Base:** `master` ← **Head:** `renovate/react-query-3.x` --- ### 📝 Commits (1) - [`4865b75`](https://github.com/tubearchivist/tubearchivist-frontend/commit/4865b75e5136133be74275d73b985211a9287b5f) fix(deps): update dependency react-query to v3.39.1 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+4 -4) </details> ### 📄 Description [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-query](https://togithub.com/tannerlinsley/react-query) | [`3.34.19` -> `3.39.1`](https://renovatebot.com/diffs/npm/react-query/3.34.19/3.39.1) | [![age](https://badges.renovateapi.com/packages/npm/react-query/3.39.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-query/3.39.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-query/3.39.1/compatibility-slim/3.34.19)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-query/3.39.1/confidence-slim/3.34.19)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tannerlinsley/react-query</summary> ### [`v3.39.1`](https://togithub.com/TanStack/query/releases/tag/v3.39.1) [Compare Source](https://togithub.com/tannerlinsley/react-query/compare/v3.39.0...v3.39.1) ##### Bug Fixes - **types:** change types for useMutation context in onSuccess ([#&#8203;3654](https://togithub.com/tannerlinsley/react-query/issues/3654)) ([9f6c992](https://togithub.com/tannerlinsley/react-query/commit/9f6c992feecb4694758f8767063d8ad89d842c3c)) ### [`v3.39.0`](https://togithub.com/TanStack/query/releases/tag/v3.39.0) [Compare Source](https://togithub.com/tannerlinsley/react-query/compare/v3.38.1...v3.39.0) ##### Features - **devtools:** the react query logo can now close the devtools ([#&#8203;3577](https://togithub.com/tannerlinsley/react-query/issues/3577)) ([5848fab](https://togithub.com/tannerlinsley/react-query/commit/5848fab8a560efcf66ef0062c207c3004bccad83)), closes [#&#8203;3067](https://togithub.com/tannerlinsley/react-query/issues/3067) ### [`v3.38.1`](https://togithub.com/TanStack/query/releases/tag/v3.38.1) [Compare Source](https://togithub.com/tannerlinsley/react-query/compare/v3.38.0...v3.38.1) ##### Bug Fixes - **queryObserver:** cache select errors ([#&#8203;3554](https://togithub.com/tannerlinsley/react-query/issues/3554)) ([09a375b](https://togithub.com/tannerlinsley/react-query/commit/09a375badc27f42c1eb4263e1e01570f267fb7c1)) ### [`v3.38.0`](https://togithub.com/TanStack/query/releases/tag/v3.38.0) [Compare Source](https://togithub.com/tannerlinsley/react-query/compare/v3.37.0...v3.38.0) ##### Bug Fixes - **devtools:** Fix expand button styling ([#&#8203;3544](https://togithub.com/tannerlinsley/react-query/issues/3544)) ([48ec8cf](https://togithub.com/tannerlinsley/react-query/commit/48ec8cfd229307019d9e70cb5ef572bb3bfa5e65)), closes [#&#8203;3538](https://togithub.com/tannerlinsley/react-query/issues/3538) ##### Features - expose errorUpdateCount on useQuery ([#&#8203;3532](https://togithub.com/tannerlinsley/react-query/issues/3532)) ([558878c](https://togithub.com/tannerlinsley/react-query/commit/558878c90e90aed66e1cb402751bfe78fcdfa789)) ### [`v3.37.0`](https://togithub.com/TanStack/query/releases/tag/v3.37.0) [Compare Source](https://togithub.com/tannerlinsley/react-query/compare/v3.36.0...v3.37.0) ##### Features - **query:** functions for refetchOn options ([#&#8203;3518](https://togithub.com/tannerlinsley/react-query/issues/3518)) ([fab76e6](https://togithub.com/tannerlinsley/react-query/commit/fab76e6d0c0a70b32fcc8b459df32426d30aa3c2)) ### [`v3.36.0`](https://togithub.com/TanStack/query/releases/tag/v3.36.0) [Compare Source](https://togithub.com/tannerlinsley/react-query/compare/v3.35.0...v3.36.0) ##### Features - add nonce for devtools style tag ([#&#8203;3506](https://togithub.com/tannerlinsley/react-query/issues/3506)) ([b7a07c2](https://togithub.com/tannerlinsley/react-query/commit/b7a07c2b6f3c5d0f72c5da17b5140bf9957471b7)) ### [`v3.35.0`](https://togithub.com/TanStack/query/releases/tag/v3.35.0) [Compare Source](https://togithub.com/tannerlinsley/react-query/compare/v3.34.20...v3.35.0) ##### Features - **react:** add "support" for react18 ([#&#8203;3520](https://togithub.com/tannerlinsley/react-query/issues/3520)) ([0c66727](https://togithub.com/tannerlinsley/react-query/commit/0c667273125e5307ff148c0ce621b5d24950517f)) This release updates the peer dependencies to accept React 18 as a valid version, only to avoid installation errors caused by NPM's peer dependency installation. For TypeScript users, it also avoids using `React.FC` and the "implicit children" it used to provide. If you are still having troubles, please read [this issue](https://togithub.com/facebook/react/issues/24304#issuecomment-1094565891). **Note**: If you are now using React 18, we strongly recommend using [v4-beta](https://togithub.com/tannerlinsley/react-query/releases/tag/v4.0.0-beta.3). v4 has been re-written to internally use the new [useSyncExternalStore](https://reactjs.org/docs/hooks-reference.html#usesyncexternalstore) hook from React to make the cache work with concurrent features. Please **DO NOT** expect React Query v3 to work with concurrent features like `startTransition`, and **DO NOT** file issues about it. ### [`v3.34.20`](https://togithub.com/TanStack/query/releases/tag/v3.34.20) [Compare Source](https://togithub.com/tannerlinsley/react-query/compare/v3.34.19...v3.34.20) ##### Bug Fixes - **devtools:** adjust QueryKey height ([#&#8203;3497](https://togithub.com/tannerlinsley/react-query/issues/3497)) ([1ab13dc](https://togithub.com/tannerlinsley/react-query/commit/1ab13dc22efeb9270e38269efaa346e24e3fc0f6)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/tubearchivist/tubearchivist-frontend). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:32:34 +00:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
tubearchivist/tubearchivist-frontend#8
No description provided.