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.38.0 to 7.39.1 #1390

Closed
wants to merge 1 commit into from

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade react-hook-form from 7.38.0 to 7.39.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 2 versions ahead of your current version.
  • The recommended version was released 24 days ago, on 2022-11-02.
Release notes
Package name: react-hook-form
  • 7.39.1 - 2022-11-02

    Revert "🤯 use input reference instead custom object (#9132)" (#9311)

  • 7.39.0 - 2022-11-01

    🔮 improve #8601 and remove the relationship between isValid state with mode (#9219)

    Screen.Recording.2022-11-02.at.9.47.35.am.mov
    Screen.Recording.2022-11-02.at.9.47.35.am.mov

    🐞 fix #9282 regression on async validation block validation (#9286)
    🐞 fix #9251 isValidating state stale with resolver (#9254)
    🏍 delete dirty fields node instead of marking as false (#9156)
    🤯 use input reference instead custom object (#9132)
    🥊 improve native reset API invoke (#9293)
    🦘 related #9290 improve setCustomValidity logic (#9292)
    👺 fix re-render bug with isValid (#9307)

  • 7.38.0 - 2022-10-18

    🕰 support validation for week and time input type (#9189)

    <input
      {...register("week", { min: "2022-W40", max: "2022-W50" })}
      type="week"
    />
    <input
      {...register("time", { min: "11:00", max: "12:00" })}
      type="time"
    />
    Screen.Recording.2022-10-19.at.8.21.56.am.mov
    Screen.Recording.2022-10-19.at.8.21.56.am.mov

    🧘🏻 enable focus error with disabled inputs while submitting (#9155)
    🧱 prevent runtime error startsWith called with undefined (#9223)
    🐞 fix #9216 isValid state not update with async form level trigger (#9218)
    🧦 fix accessibility issue on examples with input missing id (#9174)
    🚔 check field array value type before updating (#9170)
    📓 update TSDoc for useFieldArray (#9178)

    thanks to @ BogdanCerovac and @ leapful

from react-hook-form GitHub release notes
Commit messages
Package name: react-hook-form
  • 50450e1 7.39.1
  • b799aac Revert "🤯 use input reference insead custom object (#9132)" (#9311)
  • 1830302 👺 fix re-render bug with isValid (#9307)
  • fa2d672 🥼 update changelog v7.39.0
  • 1ec5f5b 7.39.0
  • 923fb5e 📼 add youtube tutorial video link
  • e5cc38a 🥊 improve native reset API invoke (#9293)
  • b07cb30 🦘 related #9290 improve setCustomValidity logic (#9292)
  • 8dbf4dd 🐞 fix #9282 regression on async validation block validation (#9286)
  • e83b923 🤯 use input reference insead custom object (#9132)
  • c373093 🙏 remove: thank you circle CI for building over the years (#9263)
  • 16cf67b Revert "⛱ simplify the subscription return (#9258)" (#9260)
  • a57ab09 🏍 delete dirty fields node instead of mark as false (#9156)
  • 3b77a36 ⛱ simplify the subscription return (#9258)
  • 267332d 🐞 fix #9251 isValidating state stale with resolver (#9254)
  • 486df70 🔮 improve #8601 remove relationship between `isValid` state with mode (#9219)
  • a02ac21 🥼 update changelog v7.38.0
  • 289428c 🎇 update with missing logo and image

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

@snyk-bot snyk-bot requested a review from a team as a code owner November 26, 2022 18:22
padms added a commit that referenced this pull request Jan 5, 2023
@fernandolucchesi
Copy link
Contributor

LGTM!

@padms padms added the 🚀 ready to deploy Use this if issue is ready to be deployed label Jan 5, 2023
@SvSven SvSven deleted the snyk-upgrade-36a478631b505758fa929e0b7165f1b0 branch January 23, 2023 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 ready to deploy Use this if issue is ready to be deployed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants