CreateThrive / react-firebase-admin

React โš›๏ธ starter kit with Firebase ๐Ÿ”ฅ and Bulma for setting up an admin dashboard - Highly scalable, PWA, Serverless
https://docs.react-firebase.com
MIT License
412 stars 97 forks source link

Bump react-hook-form from 6.12.2 to 7.21.2 #523

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps react-hook-form from 6.12.2 to 7.21.2.

Release notes

Sourced from react-hook-form's releases.

Version 7.21.2

Revert "๐Ÿ—๏ธ build(esm): Use explicit .mjs extension for ESM (#7244)"

Version 7.21.1

๐Ÿช‘ remove UnionLike type (#7187) ๐ŸŒŠ useFieldArray deep nested object issue due to object reference (#7240) ๐Ÿ—๏ธ build(esm): Use explicit .mjs extension for ESM (#7244) ๐ŸŽฎ close #7231 set deep nested value with controlled input via setValue (#7232)

Version 7.21.0

๐Ÿ“ shouldUseNativeValidation will inject native validation attributes into field which supports both client & server (#7207)

const { register } = useForm()

<input {...register('name', { required: true })} />

<input name="name" required /> // both client and server render

๐Ÿคฆ๐Ÿปโ€โ™‚๏ธ fix #2717 regression with async field array actions (#7218)

Version 7.20.5

๐Ÿž fix #7174 issue with empty errors object prevent submit

Version 7.20.4

Revert ๐Ÿ”ข fix #7149 Supporting Number Object comparison in deepEqual (#7150)

thanks to @โ€‹barrymay

Version 7.20.3

๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง unify register onChange with useController retrieve value (#7153) ๐Ÿ‘ fix setCustomValidity typo (#7154) ๐Ÿ”ข fix #7149 Supporting Number Object comparison in deepEqual (#7150) ๐Ÿ™… prevent update input type with files (#7147) โœ‚๏ธ deprecate unset empty array function (#7120) ๐Ÿž fix #7109 issue with field array dirty fields (#7119)

thanks to @โ€‹getTobiasNielsen @โ€‹swapnilrohom @โ€‹lxy-yz and @โ€‹LucasLemanowicz

Version 7.20.2

๐Ÿž fix #7090 shallow clone for object has no prototype methods (#7096) ๐Ÿ˜ฎโ€๐Ÿ’จ revert module config (#7095) ๐Ÿ“ฆ change node engine to >= 12.0

thanks to @โ€‹barrymay

Version 7.20.1

๐Ÿฅƒ revert #7016 and add type test coverage (#7082) ๐Ÿซ€ close #7079 flush update at the field array level before app/form-level (#7080)

... (truncated)

Commits


Dependabot compatibility score

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)
dependabot[bot] commented 2 years ago

Superseded by #526.