Skip to content

chore(deps): bump the tiptap group with 8 updates#5872

Open
dependabot[bot] wants to merge 1 commit intounstablefrom
dependabot/npm_and_yarn/tiptap-666a4b9e6c
Open

chore(deps): bump the tiptap group with 8 updates#5872
dependabot[bot] wants to merge 1 commit intounstablefrom
dependabot/npm_and_yarn/tiptap-666a4b9e6c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the tiptap group with 8 updates:

Package From To
@tiptap/core 3.13.0 3.22.4
@tiptap/extension-code-block-lowlight 3.13.0 3.22.4
@tiptap/extension-link 3.13.0 3.22.4
@tiptap/extension-subscript 3.13.0 3.22.4
@tiptap/extension-superscript 3.13.0 3.22.4
@tiptap/extension-text-align 3.18.0 3.22.4
@tiptap/starter-kit 3.13.0 3.22.4
@tiptap/vue-2 3.13.0 3.22.4

Updates @tiptap/core from 3.13.0 to 3.22.4

Release notes

Sourced from @​tiptap/core's releases.

v3.22.4

@​tiptap/extension-drag-handle

Patch Changes

  • 032f8f1: Fix drag handle ghost image alignment when dragging blocks inside offset layouts, and preserve correct ghost image behavior for RTL content.
  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4
    • @​tiptap/extension-collaboration@​3.22.4
    • @​tiptap/extension-node-range@​3.22.4
    • @​tiptap/pm@​3.22.4

@​tiptap/core

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • 032f8f1: Fix text selection collapsing after toggling off a list with AllSelection
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/pm@​3.22.4

@​tiptap/extension-audio

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4

@​tiptap/extension-blockquote

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4

@​tiptap/extension-bold

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]

... (truncated)

Changelog

Sourced from @​tiptap/core's changelog.

3.22.4

Patch Changes

  • 27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • 64f36b8: Fix text selection collapsing after toggling off a list with AllSelection
  • Updated dependencies [27ea931]
  • Updated dependencies [032f8f1]
    • @​tiptap/pm@​3.22.4

3.22.3

Patch Changes

  • cb28e7b: Fixed insertContentAt corrupting the document when inserting inline content with marks at the start of a paragraph. The from - 1 position adjustment now only applies to block-level content.
    • @​tiptap/pm@​3.22.3

3.22.2

Patch Changes

  • f1d504c: Fix incorrect selection placement when pasting at the end of a marked text node, ensuring inclusive marks are respected
  • 404c683: Fixes list toggling when the entire document is selected
    • @​tiptap/pm@​3.22.2

3.22.1

Patch Changes

  • ee03ac0: Fix NodeView not re-rendering when a node's position changes without content or decoration changes (e.g. when a sibling node is moved within the same parent)
  • b88f9ed: Don't stop dragover/dragenter events in NodeViews, to prevent spurious drag-copy cursors
    • @​tiptap/pm@​3.22.1

3.22.0

Patch Changes

  • 912a49b: Fix HTML character escaping in markdown roundtrip. HTML entities (&lt;, &gt;, &amp;, &quot;) are now decoded to literal characters when parsing markdown into the editor. <, >, and & are re-encoded when serializing back to markdown, while " is preserved as a literal character since double quotes are ordinary in markdown. Code detection for skipping encoding now uses the code: true extension spec instead of hardcoded type names. Literal characters inside code blocks and inline code are always preserved.
  • 7d4fb9a: Fix ResizableNodeView ignoring node's inline setting by using inline-flex for inline nodes and flex for block nodes
  • 0c1c112: extendMarkRange defaults to using the attributes of the first mark of the given type, instead of attributes = {}. In particular, extendMarkRange('link') no longer extends to adjacent links with different hrefs; restore the previous behavior with extendMarkRange('link', {}).
  • 0c1c112: Fix getMarkRange attributes default to consider the first mark of the given type
  • f99bdc2: Guard mark delete event handling when unsetMark removes a mark from inline content that starts at position 0, preventing a RangeError during the before-node lookup.
    • @​tiptap/pm@​3.22.0

3.21.0

Patch Changes

  • @​tiptap/pm@​3.21.0

... (truncated)

Commits
  • dec9735 chore(release): publish a new stable version (#7727)
  • 27ea931 fix: restrict peer dependency ranges to avoid npm resolution conflicts (#7593)
  • 64f36b8 fix(core): preserve text selection when toggling off list with AllSelection (...
  • 626b052 chore(release): publish a new stable version (#7714)
  • cb28e7b Guard insertContentAt from-1 adjustment to block content only (#7711)
  • 99e204c chore(release): publish a new stable version (#7698)
  • 404c683 Fix/7562 (core): toggle list correctly when document selection is AllSelectio...
  • 8fee91b test(core): add markPasteRule inclusivity regression coverage (#7699)
  • f1d504c fix(core): markPasteRule incorrectly removes storedMarks when mark is at end ...
  • 8ee6d9a chore(release): publish a new stable version (#7687)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​tiptap/core since your current version.


Updates @tiptap/extension-code-block-lowlight from 3.13.0 to 3.22.4

Release notes

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

v3.22.4

@​tiptap/extension-drag-handle

Patch Changes

  • 032f8f1: Fix drag handle ghost image alignment when dragging blocks inside offset layouts, and preserve correct ghost image behavior for RTL content.
  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4
    • @​tiptap/extension-collaboration@​3.22.4
    • @​tiptap/extension-node-range@​3.22.4
    • @​tiptap/pm@​3.22.4

@​tiptap/core

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • 032f8f1: Fix text selection collapsing after toggling off a list with AllSelection
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/pm@​3.22.4

@​tiptap/extension-audio

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4

@​tiptap/extension-blockquote

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4

@​tiptap/extension-bold

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]

... (truncated)

Changelog

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

3.22.4

Patch Changes

  • 27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [27ea931]
  • Updated dependencies [64f36b8]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4
    • @​tiptap/extension-code-block@​3.22.4
    • @​tiptap/pm@​3.22.4

3.22.3

Patch Changes

  • Updated dependencies [cb28e7b]
    • @​tiptap/core@​3.22.3
    • @​tiptap/extension-code-block@​3.22.3
    • @​tiptap/pm@​3.22.3

3.22.2

Patch Changes

  • Updated dependencies [f1d504c]
  • Updated dependencies [404c683]
    • @​tiptap/core@​3.22.2
    • @​tiptap/extension-code-block@​3.22.2
    • @​tiptap/pm@​3.22.2

3.22.1

Patch Changes

  • Updated dependencies [ee03ac0]
  • Updated dependencies [b88f9ed]
    • @​tiptap/core@​3.22.1
    • @​tiptap/extension-code-block@​3.22.1
    • @​tiptap/pm@​3.22.1

3.22.0

Patch Changes

  • Updated dependencies [912a49b]
  • Updated dependencies [7d4fb9a]
  • Updated dependencies [0c1c112]
  • Updated dependencies [0c1c112]
  • Updated dependencies [f99bdc2]

... (truncated)

Commits
  • dec9735 chore(release): publish a new stable version (#7727)
  • 27ea931 fix: restrict peer dependency ranges to avoid npm resolution conflicts (#7593)
  • 626b052 chore(release): publish a new stable version (#7714)
  • 99e204c chore(release): publish a new stable version (#7698)
  • 8ee6d9a chore(release): publish a new stable version (#7687)
  • 7834835 chore(release): publish a new stable version (#7665)
  • 91c51be chore(release): publish a new stable version (#7658)
  • 9a6d574 chore(release): publish a new stable version (#7655)
  • 18f9afe chore(release): publish a new stable version (#7640)
  • 3d893bb chore(release): publish a new stable version (#7617)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​tiptap/extension-code-block-lowlight since your current version.


Updates @tiptap/extension-link from 3.13.0 to 3.22.4

Release notes

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

v3.22.4

@​tiptap/extension-drag-handle

Patch Changes

  • 032f8f1: Fix drag handle ghost image alignment when dragging blocks inside offset layouts, and preserve correct ghost image behavior for RTL content.
  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4
    • @​tiptap/extension-collaboration@​3.22.4
    • @​tiptap/extension-node-range@​3.22.4
    • @​tiptap/pm@​3.22.4

@​tiptap/core

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • 032f8f1: Fix text selection collapsing after toggling off a list with AllSelection
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/pm@​3.22.4

@​tiptap/extension-audio

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4

@​tiptap/extension-blockquote

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4

@​tiptap/extension-bold

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]

... (truncated)

Changelog

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

3.22.4

Patch Changes

  • 27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [27ea931]
  • Updated dependencies [64f36b8]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4
    • @​tiptap/pm@​3.22.4

3.22.3

Patch Changes

  • Updated dependencies [cb28e7b]
    • @​tiptap/core@​3.22.3
    • @​tiptap/pm@​3.22.3

3.22.2

Patch Changes

  • Updated dependencies [f1d504c]
  • Updated dependencies [404c683]
    • @​tiptap/core@​3.22.2
    • @​tiptap/pm@​3.22.2

3.22.1

Patch Changes

  • Updated dependencies [ee03ac0]
  • Updated dependencies [b88f9ed]
    • @​tiptap/core@​3.22.1
    • @​tiptap/pm@​3.22.1

3.22.0

Patch Changes

  • Updated dependencies [912a49b]
  • Updated dependencies [7d4fb9a]
  • Updated dependencies [0c1c112]
  • Updated dependencies [0c1c112]
  • Updated dependencies [f99bdc2]
    • @​tiptap/core@​3.22.0
    • @​tiptap/pm@​3.22.0

3.21.0

... (truncated)

Commits
  • dec9735 chore(release): publish a new stable version (#7727)
  • 27ea931 fix: restrict peer dependency ranges to avoid npm resolution conflicts (#7593)
  • 626b052 chore(release): publish a new stable version (#7714)
  • 99e204c chore(release): publish a new stable version (#7698)
  • 8ee6d9a chore(release): publish a new stable version (#7687)
  • 7834835 chore(release): publish a new stable version (#7665)
  • 91c51be chore(release): publish a new stable version (#7658)
  • 9a6d574 chore(release): publish a new stable version (#7655)
  • 18f9afe chore(release): publish a new stable version (#7640)
  • 3d893bb chore(release): publish a new stable version (#7617)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​tiptap/extension-link since your current version.


Updates @tiptap/extension-subscript from 3.13.0 to 3.22.4

Release notes

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

v3.22.4

@​tiptap/extension-drag-handle

Patch Changes

  • 032f8f1: Fix drag handle ghost image alignment when dragging blocks inside offset layouts, and preserve correct ghost image behavior for RTL content.
  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4
    • @​tiptap/extension-collaboration@​3.22.4
    • @​tiptap/extension-node-range@​3.22.4
    • @​tiptap/pm@​3.22.4

@​tiptap/core

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • 032f8f1: Fix text selection collapsing after toggling off a list with AllSelection
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/pm@​3.22.4

@​tiptap/extension-audio

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4

@​tiptap/extension-blockquote

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4

@​tiptap/extension-bold

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]

... (truncated)

Changelog

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

3.22.4

Patch Changes

  • 27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [27ea931]
  • Updated dependencies [64f36b8]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4
    • @​tiptap/pm@​3.22.4

3.22.3

Patch Changes

  • Updated dependencies [cb28e7b]
    • @​tiptap/core@​3.22.3
    • @​tiptap/pm@​3.22.3

3.22.2

Patch Changes

  • Updated dependencies [f1d504c]
  • Updated dependencies [404c683]
    • @​tiptap/core@​3.22.2
    • @​tiptap/pm@​3.22.2

3.22.1

Patch Changes

  • Updated dependencies [ee03ac0]
  • Updated dependencies [b88f9ed]
    • @​tiptap/core@​3.22.1
    • @​tiptap/pm@​3.22.1

3.22.0

Patch Changes

  • Updated dependencies [912a49b]
  • Updated dependencies [7d4fb9a]
  • Updated dependencies [0c1c112]
  • Updated dependencies [0c1c112]
  • Updated dependencies [f99bdc2]
    • @​tiptap/core@​3.22.0
    • @​tiptap/pm@​3.22.0

3.21.0

... (truncated)

Commits
  • dec9735 chore(release): publish a new stable version (#7727)
  • 27ea931 fix: restrict peer dependency ranges to avoid npm resolution conflicts (#7593)
  • 626b052 chore(release): publish a new stable version (#7714)
  • 99e204c chore(release): publish a new stable version (#7698)
  • 8ee6d9a chore(release): publish a new stable version (#7687)
  • 7834835 chore(release): publish a new stable version (#7665)
  • 91c51be chore(release): publish a new stable version (#7658)
  • 9a6d574 chore(release): publish a new stable version (#7655)
  • 18f9afe chore(release): publish a new stable version (#7640)
  • 3d893bb chore(release): publish a new stable version (#7617)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​tiptap/extension-subscript since your current version.


Updates @tiptap/extension-superscript from 3.13.0 to 3.22.4

Release notes

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

v3.22.4

@​tiptap/extension-drag-handle

Patch Changes

  • 032f8f1: Fix drag handle ghost image alignment when dragging blocks inside offset layouts, and preserve correct ghost image behavior for RTL content.
  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4
    • @​tiptap/extension-collaboration@​3.22.4
    • @​tiptap/extension-node-range@​3.22.4
    • @​tiptap/pm@​3.22.4

@​tiptap/core

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • 032f8f1: Fix text selection collapsing after toggling off a list with AllSelection
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/pm@​3.22.4

@​tiptap/extension-audio

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4

@​tiptap/extension-blockquote

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4

@​tiptap/extension-bold

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]

... (truncated)

Changelog

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

3.22.4

Patch Changes

  • 27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [27ea931]
  • Updated dependencies [64f36b8]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4
    • @​tiptap/pm@​3.22.4

3.22.3

Patch Changes

  • Updated dependencies [cb28e7b]
    • @​tiptap/core@​3.22.3
    • @​tiptap/pm@​3.22.3

3.22.2

Patch Changes

  • Updated dependencies [f1d504c]
  • Updated dependencies [404c683]
    • @​tiptap/core@​3.22.2
    • @​tiptap/pm@​3.22.2

3.22.1

Patch Changes

  • Updated dependencies [ee03ac0]
  • Updated dependencies [b88f9ed]
    • @​tiptap/core@​3.22.1
    • @​tiptap/pm@​3.22.1

3.22.0

Patch Changes

  • Updated dependencies [912a49b]
  • Updated dependencies [7d4fb9a]
  • Updated dependencies [0c1c112]
  • Updated dependencies [0c1c112]
  • Updated dependencies [f99bdc2]
    • @​tiptap/core@​3.22.0
    • @​tiptap/pm@​3.22.0

3.21.0

... (truncated)

Commits
  • dec9735 chore(release): publish a new stable version (#7727)
  • 27ea931 fix: restrict peer dependency ranges to avoid npm resolution conflicts (#7593)
  • 626b052 chore(release): publish a new stable version (#7714)
  • 99e204c chore(release): publish a new stable version (#7698)
  • 8ee6d9a chore(release): publish a new stable version (#7687)
  • 7834835 chore(release): publish a new stable version (#7665)
  • 91c51be chore(release): publish a new stable version (#7658)
  • 9a6d574 chore(release): publish a new stable version (#7655)
  • 18f9afe chore(release): publish a new stable version (#7640)
  • 3d893bb chore(release): publish a new stable version (#7617)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​tiptap/extension-superscript since your current version.


Updates @tiptap/extension-text-align from 3.18.0 to 3.22.4

Release notes

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

v3.22.4

@​tiptap/extension-drag-handle

Patch Changes

  • 032f8f1: Fix drag handle ghost image alignment when dragging blocks inside offset layouts, and preserve correct ghost image behavior for RTL content.
  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4
    • @​tiptap/extension-collaboration@​3.22.4
    • @​tiptap/extension-node-range@​3.22.4
    • @​tiptap/pm@​3.22.4

@​tiptap/core

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • 032f8f1: Fix text selection collapsing after toggling off a list with AllSelection
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/pm@​3.22.4

@​tiptap/extension-audio

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4

@​tiptap/extension-blockquote

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4

@​tiptap/extension-bold

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]

... (truncated)

Changelog

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

3.22.4

Patch Changes

  • 27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [27ea931]
  • Updated dependencies [64f36b8]
    • @​tiptap/core@​3.22.4

3.22.3

Patch Changes

  • Updated dependencies [cb28e7b]
    • @​tiptap/core@​3.22.3

3.22.2

Patch Changes

  • Updated dependencies [f1d504c]
  • Updated dependencies [404c683]
    • @​tiptap/core@​3.22.2

3.22.1

Patch Changes

  • Updated dependencies [ee03ac0]
  • Updated dependencies [b88f9ed]
    • @​tiptap/core@​3.22.1

3.22.0

Patch Changes

  • Updated dependencies [912a49b]
  • Updated dependencies [7d4fb9a]
  • Updated dependencies [0c1c112]
  • Updated dependencies [0c1c112]
  • Updated dependencies [f99bdc2]
    • @​tiptap/core@​3.22.0

3.21.0

Patch Changes

  • @​tiptap/core@​3.21.0

3.20.6

... (truncated)

Commits
  • dec9735 chore(release): publish a new stable version (#7727)
  • 27ea931 fix: restrict peer dependency ranges to avoid npm resolution conflicts (#7593)
  • 626b052 chore(release): publish a new stable version (#7714)
  • 99e204c chore(release): publish a new stable version (#7698)
  • 8ee6d9a chore(release): publish a new stable version (#7687)
  • 7834835 chore(release): publish a new stable version (#7665)
  • 91c51be chore(release): publish a new stable version (#7658)
  • 9a6d574 chore(release): publish a new stable version (#7655)
  • 18f9afe chore(release): publish a new stable version (#7640)
  • 3d893bb chore(release): publish a new stable version (#7617)
  • Additional commits viewable in compare view

Updates @tiptap/starter-kit from 3.13.0 to 3.22.4

Release notes

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

v3.22.4

@​tiptap/extension-drag-handle

Patch Changes

  • 032f8f1: Fix drag handle ghost image alignment when dragging blocks inside offset layouts, and preserve correct ghost image behavior for RTL content.
  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4
    • @​tiptap/extension-collaboration@​3.22.4
    • @​tiptap/extension-node-range@​3.22.4
    • @​tiptap/pm@​3.22.4

@​tiptap/core

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • 032f8f1: Fix text selection collapsing after toggling off a list with AllSelection
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/pm@​3.22.4

@​tiptap/extension-audio

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4

@​tiptap/extension-blockquote

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4

@​tiptap/extension-bold

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]

... (truncated)

Changelog

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

3.22.4

Patch Changes

  • 27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [27ea931]
  • Updated dependencies [64f36b8]
  • Updated dependencies [5ca9902]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4
    • @​tiptap/extension-blockquote@​3.22.4
    • @​tiptap/extension-bold@​3.22.4
    • @​tiptap/extension-bullet-list@​3.22.4
    • @​tiptap/extension-code@​3.22.4
    • @​tiptap/extension-code-block@​3.22.4
    • @​tiptap/extension-document@​3.22.4
    • @​tiptap/extension-hard-break@​3.22.4
    • @​tiptap/extension-heading@​3.22.4
    • @​tiptap/extension-horizontal-rule@​3.22.4
    • @​tiptap/extension-italic@​3.22.4
    • @​tiptap/extension-link@​3.22.4
    • @​tiptap/extension-list@​3.22.4
    • @​tiptap/extension-ordered-list@​3.22.4
    • @​tiptap/extension-paragraph@​3.22.4
    • @​tiptap/extension-strike@​3.22.4
    • @​tiptap/extension-text@​3.22.4
    • @​tiptap/extension-underline@​3.22.4
    • @​tiptap/extensions@​3.22.4
    • @​tiptap/pm@​3.22.4
    • @​tiptap/extension-dropcursor@​3.22.4
    • @​tiptap/extension-gapcursor@​3.22.4
    • @​tiptap/extension-list-item@​3.22.4
    • @​tiptap/extension-list-keymap@​3.22.4

3.22.3

Patch Changes

  • Updated dependencies [cb28e7b]
    • @​tiptap/core@​3.22.3
    • @​tiptap/extension-blockquote@​3.22.3
    • @​tiptap/extension-bold@​3.22.3
    • @​tiptap/extension-code@​3.22.3
    • @​tiptap/extension-code-block@​3.22.3
    • @​tiptap/extension-document@​3.22.3
    • @​tiptap/extension-hard-break@​3.22.3
    • @​tiptap/extension-heading@​3.22.3
    • @​tiptap/extension-horizontal-rule@​3.22.3
    • @​tiptap/extension-italic@​3.22.3
    • @​tiptap/extension-link@​3.22.3

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​tiptap/starter-kit since your current version.


Updates @tiptap/vue-2 from 3.13.0 to 3.22.4

Release notes

Sourced from @​tiptap/vue-2's releases.

v3.22.4

@​tiptap/extension-drag-handle

Patch Changes

  • 032f8f1: Fix drag handle ghost image alignment when dragging blocks inside offset layouts, and preserve correct ghost image behavior for RTL content.
  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4
    • @​tiptap/extension-collaboration@​3.22.4
    • @​tiptap/extension-node-range@​3.22.4
    • @​tiptap/pm@​3.22.4

@​tiptap/core

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • 032f8f1: Fix text selection collapsing after toggling off a list with AllSelection
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/pm@​3.22.4

@​tiptap/extension-audio

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4

@​tiptap/extension-blockquote

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4

@​tiptap/extension-bold

Patch Changes

  • 032f8f1: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [032f8f1]
  • Updated dependencies [032f8f1]

... (truncated)

Changelog

Sourced from @​tiptap/vue-2's changelog.

3.22.4

Patch Changes

  • 27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [27ea931]
  • Updated dependencies [64f36b8]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4
    • @​tiptap/pm@​3.22.4

3.22...

Description has been truncated

Bumps the tiptap group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core) | `3.13.0` | `3.22.4` |
| [@tiptap/extension-code-block-lowlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-code-block-lowlight) | `3.13.0` | `3.22.4` |
| [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `3.13.0` | `3.22.4` |
| [@tiptap/extension-subscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-subscript) | `3.13.0` | `3.22.4` |
| [@tiptap/extension-superscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-superscript) | `3.13.0` | `3.22.4` |
| [@tiptap/extension-text-align](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-align) | `3.18.0` | `3.22.4` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `3.13.0` | `3.22.4` |
| [@tiptap/vue-2](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/vue-2) | `3.13.0` | `3.22.4` |


Updates `@tiptap/core` from 3.13.0 to 3.22.4
- [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/v3.22.4/packages/core)

Updates `@tiptap/extension-code-block-lowlight` from 3.13.0 to 3.22.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-code-block-lowlight/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.22.4/packages/extension-code-block-lowlight)

Updates `@tiptap/extension-link` from 3.13.0 to 3.22.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-link/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.22.4/packages/extension-link)

Updates `@tiptap/extension-subscript` from 3.13.0 to 3.22.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-subscript/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.22.4/packages/extension-subscript)

Updates `@tiptap/extension-superscript` from 3.13.0 to 3.22.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-superscript/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.22.4/packages/extension-superscript)

Updates `@tiptap/extension-text-align` from 3.18.0 to 3.22.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-text-align/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.22.4/packages/extension-text-align)

Updates `@tiptap/starter-kit` from 3.13.0 to 3.22.4
- [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/v3.22.4/packages/starter-kit)

Updates `@tiptap/vue-2` from 3.13.0 to 3.22.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/vue-2/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.22.4/packages/vue-2)

---
updated-dependencies:
- dependency-name: "@tiptap/core"
  dependency-version: 3.22.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-code-block-lowlight"
  dependency-version: 3.22.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-link"
  dependency-version: 3.22.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-subscript"
  dependency-version: 3.22.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-superscript"
  dependency-version: 3.22.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-text-align"
  dependency-version: 3.22.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.22.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/vue-2"
  dependency-version: 3.22.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2026
@rtibbles rtibbles requested a review from rtibblesbot May 1, 2026 00:35
Copy link
Copy Markdown
Contributor

@rtibblesbot rtibblesbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grouped minor-version tiptap update; approving.

CI passing. No UI files changed — visual inspection skipped.

Dependency Update Review

Packages: 8 @tiptap/* packages, 3.13.0 → 3.22.4 (one from 3.18.0)
Semver risk: Minor (all remain at major v3)
Dependency type: Production
CI status: Passing (11/11 checks)

Changelog Analysis

Sources consulted:

  • PR body changelog sections for all 8 packages
  • Commits comparison links in PR body

Breaking changes: None found. All releases in this range are patch-level fixes.

Notable behavior change (3.22.0): extendMarkRange('link') no longer extends to adjacent links with different hrefs — previously it would merge across adjacent links regardless of href. The project uses this in useLinkHandling.js (lines 69 and 125). The new behavior is more correct for the project's use case (editing or removing the current link only), so no code changes are needed.

Security fixes: None mentioned.

Other notable fixes:

  • 3.22.4: Fix peer dependency resolution conflicts
  • 3.22.3: insertContentAt document corruption with inline content at paragraph start
  • 3.22.2: Mark paste rule incorrectly removing stored marks; list toggling with full-document selection
  • 3.22.1: NodeView not re-rendering on position change; spurious drag-copy cursors
  • 3.22.0: HTML character escaping in markdown roundtrip; RangeError in unsetMark at position 0

Compatibility Assessment

  • Project uses extendMarkRange('link'): yes — behavior change is an improvement, no migration needed
  • Peer dependency changes: none
  • Code changes required: no
  • Prior failed attempts: no maintainer comments flagging prior issues

Recommendation

APPROVE — minor version bump within major v3, CI passing, no breaking changes, one behavior fix that is beneficial to this project.


@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly

How was this generated?

Reviewed the pull request diff checking for:

  • Correctness: bugs, edge cases, undocumented behavior, resource leaks, hardcoded values
  • Design: unnecessary complexity, naming, readability, comment accuracy, redundant state
  • Architecture: duplicated concerns, minimal interfaces, composition over inheritance
  • Testing: behavior-based assertions, mocks only at hard boundaries, accurate coverage
  • Completeness: missing dependencies, unupdated usages, i18n, accessibility, security
  • Principles: DRY (same reason to change), SRP, Rule of Three (no premature abstraction)
  • Checked CI status and linked issue acceptance criteria
  • For UI changes: inspected screenshots for layout, visual completeness, and consistency

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 Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant