Update dependency react-hook-form to v7.82.0#3961
Open
renovate[bot] wants to merge 4 commits into
Open
Conversation
gilgardosh
force-pushed
the
renovate/react-hook-form-7.x
branch
from
July 19, 2026 09:48
d2d9876 to
18ac55a
Compare
gilgardosh
temporarily deployed
to
accounter-fullstack
July 19, 2026 09:48 — with
GitHub Actions
Inactive
gilgardosh
temporarily deployed
to
accounter-fullstack
July 19, 2026 09:48 — with
GitHub Actions
Inactive
gilgardosh
temporarily deployed
to
accounter-fullstack
July 19, 2026 09:49 — with
GitHub Actions
Inactive
gilgardosh
temporarily deployed
to
accounter-fullstack
July 19, 2026 09:49 — with
GitHub Actions
Inactive
gilgardosh
temporarily deployed
to
accounter-fullstack
July 19, 2026 09:49 — with
GitHub Actions
Inactive
gilgardosh
temporarily deployed
to
accounter-fullstack
July 19, 2026 09:49 — with
GitHub Actions
Inactive
renovate
Bot
force-pushed
the
renovate/react-hook-form-7.x
branch
from
July 21, 2026 14:01
83ee664 to
eff3ee0
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
* Fix FieldArray type errors from react-hook-form 7.82 upgrade
react-hook-form 7.82 introduced a FieldArray component whose root export
shadows the FieldArray type, breaking 'import type { FieldArray }'.
Extract the duplicated useFieldArray/watch/merge boilerplate from the four
array-input components into a shared useControlledFieldArray hook, with a
FieldArrayItem type reconstructing the no-longer-importable FieldArray type.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UAZSFDb2GcgSmp5uXhy4w8
* Harden useControlledFieldArray typing and primitive handling
Genericize the hook over the array path, type watchFieldArray as the
field-array item type, default it to an empty array, and only spread
watched values into controlled fields when they are objects — spreading
primitive items (string arrays) polluted the merged object with
character keys.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UAZSFDb2GcgSmp5uXhy4w8
---------
Co-authored-by: Claude <noreply@anthropic.com>
gilgardosh
temporarily deployed
to
accounter-fullstack
July 22, 2026 13:55 — with
GitHub Actions
Inactive
gilgardosh
temporarily deployed
to
accounter-fullstack
July 22, 2026 13:55 — with
GitHub Actions
Inactive
Contributor
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@accounter/client |
0.1.0-alpha-20260722135723-eff686c92cf7911390ef9b40b84b564fa54fb1df |
npm ↗︎ unpkg ↗︎ |
@accounter/gmail-listener |
0.1.3-alpha-20260722135723-eff686c92cf7911390ef9b40b84b564fa54fb1df |
npm ↗︎ unpkg ↗︎ |
@accounter/israeli-vat-scraper |
0.1.13-alpha-20260722135723-eff686c92cf7911390ef9b40b84b564fa54fb1df |
npm ↗︎ unpkg ↗︎ |
@accounter/modern-poalim-scraper |
0.10.7-alpha-20260722135723-eff686c92cf7911390ef9b40b84b564fa54fb1df |
npm ↗︎ unpkg ↗︎ |
@accounter/scraper-app |
0.0.3-alpha-20260722135723-eff686c92cf7911390ef9b40b84b564fa54fb1df |
npm ↗︎ unpkg ↗︎ |
@accounter/server |
0.2.0-alpha-20260722135723-eff686c92cf7911390ef9b40b84b564fa54fb1df |
npm ↗︎ unpkg ↗︎ |
@accounter/shaam-uniform-format-generator |
0.2.7-alpha-20260722135723-eff686c92cf7911390ef9b40b84b564fa54fb1df |
npm ↗︎ unpkg ↗︎ |
@accounter/shaam6111-generator |
0.1.9-alpha-20260722135723-eff686c92cf7911390ef9b40b84b564fa54fb1df |
npm ↗︎ unpkg ↗︎ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.81.0→7.82.0Release Notes
react-hook-form/react-hook-form (react-hook-form)
v7.82.0Compare Source
Added
delayErroroption forsetValueto delay validation error updatesFixed
resetDefaultValuesthrough form contextsetValuewithshouldDirtynot updating dirty state correctly when the form is disableddirtyFieldsboolean values for registered array fieldsFieldArraycomponent exportPerformance
getDirtyFieldsperformance, especially for larger forms and deeply nested valuesConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.