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 ^7.18.0 #152

Merged
merged 1 commit into from
Oct 31, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-hook-form (source) ^7.13.0 -> ^7.18.0 age adoption passing confidence

Release Notes

react-hook-form/react-hook-form

v7.18.0

Compare Source

v7.17.5

Compare Source

✨ enable sharing form sections between forms in typescript (#​6807)
🐞 fix #​6834 clearErrors not reset isValid formState to true
⚠️ close #​6830 warning under strict mode with Controller formState update (#​6832)
🧪 include test coverage #​6826 (#​6827)
✨ add TypeScript support for optional array fields (#​6826)
👔 allow Jest VSCode extension to run successfully on startup (#​6810)

thanks to @​barrymay @​LinusU and @​SimonSelg

v7.17.4

Compare Source

😮‍💨 fix setFocus api issue #​6804
⌨️ close #​6761 improve useWatch return array type (#​6788)
Revert "🧶 add support for extended generics in path type (#​6762)" (#​6802)
🐞 fix #​6792 reset keep defaultValues with useWatch return (#​6794)
⚡️ upgrade eslint to 8.0 and other package (#​6789)

v7.17.3

Compare Source

🦗 close #​6777 fall back to defaultValues with shouldUnregister: true with unmount fieldArray (#​6780)
🧯 change validation message in example code to match the rule better (#​6781)
🌳 rename document.contains to live function (#​6778)
🐞 fix 6764 reset with keepDefaultValues: true with isDirty and dirtyFields (#​6774)
🐞 fix #​6765 useFieldArray trigger validation by field name (#​6768)
🧶 add support for extended generics in path type (#​6762)
🐞 fix #​6754 focus issue with radio and checkbox (#​6755)

thanks to @​RolkerMan @​hpohlmeyer

v7.17.2

Compare Source

🐞 fix #​6748 skip clone object when object contains function nodes (#​6749)
⏮ revert interface & mapped type update (#​6747)
🐞 fix #​6736 custom onChange getting called on blur (#​6746)
🐞 fix #​6731 subscription issue with unmount field array (#​6732)
💉 simplify controller field state error type (#​6730)
🌟 improve reset with keepDefaultValues options (#​6720)
👂 improve useSubscribe hook (#​6724)
📖 more TS test coverage for missing generic at useForm (#​6716)

thanks to @​fzkirablackwhy @​kotarella1110

v7.17.1

Compare Source

Revert "✨ Add support for generic components using FieldPathWithValue (#​6562)" (#​6717)
🖌️ fix Path and ArrayPath types for defined value type with interface (#​6626)
🧉 close #​6657 support equality check on date time object (#​6706)

thanks to @​kotarella1110 @​jviall

v7.17.0

Compare Source

v7.16.2

Compare Source

⌨️ fix field state error type with NestedValue (#​6658)
👓 fix #​6655 issue with field array focus name with filter operator (#​6656)
🐞 fix #​6651 trigger api with schema validation per field level (#​6652)

Thanks to @​kotarella1110 @​barrymay @​nicholascm @​fahadsohail482

v7.16.1

Compare Source

v7.16.0

Compare Source

v7.15.4

Compare Source

👨‍🏭 close #​6581 by register input with setValue to improve DX for missing registered inputs (#​6582)
💉 include unit test for #​6581 setValue with missing input
🐞 fix #​6573 calling setValue from useEffect at mount does not update controller value (#​6578)
⌚️ close #​6548 watch, reset with shouldUnregister: true by trigger extra re-render to flush out the current form values (#​6549)
🐞 fix async useFieldArray actions (#​6540)
🔖 fix typos in examples and source code (#​6531)
💉 replace updateValues with cloneObject (#​6530)

Thanks, @​frankie303

v7.15.3

Compare Source

🐞 fix #​6528 async reset update isMounted when isValid is not subscribed (#​6529)
🐞 fix #​6513 reset config keepValues update formValues (#​6524)
🐞 fix #​6482 reset formValues with shouldUnregister: true (#​6512)
🐞 fix #​6509 return defaultValues when components are not mounted (#​6511)
🔨 proper fix for useController default value update (#​6510)

v7.15.2

Compare Source

🐞 fix #​2655 disabled input should set to undefined (#​6501)
🐞 improve ControllerFieldState type for Controller types (#​6500)
🐞 add File and FileList interface for ReactNative (#​6495)

Thanks, @​kotarella1110

v7.15.1

Compare Source

🚀 fix: add UnionLike type for FieldErrors and FieldNamesMarkedBoolean type (#​6381)
💻 ci: update from ubuntu-16.04 to ubuntu-latest (#​6485)
🐞 fix handleChange to set undefined value (#​6481)
🐞 fix #​6473 isMount flag for useWatch value subscription (#​6474)
🐞 fix #​6469 schema checkbox validation incorrect parent node lookup (#​6471)

v7.15.0

Compare Source

v7.14.2

Compare Source

🐛 fix #​6403 issue with fields object with getter and setter function (#​6407)
⌨️ update watch observer types (#​6404)
🧥 fix getter and setter consistency (#​6408)

v7.14.1

Compare Source

👾 improve change event perf (#​6373)
🐞 fix #​6379 when disabled is not return from the DOM attribute (#​6380)
🧻 code improvement and size reduction (#​6372)
🎮 prevent controller with TypeError: e.focus is not a function (#​6386)
Revert "🎹 fix #​6265 objects may have error messages (#​6275)" (#​6391)

v7.14.0

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from ec0ffab to e79e2df Compare August 30, 2021 14:14
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.14.0 Update dependency react-hook-form to ^7.14.1 Aug 30, 2021
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from e79e2df to c8a9395 Compare August 31, 2021 14:12
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.14.1 Update dependency react-hook-form to ^7.14.2 Aug 31, 2021
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from c8a9395 to 7922833 Compare September 5, 2021 13:28
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.14.2 Update dependency react-hook-form to ^7.15.0 Sep 5, 2021
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from 7922833 to faa55e5 Compare September 8, 2021 00:39
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.15.0 Update dependency react-hook-form to ^7.15.1 Sep 8, 2021
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from faa55e5 to 45dd53f Compare September 9, 2021 10:43
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.15.1 Update dependency react-hook-form to ^7.15.2 Sep 9, 2021
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from 45dd53f to e1ff31d Compare September 12, 2021 06:17
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.15.2 Update dependency react-hook-form to ^7.15.3 Sep 12, 2021
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from e1ff31d to 3423e7c Compare September 19, 2021 11:12
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.15.3 Update dependency react-hook-form to ^7.15.4 Sep 19, 2021
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from 3423e7c to fb98a2f Compare September 25, 2021 01:34
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.15.4 Update dependency react-hook-form to ^7.16.0 Sep 25, 2021
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from fb98a2f to 9b7a283 Compare September 27, 2021 05:39
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.16.0 Update dependency react-hook-form to ^7.16.1 Sep 27, 2021
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from 9b7a283 to d4a67af Compare September 30, 2021 03:31
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.16.1 Update dependency react-hook-form to ^7.16.2 Sep 30, 2021
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.16.2 Update dependency react-hook-form to ^7.17.0 Oct 2, 2021
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch 2 times, most recently from 3dc228d to 258888f Compare October 5, 2021 10:51
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.17.0 Update dependency react-hook-form to ^7.17.1 Oct 5, 2021
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from 258888f to 1a1c384 Compare October 8, 2021 13:29
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.17.1 Update dependency react-hook-form to ^7.17.2 Oct 8, 2021
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from 1a1c384 to 96ded28 Compare October 13, 2021 07:54
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.17.2 Update dependency react-hook-form to ^7.17.3 Oct 13, 2021
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from 96ded28 to 68e97df Compare October 14, 2021 03:16
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.17.3 Update dependency react-hook-form to ^7.17.4 Oct 14, 2021
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from 68e97df to 17b3b68 Compare October 20, 2021 05:54
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.17.4 Update dependency react-hook-form to ^7.17.5 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from 17b3b68 to 2698c2f Compare October 29, 2021 01:02
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.17.5 Update dependency react-hook-form to ^7.18.0 Oct 29, 2021
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch 2 times, most recently from 70aaa48 to b2a0c2e Compare October 29, 2021 01:10
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from b2a0c2e to 66b4788 Compare October 29, 2021 01:14
@ianwalter ianwalter merged commit 3c510ec into main Oct 31, 2021
@ianwalter ianwalter deleted the renovate/react-hook-form-7.x branch October 31, 2021 17: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.

None yet

2 participants