Closed renovate[bot] closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
next-starter-tpl-docs | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Sep 3, 2023 1:41pm |
next-starter-tpl-storybook | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Sep 3, 2023 1:41pm |
next-starter-tpl-web | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Sep 3, 2023 1:41pm |
Latest commit: e52dbf85e295e60e8f9a4627165d33c4a91d0c6a
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Patch and project coverage have no change.
Comparison is base (
779ed1d
) 7.75% compared to head (e52dbf8
) 7.75%. Report is 143 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
7.45.4
->7.46.0
Release Notes
react-hook-form/react-hook-form (react-hook-form)
### [`v7.46.0`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.46.0): Version 7.46.0 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.45.4...v7.46.0) π§ββοΈ feat: support disabled prop for useController ([#10810](https://togithub.com/react-hook-form/react-hook-form/issues/10810)) ```tsx const [disabled, setDisabled] = useState(false) useController({ disabled }) ``` - field value will be disabled - field value will be omitted π« prevent reset argument mutation ([#10847](https://togithub.com/react-hook-form/react-hook-form/issues/10847)) π fix: add exact option for array name in useWatch. ([#10707](https://togithub.com/react-hook-form/react-hook-form/issues/10707)) π update isDirty when setting disabled in register ([#10805](https://togithub.com/react-hook-form/react-hook-form/issues/10805)) π§Ά feat: trigger passed names to construct resolver options ([#10590](https://togithub.com/react-hook-form/react-hook-form/issues/10590)) thanks to [@selimb](https://togithub.com/selimb) [@vonagam](https://togithub.com/vonagam) [@jgullstr](https://togithub.com/jgullstr) and [@rabbitson87](https://togithub.com/rabbitson87)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.
This PR has been generated by Mend Renovate. View repository job log here.