Skip to content

Commit

Permalink
fix(deps): update dependency react-hook-form to v7.51.2 (#10329)
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.51.1` ->
`7.51.2`](https://renovatebot.com/diffs/npm/react-hook-form/7.51.1/7.51.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-hook-form/7.51.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-hook-form/7.51.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-hook-form/7.51.1/7.51.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-hook-form/7.51.1/7.51.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>react-hook-form/react-hook-form (react-hook-form)</summary>

###
[`v7.51.2`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.51.2):
Version 7.51.2

[Compare
Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.51.1...v7.51.2)

🐞 fix
[#&#8203;11719](https://togithub.com/react-hook-form/react-hook-form/issues/11719)
validation stuck on true state
([#&#8203;11723](https://togithub.com/react-hook-form/react-hook-form/issues/11723))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and thedavidprice committed Mar 27, 2024
1 parent 93ac5f4 commit 34ae131
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"core-js": "3.36.1",
"graphql": "16.8.1",
"pascalcase": "1.0.0",
"react-hook-form": "7.51.1"
"react-hook-form": "7.51.2"
},
"devDependencies": {
"@babel/cli": "7.23.9",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8443,7 +8443,7 @@ __metadata:
pascalcase: "npm:1.0.0"
react: "npm:18.3.0-canary-a870b2d54-20240314"
react-dom: "npm:18.3.0-canary-a870b2d54-20240314"
react-hook-form: "npm:7.51.1"
react-hook-form: "npm:7.51.2"
typescript: "npm:5.4.3"
vitest: "npm:1.4.0"
peerDependencies:
Expand Down Expand Up @@ -28933,12 +28933,12 @@ __metadata:
languageName: node
linkType: hard

"react-hook-form@npm:7.51.1":
version: 7.51.1
resolution: "react-hook-form@npm:7.51.1"
"react-hook-form@npm:7.51.2":
version: 7.51.2
resolution: "react-hook-form@npm:7.51.2"
peerDependencies:
react: ^16.8.0 || ^17 || ^18
checksum: 10c0/f0acbf27fc548d3cd0e4db40b84d9dfe6c24209e4421fffbd422da15e32cc98f877ab0af9e06cb1deaf4205ec655b56020ff9f8b2bae6ada5e619890f174c374
checksum: 10c0/9d5e303b64f77330f244304854522e4f588fd3a5554734d2daebf64230195eb42c44504e074d5acfabd6f33a2272ffca4ebef7a54fad7019ae519471b720327e
languageName: node
linkType: hard

Expand Down

0 comments on commit 34ae131

Please sign in to comment.