Skip to content

chore(deps): bump react-hook-form from 7.75.0 to 7.76.1 in /dashboard/frontend#465

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dashboard/frontend/react-hook-form-7.76.1
Closed

chore(deps): bump react-hook-form from 7.75.0 to 7.76.1 in /dashboard/frontend#465
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dashboard/frontend/react-hook-form-7.76.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 23, 2026

Copy link
Copy Markdown
Contributor

Bumps react-hook-form from 7.75.0 to 7.76.1.

Release notes

Sourced from react-hook-form's releases.

Version 7.76.1

🐞 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

Version v7.76.0

🪭 close #13141 improve isDirty sync with dirtyFields state (#13370) 🐞 fix isValidating reactivity when validatingFields is not subscribed (#13440) 🛺 test: fix duplicate-word typos in test descriptions (#13439) 🐞 fix #13436: errors state when using form level validation (#13437) 🐞 fix #13429 append({ obj: null }) is silently replaced by defaultValues after remove() (#13435) 🐞 fix native validation tooltip suppression caused by duplicate submit-error focus (#13432) 🐞 fix: propagate setValues updates to mounted Controller fields (#13431) 🐞 fix: rreserve reset values for conditionally mounted Controller fields with shouldUnregister 🐞 fix: useFieldArray remove leaves array with empty object when using values prop (#13422) 🐞 fix #13260: notify all matching field-array roots on nested setValue updates (#13420) 🐞 fix #13104: preserve nested resolver field-array errors in trigger() (#13419) 🐞 fix #13413: preserve formState.defaultValues when useFieldArray + watch are used together 📝 docs: fix JSDoc for IsNever, register, and getFieldState (#13410) (#13411) 🐞 fix(Watch): restore TypeScript 4 compatibility (#13409)

Big thanks to @​dfedoryshchev for multiple fixes, and to @​EduardF1, @​in-ch and @​johnstrand.

Changelog

Sourced from react-hook-form's changelog.

[7.76.1] - 2026-05-23

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

[7.76.0] - 2026-05-16

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
Commits
  • 2b900d2 7.76.1
  • 079348e 🚮 chore: remove --frozen-lockfile
  • edf5c45 🧪 fix unit test
  • d79648c Revert "🐞 fix: treat NaN as empty when valueAsNumber is true in validateField...
  • 778881c 🐞 fix: pass options parameter through setValues to enable validation (#13457)
  • a2ac01f 🧪 test(useFieldArray): regression coverage for descendant setValue key thrash...
  • dfcebdb Revert "🐞 fix #13260: notify all matching field-array roots on nested setValu...
  • ca01f65 Revert "🐞 fix(useFieldArray): preserve managed field ids in array subscriber ...
  • 15d1762 🐞 fix(setValues): emit whole-form change without stale name/type (#13450)
  • 989cbff 🚗 perf(setValues): thread skipClone through setFieldValue (#13448)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.75.0 to 7.76.1.
- [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.75.0...v7.76.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github May 23, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: type:dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

yasha-dev1 added a commit that referenced this pull request Jun 16, 2026
* chore(deps): bump Python dependencies (dependabot batch)

Root (pyproject.toml + poetry.lock):
- click 8.3.3 -> 8.4.1 (#458)
- filelock 3.29.0 -> 3.29.4 (#479)
- pydantic 2.13.3 -> 2.13.4 (#422)
- aiobotocore 3.6.0 -> 3.7.0 (#414)
- aiohttp 3.13.5 -> 3.14.1 (#473)
- tornado 6.5.5 -> 6.5.7 (#476)
- urllib3 2.6.3 -> 2.7.0 (#429)
- idna 3.11 -> 3.18 (#450)
- aws-durable-execution-sdk-python 1.4.0 -> 1.5.0 (#464)
- redis 7.4.0 -> 8.0.0 (#472, major)
- mypy 1.20.2 -> 2.1.0 (#439, major)
- ruff 0.15.12 -> 0.15.17 (#480)
- black 26.3.1 -> 26.5.1 (#456)
- moto 5.2.0 -> 5.2.2 (#478)
- pytest-asyncio 1.3.0 -> 1.4.0 (#470)
- types-python-dateutil -> 2.9.0.20260518 (#466)
- types-pyyaml -> 6.0.12.20260518 (#453)

dashboard/backend: idna 3.11 -> 3.18 (#451, transitive)

mypy 2.1.0 surfaced two latent type errors in cli/utils/interactive.py;
collapsed the two-loop choice conversion into a single isinstance-narrowed
loop. Verified: ruff check, ruff format --check, mypy (net-neutral vs the
pre-existing AWS-module errors on main), and full pytest suite (971 passed).

redis floor kept at >=5.0.0 in optional-dependencies to avoid forcing redis 8
on library consumers; lockfile pins 8.0.0 for dev.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* chore(deps): bump frontend dependencies (dependabot batch)

dashboard/frontend (package.json + package-lock.json):
- @tabler/icons-react 3.41 -> 3.44.0 (#416)
- @tailwindcss/vite 4.2.4 -> 4.3.0 (#426)
- tailwindcss 4.2.4 -> 4.3.0 (#413)
- @tanstack/react-query 5.100.8 -> 5.100.13 (#454)
- @tanstack/react-query-devtools 5.99 -> 5.100.13 (#463)
- @tanstack/eslint-plugin-query 5.100.8 -> 5.100.13 (#457)
- @tanstack/react-router 1.169.1 -> 1.170.7 (#467)
- @tanstack/react-router-devtools 1.166.13 -> 1.167.0 (#446)
- @tanstack/router-plugin 1.167.32 -> 1.168.10 (#462)
- @uiw/react-codemirror 4.25.9 -> 4.25.10 (#460)
- @hookform/resolvers 5.2.2 -> 5.4.0 (#455)
- react-hook-form 7.75.0 -> 7.76.1 (#465)
- axios 1.16.0 -> 1.16.1 (#437)
- date-fns 4.1.0 -> 4.3.0 (#459)
- lucide-react 1.14.0 -> 1.16.0 (#443)
- react 19.2.5 -> 19.2.6 (#427)
- tailwind-merge 3.5.0 -> 3.6.0 (#432)
- zod 4.4.2 -> 4.4.3 (#418)
- zustand 5.0.12 -> 5.0.13 (#423)
- @types/node 25.6.0 -> 25.9.1 (#469)
- @vitejs/plugin-react-swc 4.3.0 -> 4.3.1 (#448)
- eslint 10.3.0 -> 10.4.0 (#440)
- typescript-eslint 8.59.1 -> 8.59.4 (#452)
- vite 8.0.10 -> 8.0.16 (#481, supersedes #468)

Held back: react-day-picker 9.14.0 -> 10.0.1 (#441) — the v10 major
removes the `table` key from its ClassNames type and breaks the build in
src/components/ui/calendar.tsx. Left at 9.14.0 pending a calendar migration.

Verified: npm run build passes. Frontend lint is unchanged vs main
(pre-existing errors, not gated in CI). yarn.lock/pnpm-lock are vestigial
(Dockerfile uses `npm ci`) and intentionally left untouched.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* chore(deps): bump codecov/codecov-action from 6 to 7 (#477)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

Looks like react-hook-form is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 16, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dashboard/frontend/react-hook-form-7.76.1 branch June 16, 2026 10:59
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.

1 participant