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.15.3 #475

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps react-hook-form from 6.12.2 to 7.15.3.

Release notes

Sourced from react-hook-form's releases.

Version 7.15.3

🐞 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)

Version 7.15.2

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

Version 7.15.1

πŸš€ 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)

Version 7.15.0

πŸŽ‡ [useFieldArray] new method replace() (#6304)

const { control } = useForm({
  defaultValues: {
    test: [{ value: 'lorem' }, { value: 'ipsum' }]
  }
});
const { fields, replace } = useFieldArray({ 
  control, 
  name: 'test'
});

const handleFullyReplacement = (): void => { // remove old and set fully new values replace([{ value: 'dolor' }, { value: 'sit' }, { value: 'amet' }]); }

🐞 fix #6379 toggle disabled props with register api (#6459) πŸ—ΊοΈ improve Mapped types (#6451) πŸ—οΈ refactor: improve NestedValue type (#6449) πŸ—οΈ feat: improve PathValue type to fully support union type (#6431)

Version 7.14.3-beta.0

πŸ”‘ fix: add UnionLike type for FieldErrors type #6381

Version 7.14.2

πŸ› fix #6403 issue with fields object with getter and setter function (#6407) ⌨️ update watch observer types (#6404)

... (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 3 years ago

Superseded by #480.