Skip to content

chore(deps)(deps): bump react-hook-form from 7.78.0 to 7.79.0 in /apps/ui#217

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/apps/ui/react-hook-form-7.79.0
Closed

chore(deps)(deps): bump react-hook-form from 7.78.0 to 7.79.0 in /apps/ui#217
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/apps/ui/react-hook-form-7.79.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps react-hook-form from 7.78.0 to 7.79.0.

Release notes

Sourced from react-hook-form's releases.

Version 7.79.0

🚷 feat: use field array disabled (#13520)

useFieldArray({ disabled, name: 'test' })

🐞 fix controller onChange promise (#13518) 🐞 fix: track visited pairs in deepEqual to avoid false positives with shared object references (#13515) 🐞 fix #12651 issue: field validation with shouldUseNativeValidation does not behave native like for radio groups (#13512) 🐞 fix #12754 createFormControl breaks with fast refresh in dev mode (#13511) 🐞 close #12709 #12750 StrictMode would remove field value & get mounted again (#13508) 🐞 fix #13505 issue: In v8 with React compiler, a change in formState errors does not cause child components to re-render (#13510)

thanks to @​DucMinhNe & @​louzhedong

Changelog

Sourced from react-hook-form's changelog.

[7.79.0] - 2026-06-13

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
Commits
  • 3f1d2bd 7.79.0
  • c344c4f 📖 update changelog v7.78.0
  • 351a958 🏟️ build(deps): bump joi from 17.13.3 to 18.2.1 in /app (#13521)
  • e3d8172 🚷 feat: use field array disabled (#13520)
  • 00f6c28 🐞 fix controller onChange promise (#13518)
  • a338076 🚷 feat: add disabled option to useFieldArray (#13519)
  • a2a3c9c 🐞 fix: track visited pairs in deepEqual to avoid false positives with shared ...
  • 1e00a1b 🐞 fix #12651 issue: field validation with shouldUseNativeValidation does not ...
  • bb2ce17 🐞 fix #12754 createFormControl breaks with fast refresh in dev mode (#13511)
  • b377376 🐞 close #12709 #12750 StrictMode would remove field value & get mounted again...
  • 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.78.0 to 7.79.0.
- [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.78.0...v7.79.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 22, 2026
@dependabot dependabot Bot requested a review from agjs as a code owner June 22, 2026 07:14
agjs added a commit that referenced this pull request Jun 24, 2026
)

Consolidates the open Dependabot batch (#198#218) into a single change.
Lockfiles regenerated with bun@1.3.14 (respecting the 7-day install
quarantine); api/ui static gates (typecheck, lint, lint-meta, knip) and the
docs build:ci gate pass locally. Test suites run on CI.

apps/api:
- @opentelemetry/exporter-trace-otlp-http 0.218.0 -> 0.219.0 (#210)
- @sentry/bun 10.56.0 -> 10.57.0 (#209)
- bullmq 5.78.0 -> 5.78.1 (#203) — ioredis stays overridden at 5.11.1
- stripe 22.2.0 -> 22.2.1 (#204)
- eslint 10.4.1 -> 10.5.0, eslint-plugin-unicorn 65.0.1 -> 66.0.0 (#207)
- @types/nodemailer 8.0.0 -> 8.0.1 (#206)
- @boring-stack-pkg/eslint-plugin-stripe-webhooks 0.1.1 -> 0.1.2 (#212)
- knip 6.14.2 -> 6.16.1 (#213)

apps/ui:
- @hookform/resolvers 5.2.2 -> 5.4.0 (#218)
- react-hook-form 7.78.0 -> 7.79.0 (#217)
- i18next 26.2.0 -> 26.3.1 (#216)
- @sentry/react 10.56.0 -> 10.57.0 (#214)
- lucide-react 1.17.0 -> 1.18.0 (#208), @tailwindcss/vite + tailwindcss
  4.3.0 -> 4.3.1 (#208)
- storybook group 10.4.2 -> 10.4.4 (#205)
- eslint 10.4.1 -> 10.5.0, eslint-plugin-react-refresh 0.5.2 -> 0.5.3,
  eslint-plugin-unicorn 65.0.1 -> 66.0.0 (#211)
- knip 6.14.2 -> 6.16.1 (#215)

apps/docs:
- @astrojs/starlight 0.39.3 -> 0.40.0 (#199)
- @tailwindcss/vite + tailwindcss 4.3.0 -> 4.3.1 (#198)
- sharp 0.34.5 -> 0.35.1 (#200)
- wrangler 4.98.0 -> 4.100.0 (#201)

ci:
- actions/checkout 6.0.3 -> 7.0.0 across all workflows (#202)

eslint-plugin-unicorn 66 (major) tightened two rules; three pre-existing
api spots conform to them now (memory.ts no-unused-properties, two
prefer-ternary). No behavior change.
@agjs

agjs commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Rolled into the aggregated batch #219 (merged). Closing as superseded.

@agjs agjs closed this Jun 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/bun/apps/ui/react-hook-form-7.79.0 branch June 24, 2026 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant