Bump react-hook-form from 7.53.0 to 7.65.0 in /frontend
Bumps react-hook-form from 7.53.0 to 7.65.0.
Release notes
Sourced from react-hook-form's releases.
Version 7.65.0
🧿 feat:
<Watch />component (#12986)import { useForm, Watch } from 'react-hook-form';const App = () => { const { register, control } = useForm();
return ( <div> <form> <input {...register('foo')} /> <input {...register('bar')} /> </form> {/* re-render only when value of
foochanges */} <Watch control={control} names={['foo']} render={([foo]) => <span>{foo}</span>} /> </div> ); };🐞 fix: respect parent-provided
useFieldArrayrules (#13082) (#13083 🐞 fix:getDirtyFieldssubmit fields with null values when usinguseForm(#13079)thanks to
@tesseractjh,@Han5991&@jonathanarnaultVersion 7.64.0
🚏 Support optional array fields in
PathValueImpltype (#13057) 🐞 fix: preserve Controller's defaultValue withshouldUnregisterprop (#13063) ✂ chore: remove unused field ids ref inuseFieldArray(#13066)thanks to
@MPrieur-chaps,@gynekolog&@uk960214Version 7.63.0
🥢 feat: extract form values by form state (#12936)
getValues(undefined, { dirtyFields: true }); // return only dirty fields getValues(undefined, { touchedFields: true }); // return only touched fields🦍 feat: improve get dirty fields logic (#13049) 🐿️ chore: remove duplicated function isMessage (#13050) 🐞 fix: use field name to update isValidating fields (#13000) 🐞 fix: unregister previous field when switching conditional Controllers (#13041)
... (truncated)
Changelog
Sourced from react-hook-form's changelog.
Changelog
[7.54.0] - 2024-12-09
Changed
useFormreturn methods will be memorized basedformStateupdate
Commits
1ebe3167.65.0ded8e11🐞 fix: respect parent-provided useFieldArray rules (#13082) (#13083)c2a3509🐞 fix:getDirtyFieldssubmit fields with null values when using useForm (#1...da6bd71🧿 type: minor improvement on <Watch /> component (#13077)c14131f🧿 feat:\<Watch />component (#12986)7c752c9❤️ thank you so much for the past sponsors87d8b777.64.06c3b8f7🥃 chore: upgrade dev deps (#13076)23c699a✂ chore: remove unused field ids ref in useFieldArray (#13066)37f51ac🐞 fix: preserve Controller's defaultValue with shouldUnregister prop (#13063)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Preview | Updated (UTC) |
|---|---|---|---|
| pycon | Preview | Oct 13, 2025 4:23am |