Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPHJOD-851: Upgrade react-hook-form from 7.53.0 to 7.53.1 #259

Closed
wants to merge 1 commit into from

Conversation

snyk-io[bot]
Copy link
Contributor

@snyk-io snyk-io bot commented Nov 10, 2024

snyk-top-banner

Snyk has created this PR to upgrade react-hook-form from 7.53.0 to 7.53.1.

ℹ️ 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 on 22 days ago.

Release notes
Package name: react-hook-form
  • 7.53.1 - 2024-10-19

    🐞 fix: #12294 ensure Invalid Date is evaluated correctly (#12295)
    🐞 fix #12316 setValue should work for arrays of primitives to handle checkboxes (#12316) (#12317)
    🐞 fix #12097 Use dirty fields along with mount names for form reset with keepDirtyValues (#12211)
    🫀 fix #12237 disabled state trigger formState dirty/dirtyFields to update (#12239)
    🐞 fix #12291 field array remove cause undefined with FormData (#12305)
    📝 improve flatten function with object type check (#12306)
    🖐️ improve: resolve type of set function (#12145)
    🔧 chore: upgrade eslint to v9 (#12150)
    📖 fix: code example input field placeholder name (#12296)
    📖 docs: fix typo in code example (#12271)

    thanks to @ rasikhq @ abnud11 @ crypt0box @ developer-bandi @ matmannion @ hasancruk & @ vismay7

  • 7.53.0 - 2024-08-24

    🌫️ feat: #12148 support isValid when mode is set to onBlur (#12194)

    // update formstate isValid with onBlur event
    const { formState: { isValid } } = useForm({
      mode: 'onBlur'
    })

    🐞 fix #12021 issue with disable prop not reflecting on re-render without trigger by useEffect (#12193)
    👩‍🌾 close #12168 optimise re-render with validating fields subscription (#12192)
    🐞 fix #12127 issue with compare object value changed with object input (#12185)
    🎲 improve : break out of recursive loops on first focus (#11827)
    📖 fix example of ObjectKeys type (#11965)

    thanks to @ suke & @ DPflasterer

from react-hook-form GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

Copy link

@ketsappi
Copy link
Contributor

Päivitetty jo toisen PR yhteydessä: #254

@ketsappi ketsappi closed this Nov 11, 2024
@ketsappi ketsappi deleted the snyk-upgrade-309bf1cf6c7131d75c8903732fbd243c branch November 12, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment