Skip to content

Commit fa4ae71

Browse files
Update dependency react-hook-form to ^7.42.1 (main) (#150123)
[![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.5` -> `^7.42.1`](https://renovatebot.com/diffs/npm/react-hook-form/7.41.5/7.42.1) | [![age](https://badges.renovateapi.com/packages/npm/react-hook-form/7.42.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-hook-form/7.42.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-hook-form/7.42.1/compatibility-slim/7.41.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-hook-form/7.42.1/confidence-slim/7.41.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>react-hook-form/react-hook-form</summary> ### [`v7.42.1`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.42.1): Version 7.42.1 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.42.0...v7.42.1) 🐞 fix [#&#8203;9773](https://togithub.com/react-hook-form/react-hook-form/issues/9773) useFormState missing state update ([#&#8203;9777](https://togithub.com/react-hook-form/react-hook-form/issues/9777)) 🐞 fix [#&#8203;9765](https://togithub.com/react-hook-form/react-hook-form/issues/9765) fix issue with strictMode with isValid state ([#&#8203;9771](https://togithub.com/react-hook-form/react-hook-form/issues/9771)) ### [`v7.42.0`](https://togithub.com/react-hook-form/react-hook-form/blob/HEAD/CHANGELOG.md#&#8203;7420---2023-01-13) [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.41.5...v7.42.0) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTkuMCIsInVwZGF0ZWRJblZlciI6IjM0LjExOS4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9754529 commit fa4ae71

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
@@ -583,7 +583,7 @@
583583
"react-fast-compare": "^2.0.4",
584584
"react-focus-on": "^3.7.0",
585585
"react-grid-layout": "^1.3.4",
586-
"react-hook-form": "^7.41.5",
586+
"react-hook-form": "^7.42.1",
587587
"react-intl": "^2.8.0",
588588
"react-is": "^17.0.2",
589589
"react-markdown": "^6.0.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22954,10 +22954,10 @@ react-grid-layout@^1.3.4:
2295422954
react-draggable "^4.0.0"
2295522955
react-resizable "^3.0.4"
2295622956

22957-
react-hook-form@^7.41.5:
22958-
version "7.41.5"
22959-
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.41.5.tgz#dcd0e7438c15044eadc99df6deb889da5858a03b"
22960-
integrity sha512-DAKjSJ7X9f16oQrP3TW2/eD9N6HOgrmIahP4LOdFphEWVfGZ2LulFd6f6AQ/YS/0cx/5oc4j8a1PXxuaurWp/Q==
22957+
react-hook-form@^7.42.1:
22958+
version "7.43.0"
22959+
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.43.0.tgz#d0c19b5c4ec561fbf8d652869ccb513c11c772e7"
22960+
integrity sha512-/rVEz7T0gLdSFwPqutJ1kn2e0sQNyb9ci/hmwEYr2YG0KF/LSuRLvNrf9QWJM+gj88CjDpDW5Bh/1AD7B2+z9Q==
2296122961

2296222962
react-input-autosize@^3.0.0:
2296322963
version "3.0.0"

0 commit comments

Comments
 (0)