Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2026

Bumps the editor-dependencies group with 14 updates in the / directory:

Package From To
@tiptap/core 3.15.3 3.16.0
@tiptap/extension-bold 3.15.3 3.16.0
@tiptap/extension-code 3.15.3 3.16.0
@tiptap/extensions 3.15.3 3.16.0
@tiptap/extension-horizontal-rule 3.15.3 3.16.0
@tiptap/extension-italic 3.15.3 3.16.0
@tiptap/extension-link 3.15.3 3.16.0
@tiptap/extension-paragraph 3.15.3 3.16.0
@tiptap/extension-strike 3.15.3 3.16.0
@tiptap/extension-text 3.15.3 3.16.0
@tiptap/extension-underline 3.15.3 3.16.0
@tiptap/pm 3.15.3 3.16.0
prosemirror-view 1.41.4 1.41.5
@tiptap/react 3.15.3 3.16.0

Updates @tiptap/core from 3.15.3 to 3.16.0

Release notes

Sourced from @​tiptap/core's releases.

v3.16.0

@​tiptap/extension-audio

Minor Changes

  • Add a native audio extension with demos and tests.

@​tiptap/markdown

Patch Changes

  • Fix incorrect Markdown output when underline is mixed with bold or italic and their ranges do not fully overlap.
  • Fix overlapping underline/bold/italic serialization and add tests

@​tiptap/extension-link

Patch Changes

  • Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event.

@​tiptap/extension-floating-menu

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/react

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-2

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-3

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/extension-unique-id

Patch Changes

  • Improved findDuplicates helper performance from O(n²) to O(n) by using Set-based lookups instead of Array.indexOf
Changelog

Sourced from @​tiptap/core's changelog.

3.16.0

Patch Changes

  • @​tiptap/pm@​3.16.0
Commits

Updates @tiptap/extension-bold from 3.15.3 to 3.16.0

Release notes

Sourced from @​tiptap/extension-bold's releases.

v3.16.0

@​tiptap/extension-audio

Minor Changes

  • Add a native audio extension with demos and tests.

@​tiptap/markdown

Patch Changes

  • Fix incorrect Markdown output when underline is mixed with bold or italic and their ranges do not fully overlap.
  • Fix overlapping underline/bold/italic serialization and add tests

@​tiptap/extension-link

Patch Changes

  • Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event.

@​tiptap/extension-floating-menu

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/react

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-2

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-3

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/extension-unique-id

Patch Changes

  • Improved findDuplicates helper performance from O(n²) to O(n) by using Set-based lookups instead of Array.indexOf
Changelog

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

3.16.0

Patch Changes

  • @​tiptap/core@​3.16.0
Commits

Updates @tiptap/extension-code from 3.15.3 to 3.16.0

Release notes

Sourced from @​tiptap/extension-code's releases.

v3.16.0

@​tiptap/extension-audio

Minor Changes

  • Add a native audio extension with demos and tests.

@​tiptap/markdown

Patch Changes

  • Fix incorrect Markdown output when underline is mixed with bold or italic and their ranges do not fully overlap.
  • Fix overlapping underline/bold/italic serialization and add tests

@​tiptap/extension-link

Patch Changes

  • Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event.

@​tiptap/extension-floating-menu

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/react

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-2

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-3

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/extension-unique-id

Patch Changes

  • Improved findDuplicates helper performance from O(n²) to O(n) by using Set-based lookups instead of Array.indexOf
Changelog

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

3.16.0

Patch Changes

  • @​tiptap/core@​3.16.0
Commits

Updates @tiptap/extensions from 3.15.3 to 3.16.0

Release notes

Sourced from @​tiptap/extensions's releases.

v3.16.0

@​tiptap/extension-audio

Minor Changes

  • Add a native audio extension with demos and tests.

@​tiptap/markdown

Patch Changes

  • Fix incorrect Markdown output when underline is mixed with bold or italic and their ranges do not fully overlap.
  • Fix overlapping underline/bold/italic serialization and add tests

@​tiptap/extension-link

Patch Changes

  • Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event.

@​tiptap/extension-floating-menu

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/react

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-2

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-3

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/extension-unique-id

Patch Changes

  • Improved findDuplicates helper performance from O(n²) to O(n) by using Set-based lookups instead of Array.indexOf
Commits

Updates @tiptap/extension-horizontal-rule from 3.15.3 to 3.16.0

Release notes

Sourced from @​tiptap/extension-horizontal-rule's releases.

v3.16.0

@​tiptap/extension-audio

Minor Changes

  • Add a native audio extension with demos and tests.

@​tiptap/markdown

Patch Changes

  • Fix incorrect Markdown output when underline is mixed with bold or italic and their ranges do not fully overlap.
  • Fix overlapping underline/bold/italic serialization and add tests

@​tiptap/extension-link

Patch Changes

  • Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event.

@​tiptap/extension-floating-menu

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/react

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-2

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-3

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/extension-unique-id

Patch Changes

  • Improved findDuplicates helper performance from O(n²) to O(n) by using Set-based lookups instead of Array.indexOf
Changelog

Sourced from @​tiptap/extension-horizontal-rule's changelog.

3.16.0

Patch Changes

  • @​tiptap/core@​3.16.0
  • @​tiptap/pm@​3.16.0
Commits

Updates @tiptap/extension-italic from 3.15.3 to 3.16.0

Release notes

Sourced from @​tiptap/extension-italic's releases.

v3.16.0

@​tiptap/extension-audio

Minor Changes

  • Add a native audio extension with demos and tests.

@​tiptap/markdown

Patch Changes

  • Fix incorrect Markdown output when underline is mixed with bold or italic and their ranges do not fully overlap.
  • Fix overlapping underline/bold/italic serialization and add tests

@​tiptap/extension-link

Patch Changes

  • Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event.

@​tiptap/extension-floating-menu

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/react

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-2

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-3

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/extension-unique-id

Patch Changes

  • Improved findDuplicates helper performance from O(n²) to O(n) by using Set-based lookups instead of Array.indexOf
Changelog

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

3.16.0

Patch Changes

  • @​tiptap/core@​3.16.0
Commits

Updates @tiptap/extension-link from 3.15.3 to 3.16.0

Release notes

Sourced from @​tiptap/extension-link's releases.

v3.16.0

@​tiptap/extension-audio

Minor Changes

  • Add a native audio extension with demos and tests.

@​tiptap/markdown

Patch Changes

  • Fix incorrect Markdown output when underline is mixed with bold or italic and their ranges do not fully overlap.
  • Fix overlapping underline/bold/italic serialization and add tests

@​tiptap/extension-link

Patch Changes

  • Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event.

@​tiptap/extension-floating-menu

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/react

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-2

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-3

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/extension-unique-id

Patch Changes

  • Improved findDuplicates helper performance from O(n²) to O(n) by using Set-based lookups instead of Array.indexOf
Changelog

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

3.16.0

Patch Changes

  • 5f568dc: Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event.
    • @​tiptap/core@​3.16.0
    • @​tiptap/pm@​3.16.0
Commits
  • 332dfba chore(release): publish a new release version (#7413)
  • 5f568dc fix(extension-link): prevent click handler from blocking non-link element sel...
  • See full diff in compare view

Updates @tiptap/extension-paragraph from 3.15.3 to 3.16.0

Release notes

Sourced from @​tiptap/extension-paragraph's releases.

v3.16.0

@​tiptap/extension-audio

Minor Changes

  • Add a native audio extension with demos and tests.

@​tiptap/markdown

Patch Changes

  • Fix incorrect Markdown output when underline is mixed with bold or italic and their ranges do not fully overlap.
  • Fix overlapping underline/bold/italic serialization and add tests

@​tiptap/extension-link

Patch Changes

  • Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event.

@​tiptap/extension-floating-menu

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/react

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-2

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-3

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/extension-unique-id

Patch Changes

  • Improved findDuplicates helper performance from O(n²) to O(n) by using Set-based lookups instead of Array.indexOf
Changelog

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

3.16.0

Patch Changes

  • @​tiptap/core@​3.16.0
Commits

Updates @tiptap/extension-strike from 3.15.3 to 3.16.0

Release notes

Sourced from @​tiptap/extension-strike's releases.

v3.16.0

@​tiptap/extension-audio

Minor Changes

  • Add a native audio extension with demos and tests.

@​tiptap/markdown

Patch Changes

  • Fix incorrect Markdown output when underline is mixed with bold or italic and their ranges do not fully overlap.
  • Fix overlapping underline/bold/italic serialization and add tests

@​tiptap/extension-link

Patch Changes

  • Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event.

@​tiptap/extension-floating-menu

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/react

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-2

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-3

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/extension-unique-id

Patch Changes

  • Improved findDuplicates helper performance from O(n²) to O(n) by using Set-based lookups instead of Array.indexOf
Changelog

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

3.16.0

Patch Changes

  • @​tiptap/core@​3.16.0
Commits

Updates @tiptap/extension-text from 3.15.3 to 3.16.0

Release notes

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

v3.16.0

@​tiptap/extension-audio

Minor Changes

  • Add a native audio extension with demos and tests.

@​tiptap/markdown

Patch Changes

  • Fix incorrect Markdown output when underline is mixed with bold or italic and their ranges do not fully overlap.
  • Fix overlapping underline/bold/italic serialization and add tests

@​tiptap/extension-link

Patch Changes

  • Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event.

@​tiptap/extension-floating-menu

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/react

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-2

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-3

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/extension-unique-id

Patch Changes

  • Improved findDuplicates helper performance from O(n²) to O(n) by using Set-based lookups instead of Array.indexOf
Changelog

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

3.16.0

Patch Changes

  • @​tiptap/core@​3.16.0
Commits

Updates @tiptap/extension-underline from 3.15.3 to 3.16.0

Release notes

Sourced from @​tiptap/extension-underline's releases.

v3.16.0

@​tiptap/extension-audio

Minor Changes

  • Add a native audio extension with demos and tests.

@​tiptap/markdown

Patch Changes

  • Fix incorrect Markdown output when underline is mixed with bold or italic and their ranges do not fully overlap.
  • Fix overlapping underline/bold/italic serialization and add tests

@​tiptap/extension-link

Patch Changes

  • Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event.

@​tiptap/extension-floating-menu

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/react

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-2

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-3

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/extension-unique-id

Patch Changes

  • Improved findDuplicates helper performance from O(n²) to O(n) by using Set-based lookups instead of Array.indexOf
Changelog

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

3.16.0

Patch Changes

  • @​tiptap/core@​3.16.0
Commits

Updates @tiptap/pm from 3.15.3 to 3.16.0

Release notes

Sourced from @​tiptap/pm's releases.

v3.16.0

@​tiptap/extension-audio

Minor Changes

  • Add a native audio extension with demos and tests.

@​tiptap/markdown

Patch Changes

  • Fix incorrect Markdown output when underline is mixed with bold or italic and their ranges do not fully overlap.
  • Fix overlapping underline/bold/italic serialization and add tests

@​tiptap/extension-link

Patch Changes

  • Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event.

@​tiptap/extension-floating-menu

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/react

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-2

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-3

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/extension-unique-id

Patch Changes

  • Improved findDuplicates helper performance from O(n²) to O(n) by using Set-based lookups instead of Array.indexOf
Changelog

Sourced from @​tiptap/pm's changelog.

3.16.0

Commits

Updates prosemirror-view from 1.41.4 to 1.41.5

Changelog

Sourced from prosemirror-view's changelog.

1.41.5 (2026-01-14)

Bug fixes

Work around an issue where, after some kinds of changes, Chrome misreports the cursor position and breaks composition.

Improve DOM update behavior when deleting three or more nodes right before a mark, which would unnecessarily re-render the entire mark.

Work around a newly introduced bug in Safari where composition in an empty table cell causes it to move the text out of the cell into the row element.

Commits
  • 07ca167 Mark version 1.41.5
  • 1773eac Kludge around IME behavior regression in Safari
  • ba24690 Use a style sheet to prevent images from having zero height in the tests
  • e381b1c Avoid recreating marks around unchanged nodes
  • 76c7c47 Adjust workaround for Chrome selection misreporting bug
  • See full diff in compare view

Updates @tiptap/react from 3.15.3 to 3.16.0

Release notes

Sourced from @​tiptap/react's releases.

v3.16.0

@​tiptap/extension-audio

Minor Changes

  • Add a native audio extension with demos and tests.

@​tiptap/markdown

Patch Changes

  • Fix incorrect Markdown output when underline is mixed with bold or italic and their ranges do not fully overlap.
  • Fix overlapping underline/bold/italic serialization and add tests

@​tiptap/extension-link

Patch Changes

  • Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event.

@​tiptap/extension-floating-menu

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/react

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-2

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-3

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/extension-unique-id

Patch Changes

  • Improved findDuplicates helper performance from O(n²) to O(n) by using Set-based lookups instead of Array.indexOf
Changelog

Sourced from @​tiptap/react's changelog.

3.16.0

Minor Changes

  • 9516ee0: Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

Patch Changes

  • @​tiptap/core@​3.16.0
  • @​tiptap/pm@​3.16.0
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

…updates

Bumps the editor-dependencies group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core) | `3.15.3` | `3.16.0` |
| [@tiptap/extension-bold](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-bold) | `3.15.3` | `3.16.0` |
| [@tiptap/extension-code](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-code) | `3.15.3` | `3.16.0` |
| [@tiptap/extensions](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension) | `3.15.3` | `3.16.0` |
| [@tiptap/extension-horizontal-rule](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-horizontal-rule) | `3.15.3` | `3.16.0` |
| [@tiptap/extension-italic](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-italic) | `3.15.3` | `3.16.0` |
| [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `3.15.3` | `3.16.0` |
| [@tiptap/extension-paragraph](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-paragraph) | `3.15.3` | `3.16.0` |
| [@tiptap/extension-strike](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-strike) | `3.15.3` | `3.16.0` |
| [@tiptap/extension-text](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text) | `3.15.3` | `3.16.0` |
| [@tiptap/extension-underline](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-underline) | `3.15.3` | `3.16.0` |
| [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) | `3.15.3` | `3.16.0` |
| [prosemirror-view](https://github.com/prosemirror/prosemirror-view) | `1.41.4` | `1.41.5` |
| [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) | `3.15.3` | `3.16.0` |



Updates `@tiptap/core` from 3.15.3 to 3.16.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/core/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.16.0/packages/core)

Updates `@tiptap/extension-bold` from 3.15.3 to 3.16.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-bold/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.16.0/packages/extension-bold)

Updates `@tiptap/extension-code` from 3.15.3 to 3.16.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-code/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.16.0/packages/extension-code)

Updates `@tiptap/extensions` from 3.15.3 to 3.16.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.16.0/packages/extension)

Updates `@tiptap/extension-horizontal-rule` from 3.15.3 to 3.16.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-horizontal-rule/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.16.0/packages/extension-horizontal-rule)

Updates `@tiptap/extension-italic` from 3.15.3 to 3.16.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-italic/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.16.0/packages/extension-italic)

Updates `@tiptap/extension-link` from 3.15.3 to 3.16.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-link/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.16.0/packages/extension-link)

Updates `@tiptap/extension-paragraph` from 3.15.3 to 3.16.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-paragraph/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.16.0/packages/extension-paragraph)

Updates `@tiptap/extension-strike` from 3.15.3 to 3.16.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-strike/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.16.0/packages/extension-strike)

Updates `@tiptap/extension-text` from 3.15.3 to 3.16.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-text/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.16.0/packages/extension-text)

Updates `@tiptap/extension-underline` from 3.15.3 to 3.16.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-underline/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.16.0/packages/extension-underline)

Updates `@tiptap/pm` from 3.15.3 to 3.16.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/pm/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.16.0/packages/pm)

Updates `prosemirror-view` from 1.41.4 to 1.41.5
- [Changelog](https://github.com/ProseMirror/prosemirror-view/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-view@1.41.4...1.41.5)

Updates `@tiptap/react` from 3.15.3 to 3.16.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/react/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.16.0/packages/react)

---
updated-dependencies:
- dependency-name: "@tiptap/core"
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/extension-bold"
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/extension-code"
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/extensions"
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/extension-horizontal-rule"
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/extension-italic"
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/extension-link"
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/extension-paragraph"
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/extension-strike"
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/extension-text"
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/extension-underline"
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/pm"
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: prosemirror-view
  dependency-version: 1.41.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/react"
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the npm dependencies Bumps dependencies label Jan 20, 2026
@vercel
Copy link

vercel bot commented Jan 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
blocknote Ready Ready Preview Jan 20, 2026 3:34pm
blocknote-website Ready Ready Preview Jan 20, 2026 3:34pm

Request Review

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 20, 2026

Open in StackBlitz

@blocknote/ariakit

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/ariakit@2372

@blocknote/code-block

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/code-block@2372

@blocknote/core

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/core@2372

@blocknote/mantine

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/mantine@2372

@blocknote/react

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/react@2372

@blocknote/server-util

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/server-util@2372

@blocknote/shadcn

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/shadcn@2372

@blocknote/xl-ai

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-ai@2372

@blocknote/xl-docx-exporter

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-docx-exporter@2372

@blocknote/xl-email-exporter

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-email-exporter@2372

@blocknote/xl-multi-column

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-multi-column@2372

@blocknote/xl-odt-exporter

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-odt-exporter@2372

@blocknote/xl-pdf-exporter

npm i https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-pdf-exporter@2372

commit: 2bf1f53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

npm dependencies Bumps dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant