Skip to content

fix(deps): update tiptap to ^3.24.0 (main)#8683

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

fix(deps): update tiptap to ^3.24.0 (main)#8683
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-tiptap

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 31, 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.23.6^3.24.0 age confidence
@tiptap/extension-blockquote (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-bold (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-code (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-code-block (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-code-block-lowlight (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-collaboration (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-collaboration-caret (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-document (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-drag-handle (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-drag-handle-vue-2 (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-hard-break (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-heading (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-highlight (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-horizontal-rule (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-image (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-italic (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-link (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-list (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-mathematics (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-mention (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-paragraph (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-placeholder (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-strike (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-table (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-text (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-typography (source) ^3.23.6^3.24.0 age confidence
@tiptap/extension-underline (source) ^3.23.6^3.24.0 age confidence
@tiptap/extensions (source) ^3.23.6^3.24.0 age confidence
@tiptap/pm (source) ^3.23.6^3.24.0 age confidence
@tiptap/suggestion (source) ^3.23.6^3.24.0 age confidence
@tiptap/vue-2 (source) ^3.23.6^3.24.0 age confidence

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

Patch Changes
  • de337e8: Fix a memory leak where destroying an editor while its Y.Doc/provider stays alive (e.g. multiple editors sharing one provider) left the editor uncollectable. Yjs' UndoManager registered a doc.on('destroy', ...) listener that was never removed, keeping the UndoManager — and through it the whole editor — reachable from the long-lived doc. Fixed upstream in @tiptap/y-tiptap; this bumps the dependency to pull in the fix.
  • Updated dependencies [7c0499b]
ueberdosis/tiptap (@​tiptap/extension-collaboration-caret)

v3.24.0

Patch Changes
  • 976b8e3: Fix memory leak when destroying an editor while the collaboration provider stays alive (e.g. multiple editors sharing one provider). The extension's awareness update listener is now removed on destroy, so the editor can be garbage collected.
  • Updated dependencies [7c0499b]
ueberdosis/tiptap (@​tiptap/extension-document)

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

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

v3.24.0

Patch Changes
ueberdosis/tiptap (@​tiptap/extensions)

v3.24.0

@​tiptap/extension-collaboration-caret
Patch Changes
  • 7bd09b7: Fix memory leak when destroying an editor while the collaboration provider stays alive (e.g. multiple editors sharing one provider). The extension's awareness update listener is now removed on destroy, so the editor can be garbage collected.
  • Updated dependencies [7bd09b7]
@​tiptap/extension-collaboration
Patch Changes
  • 7bd09b7: Fix a memory leak where destroying an editor while its Y.Doc/provider stays alive (e.g. multiple editors sharing one provider) left the editor uncollectable. Yjs' UndoManager registered a doc.on('destroy', ...) listener that was never removed, keeping the UndoManager — and through it the whole editor — reachable from the long-lived doc. Fixed upstream in @tiptap/y-tiptap; this bumps the dependency to pull in the fix.
  • Updated dependencies [7bd09b7]
@​tiptap/server-ai-toolkit
Patch Changes
  • 7bd09b7: Exclude toText property when serializing the schema into a JSON object, because it is a function and functions are not serializable.
@​tiptap/pm
Patch Changes
  • 7bd09b7: Add missing @tiptap/pm/inputrules export
@​tiptap/extension-details
Patch Changes
@​tiptap/markdown
Patch Changes
  • 7bd09b7: Fix text inside unknown angle-bracket tags being silently swallowed during markdown parsing. HTML-like content such as <enter existing CID here if available> that does not map to any known element is now preserved as literal text instead of disappearing, which also prevents downstream contentMatchAt errors when complex schemas (Mention, Variable, Table) are in use.
  • Updated dependencies [7bd09b7]
@​tiptap/static-renderer
Patch Changes
  • 7bd09b7: Honor the textDirection editor option in renderToHTMLString, renderToMarkdown, and renderToReactElement, and omit null/undefined attribute values instead of serializing them as the literal string "null".
  • Updated dependencies [7bd09b7]
@​tiptap/extensions
Patch Changes
  • 7bd09b7: Fix placeholder flickering during collaborative editing and reduce scroll-time CPU usage by deferring viewport recomputation to rAF, adding an overscan margin, and throttling scroll updates
  • Updated dependencies [7bd09b7]
@​tiptap/extension-table-of-contents
Minor Changes
  • 7bd09b7: Add generateTocIds, a server-side utility that assigns id and data-toc-id attributes to anchor nodes in a Tiptap JSON document without needing an Editor instance.
Patch Changes
@​tiptap/extension-drag-handle
Patch Changes
@​tiptap/core
Patch Changes
@​tiptap/extension-bubble-menu
Patch Changes
@​tiptap/extension-code-block
Patch Changes
@​tiptap/extension-code-block-lowlight
Patch Changes
@​tiptap/extension-drag-handle-react
Patch Changes
@​tiptap/extension-drag-handle-vue-2
Patch Changes
@​tiptap/extension-drag-handle-vue-3
Patch Changes
@​tiptap/extension-emoji
Patch Changes
@​tiptap/extension-file-handler
Patch Changes
@​tiptap/extension-floating-menu
Patch Changes
@​tiptap/extension-horizontal-rule
Patch Changes
@​tiptap/extension-invisible-characters
Patch Changes
@​tiptap/extension-link
Patch Changes
@​tiptap/extension-list
Patch Changes
@​tiptap/extension-mathematics
Patch Changes
@​tiptap/extension-mention
Patch Changes
@​tiptap/extension-node-range
Patch Changes
@​tiptap/extension-subscript
Patch Changes
@​tiptap/extension-superscript
Patch Changes
@​tiptap/extension-table
Patch Changes
@​tiptap/extension-unique-id
Patch Changes
@​tiptap/html
Patch Changes
@​tiptap/react
Patch Changes
@​tiptap/suggestion
Patch Changes
@​tiptap/vue-2
Patch Changes
@​tiptap/vue-3
Patch Changes
@​tiptap/extension-character-count
Patch Changes
@​tiptap/extension-dropcursor
Patch Changes
@​tiptap/extension-focus
Patch Changes
@​tiptap/extension-gapcursor
Patch Changes
@​tiptap/extension-history
Patch Changes
@​tiptap/extension-placeholder
Patch Changes
@​tiptap/extension-audio
Patch Changes
@​tiptap/extension-blockquote
Patch Changes
@​tiptap/extension-bold
Patch Changes
@​tiptap/extension-code
Patch Changes
@​tiptap/extension-document
Patch Changes
@​tiptap/extension-hard-break
Patch Changes
@​tiptap/extension-heading
Patch Changes
@​tiptap/extension-highlight
Patch Changes
@​tiptap/extension-image
Patch Changes
@​tiptap/extension-italic
Patch Changes
@​tiptap/extension-paragraph
Patch Changes
@​tiptap/extension-strike
Patch Changes
@​tiptap/extension-text
Patch Changes
@​tiptap/extension-text-align
Patch Changes
@​tiptap/extension-text-style
Patch Changes
@​tiptap/extension-twitch
Patch Changes
@​tiptap/extension-typography
Patch Changes
@​tiptap/extension-underline
Patch Changes
@​tiptap/extension-youtube
Patch Changes
@​tiptap/extension-list-item
Patch Changes
@​tiptap/extension-list-keymap
Patch Changes
@​tiptap/extension-task-item
Patch Changes
@​tiptap/extension-task-list
Patch Changes
@​tiptap/extension-bullet-list
Patch Changes
@​tiptap/extension-ordered-list
Patch Changes
@​tiptap/extension-table-cell
Patch Changes
@​tiptap/extension-table-header
Patch Changes
@​tiptap/extension-table-row
Patch Changes
@​tiptap/extension-color
Patch Changes
@​tiptap/extension-font-family
Patch Changes
@​tiptap/starter-kit
Patch Changes
ueberdosis/tiptap (@​tiptap/pm)

v3.24.0

Patch Changes
  • 7c0499b: Add missing @tiptap/pm/inputrules export
ueberdosis/tiptap (@​tiptap/suggestion)

v3.24.0

Patch Changes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • "every weekend"
  • 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 May 31, 2026 04:28
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 31, 2026
@renovate renovate Bot requested review from mejo- and silverkszlo as code owners May 31, 2026 04:28
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 31, 2026
@renovate renovate Bot force-pushed the renovate/main-tiptap branch from 33bbaeb to e107791 Compare June 1, 2026 11:40
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