fix(deps): update dependency react-query to v3.39.2 #39

Merged
renovate[bot] merged 1 commit from renovate/react-query-3.x into main 2022-08-01 18:36:40 +00:00
renovate[bot] commented 2022-08-01 18:21:11 +00:00 (Migrated from github.com)

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-query (source) ^3.34.16 -> 3.39.2 age adoption passing confidence

Release Notes

tanstack/query

v3.39.2

Compare Source

Bug Fixes
  • core: added in timer and interval id checks before clearing (#​3762) (5d99f7e)

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

v3.34.19

Compare Source

Bug Fixes

v3.34.18

Compare Source

Bug Fixes

v3.34.17

Compare Source

Bug Fixes
  • useIsFetching: account for fetches happening in the same render cycle (#​3438) (31bcaf1)

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.

[![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://tanstack.com/query) ([source](https://togithub.com/tanstack/query)) | [`^3.34.16` -> `3.39.2`](https://renovatebot.com/diffs/npm/react-query/3.34.16/3.39.2) | [![age](https://badges.renovateapi.com/packages/npm/react-query/3.39.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-query/3.39.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-query/3.39.2/compatibility-slim/3.34.16)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-query/3.39.2/confidence-slim/3.34.16)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tanstack/query</summary> ### [`v3.39.2`](https://togithub.com/TanStack/query/releases/tag/v3.39.2) [Compare Source](https://togithub.com/tanstack/query/compare/v3.39.1...v3.39.2) ##### Bug Fixes - **core:** added in timer and interval id checks before clearing ([#&#8203;3762](https://togithub.com/tannerlinsley/react-query/issues/3762)) ([5d99f7e](https://togithub.com/tannerlinsley/react-query/commit/5d99f7e92ec790362c225c0c601c2743dfd06683)) ### [`v3.39.1`](https://togithub.com/TanStack/query/releases/tag/v3.39.1) [Compare Source](https://togithub.com/tanstack/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/tanstack/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/tanstack/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/tanstack/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/tanstack/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/tanstack/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/tanstack/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/tanstack/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)) ### [`v3.34.19`](https://togithub.com/TanStack/query/releases/tag/v3.34.19) [Compare Source](https://togithub.com/tanstack/query/compare/v3.34.18...v3.34.19) ##### Bug Fixes - **devtools:** add keys to mapped entries for Explorer ([#&#8203;3446](https://togithub.com/tannerlinsley/react-query/issues/3446)) ([9f23b64](https://togithub.com/tannerlinsley/react-query/commit/9f23b64396255722d8e874df9b7192d234e64aed)) ### [`v3.34.18`](https://togithub.com/TanStack/query/releases/tag/v3.34.18) [Compare Source](https://togithub.com/tanstack/query/compare/v3.34.17...v3.34.18) ##### Bug Fixes - **devtools:** serialize bigint types ([#&#8203;3440](https://togithub.com/tannerlinsley/react-query/issues/3440)) ([ba81870](https://togithub.com/tannerlinsley/react-query/commit/ba81870efbf0e0d5f900b1daad1b50b1057ed323)) ### [`v3.34.17`](https://togithub.com/TanStack/query/releases/tag/v3.34.17) [Compare Source](https://togithub.com/tanstack/query/compare/v3.34.16...v3.34.17) ##### Bug Fixes - **useIsFetching:** account for fetches happening in the same render cycle ([#&#8203;3438](https://togithub.com/tannerlinsley/react-query/issues/3438)) ([31bcaf1](https://togithub.com/tannerlinsley/react-query/commit/31bcaf1b54b88ea8b583c0fe7918b6493ca68643)) </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/mcataford/rss-reader). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
github-actions[bot] commented 2022-08-01 18:36:14 +00:00 (Migrated from github.com)

👀 Branch deployed at Website Draft URL: https://62e81d1662a88f0dc13ad521--sleepy-shaw-d8efec.netlify.app

:eyes: Branch deployed at Website Draft URL: https://62e81d1662a88f0dc13ad521--sleepy-shaw-d8efec.netlify.app
mcataford (Migrated from github.com) approved these changes 2022-08-01 18:36:33 +00:00
Sign in to join this conversation.
No description provided.