fix(deps): update tiptap to ^3.3.0 (main) - #2025
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/main-tiptap
branch
from
August 23, 2025 16:26
783dded to
7a76cc1
Compare
renovate
Bot
force-pushed
the
renovate/main-tiptap
branch
3 times, most recently
from
September 1, 2025 04:14
3fe2066 to
16144dc
Compare
enjeck
approved these changes
Sep 1, 2025
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
enjeck
force-pushed
the
renovate/main-tiptap
branch
from
September 1, 2025 04:15
16144dc to
c0a5910
Compare
enjeck
approved these changes
Sep 1, 2025
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.2.0->^3.3.0^3.2.0->^3.3.0^3.2.0->^3.3.0^3.2.0->^3.3.0^3.2.0->^3.3.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ueberdosis/tiptap (@tiptap/extension-character-count)
v3.3.0Compare Source
Patch Changes
v3.2.2Compare Source
Patch Changes
v3.2.1Patch Changes
ueberdosis/tiptap (@tiptap/extension-task-item)
v3.3.0Compare Source
Releases
@tiptap/core@3.3.0
Minor Changes
5423726: Make input rules and paste rules respect extensionpriorityby registeringthem per-extension instead of aggregating them into a single global plugin.
Why
What changed
Migration & compatibility
Patch Changes
5423726: Fix paste rule handling for node views and defensively guard empty ranges.This patch ensures paste rules can correctly inspect node content when
node-specific size metadata (
nodeSize) is present, falling back tonode.content.sizewhen needed. It also skips empty or invalid node rangesbefore calling
textBetween, preventing runtime errors originating frominternal Fragment/Node traversals (for example: "Cannot read properties of
undefined (reading 'nodeSize')").
@tiptap/extension-unique-id@3.3.0
Patch Changes
5423726: Change thegenerateIDoption to accept a context object:{ node, pos }.This lets ID generators access both the ProseMirror
nodeand itsposwithin the document when creating IDs, enabling logic that depends on node content, type, or position.The change is backwards-compatible: existing
generateIDfunctions that ignore the new context will continue to work. Example usage:@tiptap/react@3.3.0
Patch Changes
5423726: EnsureReactRenderer.destroy()removes the renderer DOM element when present.ReactRenderer's.elementto the DOM (for example many demos append it todocument.body), previously callingdestroy()removed the portal renderer but left the DOM node in place which could lead to accumulating.react-rendererelements.destroy()now also removes the element from its parent node if present, preventing leaked DOM nodes / React roots.@tiptap/suggestion@3.3.0
Patch Changes
5423726: Add a safe API to exit suggestions and remove decorations.{ exit: true }will now reliably deactivate the suggestion plugin and remove inline decorations.exitSuggestion(view, pluginKey?)helper to programmatically close suggestions safely.v3.2.2Compare Source
Releases
@tiptap/extension-unique-id@3.2.2
Patch Changes
1cab7ff: Change thegenerateIDoption to accept a context object:{ node, pos }.This lets ID generators access both the ProseMirror
nodeand itsposwithin the document when creating IDs, enabling logic that depends on node content, type, or position.v3.2.1Releases
@tiptap/core@3.2.1
Patch Changes
6a2873f: Ensure drag previews for node views work correctly in Safari by attachingan offscreen clone of the node to the DOM while calling
setDragImage, and by preserving the original element's pixelwidth/heightso the preview matches the original. This preventsSafari from immediately cancelling the drag when a detached element is
used as the drag image.
ueberdosis/tiptap (@tiptap/starter-kit)
v3.3.0Compare Source
Patch Changes
5423726]5423726]v3.2.2Compare Source
Patch Changes
v3.2.1Patch Changes
6a2873f]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.
This PR was generated by Mend Renovate. View the repository job log.