Skip to content

chore(root-deps)(deps-dev): bump react-hook-form from 7.74.0 to 7.75.0#708

Open
dependabot[bot] wants to merge 1 commit intopreviewfrom
dependabot/npm_and_yarn/preview/react-hook-form-7.75.0
Open

chore(root-deps)(deps-dev): bump react-hook-form from 7.74.0 to 7.75.0#708
dependabot[bot] wants to merge 1 commit intopreviewfrom
dependabot/npm_and_yarn/preview/react-hook-form-7.75.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps react-hook-form from 7.74.0 to 7.75.0.

Release notes

Sourced from react-hook-form's releases.

Version 7.75.0

🦧 feat: improve get dirty fields prune empty fields (#13363)

+ dirtyFields: { test: [{ data: false }] }
- dirtyFields: {} // removed the empty node with false value

🎹 typescript 6.0 (#13330) 🌡️ chore: minor improvement on setValue & reset (#13366) 🐞 fix #13403: include setValues in FormProvider context value (#13404) 🐞 fix: recompute isDirty after re-registering a previously unregistered field (#13399) 🐞 fix: preserve watch updates on field array unmount fixes #13375 (#13385) 🐞 fix: prevent useWatch re-render when unrelated field validation is … (#13398)

thanks to @​dfedoryshchev, @​cyky & @​gkarabelos

Changelog

Sourced from react-hook-form's changelog.

[7.75.0] - 2026-05-02

Added

  • Improve getDirtyFields to prune empty fields
  • TypeScript 6.0 support

Fixed

  • Include setValues in FormProvider context value
  • Preserve watch updates on field array unmount
  • Prevent useWatch re-render when unrelated field validation occurs
  • Recompute isDirty after re-registering a previously unregistered field
Commits

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 4, 2026

Labels

The following labels could not be found: automated, monorepo-root, npm. Please create them before Dependabot can add them to a pull request.

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

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 4, 2026
@dependabot dependabot Bot requested a review from arolariu as a code owner May 4, 2026 03:09
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/preview/react-hook-form-7.75.0 branch from 5496e31 to 5cab3e3 Compare May 5, 2026 18:58
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

❌ Code Hygiene Report: Issues Found

Commit: aaa8ac5 | PR: #708

📑 Table of Contents

Section Status
📊 Code Statistics
🎨 Formatting
🔍 Linting
🧪 Unit Tests

📋 Check Summary

Check Status Duration Summary
📊 Stats 589ms 0 files changed, +0 -0
🎨 Format 1m 33s 11 file(s) need formatting
🔍 Lint 3.4s 3 error(s), 0 warning(s)
🧪 Test 2m 4s All 1147 tests passed

📊 Code Statistics

Changes vs Main Branch

Metric Value
📁 Files Changed 0
➕ Lines Added +0
➖ Lines Deleted -0
🔄 Churn 0
📈 Net Change +0
🔄 Changes Since Previous Commit
Metric Value
Files Changed 2
Lines Added +9212
Lines Deleted -4963

📦 Bundle Size Analysis (vs Main)

`sites/arolariu.ro` - +170 kB (28 file(s) changed)
File Main Preview Diff Status
package.json 3.67 kB 3.69 kB +20 B 📝
src/app/playground/workers/island.tsx 0 B 17 kB +17 kB 🆕
src/app/playground/workers/page.tsx 0 B 1.61 kB +1.61 kB 🆕
src/app/playground/workers/playground.worker.ts 0 B 2.88 kB +2.88 kB 🆕
src/app/playground/workers/worker-playground.spec.ts 0 B 7.49 kB +7.49 kB 🆕
src/workers/README.md 0 B 9.27 kB +9.27 kB 🆕
src/workers/host/createPortPair.test.ts 0 B 1.72 kB +1.72 kB 🆕
src/workers/host/createPortPair.ts 0 B 1.73 kB +1.73 kB 🆕
src/workers/host/createWorkerHost.test.ts 0 B 35.8 kB +35.8 kB 🆕
src/workers/host/createWorkerHost.ts 0 B 34.5 kB +34.5 kB 🆕
src/workers/host/index.ts 0 B 580 B +580 B 🆕
src/workers/host/mockWorker.ts 0 B 4.62 kB +4.62 kB 🆕
src/workers/host/telemetryBridge.test.ts 0 B 7.09 kB +7.09 kB 🆕
src/workers/host/telemetryBridge.ts 0 B 3.89 kB +3.89 kB 🆕
src/workers/host/workerCapabilities.test.ts 0 B 2.44 kB +2.44 kB 🆕
src/workers/host/workerCapabilities.ts 0 B 2.05 kB +2.05 kB 🆕
src/workers/host/workerEnvelope.test.ts 0 B 3.93 kB +3.93 kB 🆕
src/workers/host/workerEnvelope.ts 0 B 4.18 kB +4.18 kB 🆕
src/workers/host/workerErrors.test.ts 0 B 2.3 kB +2.3 kB 🆕
src/workers/host/workerErrors.ts 0 B 2.52 kB +2.52 kB 🆕
... ... ... ... 8 more files

Total: 10 MB → 10.2 MB (+170 kB)

`sites/api.arolariu.ro` - no change (0 file(s) changed)

No changes in this folder

Total: 2.14 MB → 2.14 MB (no change)

`sites/docs.arolariu.ro` - no change (0 file(s) changed)

No changes in this folder

Total: 214 kB → 214 kB (no change)

🎨 Formatting

11 file(s) need formatting:

View files requiring formatting
  • sites/arolariu.ro/src/app/playground/workers/island.tsx
  • sites/arolariu.ro/src/workers/host/createWorkerHost.test.ts
  • sites/arolariu.ro/src/workers/host/createWorkerHost.ts
  • sites/arolariu.ro/src/workers/host/index.ts
  • sites/arolariu.ro/src/workers/host/mockWorker.ts
  • sites/arolariu.ro/src/workers/host/telemetryBridge.test.ts
  • sites/arolariu.ro/src/workers/host/telemetryBridge.ts
  • sites/arolariu.ro/src/workers/host/workerErrors.test.ts
  • sites/arolariu.ro/src/workers/index.ts
  • sites/arolariu.ro/src/workers/runtime/exposeWorker.test.ts
  • sites/arolariu.ro/src/workers/runtime/index.ts

🔧 How to Fix

npm run format

🔍 Linting

❌ ESLint found 3 error(s) and 0 warning(s)

View raw output

> @arolariu/monorepo@0.0.0 lint
> node scripts/lint.ts all


╔════════════════════════════════════════╗
║    arolariu.ro Code Linter Tool        ║
╚════════════════════════════════════════╝


🔎 Running ESLint for: all
⏱️  Running lint on all targets in parallel...

  🧵 Dispatching parallel workers...
     Main process PID: 2925
     Worker pool: min=1, max=3

[11:24:28.767] 🚀 Worker #1 spawned for task "packages"
[11:24:28.767] 🚀 Worker #2 spawned for task "website"
[11:24:28.767] 🚀 Worker #3 spawned for task "cv"


  ⏳ Progress: [░░░░░░░░░░░░░░░░░░░░] 0/3 workers completed
  ⏳ Progress: [███████░░░░░░░░░░░░░] 1/3 workers completed
  ⏳ Progress: [█████████████░░░░░░░] 2/3 workers completed
  ⏳ Progress: [████████████████████] 3/3 workers completed

[11:24:31.644] ❌ Worker #1 finished "packages" in 2.59s
[11:24:31.644] ❌ Worker #2 finished "website" in 2.57s
[11:24:31.644] ❌ Worker #3 finished "cv" in 2.61s

  📊 Worker Timeline
  ──────────────────────────────────────────────────────────────
  packages   │████████████████████████████████████████│    2.59s
  website    │███████████████████████████████████████░│    2.57s
  cv         │████████████████████████████████████████│    2.61s
  ──────────────────────────────────────────────────────────────
              0s                            2.61s

─────────────────────────────────────────────────

🔍 ESLint config: [@arolariu/packages] [Worker #1]
   [init: 2547ms, work: 0ms, total: 2589ms] [0 files] [167.47 MB]
  ✗ Worker error: You are using an outdated version of the 'jiti' library. Please update to the latest version of 'jiti' to ensure compatibility and access to the latest features.
─────────────────────────────────────────────────

─────────────────────────────────────────────────

🔍 ESLint config: [@arolariu/website] [Worker #2]
   [init: 2538ms, work: 0ms, total: 2573ms] [0 files] [166.84 MB]
  ✗ Worker error: You are using an outdated version of the 'jiti' library. Please update to the latest version of 'jiti' to ensure compatibility and access to the latest features.
─────────────────────────────────────────────────

─────────────────────────────────────────────────

🔍 ESLint config: [@arolariu/cv] [Worker #3]
   [init: 2586ms, work: 0ms, total: 2612ms] [0 files] [167.14 MB]
  ✗ Worker error: You are using an outdated version of the 'jiti' library. Please update to the latest version of 'jiti' to ensure compatibility and access to the latest features.
─────────────────────────────────────────────────

  📊 Resource Usage:
     Total files linted: 0
     Peak memory (max worker): 167.47 MB
     Combined memory (all workers): 501.45 MB

📊 Summary: 3 error(s), 0 warning(s)

❌ Linting completed with errors



🔧 How to Fix

npm run lint

🧪 Unit Tests

✅ All 1147 tests passed in 4.0s


🔗 View Workflow Run | Generated at 2026-05-06T11:28:51.590Z

Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.74.0 to 7.75.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.74.0...v7.75.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/preview/react-hook-form-7.75.0 branch from 5cab3e3 to 8dddfa0 Compare May 6, 2026 11:20
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