Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency react-hook-form to v7.50.0 #1119

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-hook-form (source) 7.48.2 -> 7.50.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v7.50.0: Versions 7.50.0

Compare Source

🔧 fix data param in handleSubmit when TTransformedValues is a union type (#​11420)
👷 build(Engines): remove pnpm dependency (#​11425)
🐞 fixes #​11386 get new dirtyFields when reset keeping defaults and dirty values (#​11401)
🏷️ improve CustomElement type (#​11309)
💫 feat(useForm): leave formState flags in a consistent state when throwing in handleSubmit onValid (#​11214)
⌨️ fix: change DeepPartial to account for object union types & unknown (#​11385)
✨ feat(values): priorities values over defaultvalues (#​11399)
🐞 close #​11246 skip root validation on action when mode and revalidate mode is onSubmit (#​11395)
💩 fix #​11322 trigger extra re-render with useWatch plus shouldUnregister (#​11394)
⌨️ fix #​10734 watch and useWatch without parameters return type (#​11359)
🧑‍✈️ fix #​11281 issue with upgrade node version (#​11392)
🐞 fix #​11368 keep form state mounted when keeping values (#​11384)
🐞 fix #​11374: Nested deep partial with unknown (#​11373)

thanks to @​Moshyfawn, @​jonahallibone, @​eladattias1996, @​RulerOfCakes, @​anonkey, @​Ar4ys, @​IanVS and @​r-kataoka11

v7.49.3: Version 7.49.3

Compare Source

🐛 fix(formState, disabled): infer controlled disabled form state (#​11361)
🐛 fix(reset): remove global reset option flag (#​11355)
🐛 fix(useController): check if disabled state was set by user (#​11353)
🖨️ fix: Change DeepPartial type definition to be compatible with unknown (#​11333)
🐞 fix #​11328 resetField with object as defaultValue (#​11329)

thanks to @​Moshyfawn, @​geeee and @​RulerOfCakes

v7.49.2: Version 7.49.2

Compare Source

🐞 fix #​11292 issue with controller validation prop (#​11294)

v7.49.1: Version 7.49.1

Compare Source

🐞 fix #​11276 issue with disabled omit on Controller (#​11277)
🐞 fix #​11287 disabled prop cause const dirtyFields update (#​11291)

v7.49.0

Compare Source

Added
  • add reactive errors prop at useForm
useForm({
  errors, // Server errors
});

Configuration

📅 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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from e6aae16 to ced2071 Compare December 10, 2023 09:13
@codecov-commenter
Copy link

codecov-commenter commented Dec 10, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (24acd54) 99.05% compared to head (25a7c33) 99.05%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1119   +/-   ##
=======================================
  Coverage   99.05%   99.05%           
=======================================
  Files          69       69           
  Lines        3067     3067           
  Branches      518      518           
=======================================
  Hits         3038     3038           
  Misses         29       29           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch 2 times, most recently from 9e74623 to b360afa Compare December 12, 2023 22:57
@renovate renovate bot changed the title Update dependency react-hook-form to v7.49.0 Update dependency react-hook-form to v7.49.1 Dec 12, 2023
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from b360afa to 066af69 Compare December 13, 2023 03:35
@renovate renovate bot changed the title Update dependency react-hook-form to v7.49.1 Update dependency react-hook-form to v7.49.2 Dec 13, 2023
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch 8 times, most recently from 5ed5b5b to d0045ea Compare December 20, 2023 03:48
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch 5 times, most recently from 9bbdaae to a8dde3c Compare December 30, 2023 07:43
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch 4 times, most recently from 4c302ec to 62149c7 Compare January 8, 2024 22:58
@renovate renovate bot changed the title Update dependency react-hook-form to v7.49.2 Update dependency react-hook-form to v7.49.3 Jan 8, 2024
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch 5 times, most recently from b899c0d to 14bfe87 Compare January 15, 2024 16:05
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch 3 times, most recently from 70493ab to 1a828e4 Compare January 17, 2024 22:17
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch 7 times, most recently from ace2787 to ed83fff Compare January 28, 2024 22:28
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch 3 times, most recently from 3a36341 to 25a7c33 Compare February 1, 2024 11:12
@renovate renovate bot changed the title Update dependency react-hook-form to v7.49.3 Update dependency react-hook-form to v7.50.0 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from 25a7c33 to 6127719 Compare February 1, 2024 12:44
@renovate renovate bot merged commit 4ac5e0d into main Feb 1, 2024
12 checks passed
@renovate renovate bot deleted the renovate/react-hook-form-7.x branch February 1, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant