Skip to content

build(deps): Bump react-hook-form from 7.84.0 to 7.85.0 - #1083

Merged
github-actions[bot] merged 1 commit into
Currentfrom
dependabot/npm_and_yarn/react-hook-form-7.85.0
Aug 11, 2026
Merged

build(deps): Bump react-hook-form from 7.84.0 to 7.85.0#1083
github-actions[bot] merged 1 commit into
Currentfrom
dependabot/npm_and_yarn/react-hook-form-7.85.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Bumps react-hook-form from 7.84.0 to 7.85.0.

Release notes

Sourced from react-hook-form's releases.

Version 7.85.0

โœจ Improvements

  • support React <Activity /> (#13633)

๐Ÿž Fixes

  • fix min/max validation being skipped for valueAsDate fields (#13646)
  • fix field array root errors being lost during append, prepend, insert, and remove (#13645)
  • fix stale renders recreating field array paths after field array actions (#13644)
  • fix useWatch preferring form defaultValues over the hook's own defaultValue (#13635)
  • fix setValue emitting duplicate values state notifications (#13637)
  • fix TypeScript getFieldState error resolution for field paths (#13632)

๐Ÿ—๏ธ Chores

  • remove tinybench (#13647)
  • remove dead code and stale API Extractor report (#13643)

Thanks to @โ€‹zigzagdev, @โ€‹bluebill1049, @โ€‹anshusaurav, @โ€‹saulo-silva, @โ€‹EduardF1, and @โ€‹candymask0712 for their contributions! ๐ŸŽ‰

Changelog

Sourced from react-hook-form's changelog.

[7.85.0] - 2026-08-08

Added

  • Support <Activity />

Fixed

  • getFieldState error resolution from a field path
  • useWatch discarding useForm({ defaultValues }) in favor of its own defaultValue before the form mounts
  • setValue emitting a duplicate values state notification for fields without a native input ref
  • Stale render re-creating a field array path vacated by an array action
  • useFieldArray root-level error (errors.name.root) being lost on append/prepend/insert/remove
  • min/max validation being skipped for valueAsDate fields
Commits
  • 371432c 7.85.0
  • d7118f4 ๐Ÿž fix: min/max validation being skipped for valueAsDate fields (#13646)
  • 47546bb ๐Ÿž fix: field array root error being lost on append/prepend/insert/remove (#13...
  • c96ab19 ๐Ÿšฎ chore: remove tinybench (#13647)
  • 5e9e024 ๐Ÿž fix #13641 stale render re-creating field array path vacated by array actio...
  • 6a77f43 ๐Ÿงน chore: remove dead code and stale api-extractor report (#13643)
  • 9fde5f3 ๐Ÿ›น feat: support \<Activity /> (#13633)
  • f634d24 ๐Ÿž fix #13636 emit values state only once per setValue (#13637)
  • 4e83cf7 ๐Ÿž fix(useWatch): prefer form defaultValues over the hook's own defaultValue (...
  • 6994484 โŒจ๏ธ fix(types): resolve getFieldState error from field path (#13632)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.84.0 to 7.85.0.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.84.0...v7.85.0)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-version: 7.85.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 11, 2026
@github-actions
github-actions Bot merged commit 400fcab into Current Aug 11, 2026
6 of 9 checks passed
@github-actions
github-actions Bot deleted the dependabot/npm_and_yarn/react-hook-form-7.85.0 branch August 11, 2026 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant