Skip to content

Commit

Permalink
fix(deps): update dependency react-hook-form to v7.52.1 (#915)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [react-hook-form](https://www.react-hook-form.com)
([source](https://togithub.com/react-hook-form/react-hook-form)) |
dependencies | patch | [`7.52.0` ->
`7.52.1`](https://renovatebot.com/diffs/npm/react-hook-form/7.52.0/7.52.1)
|

---

### Release Notes

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

###
[`v7.52.1`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.52.1):
v7.51.1

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

🐞 fix
[#&#8203;12024](https://togithub.com/react-hook-form/react-hook-form/issues/12024)
dirty not update issue with values prop
([#&#8203;12041](https://togithub.com/react-hook-form/react-hook-form/issues/12041))
🐞 fix: field array validate rules shift errors
([#&#8203;12033](https://togithub.com/react-hook-form/react-hook-form/issues/12033))

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

</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 [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjYuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQyNi40IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
simonknittel and renovate-bot committed Jul 10, 2024
1 parent ff435ac commit 62a8df5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"openai": "4.52.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.52.0",
"react-hook-form": "7.52.1",
"react-hot-toast": "2.4.1",
"react-hotkeys-hook": "4.5.0",
"react-icons": "5.2.1",
Expand Down

0 comments on commit 62a8df5

Please sign in to comment.