Build(deps): Bump react-hook-form from 7.79.0 to 7.80.0 in /webui#471
Merged
Feramance merged 1 commit intoJun 22, 2026
Merged
Conversation
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>
6c816bb to
02506bb
Compare
Contributor
There was a problem hiding this comment.
Bug Scan Summary
Date: 2026-06-22
Commits inspected: 232fa370..6c816bb7 (1 commit — react-hook-form 7.79.0 → 7.80.0)
Result: No critical bugs found.
Investigation notes:
- PR changes only
webui/package.jsonandwebui/package-lock.json; no application code is modified. react-hook-formis declared as a direct dependency but has zero imports anywhere underwebui/src/. The WebUI uses custom form state (useState+immer) inConfigView.tsxinstead.- Upstream 7.80.0 adds
useFieldArraydisabled support, performance tweaks, and adeepEqualfix (empty array ≠ empty object). None of these APIs are exercised by this codebase. npm ci,npm run build, andnpm run lintall pass on the PR branch.
Deduplication check:
- Open PRs searched (
react-hook-form,hook-form): only #471 (this PR). - Recently merged PRs (14 days): #458 (7.78→7.79, merged 2026-06-15); no competing fix PRs.
- Open issues searched (
react-hook-form,hook-form,form): none related. - Conclusion: N/A — no bug identified; dependency bump is low-risk given zero runtime usage.
Sent by Cursor Automation: qBitrr - Find critical bugs
Contributor
There was a problem hiding this comment.
Verdict: MERGE_AFTER_REWORK — dependency-only semver-minor react-hook-form bump with no application logic changes, but CI is red so it is not mergeable yet.
Master gaps addressed / remaining:
- Addressed: updates
react-hook-formfrom7.79.0to7.80.0inwebui/package.jsonandwebui/package-lock.jsononly. - Remaining: fix the lockfile formatting failure and get required CI green.
- Multi-qBittorrent checklist: N/A. This PR does not touch
qBitrr/arss.py, Arr workers, SQLite queue models, qBittorrent delete routing, pause/resume routing, orPlaceHolderArrretry/category restore behavior.
CI summary:
Dependabot Auto Merge / enable-automerge: success. This is auto-merge eligible in principle as a Dependabot semver-minor dependency-only PR once required checks pass.pre-commitandpre-commit.ci - pr: failing. Thepretty-format-jsonhook modifieswebui/package-lock.json.PR Build Checks: Ubuntu x64 package and macOS arm64 package succeeded, including WebUI build. Windows package failed during checkout because the workflow could not finddependabot/npm_and_yarn/webui/react-hook-form-7.80.0; Docker amd64 failed during checkout with the same branch-ref issue, and Docker arm64 was cancelled.CodeQL: neutral.
Duplicate check: no other open react-hook-form PR found.
Rubric:
- Correctness: Pass for dependency-only diff.
- Completeness: Pass once lockfile formatting is committed.
- Concurrency: N/A, no multiprocess Arr or qBittorrent routing changes.
- Tests: Blocked by failing CI.
- CI hygiene: Fail until the red checks are resolved.
- Diff hygiene: Needs reformatting of
webui/package-lock.json.
Sent by Cursor Automation: qBitrr PR validation triage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Bumps react-hook-form from 7.79.0 to 7.80.0.
Release notes
Sourced from react-hook-form's releases.
Changelog
Sourced from react-hook-form's changelog.
Commits
ebcf9c27.80.04755fd0🦌 upgrade dev deps (#13537)3f38974🧄 feat: disable useFieldArray fields (#13535)62be736🐞 fix(deepEqual): empty array and empty plain object should not be equal (#13...cee92e2🛺 perf: make rhf more performant (#13524)782313f🧪 tests: add tests for setValue within form.subscribe (#13531)01930f0🍖 chore: bench mark on perf (#13530)7bb1825📖 update changelog v7.79.0