react-material-ui-form-builder icon indicating copy to clipboard operation
react-material-ui-form-builder copied to clipboard

[Snyk] Upgrade react-hook-form from 7.30.0 to 7.31.0

Open jzcling opened this issue 3 years ago โ€ข 0 comments

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade react-hook-form from 7.30.0 to 7.31.0.

merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 22 days ago, on 2022-05-10.
Release notes
Package name: react-hook-form
  • 7.31.0 - 2022-05-10

    ๐Ÿš€ reset optional prop: keepDirtyValues (#8237)

    reset(
      {
        firstName: "bill", // if firstName is dirty then the value will be retained
        lastName: "luo"
      },
      { keepDirtyValues: true } // keep any changed field
    );

    ๐Ÿ‘ฉโ€๐Ÿ”ง close #8324 auto-correct field array errors on user action (#8325)

    const { append } = useFieldArray()

    append({ data: '' }) // will auto correct existing field array errors if any

    ๐Ÿž fix: clone objects which have functions (#8301)
    ๐Ÿ“– fix name of a new option in 6.12.0 change-log notes (#8335)

    thanks to @ Moshyfawn @ airman5573 @ TkDodo and @ MasterOdin

  • 7.30.0 - 2022-04-17

    Notes

    ๐Ÿฃ determine checkbox group by defaultValues set as array value (#7938)

    useForm({
      defaultValues: {
        checkboxes: [], // register checkbox will be determine as array of checkboxes
      },
    });
    register('checkboxes'); // will return array as value

    ๐Ÿงช improve test cases with checkbox default value as array (#7501)
    ๐Ÿ“• add fieldState invalid depreciation note (#8202)
    โ›‘ improve getNodeParentName missing case(s) (#8181)
    ๐Ÿ”จ support field array parents with numbers in name (#8167)
    ๐Ÿ’‰ improve lib tests cases (#8155)

    Contributors

    Thanks to contributors below โค๏ธ

from react-hook-form GitHub release notes
Commit messages
Package name: react-hook-form
  • 248c7c7 7.31.0
  • 2921bfe โค๏ธ thank you Roger Lee for sponsoring the project
  • c113147 ๐Ÿ“– fix name of new option in 6.12.0 change-log notes (#8335)
  • 5bb2024 ๐Ÿ‘ฉโ€๐Ÿ”ง close #8324 auto correct field array errors on user action (#8325)
  • b8a030e ๐Ÿงช include function test at the root level for cloneObject
  • 7d959ee ๐Ÿ”ง fix clone object with skip function clone (#8306)
  • ec45ed4 ๐Ÿ—‘ remove reference for blob and filelist (#8305)
  • d38c1ce ๐Ÿž fix: clone object which have functions (#8301)
  • 553f8d6 Resolve async pkg dep of cypress to patch ver (#8288)
  • 2f69568 ๐Ÿ”ง eslint: allow unused spread siblings (#8287)
  • 000801c ๐Ÿ‘ท update app vulnerability dependency (#8285)
  • 558c441 ๐Ÿ‘› use bundlewatch instead of bundlesize (#8289)
  • a6df008 ๐Ÿ˜ตโ€๐Ÿ’ซ remove ts-nocheck
  • 394ae5d ๐Ÿš€ `reset` optional prop: `keepDirtyValues` (#8237)
  • 13749bd ๐Ÿ’š ci: fix csb folder name (#8249)
  • 7c5009f โค๏ธ thank you wantedly for sponsoring the project
  • 31e21ba ๐Ÿ’š ci: Generate package builds on PR (#8221)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

๐Ÿง View latest project report

๐Ÿ›  Adjust upgrade PR settings

๐Ÿ”• Ignore this dependency or unsubscribe from future upgrade PRs

jzcling avatar May 31 '22 22:05 jzcling