Skip to content

build(deps): bump react-hook-form-mui from 3.9.1 to 5.1.0 in /app#280

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/app/react-hook-form-mui-5.1.0
Closed

build(deps): bump react-hook-form-mui from 3.9.1 to 5.1.0 in /app#280
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/app/react-hook-form-mui-5.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 12, 2022

Bumps react-hook-form-mui from 3.9.1 to 5.1.0.

Release notes

Sourced from react-hook-form-mui's releases.

Add new property "matchId" to AutocompleteElement

Automatic use of the id property for AutocompleteElement

This option lets you use the id field of the AutocompleteElement options. This is useful if you want to only safe the id field in your database and don't need the full object of the value to be exposed (example).

<AutocompleteElement
  matchId
  options={[{
   id: 1,
   label: 'One'
  },{
   id: 2,
   label: 'Two'
  }]}
  />

Minor Changes

  • Add functionality to automatically use ID field for AutocompleteElement: b7be21d77bcf89fe0cf54712447541a508c2afb4

Change AutocompleElement behaviour

Changes to AutocompleteElement

For aligning better with structured data the AutocompleteElement is taking the value as is. This simplifies the built-in API and returns the object or the string - depends on the defined options.

This improves dohomi/react-hook-form-mui#65

Major Changes

  • Change behaviour of Autocomplete to return objects for easier integration: 74635348512ef9776773cbf26f1ec916f998bf35

Fix typing on SelectElement and adjust MultiSelectElement

Fix typing regression and adjust MultiSelectElement

The latest release missed the typings improvement on MultiSelectElement and there was a typing mismatch.

Breaking change: renamed MultiSelectElement menuItems => options.

Fixes #66

  • Fix typings on select and adjust MultiSelect to the new typings changes: af5884deafd0410dbfff685211bc88773af8fb0e

Update react-hook-form which has breaking changes

Typings are more strict and improved. Please have a look at form variants:

Here is a new example on strict typings of the form names:

https://react-hook-form-material-ui.vercel.app/?path=/story/formcontainer--strict-typing-form

... (truncated)

Commits
  • 8e700f5 5.1.0
  • b7be21d add functionality to automatically use ID field for AutocompleteElement
  • 033e13d 5.0.0
  • 7463534 change behaviour of Autocomplete to return objects for easier integration
  • 2f5bc25 4.1.0
  • af5884d fix typings on select and adjust MultiSelect to the new typings changes
  • fb343df 4.0.0
  • See full diff in compare view

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 dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 12, 2022
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/app/react-hook-form-mui-5.1.0 branch 4 times, most recently from 5671e64 to e8e6644 Compare July 19, 2022 12:40
Bumps [react-hook-form-mui](https://github.com/dohomi/react-hook-form-mui) from 3.9.1 to 5.1.0.
- [Release notes](https://github.com/dohomi/react-hook-form-mui/releases)
- [Commits](dohomi/react-hook-form-mui@3.9.1...5.1.0)

---
updated-dependencies:
- dependency-name: react-hook-form-mui
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/app/react-hook-form-mui-5.1.0 branch from e8e6644 to 0f390f6 Compare July 29, 2022 12:39
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Aug 3, 2022

Superseded by #338.

@dependabot dependabot Bot closed this Aug 3, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/app/react-hook-form-mui-5.1.0 branch August 3, 2022 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants