Skip to content

deps: bump the production group with 9 updates - #62

Merged
hateem2121 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-a1ee6e3c96
Aug 18, 2026
Merged

hateem2121 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-a1ee6e3c96

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the production group with 9 updates:

Package From To
@react-router/node 8.2.0 8.3.0
react 19.2.7 19.2.8
react-dom 19.2.7 19.2.8
react-error-boundary 6.1.1 6.1.2
react-hook-form 7.74.0 7.85.0
react-is 19.2.7 19.2.8
@react-router/dev 8.2.0 8.3.0
@react-router/express 8.2.0 8.3.0
ioredis 5.10.1 5.11.1

Updates @react-router/node from 8.2.0 to 8.3.0

Release notes

Sourced from @​react-router/node's releases.

v8.3.0

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v830

Changelog

Sourced from @​react-router/node's changelog.

v8.3.0

Patch Changes

Commits

Updates react from 19.2.7 to 19.2.8

Release notes

Sourced from react's releases.

19.2.8 (July 21st, 2026)

React Server Components

Commits

Updates react-dom from 19.2.7 to 19.2.8

Release notes

Sourced from react-dom's releases.

19.2.8 (July 21st, 2026)

React Server Components

Commits

Updates react-error-boundary from 6.1.1 to 6.1.2

Release notes

Sourced from react-error-boundary's releases.

6.1.2

README and doc comment updates

Commits
  • 90b9a7e 6.1.1 -> 6.1.2
  • 7d29d50 Update react-lib-tools from 0.0.47 to 0.0.53
  • 09b1522 Refresh error boundary docs and examples (#240)
  • 9db16fd Upgrade react-lib-tools to improve site-search
  • 4f541a4 Add note about ESM to home page and README
  • f3f9582 Update CONTRIBUTING.md
  • ecaf925 Update example
  • 70902a9 Fix JSX attribute in ErrorBoundary example (#239)
  • f964b1c Update react-lib-tools dep
  • e7b8fe2 Update react-lib-tools to better respect prefers-reduced-motion: reduce setting
  • See full diff in compare view

Updates react-hook-form from 7.74.0 to 7.85.0

Release notes

Sourced from react-hook-form's releases.

Version 7.85.0

✨ Improvements

  • support React <Activity /> (#13633)

🐞 Fixes

  • fix min/max validation being skipped for valueAsDate fields (#13646)
  • fix field array root errors being lost during append, prepend, insert, and remove (#13645)
  • fix stale renders recreating field array paths after field array actions (#13644)
  • fix useWatch preferring form defaultValues over the hook's own defaultValue (#13635)
  • fix setValue emitting duplicate values state notifications (#13637)
  • fix TypeScript getFieldState error resolution for field paths (#13632)

🏗️ Chores

  • remove tinybench (#13647)
  • remove dead code and stale API Extractor report (#13643)

Thanks to @​zigzagdev, @​bluebill1049, @​anshusaurav, @​saulo-silva, @​EduardF1, and @​candymask0712 for their contributions! 🎉

Version 7.84.0

✨ Improvements

  • enhance <Form /> submit behavior (#13605)
  • improve performance and reduce bundle size (#13591)

🐞 Fixes

  • fix: values + keepDirtyValues silently corrupting arrays and freezing objects on refetch (#13628)
  • fix: setValue not updating FieldArray values correctly (#13623)
  • fix: FormState type definitions (#13620)
  • fix: FieldArray and FormState exports (#13619)

🧪 Tests

  • add Blob coverage for FieldErrors type tests (#13624)

♻️ Refactors

  • extract shared ErrorNamespacePath type (#13615)

🏗️ Chores

  • rename <FormStateSubscribe /> back to <FormState /> (#13602)
  • bump @babel/core from 7.26.0 to 7.29.7 (#13614)

Thanks to @​candymask0712, @​EduardF1, @​in-ch, @​johnstrand, @​wanxiankai, @​nobu-da, and @​bluebill1049 for their contributions! 🎉

Version 7.83.0

... (truncated)

Changelog

Sourced from react-hook-form's changelog.

[7.85.0] - 2026-08-08

Added

  • Support <Activity />

Fixed

  • getFieldState error resolution from a field path
  • useWatch discarding useForm({ defaultValues }) in favor of its own defaultValue before the form mounts
  • setValue emitting a duplicate values state notification for fields without a native input ref
  • Stale render re-creating a field array path vacated by an array action
  • useFieldArray root-level error (errors.name.root) being lost on append/prepend/insert/remove
  • min/max validation being skipped for valueAsDate fields

[7.84.0] - 2026-08-01

Improvements

  • handleSubmit returns the typed result of the onValid callback instead of discarding it
  • <Form /> supports a function-based action (Server Action style) in addition to URL-string actions
  • Improve performance and reduce bundle size

Fixed

  • reset() with resetOptions.keepDirtyValues freezing clean sibling fields in a nested object when another field in that object is dirty
  • Restore missing FieldArray and FormState type exports
  • setValues not notifying useFieldArray subscribers, leaving rendered fields stale

[7.83.0] - 2026-07-25

Improvements

  • Enhance getEventValue to handle file inputs
  • Improve TypeScript performance with a hard cap at 10 levels of recursive type depth

Fixed

  • Clear internal errors state on argument-less clearErrors()
  • Preserve dirtyFields reference stability
  • Old checkbox/radio elements polluting internal field state
  • useController not re-subscribing onChange/onBlur when control changes
  • Allow validation messages to be defined even if their related value is undefined

[7.82.0] - 2026-07-18

Added

  • Opt-in delayError option for setValue to delay validation error updates

... (truncated)

Commits
  • 371432c 7.85.0
  • d7118f4 🐞 fix: min/max validation being skipped for valueAsDate fields (#13646)
  • 47546bb 🐞 fix: field array root error being lost on append/prepend/insert/remove (#13...
  • c96ab19 🚮 chore: remove tinybench (#13647)
  • 5e9e024 🐞 fix #13641 stale render re-creating field array path vacated by array actio...
  • 6a77f43 🧹 chore: remove dead code and stale api-extractor report (#13643)
  • 9fde5f3 🛹 feat: support \<Activity /> (#13633)
  • f634d24 🐞 fix #13636 emit values state only once per setValue (#13637)
  • 4e83cf7 🐞 fix(useWatch): prefer form defaultValues over the hook's own defaultValue (...
  • 6994484 ⌨️ fix(types): resolve getFieldState error from field path (#13632)
  • Additional commits viewable in compare view

Updates react-is from 19.2.7 to 19.2.8

Release notes

Sourced from react-is's releases.

19.2.8 (July 21st, 2026)

React Server Components

Commits

Updates @react-router/dev from 8.2.0 to 8.3.0

Release notes

Sourced from @​react-router/dev's releases.

v8.3.0

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v830

Changelog

Sourced from @​react-router/dev's changelog.

v8.3.0

Minor Changes

  • Restart react-router dev with --conditions=development when not already configured (#15291)

Patch Changes

  • Allow typescript@7 to be used (#15317)

Unstable Changes

⚠️ Unstable features are not recommended for production use

  • Add unstable_rsc/client-version client build version virtual module (#15318)

  • Support the subResourceIntegrity config option in RSC Framework Mode (#15321)

    Migration guide

    No changes are required when using the default RSC SSR entry. If you maintain a custom app/entry.ssr.tsx, import the new virtual module and pass its hashes to React's importMap render option:

    +import subResourceIntegrity from "virtual:react-router/unstable_rsc/subresource-integrity";
    return renderToReadableStream(<RSCStaticRouter getPayload={getPayload} />, {
    ...options,
    bootstrapScriptContent,
    formState,
    
    importMap: subResourceIntegrity
    ? { integrity: subResourceIntegrity }
    : undefined,
    signal: request.signal,
    });
  • Updated dependencies:

  • Commits

    Updates @react-router/express from 8.2.0 to 8.3.0

    Release notes

    Sourced from @​react-router/express's releases.

    v8.3.0

    See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v830

    Changelog

    Sourced from @​react-router/express's changelog.

    v8.3.0

    Patch Changes

    Commits

    Updates ioredis from 5.10.1 to 5.11.1

    Release notes

    Sourced from ioredis's releases.

    v5.11.1

    5.11.1 (2026-06-04)

    Bug Fixes

    • cluster: reconnect to nodes that restart without slot changes (#2096) (c84b2ee)
    • parse protocol-relative Redis URLs as TCP connections (#2125) (131ee24)

    v5.11.0

    5.11.0 (2026-05-26)

    Bug Fixes

    Features

    Changelog

    Sourced from ioredis's changelog.

    5.11.1 (2026-06-04)

    Bug Fixes

    • cluster: reconnect to nodes that restart without slot changes (#2096) (c84b2ee)
    • parse protocol-relative Redis URLs as TCP connections (#2125) (131ee24)

    5.11.0 (2026-05-26)

    Bug Fixes

    Features

    Commits
    • fb224a7 chore(release): 5.11.1 [skip ci]
    • 131ee24 fix: parse protocol-relative Redis URLs as TCP connections (#2125)
    • c84b2ee fix(cluster): reconnect to nodes that restart without slot changes (#2096)
    • 1490432 chore(release): 5.11.0 [skip ci]
    • 5359d4d refactor(utils): inline defaults and isArguments helpers (#2107)
    • b7b3def feat: add vector set command support (#2116)
    • faa53fd ci: update Node.js and Redis test matrix (#2119)
    • 37d0695 feat: add increx command (#2115)
    • 612ee9d chore: update Redis 8.8 test image to custom (#2118)
    • baf68d6 feat: add array commands, typings and tests (#2114)
    • Additional commits viewable in compare view

    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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
    • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
    • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
    • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
    • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

    Bumps the production group with 9 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@react-router/node](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-node) | `8.2.0` | `8.3.0` |
    | [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.7` | `19.2.8` |
    | [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.7` | `19.2.8` |
    | [react-error-boundary](https://github.com/bvaughn/react-error-boundary) | `6.1.1` | `6.1.2` |
    | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.74.0` | `7.85.0` |
    | [react-is](https://github.com/react/react/tree/HEAD/packages/react-is) | `19.2.7` | `19.2.8` |
    | [@react-router/dev](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dev) | `8.2.0` | `8.3.0` |
    | [@react-router/express](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-express) | `8.2.0` | `8.3.0` |
    | [ioredis](https://github.com/redis/ioredis) | `5.10.1` | `5.11.1` |
    
    
    Updates `@react-router/node` from 8.2.0 to 8.3.0
    - [Release notes](https://github.com/remix-run/react-router/releases)
    - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-node/CHANGELOG.md)
    - [Commits](https://github.com/remix-run/react-router/commits/@react-router/node@8.3.0/packages/react-router-node)
    
    Updates `react` from 19.2.7 to 19.2.8
    - [Release notes](https://github.com/react/react/releases)
    - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react)
    
    Updates `react-dom` from 19.2.7 to 19.2.8
    - [Release notes](https://github.com/react/react/releases)
    - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom)
    
    Updates `react-error-boundary` from 6.1.1 to 6.1.2
    - [Release notes](https://github.com/bvaughn/react-error-boundary/releases)
    - [Commits](bvaughn/react-error-boundary@6.1.1...6.1.2)
    
    Updates `react-hook-form` from 7.74.0 to 7.85.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.85.0)
    
    Updates `react-is` from 19.2.7 to 19.2.8
    - [Release notes](https://github.com/react/react/releases)
    - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-is)
    
    Updates `@react-router/dev` from 8.2.0 to 8.3.0
    - [Release notes](https://github.com/remix-run/react-router/releases)
    - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dev/CHANGELOG.md)
    - [Commits](https://github.com/remix-run/react-router/commits/@react-router/dev@8.3.0/packages/react-router-dev)
    
    Updates `@react-router/express` from 8.2.0 to 8.3.0
    - [Release notes](https://github.com/remix-run/react-router/releases)
    - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-express/CHANGELOG.md)
    - [Commits](https://github.com/remix-run/react-router/commits/@react-router/express@8.3.0/packages/react-router-express)
    
    Updates `ioredis` from 5.10.1 to 5.11.1
    - [Release notes](https://github.com/redis/ioredis/releases)
    - [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
    - [Commits](redis/ioredis@v5.10.1...v5.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@react-router/node"
      dependency-version: 8.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production
    - dependency-name: react
      dependency-version: 19.2.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production
    - dependency-name: react-dom
      dependency-version: 19.2.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production
    - dependency-name: react-error-boundary
      dependency-version: 6.1.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production
    - dependency-name: react-hook-form
      dependency-version: 7.85.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production
    - dependency-name: react-is
      dependency-version: 19.2.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production
    - dependency-name: "@react-router/dev"
      dependency-version: 8.3.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: production
    - dependency-name: "@react-router/express"
      dependency-version: 8.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production
    - dependency-name: ioredis
      dependency-version: 5.11.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 17, 2026
    @dependabot @github

    dependabot Bot commented on behalf of github Aug 17, 2026

    Copy link
    Copy Markdown
    Contributor Author

    Labels

    The following labels could not be found: automated. Please create it before Dependabot can add it to a pull request.

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

    @hateem2121
    hateem2121 merged commit 1ef0e5a into main Aug 18, 2026
    16 of 21 checks passed
    @hateem2121
    hateem2121 deleted the dependabot/npm_and_yarn/production-a1ee6e3c96 branch August 18, 2026 06:47
    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