Skip to content

chore(deps): update dependency react-hook-form to v7.76.1#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.76.1#987
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/react-hook-form-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 3, 2026

This PR contains the following updates:

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

Release Notes

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

v7.76.1: Version 7.76.1

Compare Source

🐞 fix: pass options parameter through setValues to enable validation (#​13457)
🐞 fix(setValues): emit whole-form change without stale name/type (#​13450)
🚗 perf(setValues): thread skipClone through setFieldValue (#​13448)
🚗 perf(setValues): skip redundant per-field deep clones (#​13445)
Revert "🐞 fix: treat NaN as empty when valueAsNumber is true in validateField (#​13388)"

thanks to @​philibea & @​maxkostow

v7.76.0

Compare Source

v7.75.0: Version 7.75.0

Compare Source

🦧 feat: improve get dirty fields prune empty fields (#​13363)

+ dirtyFields: { test: [{ data: false }] }
- dirtyFields: {} // removed the empty node with false value

🎹 typescript 6.0 (#​13330)
🌡️ chore: minor improvement on setValue & reset (#​13366)
🐞 fix #​13403: include setValues in FormProvider context value (#​13404)
🐞 fix: recompute isDirty after re-registering a previously unregistered field (#​13399)
🐞 fix: preserve watch updates on field array unmount fixes #​13375 (#​13385)
🐞 fix: prevent useWatch re-render when unrelated field validation is … (#​13398)

thanks to @​dfedoryshchev, @​cyky & @​gkarabelos

v7.74.0: Version 7.74.0

Compare Source

🪇 feat: setValues (#​13201)

setValues((data) => {
  return {
    ...data,
    name: 'test'
  }
})

setValues(formValues);

🐞 fix: preserve previous field value when useController name changes (#​13395)
🐞 fix: handle null parent when unregistering nested field (#​13396)
🐞 fix: treat NaN as empty when valueAsNumber is true in validateField (#​13388)
🪢 fix build to exclude test files (#​13387)

thanks to @​Yihao-G & @​mixelburg


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.


Note

Medium Risk
Forms across the library depend on react-hook-form; minor/patch releases can still change dirty state, validation, and watch/re-render behavior even without local code edits.

Overview
Bumps react-hook-form from 7.73.1 to 7.76.1 in package.json and the lockfile only—no application source changes.

Upstream adds setValues, dirty-field pruning, and fixes around useWatch, field arrays, useController name changes, and bulk setValues validation/change events (plus a revert on NaN/valueAsNumber behavior in 7.76.1). Consumers of this package inherit those form-runtime semantics on the next install.

Reviewed by Cursor Bugbot for commit 9e830b5. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 3, 2026

📦 Bundle Size Report

Metric Current Previous Change Status
Total (gzip) 215.77 kB 215.46 kB +303 B (+0.1%) 🔴
Total (raw) 586.71 kB 585.74 kB +966 B (+0.2%) 🔴
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: 215.77 kB / 250 kB (86.3%)
  • ✅ Total raw: 586.71 kB / 600 kB (97.8%)
  • ✅ CSS gzipped: 20.89 kB / 25 kB (83.5%)

Largest Files (Top 5)

  1. chunk-TPTUYSBW.js - 14.36 kB (new)
  2. styles.css - 10.44 kB (0 B (0%))
  3. index.css - 10.44 kB (0 B (0%))
  4. chunk-XV5HSIIX.js - 6.36 kB (new)
  5. index.js - 6.14 kB (+4 B (+0.1%))
View All Files (317 total)
File Size (gzip) Change
chunk-TPTUYSBW.js 14.36 kB new
styles.css 10.44 kB 0 B (0%)
index.css 10.44 kB 0 B (0%)
chunk-XV5HSIIX.js 6.36 kB new
index.js 6.14 kB +4 B (+0.1%)
chunk-4YW6P3IJ.js 6.01 kB 0 B (0%)
chunk-EFL7QFFN.js 5.29 kB 0 B (0%)
chunk-MYEEW4JW.js 4.77 kB new
chunk-ONMQSOSC.js 4.47 kB 0 B (0%)
chunk-EOEFASUP.js 3.89 kB new

✅ Bundle size check passed

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 3, 2026

📊 Coverage Report

⚪ Coverage unchanged

Metric Current Previous Change Status
Lines 89.97% 89.97% 0%
Statements 89.63% 89.63% 0%
Functions 87.15% 87.15% 0%
Branches 80.26% 80.26% 0%

Detailed Breakdown

Lines Coverage
  • Covered: 3802 / 4226
  • Coverage: 89.97%
  • Change: 0% (0 lines)
Statements Coverage
  • Covered: 3864 / 4311
  • Coverage: 89.63%
  • Change: 0% (0 statements)
Functions Coverage
  • Covered: 1031 / 1183
  • Coverage: 87.15%
  • Change: 0% (0 functions)
Branches Coverage
  • Covered: 2371 / 2954
  • Coverage: 80.26%
  • Change: 0% (0 branches)

✅ Coverage check passed

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 3, 2026

Deploy preview for remote-flows ready!

Project:remote-flows
Status: ✅  Deploy successful!
Preview URL:https://remote-flows-hhq7qbwuz-remotecom.vercel.app
Latest Commit:9e830b5

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 from 107c8f2 to a5179a9 Compare May 30, 2026 08:54
@renovate renovate Bot force-pushed the renovate/react-hook-form-7.x branch from a5179a9 to 9e830b5 Compare June 3, 2026 18:53
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