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

build(deps-dev): bump react-hook-form from 7.27.1 to 7.29.0 #384

Merged
merged 1 commit into from Apr 4, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2022

Bumps react-hook-form from 7.27.1 to 7.29.0.

Release notes

Sourced from react-hook-form's releases.

Version 7.29.0

❤️ update react 18 peer dep 📦 es2017 to es2018 (react-hook-form/react-hook-form#8066) Reduce 1% of package weight 🏃 avoid runtime error with compact (react-hook-form/react-hook-form#8094) 👋 goodbye omit (react-hook-form/react-hook-form#8079) 🐞 close react-hook-form/react-hook-form#8071 issue on shouldUnreigster mutate defaultValues (react-hook-form/react-hook-form#8078) ⏭️ close react-hook-form/react-hook-form#8076 isMount flag issue with useEffect running twice with react 18 (react-hook-form/react-hook-form#8077) 🎧 close react-hook-form/react-hook-form#8071 clean up at useForm useEffect (react-hook-form/react-hook-form#8073)

Version 7.28.1

🐞 fix react-hook-form/react-hook-form#8050 disabled attribute ignored with register checkbox (react-hook-form/react-hook-form#8053) 📦 update package.json to set sideEffect false (react-hook-form/react-hook-form#8041) 🆙 TS 4.6.0 (react-hook-form/react-hook-form#7623) 📖 fix replace API TSDoc for fieldArray

thanks to @​alexogar and @​Moshyfawn

Version 7.28.0

🏬 enable deps with string syntax (react-hook-form/react-hook-form#7901)

register('test', { deps: 'theOtherInput' })
register('test', { deps: ['theOtherInput', 'others'] })

🧷 fix field array update to avoid external mutation 🐞 fix react-hook-form/react-hook-form#7960 issue on unset deeply nested array field (react-hook-form/react-hook-form#7961) 🐞 fix react-hook-form/react-hook-form#7958 issue with checkbox plus portal (react-hook-form/react-hook-form#7959) 📦 unpack blob data type (react-hook-form/react-hook-form#7937)

thanks to @​DASPRiD and @​Moshyfawn

Version 7.28.0-next.0

🏬 enable deps with string syntax (react-hook-form/react-hook-form#7901)

register('test', { deps: 'theOtherInput' })

🧷 fix field array update to avoid external mutation

Changelog

Sourced from react-hook-form's changelog.

[7.29.0] - 2022-3-30

  • tsconfig config change from es2017 to es2018

[7.28.0] - 2022-3-13

  • register API options deps now support string
register('test', { deps: 'test' });

[7.27.0] - 2022-2-11

Added

  • new option for setFocus to select the entire field value
setFocus('fieldName', { shouldSelect: true });

[7.25.2] - 2022-1-29

Changed

  • onTouched mode will honor focusout event

[7.25.0] - 2022-1-22

Added

  • getFieldState get individual field state
export default function App() {
  const {
    register,
    getFieldState,
    formState: { isDirty, isValid },
  } = useForm({
    mode: 'onChange',
    defaultValues: {
      firstName: '',
    },
  });
// you can invoke before render or within the render function
const fieldState = getFieldState('firstName');
</tr></table>

... (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)

Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.27.1 to 7.29.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.27.1...v7.29.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2022
@jorisre jorisre merged commit 1085de1 into master Apr 4, 2022
@jorisre jorisre deleted the dependabot/npm_and_yarn/react-hook-form-7.29.0 branch April 4, 2022 07:06
@github-actions
Copy link
Contributor

🎉 This PR is included in version 2.8.9 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant