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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump react-hook-form from 7.33.1 to 7.34.0 in /src/main/resources/generator/dependencies/react #2828

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2022

Bumps react-hook-form from 7.33.1 to 7.34.0.

Release notes

Sourced from react-hook-form's releases.

Version 7.34.0

馃帀 feature request: #6879 useFieldArray support rules props (#8102)

useFieldArray({
  name: 'test',
  rules: {
    required: true,
    minLength: 2,
    maxLength: 10,
    validate: (fieldArrayValues) => {
      if (fieldArrayValues[2].title === 'test') {
        return 'validate Error'
      }
    }
  }
})
errors?.test?.root?.message // access root level errors

Note: Related context and poll for error message naming: react-hook-form/react-hook-form#8625

馃悶 fix react-hook-form/react-hook-form#8584: handle nullable nested properties (react-hook-form/react-hook-form#8699) 馃啂 close react-hook-form/react-hook-form#8689 fix type inconsistency with control (react-hook-form/react-hook-form#8691) 馃悶 fix native form reset isn't executed if first fieldReference isn't a HTMLElement (react-hook-form/react-hook-form#8678) 馃悶 fix useFieldArray action type incorrectness (react-hook-form/react-hook-form#8660) 馃殧 close react-hook-form/react-hook-form#8653 when useFormContext provide no generic for type check (react-hook-form/react-hook-form#8654) 馃洶 useFormContext include type tests (react-hook-form/react-hook-form#8656) 馃ぃ fix typo in useForm.ts (react-hook-form/react-hook-form#8645) 馃摎 README Helper / Sponsor Generation Script / Workflow (react-hook-form/react-hook-form#8676)

thanks to @@鈥婣NTARES-KOR @鈥媧andowc @@鈥媋lexviar @鈥婨lectronicsArchiver and @鈥媖yoto7250

Version 7.34.0-next.0

馃帾 feature request: #6879 useFieldArray support rules props (#8102)

useFieldArray({
  name: 'test',
  rules: {
    required: true,
    minLength: 2,
    maxLength: 10,
    validate: (fieldArrayValues) => {
      if (fieldArrayValues[2].title === 'test') {
        return 'validate Error'
      }
    }
  }
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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](https://github.com/react-hook-form/react-hook-form) from 7.33.1 to 7.34.0.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.33.1...v7.34.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link

codecov bot commented Jul 29, 2022

Codecov Report

Merging #2828 (0620710) into main (cf4eedc) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff             @@
##                main     #2828   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity      2072      2072           
===========================================
  Files            480       480           
  Lines           8201      8201           
  Branches         164       164           
===========================================
  Hits            8201      8201           

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update cf4eedc...0620710. Read the comment docs.

@github-actions github-actions bot merged commit b04ba90 into main Jul 29, 2022
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/src/main/resources/generator/dependencies/react/react-hook-form-7.34.0 branch July 29, 2022 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants