Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps react-hook-form from 7.79.0 to 7.80.0.

Release notes

Sourced from react-hook-form's releases.

Version 7.80.0

🧄 feat: disable useFieldArray fields (#13535)

const { fields } = useFieldArray({ disabled: true });
fields[0].disabled; // contains disabled props

🛺 perf: make rhf more performant (#13524) 🐞 fix(deepEqual): empty array and empty plain object should not be equal (#13533)

thanks to @​JSap0914

Changelog

Sourced from react-hook-form's changelog.

[7.80.0] - 2026-06-20

Added

  • disabled prop support for individual fields within useFieldArray

Fixed

  • deepEqual incorrectly treating empty array [] and empty plain object {} as equal

Performance

  • Improve onChange, setValid, dirty checking, setValue, and setValues performance
Commits

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.79.0 to 7.80.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.79.0...v7.80.0)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-version: 7.80.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 29, 2026
@dependabot dependabot Bot requested a review from agjs as a code owner June 29, 2026 07:12
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 29, 2026
agjs added a commit that referenced this pull request Jun 29, 2026
)

* chore(deps): aggregate weekly Dependabot batch (api, ui, docs, ci)

Consolidates 21 open Dependabot PRs (#226#246) into one. All bumps are
minor/patch; lockfiles regenerated and full verification run.

apps/api:
- @anthropic-ai/sdk 0.104.1 → 0.105.0, openai 6.42.0 → 6.44.0 (ai group)
- @opentelemetry/sdk-node 0.218.0 → 0.219.0
- @sentry/bun 10.57.0 → 10.59.0
- bullmq 5.78.1 → 5.79.1 (still pins ioredis 5.10.1; ioredis override holds)
- elysia 1.4.28 → 1.4.29
- resend 6.12.4 → 6.14.0, stripe 22.2.1 → 22.2.2
- eslint-plugin-sonarjs 4.0.3 → 4.1.0, eslint-plugin-unicorn 67 → 68

apps/ui:
- react-hook-form 7.79.0 → 7.80.0, react-router-dom 7.17.0 → 7.18.0
- zustand 5.0.13 → 5.0.14, @sentry/react 10.57.0 → 10.59.0
- lucide-react 1.20.0 → 1.21.0
- storybook + addon-a11y/addon-themes/react-vite 10.4.4 → 10.4.6
- @playwright/test 1.60.0 → 1.61.0, vitest + coverage-v8 4.1.8 → 4.1.9
- eslint-plugin-sonarjs 4.0.3 → 4.1.0, eslint-plugin-unicorn 67 → 68

apps/docs:
- astro 6.4.6 → 6.4.8 (markdown-remark 7.2.0 override comment refreshed)
- astro-mermaid 2.0.1 → 2.0.4, sharp 0.35.1 → 0.35.2
- wrangler 4.100.0 → 4.103.0

ci:
- actions/cache 5.0.5 → 6.1.0 (8 workflows)

Verified: api check + 1188 tests, ui check + 656 tests, docs build:ci,
frozen-lockfile install clean.

* chore(security): allowlist tsforge scaffold-manifest in gitleaks

.tsforge/scaffold-manifest.json (added in #224) declares which env-var
names each AI provider requires (OPENAI_API_KEY, ANTHROPIC_API_KEY) plus
non-secret defaults. gitleaks' generic-api-key rule flags the
provider/secret-keyword proximity, but the manifest holds only key names
and placeholder config — no secret values. Narrow path allowlist,
mirroring the existing deny-list/config entries. Pre-existing finding;
surfaced on the first local push since #224 merged.
@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 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 29, 2026
@dependabot dependabot Bot deleted the dependabot/bun/apps/ui/react-hook-form-7.80.0 branch June 29, 2026 16:13
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.

0 participants