Skip to content

chore(deps): update dependency react-hook-form to v7.79.0#987

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/react-hook-form-7.x
Open

chore(deps): update dependency react-hook-form to v7.79.0#987
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/react-hook-form-7.x

Conversation

@renovate

@renovate renovate Bot commented May 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
react-hook-form (source) 7.73.17.79.0 age confidence

Release Notes

react-hook-form/react-hook-form (react-hook-form)

v7.79.0

Compare Source

Added
  • disabled option to useFieldArray
Fixed
  • Controller onChange promise return type
  • deepEqual false positives with shared object references
  • shouldUseNativeValidation behavior for radio groups
  • createFormControl stability with fast refresh in dev mode
  • StrictMode value preservation during remount
  • formState.errors reactivity with React compiler

v7.78.0

Compare Source

Fixed
  • Recover Controller fields after reset without rerender (RN issue #​13455)
  • useFormState().isDirty race with async resolver in onChange mode
  • Use reactive values prop over defaultValues when shouldUnregister is true
  • deepEqual for empty non-plain objects
Types
  • Update dirtyFields typing for field arrays with undefined entries

v7.77.0

Compare Source

Added
  • resetDefaultValues API
Fixed
  • Stale isDirty in subscribe payload after reset(..., { keepValues: true })
  • Preserve values with shouldUnregister
  • Inconsistent reset({}) behavior requiring double-call to take effect
  • FieldArray errors overriding nested fields
Security
  • Harden get() against prototype-path traversal (__proto__ / constructor / prototype)
Performance
  • Bundle size reduction

v7.76.1

Compare Source

Fixed
  • Revert notify all matching field-array roots on nested setValue updates
  • Revert treat NaN as empty when valueAsNumber is true in validateField
  • setValues pass options parameter through to enable validation
  • setValues emit whole-form change without stale name/type
Performance
  • setValues skip redundant per-field deep clones
  • setValues thread skipClone through setFieldValue

v7.76.0

Compare Source

Added
  • Improve isDirty sync with dirtyFields state
Fixed
  • Preserve formState.defaultValues when useFieldArray and watch are used together
  • Preserve nested resolver field-array errors in trigger()
  • Notify all matching field-array roots on nested setValue updates
  • useFieldArray remove leaves array with empty object when using values prop
  • Preserve reset values for conditionally mounted Controller fields with shouldUnregister
  • Propagate setValues updates to mounted Controller fields
  • Native validation tooltip suppression caused by duplicate submit-error focus
  • append({ obj: null }) silently replaced by defaultValues after remove()
  • Errors state when using form-level validation
  • isValidating reactivity when validatingFields is not subscribed

v7.75.0

Compare Source

Added
  • Improve getDirtyFields to prune empty fields
  • TypeScript 6.0 support
Fixed
  • Include setValues in FormProvider context value
  • Preserve watch updates on field array unmount
  • Prevent useWatch re-render when unrelated field validation occurs
  • Recompute isDirty after re-registering a previously unregistered field

v7.74.0

Compare Source

Added
  • setValues API
Fixed
  • Preserve previous field value when useController name changes
  • Handle null parent when unregistering nested field
  • Treat NaN as empty when valueAsNumber is true in validateField

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented May 3, 2026

Copy link
Copy Markdown
Contributor

📦 Bundle Size Report

Metric Current Previous Change Status
Total (gzip) 224.34 kB 223.67 kB +676 B (+0.3%) 🔴
Total (raw) 606.04 kB 603.83 kB +2.21 kB (+0.4%) 🔴
CSS (gzip) 20.89 kB 20.89 kB 0 B (0%) 🟢
CSS (raw) 109.09 kB 109.09 kB 0 B (0%) 🟢

Size Limits

  • ✅ Total gzipped: 224.34 kB / 250 kB (89.7%)
  • ✅ Total raw: 606.04 kB / 650 kB (93.2%)
  • ✅ CSS gzipped: 20.89 kB / 25 kB (83.5%)

Largest Files (Top 5)

  1. chunk-HNYIVMPX.js - 14.7 kB (new)
  2. styles.css - 10.44 kB (0 B (0%))
  3. index.css - 10.44 kB (0 B (0%))
  4. chunk-XHXI72N7.js - 6.36 kB (new)
  5. index.js - 6.32 kB (-1 B (-0.0%))
View All Files (341 total)
File Size (gzip) Change
chunk-HNYIVMPX.js 14.7 kB new
styles.css 10.44 kB 0 B (0%)
index.css 10.44 kB 0 B (0%)
chunk-XHXI72N7.js 6.36 kB new
index.js 6.32 kB -1 B (-0.0%)
chunk-GZUP2IE6.js 6.06 kB 0 B (0%)
chunk-G2LZFGZA.js 5.31 kB 0 B (0%)
chunk-5MDLL4GL.js 4.76 kB new
chunk-UI4AZZD5.js 4.48 kB 0 B (0%)
chunk-YYJH3TPJ.js 3.89 kB 0 B (0%)

✅ Bundle size check passed

@github-actions

github-actions Bot commented May 3, 2026

Copy link
Copy Markdown
Contributor

📊 Coverage Report

⚪ Coverage unchanged

Metric Current Previous Change Status
Lines 88.39% 88.39% 0%
Statements 87.79% 87.79% 0%
Functions 84.82% 84.82% 0%
Branches 79.67% 79.67% 0%

Detailed Breakdown

Lines Coverage
  • Covered: 3828 / 4331
  • Coverage: 88.39%
  • Change: 0% (0 lines)
Statements Coverage
  • Covered: 3890 / 4431
  • Coverage: 87.79%
  • Change: 0% (0 statements)
Functions Coverage
  • Covered: 1039 / 1225
  • Coverage: 84.82%
  • Change: 0% (0 functions)
Branches Coverage
  • Covered: 2390 / 3000
  • Coverage: 79.67%
  • Change: 0% (0 branches)

✅ Coverage check passed

@github-actions

github-actions Bot commented May 3, 2026

Copy link
Copy Markdown
Contributor

Deploy preview for remote-flows ready!

Project:remote-flows
Status: ✅  Deploy successful!
Preview URL:https://remote-flows-lmw5fxm18-remotecom.vercel.app
Latest Commit:12e2f6e

Deployed with vercel-action

@renovate renovate Bot force-pushed the renovate/react-hook-form-7.x branch from 451558f to ac635a8 Compare May 9, 2026 04:55
@renovate renovate Bot changed the title chore(deps): update dependency react-hook-form to v7.74.0 chore(deps): update dependency react-hook-form to v7.75.0 May 9, 2026
@renovate renovate Bot force-pushed the renovate/react-hook-form-7.x branch 2 times, most recently from aa2fbf7 to c09b954 Compare May 18, 2026 09:35
@renovate renovate Bot force-pushed the renovate/react-hook-form-7.x branch from c09b954 to a4b808f Compare May 23, 2026 01:56
@renovate renovate Bot changed the title chore(deps): update dependency react-hook-form to v7.75.0 chore(deps): update dependency react-hook-form to v7.76.0 May 23, 2026
@renovate renovate Bot force-pushed the renovate/react-hook-form-7.x branch from a4b808f to 107c8f2 Compare May 28, 2026 16:17
@renovate renovate Bot changed the title chore(deps): update dependency react-hook-form to v7.76.0 chore(deps): update dependency react-hook-form to v7.76.1 May 30, 2026
@renovate renovate Bot force-pushed the renovate/react-hook-form-7.x branch 2 times, most recently from a5179a9 to 9e830b5 Compare June 3, 2026 18:53
@renovate renovate Bot force-pushed the renovate/react-hook-form-7.x branch from 9e830b5 to fe8cd27 Compare June 7, 2026 13:47
@renovate renovate Bot changed the title chore(deps): update dependency react-hook-form to v7.76.1 chore(deps): update dependency react-hook-form to v7.77.0 Jun 7, 2026
@renovate renovate Bot force-pushed the renovate/react-hook-form-7.x branch 2 times, most recently from f2c310b to 286c188 Compare June 15, 2026 02:01
@renovate renovate Bot changed the title chore(deps): update dependency react-hook-form to v7.77.0 chore(deps): update dependency react-hook-form to v7.78.0 Jun 15, 2026
@renovate renovate Bot force-pushed the renovate/react-hook-form-7.x branch from 286c188 to 12e2f6e Compare June 20, 2026 06:02
@renovate renovate Bot changed the title chore(deps): update dependency react-hook-form to v7.78.0 chore(deps): update dependency react-hook-form to v7.79.0 Jun 20, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Deploy preview for adp-cost-calculator ready!

Project:adp-cost-calculator
Status: ✅  Deploy successful!
Preview URL:https://adp-cost-calculator-nu09tacj9-remotecom.vercel.app
Latest Commit:12e2f6e

Deployed with vercel-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants