Skip to content

Commit 2448bd2

Browse files
Update dependency react-hook-form to ^7.41.1 (main) (#148252)
[![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-hook-form](https://www.react-hook-form.com) ([source](https://togithub.com/react-hook-form/react-hook-form)) | [`^7.41.0` -> `^7.41.1`](https://renovatebot.com/diffs/npm/react-hook-form/7.41.0/7.41.1) | [![age](https://badges.renovateapi.com/packages/npm/react-hook-form/7.41.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-hook-form/7.41.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-hook-form/7.41.1/compatibility-slim/7.41.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-hook-form/7.41.1/confidence-slim/7.41.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>react-hook-form/react-hook-form</summary> ### [`v7.41.1`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.41.1): 🎅 Version 7.41.1 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.41.0...v7.41.1) 🐞 fix [#&#8203;9659](https://togithub.com/react-hook-form/react-hook-form/issues/9659) NaN prevent validation update ([#&#8203;9660](https://togithub.com/react-hook-form/react-hook-form/issues/9660)) 🕯️ close [#&#8203;9524](https://togithub.com/react-hook-form/react-hook-form/issues/9524) `useWatch` return undefined value ([#&#8203;9653](https://togithub.com/react-hook-form/react-hook-form/issues/9653)) 📖 adjust contributing document ([#&#8203;9641](https://togithub.com/react-hook-form/react-hook-form/issues/9641)) 💆🏻 fix [#&#8203;9621](https://togithub.com/react-hook-form/react-hook-form/issues/9621) with the inline default value ([#&#8203;9622](https://togithub.com/react-hook-form/react-hook-form/issues/9622)) 🩻 docs: update contribution guidelines ([#&#8203;9605](https://togithub.com/react-hook-form/react-hook-form/issues/9605)) thanks to [@&#8203;Mini-ghost](https://togithub.com/Mini-ghost) and [@&#8203;stefanpl](https://togithub.com/stefanpl) </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, 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://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb6a518 commit 2448bd2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@
619619
"react-fast-compare": "^2.0.4",
620620
"react-focus-on": "^3.7.0",
621621
"react-grid-layout": "^1.3.4",
622-
"react-hook-form": "^7.41.0",
622+
"react-hook-form": "^7.41.1",
623623
"react-intl": "^2.8.0",
624624
"react-is": "^17.0.2",
625625
"react-markdown": "^6.0.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22884,10 +22884,10 @@ react-grid-layout@^1.3.4:
2288422884
react-draggable "^4.0.0"
2288522885
react-resizable "^3.0.4"
2288622886

22887-
react-hook-form@^7.41.0:
22888-
version "7.41.0"
22889-
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.41.0.tgz#cc0871f4784e7233ac8466300da557d622154414"
22890-
integrity sha512-u1cHOXujr+AsNBoeCtcCuRwPh87mXAgKtXqd3qTCBgNFYzVZLXjYgLcynORpAgqhe24r5scucR8+6gfWaXBtHQ==
22887+
react-hook-form@^7.41.1:
22888+
version "7.41.3"
22889+
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.41.3.tgz#1b85e95e70cb743d41cd9230ea2df71359d00151"
22890+
integrity sha512-5QNTmqJtDb88WV5n41b6+AmcDMVyaJ3tccPgHAgS215w3jZ3bmJhDO27kNTr8u4YHNYXmS7p1/4/KachBAlUtw==
2289122891

2289222892
react-input-autosize@^3.0.0:
2289322893
version "3.0.0"

0 commit comments

Comments
 (0)