Skip to content

chore(deps/npm): bump react-hook-form from 7.75.0 to 7.80.0 in /frontend - #159

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/react-hook-form-7.76.1
Closed

chore(deps/npm): bump react-hook-form from 7.75.0 to 7.80.0 in /frontend#159
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/react-hook-form-7.76.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Copy link
Copy Markdown
Contributor

Bumps react-hook-form from 7.75.0 to 7.80.0.

Release notes

Sourced from react-hook-form's releases.

Version 7.80.0

🧄 feat: disable useFieldArray fields (#13535)

const { fields } = useFieldArray({ disabled: true });
fields[0].disabled; // contains disabled props

🛺 perf: make rhf more performant (#13524) 🐞 fix(deepEqual): empty array and empty plain object should not be equal (#13533)

thanks to @​JSap0914

Version 7.79.0

🚷 feat: use field array disabled (#13520)

useFieldArray({ disabled, name: 'test' })

🐞 fix controller onChange promise (#13518) 🐞 fix: track visited pairs in deepEqual to avoid false positives with shared object references (#13515) 🐞 fix #12651 issue: field validation with shouldUseNativeValidation does not behave native like for radio groups (#13512) 🐞 fix #12754 createFormControl breaks with fast refresh in dev mode (#13511) 🐞 close #12709 #12750 StrictMode would remove field value & get mounted again (#13508) 🐞 fix #13505 issue: In v8 with React compiler, a change in formState errors does not cause child components to re-render (#13510)

thanks to @​DucMinhNe & @​louzhedong

Version 7.78.0

🦷 update type dirtyFields typing for field arrays with undefined entries (#13492) 🐞 fix: recover Controller fields after reset without rerender (RN issue #13455) (#13497) 🐞 fix useFormState().isDirty race with async resolver in onChange mode (#13495) 🐞 fix: use reactive values prop over defaultValues when shouldUnregister is true (#13485) 🐞 fix deepEqual for empty non-plain objects (#13493)

thanks to @​cyphercodes

Version 7.77.0

🥡 feat: add resetDefaultValues API (#13427)

https://react-hook-form.com/docs/useform/resetdefaultvalues

const { resetDefaultValues } = useForm();
resetDefaultValues(currentValues);

🐚 harden get() against prototype-path traversal (proto / constructor / prototype) (#13479) 🐞 fix FieldArray errors overriding nested fields (#13476)

... (truncated)

Changelog

Sourced from react-hook-form's changelog.

[7.80.0] - 2026-06-20

Added

  • disabled prop support for individual fields within useFieldArray

Fixed

  • deepEqual incorrectly treating empty array [] and empty plain object {} as equal

Performance

  • Improve onChange, setValid, dirty checking, setValue, and setValues performance

[7.79.0] - 2026-06-13

Added

  • disabled option to useFieldArray

Fixed

  • Controller onChange promise return type
  • deepEqual false positives with shared object references
  • shouldUseNativeValidation behavior for radio groups
  • createFormControl stability with fast refresh in dev mode
  • StrictMode value preservation during remount
  • formState.errors reactivity with React compiler

[7.78.0] - 2026-06-08

Fixed

  • Recover Controller fields after reset without rerender (RN issue #13455)
  • useFormState().isDirty race with async resolver in onChange mode
  • Use reactive values prop over defaultValues when shouldUnregister is true
  • deepEqual for empty non-plain objects

Types

  • Update dirtyFields typing for field arrays with undefined entries

[7.77.0] - 2026-05-31

Added

  • resetDefaultValues API

Fixed

... (truncated)

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 29, 2026
@dependabot dependabot Bot changed the title chore(deps/npm): bump react-hook-form from 7.75.0 to 7.76.1 in /frontend chore(deps/npm): bump react-hook-form from 7.75.0 to 7.77.0 in /frontend May 31, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/react-hook-form-7.76.1 branch 3 times, most recently from eb9da9b to be3ce05 Compare June 1, 2026 13:35
@github-actions

github-actions Bot commented Jun 1, 2026

Copy link
Copy Markdown

Auto-review failed (API error). Leaving PR for human review.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/react-hook-form-7.76.1 branch from be3ce05 to e30ec39 Compare June 2, 2026 00:51
@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown

Auto-review failed (API error). Leaving PR for human review.

@dependabot dependabot Bot changed the title chore(deps/npm): bump react-hook-form from 7.75.0 to 7.77.0 in /frontend chore(deps/npm): bump react-hook-form from 7.75.0 to 7.79.0 in /frontend Jun 18, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/react-hook-form-7.76.1 branch from e30ec39 to 311c2dc Compare June 18, 2026 18:38
@github-actions

Copy link
Copy Markdown

Auto-review failed (API error). Leaving PR for human review.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/react-hook-form-7.76.1 branch from 311c2dc to 2f88639 Compare June 19, 2026 10:16
@github-actions

Copy link
Copy Markdown

Auto-review failed (API error). Leaving PR for human review.

@dependabot dependabot Bot changed the title chore(deps/npm): bump react-hook-form from 7.75.0 to 7.79.0 in /frontend chore(deps/npm): bump react-hook-form from 7.75.0 to 7.80.0 in /frontend Jun 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/react-hook-form-7.76.1 branch from 2f88639 to e63cc04 Compare June 24, 2026 13:15
@github-actions

Copy link
Copy Markdown

Auto-review failed (API error). Leaving PR for human review.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/react-hook-form-7.76.1 branch from e63cc04 to 0c6a55e Compare June 24, 2026 21:15
@github-actions

Copy link
Copy Markdown

Auto-review failed (API error). Leaving PR for human review.

Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.75.0 to 7.80.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.75.0...v7.80.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/react-hook-form-7.76.1 branch from 0c6a55e to f661ea3 Compare June 28, 2026 09:54
@github-actions

Copy link
Copy Markdown

Auto-review failed (API error). Leaving PR for human review.

@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #586.

@dependabot dependabot Bot closed this Jul 27, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/frontend/react-hook-form-7.76.1 branch July 27, 2026 21:27
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.

0 participants