Skip to content

Commit

Permalink
fix(deps): update dependency react-hook-form to v7.53.0 (#11495)
Browse files Browse the repository at this point in the history
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.52.2` ->
`7.53.0`](https://renovatebot.com/diffs/npm/react-hook-form/7.52.2/7.53.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-hook-form/7.53.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-hook-form/7.53.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-hook-form/7.52.2/7.53.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-hook-form/7.52.2/7.53.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

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

[`v7.53.0`](https://github.com/react-hook-form/react-hook-form/compare/v7.52.2...35e2d7744c250b2844717b753bc48a81c9ac4e56)

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

</details>

---

📅 **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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and Josh-Walker-GM committed Sep 10, 2024
1 parent 567b857 commit edc9d18
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 @@ -35,7 +35,7 @@
"dependencies": {
"graphql": "16.9.0",
"pascalcase": "1.0.0",
"react-hook-form": "7.52.2"
"react-hook-form": "7.53.0"
},
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8204,7 +8204,7 @@ __metadata:
publint: "npm:0.2.10"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
react-hook-form: "npm:7.52.2"
react-hook-form: "npm:7.53.0"
tsx: "npm:4.17.0"
typescript: "npm:5.5.4"
vitest: "npm:2.0.5"
Expand Down Expand Up @@ -25770,12 +25770,12 @@ __metadata:
languageName: node
linkType: hard

"react-hook-form@npm:7.52.2":
version: 7.52.2
resolution: "react-hook-form@npm:7.52.2"
"react-hook-form@npm:7.53.0":
version: 7.53.0
resolution: "react-hook-form@npm:7.53.0"
peerDependencies:
react: ^16.8.0 || ^17 || ^18 || ^19
checksum: 10c0/2b8d37239d40f4326a24609c1bf5b4ba2cf66bc4a988213ccd7eb92a254dd5bf9c4b94caa353bce4b1d6d8a9ecd2ea3103e25c6d2d72d53f7be26f09053a8b2f
checksum: 10c0/6d62b150618a833c17d59e669b707661499e2bb516a8d340ca37699f99eb448bbba7b5b78324938c8948014e21efaa32e3510c2ba246fd5e97a96fca0cfa7c98
languageName: node
linkType: hard

Expand Down

0 comments on commit edc9d18

Please sign in to comment.