Skip to content

chore(deps): bump the misc group with 6 updates#540

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/misc-fba2fde850
Open

chore(deps): bump the misc group with 6 updates#540
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/misc-fba2fde850

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the misc group with 6 updates:

Package From To
tsx 4.22.3 4.22.4
@tiptap/core 3.23.6 3.24.0
@tiptap/extension-text-style 3.23.6 3.24.0
@tiptap/react 3.23.6 3.24.0
@tiptap/starter-kit 3.23.6 3.24.0
react-hook-form 7.76.1 7.77.0

Updates tsx from 4.22.3 to 4.22.4

Release notes

Sourced from tsx's releases.

v4.22.4

4.22.4 (2026-05-31)

Bug Fixes

  • resolve CommonJS directory requires inside dependencies (#803) (1ce8463)

This release is also available on:

Commits

Updates @tiptap/core from 3.23.6 to 3.24.0

Changelog

Sourced from @​tiptap/core's changelog.

3.24.0

Patch Changes

  • Updated dependencies [7c0499b]
    • @​tiptap/pm@​3.24.0
Commits

Updates @tiptap/extension-text-style from 3.23.6 to 3.24.0

Changelog

Sourced from @​tiptap/extension-text-style's changelog.

3.24.0

Patch Changes

  • @​tiptap/core@​3.24.0
Commits

Updates @tiptap/react from 3.23.6 to 3.24.0

Changelog

Sourced from @​tiptap/react's changelog.

3.24.0

Patch Changes

  • Updated dependencies [7c0499b]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0
Commits

Updates @tiptap/starter-kit from 3.23.6 to 3.24.0

Changelog

Sourced from @​tiptap/starter-kit's changelog.

3.24.0

Patch Changes

  • Updated dependencies [7c0499b]
  • Updated dependencies [2d05614]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/extensions@​3.24.0
    • @​tiptap/core@​3.24.0
    • @​tiptap/extension-code-block@​3.24.0
    • @​tiptap/extension-horizontal-rule@​3.24.0
    • @​tiptap/extension-link@​3.24.0
    • @​tiptap/extension-list@​3.24.0
    • @​tiptap/extension-dropcursor@​3.24.0
    • @​tiptap/extension-gapcursor@​3.24.0
    • @​tiptap/extension-blockquote@​3.24.0
    • @​tiptap/extension-bold@​3.24.0
    • @​tiptap/extension-code@​3.24.0
    • @​tiptap/extension-document@​3.24.0
    • @​tiptap/extension-hard-break@​3.24.0
    • @​tiptap/extension-heading@​3.24.0
    • @​tiptap/extension-italic@​3.24.0
    • @​tiptap/extension-paragraph@​3.24.0
    • @​tiptap/extension-strike@​3.24.0
    • @​tiptap/extension-text@​3.24.0
    • @​tiptap/extension-underline@​3.24.0
    • @​tiptap/extension-list-item@​3.24.0
    • @​tiptap/extension-list-keymap@​3.24.0
    • @​tiptap/extension-bullet-list@​3.24.0
    • @​tiptap/extension-ordered-list@​3.24.0
Commits

Updates react-hook-form from 7.76.1 to 7.77.0

Release notes

Sourced from react-hook-form's releases.

Version 7.77.0

🥡 feat: add resetDefaultValues API (#13427)

https://react-hook-form.com/docs/useform/resetdefaultvalues

const { resetDefaultValues } = useForm();
resetDefaultValues(currentValues);

🐚 harden get() against prototype-path traversal (proto / constructor / prototype) (#13479) 🐞 fix FieldArray errors overriding nested fields (#13476) 🐞 fix inconsistent reset({}) behavior requiring double-call to take effect (#13473) 🐞 fix: preserve values with shouldUnregister (#13464) 🐞 fix stale isDirty in subscribe payload after reset(..., { keepValues: true }) (#13461) 👝 save bundle size (#13468)

thanks to @​puneetdixit200 & @​dfedoryshchev

Changelog

Sourced from react-hook-form's changelog.

[7.77.0] - 2026-05-31

Added

  • resetDefaultValues API

Fixed

  • Stale isDirty in subscribe payload after reset(..., { keepValues: true })
  • Preserve values with shouldUnregister
  • Inconsistent reset({}) behavior requiring double-call to take effect
  • FieldArray errors overriding nested fields

Security

  • Harden get() against prototype-path traversal (__proto__ / constructor / prototype)

Performance

  • Bundle size reduction
Commits
  • 5b20741 7.77.0
  • f1a02d3 🧪 add regression coverage for createFormControl + useController remount defau...
  • ba88c3d 📚 docs: fix JSDoc for UseFormWatch (#13486)
  • 54198d9 🥡 feat: add resetDefaultValues API (#13427)
  • fe8276e 📚 docs: fix duplicate "de" in es-ES README image alt text (#13481)
  • 6aa81f9 🐚 harden get() against prototype-path traversal (__proto__ / `constructor...
  • 645478b 🐞 fix FieldArray errors overriding nested fields (#13476)
  • 889c752 🧪 add regression coverage for dynamic nested names with useController and wat...
  • 581321c 🐞 fix inconsistent reset({}) behavior requiring double-call to take effect (#...
  • f8eb2d7 🌭 upgrade deps (#13470)
  • 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 misc group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [tsx](https://github.com/privatenumber/tsx) | `4.22.3` | `4.22.4` |
| [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core) | `3.23.6` | `3.24.0` |
| [@tiptap/extension-text-style](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-style) | `3.23.6` | `3.24.0` |
| [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) | `3.23.6` | `3.24.0` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `3.23.6` | `3.24.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.76.1` | `7.77.0` |


Updates `tsx` from 4.22.3 to 4.22.4
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.22.3...v4.22.4)

Updates `@tiptap/core` from 3.23.6 to 3.24.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/HEAD/packages/core)

Updates `@tiptap/extension-text-style` from 3.23.6 to 3.24.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-text-style/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/HEAD/packages/extension-text-style)

Updates `@tiptap/react` from 3.23.6 to 3.24.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/HEAD/packages/react)

Updates `@tiptap/starter-kit` from 3.23.6 to 3.24.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/starter-kit/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/HEAD/packages/starter-kit)

Updates `react-hook-form` from 7.76.1 to 7.77.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.76.1...v7.77.0)

---
updated-dependencies:
- dependency-name: tsx
  dependency-version: 4.22.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: misc
- dependency-name: "@tiptap/core"
  dependency-version: 3.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc
- dependency-name: "@tiptap/extension-text-style"
  dependency-version: 3.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc
- dependency-name: "@tiptap/react"
  dependency-version: 3.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc
- dependency-name: react-hook-form
  dependency-version: 7.77.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from Ar1anit as a code owner June 1, 2026 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants