Skip to content

Commit

Permalink
Update dependency react-hook-form to ^7.41.1 (main) (#148252)
Browse files Browse the repository at this point in the history
[![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>
  • Loading branch information
renovate[bot] committed Dec 31, 2022
1 parent fb6a518 commit 2448bd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@
"react-fast-compare": "^2.0.4",
"react-focus-on": "^3.7.0",
"react-grid-layout": "^1.3.4",
"react-hook-form": "^7.41.0",
"react-hook-form": "^7.41.1",
"react-intl": "^2.8.0",
"react-is": "^17.0.2",
"react-markdown": "^6.0.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22884,10 +22884,10 @@ react-grid-layout@^1.3.4:
react-draggable "^4.0.0"
react-resizable "^3.0.4"

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

react-input-autosize@^3.0.0:
version "3.0.0"
Expand Down

0 comments on commit 2448bd2

Please sign in to comment.