Skip to content

Commit

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

---

### Release Notes

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

###
[`v7.46.1`](https://github.com/react-hook-form/react-hook-form/releases/tag/v7.46.1):
Version 7.46.1

[Compare
Source](https://github.com/react-hook-form/react-hook-form/compare/v7.46.0...v7.46.1)

🐞 fix
[#&#8203;10878](https://github.com/react-hook-form/react-hook-form/issues/10878)
return disabled field state
([#&#8203;10879](https://github.com/react-hook-form/react-hook-form/issues/10879))

thanks to [@&#8203;Moshyfawn](https://github.com/Moshyfawn)

###
[`v7.46.0`](https://github.com/react-hook-form/react-hook-form/blob/HEAD/CHANGELOG.md#7460---2023-09-03)

[Compare
Source](https://github.com/react-hook-form/react-hook-form/compare/v7.45.4...v7.46.0)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent 2b056c6 commit a089495
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 @@ -25,7 +25,7 @@
"@babel/runtime-corejs3": "7.22.11",
"core-js": "3.32.2",
"pascalcase": "1.0.0",
"react-hook-form": "7.45.4"
"react-hook-form": "7.46.1"
},
"devDependencies": {
"@babel/cli": "7.22.10",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8653,7 +8653,7 @@ __metadata:
pascalcase: 1.0.0
react: 18.3.0-canary-035a41c4e-20230704
react-dom: 18.3.0-canary-035a41c4e-20230704
react-hook-form: 7.45.4
react-hook-form: 7.46.1
typescript: 5.2.2
peerDependencies:
graphql: 16.8.0
Expand Down Expand Up @@ -30074,12 +30074,12 @@ __metadata:
languageName: node
linkType: hard

"react-hook-form@npm:7.45.4":
version: 7.45.4
resolution: "react-hook-form@npm:7.45.4"
"react-hook-form@npm:7.46.1":
version: 7.46.1
resolution: "react-hook-form@npm:7.46.1"
peerDependencies:
react: ^16.8.0 || ^17 || ^18
checksum: 09c016213ed09771e6e0c2f85b816a52ef5dc975324fbd676d2b056dd22de7447ac3fb38997f05c92e7cecc8f14f6fa931a8cc8c24ba569e72fe621333b835b2
checksum: 05377ee81083be98eef9fdb686c04f1309a3ca86a196d2aa48aa1bd0158ed54bbf8ab96bad19ef695dde8cd1a9b1e327ef35348fb30b496e0161da616154ff47
languageName: node
linkType: hard

Expand Down

0 comments on commit a089495

Please sign in to comment.