Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 3, 2022

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

Release notes

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

5.3.0

Minor Changes

  • Fix storybook and introduce new variable for MultiSelect: 1c9ea5cf6877849185e5fd33cfa9aa0c9ee117df

5.2.0

Fix AutocompleteElement

This release fixes #82 https://react-hook-form-material-ui.vercel.app/?path=/story/autocomplete--custom-input

Updated package.json fixes #81

  • Bump terser from 4.8.0 to 4.8.1: 0ed8dce7d9187d72a5f30b923f26fe7bfa20ad7f
  • Merge pull request #77 from dohomi/dependabot/npm_and_yarn/terser-4.8.1: b21d6c28f07b6bc9de6c85b781ee4075213d0623
  • Forward InputProps for AutocompleteElement: d752daf97b203b73a7b8263d13c469db44f2e43d
  • Add peerDependencyMeta and add some info into the readme: c0dab7c903fa010f313c39cd8a539314d31f5547

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

... (truncated)

Commits
  • b140d91 5.3.0
  • 1c9ea5c fix storybook and introduce new variable for MultiSelect
  • 850cae3 5.2.0
  • c0dab7c add peerDependencyMeta and add some info into the readme
  • d752daf forward InputProps for AutocompleteElement
  • b21d6c2 Merge pull request #77 from dohomi/dependabot/npm_and_yarn/terser-4.8.1
  • 0ed8dce Bump terser from 4.8.0 to 4.8.1
  • 8e700f5 5.1.0
  • b7be21d add functionality to automatically use ID field for AutocompleteElement
  • 033e13d 5.0.0
  • Additional commits viewable 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)

Bumps [react-hook-form-mui](https://github.com/dohomi/react-hook-form-mui) from 3.9.1 to 5.3.0.
- [Release notes](https://github.com/dohomi/react-hook-form-mui/releases)
- [Commits](dohomi/react-hook-form-mui@3.9.1...5.3.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 added the dependencies Pull requests that update a dependency file label Aug 3, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Aug 8, 2022

Superseded by #350.

@dependabot dependabot Bot closed this Aug 8, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/app/react-hook-form-mui-5.3.0 branch August 8, 2022 11:52
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