fix(deps): update tiptap to ^3.24.0 (main)#8683
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
33bbaeb to
e107791
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0^3.23.6→^3.24.0Release Notes
ueberdosis/tiptap (@tiptap/core)
v3.24.0Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-blockquote)
v3.24.0Patch Changes
ueberdosis/tiptap (@tiptap/extension-bold)
v3.24.0Patch Changes
ueberdosis/tiptap (@tiptap/extension-code)
v3.24.0Patch Changes
ueberdosis/tiptap (@tiptap/extension-code-block)
v3.24.0Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-code-block-lowlight)
v3.24.0Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-collaboration)
v3.24.0Patch 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 adoc.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.7c0499b]ueberdosis/tiptap (@tiptap/extension-collaboration-caret)
v3.24.0Patch 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 awarenessupdatelistener is now removed on destroy, so the editor can be garbage collected.7c0499b]ueberdosis/tiptap (@tiptap/extension-document)
v3.24.0Patch Changes
ueberdosis/tiptap (@tiptap/extension-drag-handle)
v3.24.0Patch Changes
de337e8]7c0499b]ueberdosis/tiptap (@tiptap/extension-drag-handle-vue-2)
v3.24.0Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-hard-break)
v3.24.0Patch Changes
ueberdosis/tiptap (@tiptap/extension-heading)
v3.24.0Patch Changes
ueberdosis/tiptap (@tiptap/extension-highlight)
v3.24.0Patch Changes
ueberdosis/tiptap (@tiptap/extension-horizontal-rule)
v3.24.0Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-image)
v3.24.0Patch Changes
ueberdosis/tiptap (@tiptap/extension-italic)
v3.24.0Patch Changes
ueberdosis/tiptap (@tiptap/extension-link)
v3.24.0Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-list)
v3.24.0Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-mathematics)
v3.24.0Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-mention)
v3.24.0Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-paragraph)
v3.24.0Patch Changes
ueberdosis/tiptap (@tiptap/extension-placeholder)
v3.24.0Patch Changes
2d05614]ueberdosis/tiptap (@tiptap/extension-strike)
v3.24.0Patch Changes
ueberdosis/tiptap (@tiptap/extension-table)
v3.24.0Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-text)
v3.24.0Patch Changes
ueberdosis/tiptap (@tiptap/extension-typography)
v3.24.0Patch Changes
ueberdosis/tiptap (@tiptap/extension-underline)
v3.24.0Patch 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 awarenessupdatelistener is now removed on destroy, so the editor can be garbage collected.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 adoc.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.7bd09b7]@tiptap/server-ai-toolkit
Patch Changes
7bd09b7: ExcludetoTextproperty 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/inputrulesexport@tiptap/extension-details
Patch Changes
7bd09b7: Fix persisted details toggles when the details node is at the start of the document.7bd09b7]@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 downstreamcontentMatchAterrors when complex schemas (Mention, Variable, Table) are in use.7bd09b7]@tiptap/static-renderer
Patch Changes
7bd09b7: Honor thetextDirectioneditor option inrenderToHTMLString,renderToMarkdown, andrenderToReactElement, and omitnull/undefinedattribute values instead of serializing them as the literal string"null".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 updates7bd09b7]@tiptap/extension-table-of-contents
Minor Changes
7bd09b7: AddgenerateTocIds, a server-side utility that assignsidanddata-toc-idattributes to anchor nodes in a Tiptap JSON document without needing anEditorinstance.Patch Changes
7bd09b7]@tiptap/extension-drag-handle
Patch Changes
7bd09b7]7bd09b7]@tiptap/core
Patch Changes
7bd09b7]@tiptap/extension-bubble-menu
Patch Changes
7bd09b7]@tiptap/extension-code-block
Patch Changes
7bd09b7]@tiptap/extension-code-block-lowlight
Patch Changes
7bd09b7]@tiptap/extension-drag-handle-react
Patch Changes
7bd09b7]@tiptap/extension-drag-handle-vue-2
Patch Changes
7bd09b7]@tiptap/extension-drag-handle-vue-3
Patch Changes
7bd09b7]@tiptap/extension-emoji
Patch Changes
7bd09b7]@tiptap/extension-file-handler
Patch Changes
7bd09b7]@tiptap/extension-floating-menu
Patch Changes
7bd09b7]@tiptap/extension-horizontal-rule
Patch Changes
7bd09b7]@tiptap/extension-invisible-characters
Patch Changes
7bd09b7]@tiptap/extension-link
Patch Changes
7bd09b7]@tiptap/extension-list
Patch Changes
7bd09b7]@tiptap/extension-mathematics
Patch Changes
7bd09b7]@tiptap/extension-mention
Patch Changes
7bd09b7]@tiptap/extension-node-range
Patch Changes
7bd09b7]@tiptap/extension-subscript
Patch Changes
7bd09b7]@tiptap/extension-superscript
Patch Changes
7bd09b7]@tiptap/extension-table
Patch Changes
7bd09b7]@tiptap/extension-unique-id
Patch Changes
7bd09b7]@tiptap/html
Patch Changes
7bd09b7]@tiptap/react
Patch Changes
7bd09b7]@tiptap/suggestion
Patch Changes
7bd09b7]@tiptap/vue-2
Patch Changes
7bd09b7]@tiptap/vue-3
Patch Changes
7bd09b7]@tiptap/extension-character-count
Patch Changes
7bd09b7]@tiptap/extension-dropcursor
Patch Changes
7bd09b7]@tiptap/extension-focus
Patch Changes
7bd09b7]@tiptap/extension-gapcursor
Patch Changes
7bd09b7]@tiptap/extension-history
Patch Changes
7bd09b7]@tiptap/extension-placeholder
Patch Changes
7bd09b7]@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
7bd09b7]7bd09b7]ueberdosis/tiptap (@tiptap/pm)
v3.24.0Patch Changes
7c0499b: Add missing@tiptap/pm/inputrulesexportueberdosis/tiptap (@tiptap/suggestion)
v3.24.0Patch Changes
7c0499b]Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.