Skip to content

fix(deps): update tiptap to ^3.22.0 (main)#8412

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/main-tiptap
Open

fix(deps): update tiptap to ^3.22.0 (main)#8412
renovate[bot] wants to merge 1 commit intomainfrom
renovate/main-tiptap

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 28, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@tiptap/core (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-blockquote (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-bold (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-code (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-code-block (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-code-block-lowlight (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-collaboration (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-collaboration-caret (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-document (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-drag-handle (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-drag-handle-vue-2 (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-hard-break (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-heading (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-highlight (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-horizontal-rule (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-image (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-italic (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-link (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-list (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-mathematics (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-mention (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-paragraph (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-placeholder (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-strike (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-table (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-text (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-typography (source) ^3.20.4^3.22.0 age confidence
@tiptap/extension-underline (source) ^3.20.4^3.22.0 age confidence
@tiptap/extensions (source) ^3.20.4^3.22.0 age confidence
@tiptap/pm (source) ^3.20.4^3.22.0 age confidence
@tiptap/suggestion (source) ^3.20.4^3.22.0 age confidence
@tiptap/vue-2 (source) ^3.20.4^3.22.0 age confidence

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v3.22.0

Compare Source

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.

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-blockquote)

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-bold)

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-code)

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-code-block)

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-code-block-lowlight)

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-collaboration)

v3.22.0

Compare Source

Patch Changes
  • 556b0a3: Moved content validation from Yjs beforeTransaction (whose return value was ignored) to ProseMirror filterTransaction, so invalid collaborative changes are now properly blocked.
  • Updated dependencies [912a49b]
  • Updated dependencies [7d4fb9a]
  • Updated dependencies [0c1c112]
  • Updated dependencies [0c1c112]
  • Updated dependencies [f99bdc2]

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-collaboration-caret)

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-document)

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-drag-handle)

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-drag-handle-vue-2)

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-hard-break)

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-heading)

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-highlight)

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-horizontal-rule)

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-image)

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-italic)

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-link)

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-list)

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-mathematics)

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

[Compare Source](https://redirect.github.com/ueberdosis/tiptap/com


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from max-nextcloud as a code owner March 28, 2026 04:24
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 28, 2026
@renovate renovate bot requested review from mejo- and silverkszlo as code owners March 28, 2026 04:24
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 28, 2026
@github-actions github-actions bot enabled auto-merge March 28, 2026 04:24
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@renovate renovate bot force-pushed the renovate/main-tiptap branch from d6d6cd5 to a4bda84 Compare March 31, 2026 20:28
@renovate renovate bot changed the title fix(deps): update tiptap to ^3.21.0 (main) fix(deps): update tiptap to ^3.22.0 (main) Mar 31, 2026
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.

0 participants