Skip to content

chore(deps): bump react-hook-form from 7.73.1 to 7.74.0 in /apps/web#411

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/web/react-hook-form-7.74.0
Closed

chore(deps): bump react-hook-form from 7.73.1 to 7.74.0 in /apps/web#411
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/web/react-hook-form-7.74.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Bumps react-hook-form from 7.73.1 to 7.74.0.

Release notes

Sourced from react-hook-form's releases.

Version 7.74.0

🪇 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

Commits
  • 8a816ed 7.74.0
  • ef641fe 🐞 fix: preserve previous field value when useController name changes (#13395)
  • a08a8e8 🐞 fix: handle null parent when unregistering nested field (#13396)
  • 2374a64 📖 thanks KANAME for the support over the years
  • 6737b99 🌡️ test: cover valueAsNumber NaN required validation in validateField (#13391)
  • 29cdd08 🐞 fix: treat NaN as empty when valueAsNumber is true in validateField (#13388)
  • 44df01d Revert "Revert "🪢 fix build to exclude test files (#13387)""
  • bf525c1 Revert "Revert "🪇 feat: setValues (#13201)""
  • See full diff 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.73.1 to 7.74.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.73.1...v7.74.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file Javascript labels Apr 28, 2026
hessius added a commit that referenced this pull request May 2, 2026
Backend (Python):
- fastapi 0.136.0 → 0.136.1
- pillow >=10.3.0 → >=12.2.0
- pillow-heif >=0.18.0 → >=1.3.0
- zstandard >=0.22.0 → >=0.25.0
- pytest-timeout >=2.3.1 → >=2.4.0

Frontend (production):
- react-hook-form 7.73.1 → 7.74.0
- lucide-react 1.8.0 → 1.11.0
- i18next 26.0.6 → 26.0.8
- i18next-http-backend 3.0.5 → 3.0.6
- react-i18next 17.0.4 → 17.0.6

Frontend (dev):
- @vitest/browser-playwright 4.1.4 → 4.1.5
- @vitest/coverage-v8 4.1.4 → 4.1.5
- @vitest/ui 4.1.4 → 4.1.5
- typescript-eslint 8.59.0 → 8.59.1
- vite 8.0.9 → 8.0.10
- vitest 4.1.4 → 4.1.5

Closes #403, closes #404, closes #405, closes #406, closes #407,
closes #408, closes #409, closes #410, closes #411

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@hessius
Copy link
Copy Markdown
Owner

hessius commented May 2, 2026

Superseded — dependency bumped in version/2.4.0 (commit d9305a3).

@hessius hessius closed this May 2, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 2, 2026

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/npm_and_yarn/apps/web/react-hook-form-7.74.0 branch May 2, 2026 05:59
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 Javascript

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant