flaviuse / mern-authentication

MERN stack authentication boilerplate: password reset, email verification, server sessions, redux, typescript, hooks and docker for dev and prod.
https://mern-auth-client.herokuapp.com/login
MIT License
439 stars 95 forks source link

[Snyk] Upgrade react-hook-form from 7.17.1 to 7.28.0 #109

Closed snyk-bot closed 2 years ago

snyk-bot commented 2 years ago

Snyk has created this PR to upgrade react-hook-form from 7.17.1 to 7.28.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 fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Information Exposure
SNYK-JS-FOLLOWREDIRECTS-2332181
372/1000
Why? Proof of Concept exploit, CVSS 5.3
Proof of Concept
Information Exposure
SNYK-JS-FOLLOWREDIRECTS-2396346
372/1000
Why? Proof of Concept exploit, CVSS 5.3
No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: react-hook-form
  • 7.28.0 - 2022-03-13

    🏬 enable deps with string syntax (#7901)

    register('test', { deps: 'theOtherInput' })
    register('test', { deps: ['theOtherInput', 'others'] })

    🧷 fix field array update to avoid external mutation
    🐞 fix #7960 issue on unset deeply nested array field (#7961)
    🐞 fix #7958 issue with checkbox plus portal (#7959)
    πŸ“¦ unpack blob data type (#7937)

    thanks to @ DASPRiD and @ Moshyfawn

  • 7.28.0-next.0 - 2022-02-26

    🏬 enable deps with string syntax (#7901)

    register('test', { deps: 'theOtherInput' })

    🧷 fix field array update to avoid external mutation

  • 7.27.1 - 2022-02-19

    πŸ› fix #7853 (useFieldArray): pass context type down to Control (#7856)
    🐞 fix #7849 issue with unset on multiple dimension array (#7859)

    thanks to @ Moshyfawn

  • 7.27.0 - 2022-02-11

    ✨ #7138 feature: allow selecting input's content on focus (#7781)

    setFocus('fieldName', { shouldSelect: true })
    My.Movie.2.mp4

    ⌨️ fix #7772 type issue by using UnpackNestedValue on FieldArray methods (#7773)

    thanks to @ Moshyfawn and @ hpersson

  • 7.26.1 - 2022-02-07

    🐞 close #7758 useController should subscribe to exact field name (#7759)

    thanks to @ Moshyfawn

  • 7.26.0 - 2022-02-04

    πŸ“š TSDoc

    My.Movie.2.mp4

    🐞 fix #7741 is validating reset when async validations are still running (#7747)
    β›‘ close #7717 shallow clone errors object in handleSubmit (#7718)
    🍦 close #7703 don't expose internal state in handleSubmit (#7704)
    πŸ‹οΈ save bytes on parseFloat (#7697)

    thanks to @ Moshyfawn and @ tiii

  • 7.25.3 - 2022-01-29

    😭 close #7686 regression on replace API and cloneObject on payload (#7687)

  • 7.25.2 - 2022-01-28

    βš›οΈ close #7683 support preact with onTouched mode (#7684)

    thanks to @ Moshyfawn

  • 7.25.1 - 2022-01-25
    Read more
  • 7.25.0 - 2022-01-21
  • 7.24.2 - 2022-01-20
  • 7.24.1 - 2022-01-18
  • 7.24.0 - 2022-01-14
  • 7.23.0 - 2022-01-12
  • 7.23.0-next.1 - 2022-01-07
  • 7.23.0-next.0 - 2021-12-30
  • 7.22.5 - 2021-12-24
  • 7.22.4 - 2021-12-23
  • 7.22.3 - 2021-12-21
  • 7.22.2 - 2021-12-18
  • 7.22.1 - 2021-12-15
  • 7.22.0 - 2021-12-13
  • 7.21.3-beta.0 - 2021-12-11
  • 7.21.2 - 2021-12-10
  • 7.21.1 - 2021-12-10
  • 7.21.1-0 - 2021-12-09
  • 7.21.0 - 2021-12-06
  • 7.20.5 - 2021-11-30
  • 7.20.4 - 2021-11-26
  • 7.20.3 - 2021-11-26
  • 7.20.2 - 2021-11-20
  • 7.20.1 - 2021-11-19
  • 7.20.0 - 2021-11-19
  • 7.19.5 - 2021-11-12
  • 7.19.4 - 2021-11-11
  • 7.19.3 - 2021-11-10
  • 7.19.2 - 2021-11-10
  • 7.19.1 - 2021-11-07
  • 7.19.0 - 2021-11-05
  • 7.19.0-next.0 - 2021-10-30
  • 7.18.1 - 2021-11-01
  • 7.18.0 - 2021-10-27
  • 7.18.0-next.0 - 2021-10-09
  • 7.17.5 - 2021-10-20
  • 7.17.4 - 2021-10-14
  • 7.17.3 - 2021-10-13
  • 7.17.2 - 2021-10-08
  • 7.17.1 - 2021-10-05
from react-hook-form GitHub release notes
Commit messages
Package name: react-hook-form
  • 3d1603f 7.28.0
  • 80a8c09 πŸ₯Ό update changelog
  • d865a21 🐞 fix #7960 issue on unset deeply nested array field (#7961)
  • 9f70a03 🐞 fix #7958 issue with checkbox plus portal (#7959)
  • 7ee0111 πŸ“¦ unpack blob data type (#7937)
  • e4d87b8 πŸ”¨ fix field array update method to avoid external mutation (#7928)
  • a462471 Create issue-checker.yml (#7926)
  • 085632d Revert "πŸ‘€ include issue auto check and closer (#7923)"
  • de458c3 πŸ‘€ include issue auto check and closer (#7923)
  • 9a3476d ❀️ thank you feathery for sponsoring
  • 8844fff 🏬 enable deps with string syntax (#7901)
  • 7800ec3 ❀️ thank you Victor for sponsoring
  • 017c4b3 7.27.1
  • 5813e7f πŸ› fix #7853 (useFieldArray): pass context type down to Control (#7856)
  • 02bcbb7 🐞 fix #7849 issue with unset on multiple dimension array (#7859)
  • 127a84c πŸ‘ fix(api-extractor.json): remove duplicated 'the' from messages.default's comment (#7836)
  • 4a5a539 πŸŽ’ close #7821 export UseFieldArrayUpdate and UseFieldArrayReplace type (#7824)
  • 4af9325 🐞 fix #7820 issue with useFieldArray update type (#7823)
  • b529a91 πŸ“– update field array examples
  • b95ee1d πŸ₯Ό update changelog 7.27.0
  • 6a5edcc 7.27.0
  • 78ea368 πŸ’… include css for prettier (#7786)
  • eb4b5dc ✨ #7138 feat: allow selecting input's content on focus (#7781)
  • d504dc4 πŸ§ͺ include test for SSR with useFormContext (#7778)
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