Skip to content

fix(deps): update dependency react-hook-form to v7.63.0#2280

Merged
devmgn merged 1 commit intomainfrom
renovate/react-hook-form-7.x
Sep 21, 2025
Merged

fix(deps): update dependency react-hook-form to v7.63.0#2280
devmgn merged 1 commit intomainfrom
renovate/react-hook-form-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 20, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
react-hook-form (source) 7.62.0 -> 7.63.0 age confidence

Release Notes

react-hook-form/react-hook-form (react-hook-form)

v7.63.0: Version 7.63.0

Compare Source

🥢 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)
🐞 fix: only excuse trigger function when deps has a valid array (#​13056)

thanks to @​candymask0712, @​GorkemKir, @​kimtaejin3, @​m2na7 & @​abnud11


Configuration

📅 Schedule: Branch creation - "after 10pm,before 5am" in timezone Asia/Tokyo, Automerge - "after 10pm,before 5am" in timezone Asia/Tokyo.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@devmgn devmgn merged commit 8b01375 into main Sep 21, 2025
4 checks passed
@devmgn devmgn deleted the renovate/react-hook-form-7.x branch September 21, 2025 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant