react-firebase-admin
react-firebase-admin copied to clipboard
Bump react-hook-form from 6.12.2 to 7.34.0
Bumps react-hook-form from 6.12.2 to 7.34.0.
Release notes
Sourced from react-hook-form's releases.
Version 7.34.0
🎉 feature request: #6879
useFieldArray
supportrules
props (#8102)useFieldArray({ name: 'test', rules: { required: true, minLength: 2, maxLength: 10, validate: (fieldArrayValues) => { if (fieldArrayValues[2].title === 'test') { return 'validate Error' } } } })
errors?.test?.root?.message // access root level errors
Note: Related context and poll for error message naming: https://github.com/react-hook-form/react-hook-form/discussions/8625
🐞 fix react-hook-form/react-hook-form#8584: handle nullable nested properties (react-hook-form/react-hook-form#8699) 🆎 close react-hook-form/react-hook-form#8689 fix type inconsistency with control (react-hook-form/react-hook-form#8691) 🐞 fix native form reset isn't executed if first fieldReference isn't a HTMLElement (react-hook-form/react-hook-form#8678) 🐞 fix useFieldArray action type incorrectness (react-hook-form/react-hook-form#8660) 🚔 close react-hook-form/react-hook-form#8653 when useFormContext provide no generic for type check (react-hook-form/react-hook-form#8654) 🛰 useFormContext include type tests (react-hook-form/react-hook-form#8656) 🤣 fix typo in useForm.ts (react-hook-form/react-hook-form#8645) 📚 README Helper / Sponsor Generation Script / Workflow (react-hook-form/react-hook-form#8676)
thanks to @
@ANTARES-KOR
@zandowc
@@alexviar
@ElectronicsArchiver
and@kyoto7250
Version 7.34.0-next.0
🎪 feature request: #6879
useFieldArray
supportrules
props (#8102)useFieldArray({ name: 'test', rules: { required: true, minLength: 2, maxLength: 10, validate: (fieldArrayValues) => { if (fieldArrayValues[2].title === 'test') { return 'validate Error' } } } </tr></table>
... (truncated)
Commits
e7e449d
7.34.0d24d312
🪄 close #8749 field errors mapper to extends Date type (#8754)ed80ce9
excuteBuildInValidation -> excuteBuiltInValidation (#8737)f52f2dd
🐞 fix #8584: handle nullable nested properties (#8699)33820e6
🆎 close #8689 fix type inconsistency with control (#8691)8028e4d
🐞 fix native form reset isn't executed if first fieldReference isn't a HTMLEl...63fe1a8
🚓 fix README Workflow (#8677)ef12e30
📚 README Helper / Sponsor Generation Script / Workflow (#8676)ab2ac78
🐞 fixuseFieldArray
action type incorrectness (#8660)f27824d
🥳 feature: useFieldArrayrules
props (#8102) (#8562)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)