opengovsg / checkfirst

Don't Know? CheckFirst. A tool to build eligibility checkers and calculators for Singapore Government policies
https://checkfirst.gov.sg
Other
12 stars 6 forks source link

[Snyk] Upgrade react-hook-form from 7.18.1 to 7.19.1 #1227

Closed snyk-bot closed 11 months ago

snyk-bot commented 2 years ago

Snyk has created this PR to upgrade react-hook-form from 7.18.1 to 7.19.1.

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.


Release notes
Package name: react-hook-form
  • 7.19.1 - 2021-11-07

    ๐Ÿž fix #6984 disabled input with register value (#6985)
    ๐Ÿคฒ close #6987 avoid shallow clone for object field (#6988)

  • 7.19.0 - 2021-11-05

    โœจ feature: new resetField API (#6891)

    const { resetField } = useForm();
    
    resetField('test')
    
    resetField('test', {
      keepError: true,
      keepDirty: true,
      keepTouched: true,
      defaultValue: 'test1',
    })

    โฑ close #6966 improve trigger by avoiding additional validation invocation (#6967)

    thanks to @ barrymay and @ kotarella1110

  • 7.19.0-next.0 - 2021-10-30

    โœจ new resetField API

    const { resetField } = useForm();
    
    resetField('test')
    
    resetField('test', {
      keepError: true,
      keepDirty: true,
      keepTouched: true,
      defaultValue: 'test1',
    })

    ๐Ÿงข close #6928 prevent schema error before user's action (#6929)
    ๐Ÿงนremove createSubscription and createSubscriber to reduce size (#6880)
    โœŒ๐Ÿป improve react strict mode support with subscription
    โœŒ๐Ÿป improve useController by integrating with useWatch
    โœŒ๐Ÿป package size-reduction (close to 1%)
    โœŒ๐Ÿป internally removed skipEarlySubscription

  • 7.18.1 - 2021-11-01

    ๐Ÿ˜” fix 6933 by revert FieldPathWithValue type #6753 (#6934)
    ๐Ÿงข close #6928 prevent schema error before user's action (#6929)

    thanks to @ mnigh @ kotarella1110 @ barrymay

from react-hook-form GitHub release notes
Commit messages
Package name: react-hook-form
  • 883067a 7.19.1
  • 8d74c21 ๐Ÿคฒ close #6987 avoid shallow clone for object field (#6988)
  • 0bb9a47 โค๏ธ thanks Brianna Kincart for sponsoring
  • 50629af ๐Ÿž fix #6984 disabled input with register value (#6985)
  • 9ece18f 7.19.0
  • 9dd34dd โœจ feature: new resetField API (#6891)
  • f60744e โฑ close #6966 improve trigger by avoid additional validation invocation (#6967)
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