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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency react-hook-form to v7.34.0 #6090

Merged
merged 1 commit into from
Aug 2, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-hook-form (source) 7.33.1 -> 7.34.0 age adoption passing confidence

Release Notes

react-hook-form/react-hook-form

v7.34.0

Compare Source

🎉 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: https://github.com/react-hook-form/react-hook-form/discussions/8625

🐞 fix https://github.com/react-hook-form/react-hook-form/issues/8584: handle nullable nested properties (https://github.com/react-hook-form/react-hook-form/pull/8699)
🆎 close https://github.com/react-hook-form/react-hook-form/issues/8689 fix type inconsistency with control (https://github.com/react-hook-form/react-hook-form/pull/8691)
🐞 fix native form reset isn't executed if first fieldReference isn't a HTMLElement (https://github.com/react-hook-form/react-hook-form/pull/8678)
🐞 fix useFieldArray action type incorrectness (https://github.com/react-hook-form/react-hook-form/pull/8660)
🚔 close https://github.com/react-hook-form/react-hook-form/issues/8653 when useFormContext provide no generic for type check (https://github.com/react-hook-form/react-hook-form/pull/8654)
🛰 useFormContext include type tests (https://github.com/react-hook-form/react-hook-form/pull/8656)
🤣 fix typo in useForm.ts (https://github.com/react-hook-form/react-hook-form/pull/8645)
📚 README Helper / Sponsor Generation Script / Workflow (https://github.com/react-hook-form/react-hook-form/pull/8676)

thanks to @​@​ANTARES-KOR @​zandowc @​@​alexviar @​ElectronicsArchiver and @​kyoto7250


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the release:chore This PR is a chore (means nothing for users) label Jul 31, 2022
@nx-cloud
Copy link

nx-cloud bot commented Jul 31, 2022

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 91a1720. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 14 targets

Sent with 💌 from NxCloud.

@netlify
Copy link

netlify bot commented Jul 31, 2022

Deploy Preview for redwoodjs-docs canceled.

Name Link
🔨 Latest commit 91a1720
🔍 Latest deploy log https://app.netlify.com/sites/redwoodjs-docs/deploys/62e8ed329d06a90008ed983a

@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch 4 times, most recently from 6216b00 to 360f9e5 Compare August 2, 2022 05:46
@renovate renovate bot force-pushed the renovate/react-hook-form-7.x branch from 5fa11db to 91a1720 Compare August 2, 2022 09:24
@jtoar jtoar merged commit ce1de74 into main Aug 2, 2022
@jtoar jtoar deleted the renovate/react-hook-form-7.x branch August 2, 2022 09:59
@redwoodjs-bot redwoodjs-bot bot added this to the next-release milestone Aug 2, 2022
@jtoar jtoar modified the milestones: next-release, v3.0.0 Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant