CreateThrive / react-firebase-admin

React ⚛️ starter kit with Firebase 🔥 and Bulma for setting up an admin dashboard - Highly scalable, PWA, Serverless
https://docs.react-firebase.com
MIT License
412 stars 97 forks source link

Bump react-hook-form from 6.12.2 to 7.33.1 #609

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps react-hook-form from 6.12.2 to 7.33.1.

Release notes

Sourced from react-hook-form's releases.

Version 7.33.1

🐏 fix react-hook-form/react-hook-form#8584: field errors type with optional fields (react-hook-form/react-hook-form#8591) 🧳 close react-hook-form/react-hook-form#8600 update code example for NestedValue input 🖼 Integrate jest-preview into react-hook-form (react-hook-form/react-hook-form#8577) 🤓 improve the readability of Merge type (react-hook-form/react-hook-form#8570) 🚝 test: migration from ts-jest to @​swc/jest (react-hook-form/react-hook-form#8572) 🏹 refactor: use const instead of props (react-hook-form/react-hook-form#8571) 🔍 feat: Add ability to search test file on watch mode (react-hook-form/react-hook-form#8573) 🧘🏻 ensure the field is focused when selected (react-hook-form/react-hook-form#8566)

thanks to @​nvh95, @​elstgav and @​kotarella1110

Version 7.33.0

⚛️ upgrade to react 18 (react-hook-form/react-hook-form#8529) 🐞 fix react-hook-form/react-hook-form#8558 missing select function for controlled component (react-hook-form/react-hook-form#8559) 🔬 improve nested field errors type (react-hook-form/react-hook-form#8527) 🗑 UseFormHandleSubmit remove unused generic (react-hook-form/react-hook-form#8526)

👋 deprecate on NestedValue and UnpackNestedValue (react-hook-form/react-hook-form#8528)

type FormValues = {
-  select: NestedValue<{
-    nested: string
-  }>
+  select: {
+    nested: string
+  }
}

errors.select.message ✅

Important (25/06/2022)

The deprecation with UnpackNestedValue caused a breaking change on the @hookform/resolvers package, please refer to the changelog and upgrade the resolver to the latest.

🥼 close react-hook-form/react-hook-form#8564 update changelog for breaking change with resolver 💥 The above type deprecation cause breaking change with @hookform/resolvers needs to be upgraded to version ^2.9.3 above

Huge thanks go to @​felixschorer on type improvement and @​romain-trotard for improving tests for react 18

Version 7.32.2

🏋🏻 improve build dist package size (react-hook-form/react-hook-form#8511) 🐞 fix react-hook-form/react-hook-form#8506 delayError not overwrite existing function call (react-hook-form/react-hook-form#8509) 📖 update the use of validadtionSchema in v7 examples (react-hook-form/react-hook-form#8501)

thanks, @​bryantobing12

Version 7.32.1

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #614.