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

[Snyk] Upgrade react-hook-form from 7.43.7 to 7.50.1 #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lance
Copy link
Member

@lance lance commented Feb 28, 2024

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.43.7 to 7.50.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 36 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2024-02-06.
Release notes
Package name: react-hook-form
  • 7.50.1 - 2024-02-06

    🥲 Regression: Revert "⌨️ fix #10734 watch and useWatch without parameters return type (#11359)"

  • 7.50.0 - 2024-02-01

    🔧 fix data param in handleSubmit when TTransformedValues is a union type (#11420)
    👷 build(Engines): remove pnpm dependency (#11425)
    🐞 fixes #11386 get new dirtyFields when reset keeping defaults and dirty values (#11401)
    🏷️ improve CustomElement type (#11309)
    💫 feat(useForm): leave formState flags in a consistent state when throwing in handleSubmit onValid (#11214)
    ⌨️ fix: change DeepPartial to account for object union types & unknown (#11385)
    ✨ feat(values): priorities values over defaultvalues (#11399)
    🐞 close #11246 skip root validation on action when mode and revalidate mode is onSubmit (#11395)
    💩 fix #11322 trigger extra re-render with useWatch plus shouldUnregister (#11394)
    ⌨️ fix #10734 watch and useWatch without parameters return type (#11359)
    🧑‍✈️ fix #11281 issue with upgrade node version (#11392)
    🐞 fix #11368 keep form state mounted when keeping values (#11384)
    🐞 fix #11374: Nested deep partial with unknown (#11373)

    thanks to @ Moshyfawn, @ jonahallibone, @ eladattias1996, @ RulerOfCakes, @ anonkey, @ Ar4ys, @ IanVS and @ r-kataoka11

  • 7.49.3 - 2024-01-08

    🐛 fix(formState, disabled): infer controlled disabled form state (#11361)
    🐛 fix(reset): remove global reset option flag (#11355)
    🐛 fix(useController): check if disabled state was set by user (#11353)
    🖨️ fix: Change DeepPartial type definition to be compatible with unknown (#11333)
    🐞 fix #11328 resetField with object as defaultValue (#11329)

    thanks to @ Moshyfawn, @ geeee and @ RulerOfCakes

  • 7.49.2 - 2023-12-13

    🐞 fix #11292 issue with controller validation prop (#11294)

  • 7.49.1 - 2023-12-12

    🐞 fix #11276 issue with disabled omit on Controller (#11277)
    🐞 fix #11287 disabled prop cause const dirtyFields update (#11291)

  • 7.49.0 - 2023-12-09
    Read more
  • 7.48.2 - 2023-11-05

    🐞 #11106 fix disabled prop not update dirty formState (#11143)
    🐞 fix controller update with disabled prop from useForm (#11142)

  • 7.48.1 - 2023-11-04

    🐞 fix controller update with disabled prop from useForm

  • 7.48.0 - 2023-11-04
    Read more
  • 7.47.0 - 2023-10-02

    🫡 allow keepIsSubmitSuccessful flag (#9640)

    const { reset } = useForm()

    <Form
    onSubmit={() => {
    reset(formValues, {
    keepIsSubmitSuccessful: true,
    });
    }}
    />

    🦉 fix typo in form.ts (#10978)
    🤡 close #10907 potential fix on unmounted component (#10980)
    🪖 simplify logic for subscription by name (#10947)

    thanks to @ stefanpl, @ kai-dorschner-twinsity & @ nitschSB

  • 7.46.2 - 2023-09-21
  • 7.46.1 - 2023-09-04
  • 7.46.0 - 2023-09-03
  • 7.46.0-next.0 - 2023-08-13
  • 7.45.4 - 2023-08-05
  • 7.45.3 - 2023-08-04
  • 7.45.2 - 2023-07-17
  • 7.45.1 - 2023-06-28
  • 7.45.0 - 2023-06-19
  • 7.45.0-next.1 - 2023-06-18
  • 7.45.0-next.0 - 2023-06-11
  • 7.44.3 - 2023-06-01
  • 7.44.3-beta.1 - 2023-05-31
  • 7.44.3-beta.0 - 2023-05-31
  • 7.44.2 - 2023-05-28
  • 7.44.1 - 2023-05-27
  • 7.44.0 - 2023-05-27
  • 7.44.0-rc.5 - 2023-05-20
  • 7.44.0-rc.4 - 2023-05-20
  • 7.44.0-rc.3 - 2023-05-07
  • 7.44.0-rc.1 - 2023-04-15
  • 7.44.0-rc.0 - 2023-03-10
  • 7.44.0-next.1 - 2023-02-16
  • 7.44.0-next.0 - 2023-02-09
  • 7.43.9 - 2023-03-30
  • 7.43.8 - 2023-03-24
  • 7.43.7 - 2023-03-18
from react-hook-form GitHub release notes
Commit messages
Package name: react-hook-form
  • 6a57117 7.50.1
  • 7cffc95 Revert "⌨️ fix #10734 watch and useWatch without parameters return type (#11359)"
  • 5c3b4c0 ✅ chore: add noop Utils Function (#11455)
  • 2dacf05 7.50.0
  • 6fee03c 🔧 fix data param in handleSubmit when TTransformedValues is a union type (#11420)
  • 919c578 👷 build(Engines): remove pnpm dependency (#11425)
  • 4c21b28 🐞 fixes #11386 get new dirtyFields when reset keeping defaults and dirty values (#11401)
  • f8bbb30 🏷️ improve `CustomElement` type (#11309)
  • f18c147 💫 feat(useForm): leave formState flags in a consistent state when throwing in handleSubmit onValid (#11214)
  • cec3267 ⌨️ fix: change `DeepPartial` to account for object union types & `unknown` (#11385)
  • a0583ff ✨ feat(values): priorities values over defaultvalues (#11399)
  • 4e6fccb 🐞 close #11246 skip root validation on action when mode and revalidate mode is onSubmit (#11395)
  • ede7f1e 💩 fix #11322 trigger extra re-render with useWatch plus shouldUnregister (#11394)
  • fdbadbb ⌨️ fix #10734 watch and useWatch without parameters return type (#11359)
  • f4c126f 🧑‍✈️ fix #11281 issue with upgrade node version (#11392)
  • 7459afe 🐞 fix #11368 keep form state mounted when keeping values (#11384)
  • 75cab7f 🐞 fix #11374: Nested deep partial with unknown (#11373)
  • e4c1fb1 7.49.3
  • e6a5b1a 🐛 fix(formState, disabled): infer controlled disabled form state (#11361)
  • dab35e1 🐛 fix(reset): remove global reset option flag (#11355)
  • 4f4eae5 🐛 fix(useController): check if disabled state was set by user (#11353)
  • 012bb19 🖨️ fix: Change `DeepPartial` type definition to be compatible with `unknown` (#11333)
  • 94114e4 🐞 fix #11328 resetField with object as defaultValue (#11329)
  • 7e5af8d 7.49.2

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants