chore(deps): update tiptap monorepo to v3.27.2#2809
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/tiptap-monorepo
branch
2 times, most recently
from
July 7, 2026 06:47
0292b07 to
13b5e40
Compare
renovate
Bot
force-pushed
the
renovate/tiptap-monorepo
branch
from
July 7, 2026 07:41
13b5e40 to
9347c49
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
JammingBen
approved these changes
Jul 7, 2026
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.27.1→3.27.23.27.1→3.27.23.27.1→3.27.23.27.1→3.27.23.27.1→3.27.23.27.1→3.27.23.27.1→3.27.23.27.1→3.27.23.27.1→3.27.23.27.1→3.27.23.27.1→3.27.23.27.1→3.27.23.27.1→3.27.23.27.1→3.27.23.27.1→3.27.23.27.1→3.27.23.27.1→3.27.23.27.1→3.27.23.27.1→3.27.2Release Notes
ueberdosis/tiptap (@tiptap/core)
v3.27.2Compare Source
Patch Changes
ceebb31]ueberdosis/tiptap (@tiptap/extension-document)
v3.27.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-hard-break)
v3.27.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-image)
v3.27.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-link)
v3.27.2Compare Source
Patch Changes
d3eb052: CoerceundefinedHTMLAttributes (target,rel,class) tonullso ProseMirror does not emit "No value supplied for attribute" warnings when these options are explicitly set toundefined.ceebb31]ueberdosis/tiptap (@tiptap/extension-paragraph)
v3.27.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-placeholder)
v3.27.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-table)
v3.27.2Compare Source
Patch Changes
ceebb31]ueberdosis/tiptap (@tiptap/extension-task-item)
v3.27.2Compare Source
@tiptap/extension-emoji
Patch Changes
ceebb31: Fix arrow key navigation past emoji nodes in Firefox. Previously, pressing ArrowLeft with the cursor adjacent to an inline non-selectable emoji node at a paragraph boundary would not move the cursor in Firefox. The cursor now correctly skips over emoji nodes in both directions.ceebb31]@tiptap/extension-file-handler
Patch Changes
ceebb31: AddconsumePasteEventoption to the file-handler extension. Whentrue,handlePastereturnstrueeven when HTML content is present in the clipboard, preventing paste rules from other extensions from creating duplicate content. Default isfalse.ceebb31]@tiptap/extension-drag-handle
Patch Changes
ceebb31: Fix NodeRangeSelection not being restored after drag-and-drop when Collaboration (Yjs) is enabled. Drop anchor positions are now tracked with Yjs relative positions and remapped acrossisChangeOrigindocument rebuilds, and selection restore runs viaappendTransactionafter the drop transaction settles.ceebb31: Fix the drag handle when the editor renders zero-size widget decorations, such as the page chrome injected by the Pages extension. The handle now resolves to the correct block instead of failing to position or aligning to a decoration, and it stays above positioned page chrome so it remains clickable.ceebb31]@tiptap/extension-link
Patch Changes
ceebb31: CoerceundefinedHTMLAttributes (target,rel,class) tonullso ProseMirror does not emit "No value supplied for attribute" warnings when these options are explicitly set toundefined.ceebb31]@tiptap/extension-list
Patch Changes
ceebb31: Fix a markdown parsing bug where a heading right after an ordered list item (with no blank line in between) got pulled into the list item as plain text, so you'd see a literal###inside the list instead of an actual heading. Headings now end the list and get parsed properly, the way other markdown parsers handle it. Indented headings inside a list item are also parsed as real headings now instead of literal text.ceebb31]@tiptap/extension-mathematics
Patch Changes
ceebb31: Allow KaTeX 0.17ceebb31]@tiptap/react
Patch Changes
ceebb31: Change prop types of the Tiptap component so that either theeditoror theinstancefields are requiredceebb31]@tiptap/extension-drag-handle-react
Patch Changes
ceebb31: Fix React 19 strict mode compatibility by using useRef instead of useState for the portal element. Changing theclassNameprop now updates the element in place without re-registering the drag handle plugin.ceebb31]ceebb31]ceebb31]ceebb31]@tiptap/static-renderer
Patch Changes
ceebb31: Fix the static renderer ignoringunhandledNodeandunhandledMarkfor node or mark types missing from the schema; such content now falls back to those renderers instead of throwing inNode.fromJSONceebb31]@tiptap/pm
Patch Changes
ceebb31: Updated all ProseMirror packages to the latest publicly available versions@tiptap/extension-drag-handle-vue-2
Patch Changes
ceebb31]ceebb31]ceebb31]@tiptap/extension-drag-handle-vue-3
Patch Changes
ceebb31]ceebb31]ceebb31]@tiptap/extension-list-item
Patch Changes
ceebb31]@tiptap/extension-list-keymap
Patch Changes
ceebb31]@tiptap/extension-task-item
Patch Changes
ceebb31]@tiptap/extension-task-list
Patch Changes
ceebb31]@tiptap/extension-bullet-list
Patch Changes
ceebb31]@tiptap/extension-ordered-list
Patch Changes
ceebb31]@tiptap/core
Patch Changes
ceebb31]@tiptap/extension-bubble-menu
Patch Changes
ceebb31]@tiptap/extension-code-block
Patch Changes
ceebb31]@tiptap/extension-code-block-lowlight
Patch Changes
ceebb31]@tiptap/extension-collaboration
Patch Changes
ceebb31]@tiptap/extension-collaboration-caret
Patch Changes
ceebb31]@tiptap/extension-details
Patch Changes
ceebb31]@tiptap/extension-floating-menu
Patch Changes
ceebb31]@tiptap/extension-horizontal-rule
Patch Changes
ceebb31]@tiptap/extension-invisible-characters
Patch Changes
ceebb31]@tiptap/extension-mention
Patch Changes
ceebb31]@tiptap/extension-node-range
Patch Changes
ceebb31]@tiptap/extension-subscript
Patch Changes
ceebb31]@tiptap/extension-superscript
Patch Changes
ceebb31]@tiptap/extension-table
Patch Changes
ceebb31]@tiptap/extension-table-of-contents
Patch Changes
ceebb31]@tiptap/extension-unique-id
Patch Changes
ceebb31]@tiptap/extensions
Patch Changes
ceebb31]@tiptap/html
Patch Changes
ceebb31]@tiptap/markdown
Patch Changes
ceebb31]@tiptap/suggestion
Patch Changes
ceebb31]@tiptap/vue-2
Patch Changes
ceebb31]@tiptap/vue-3
Patch Changes
ceebb31]@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-table-cell
Patch Changes
@tiptap/extension-table-header
Patch Changes
@tiptap/extension-table-row
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-color
Patch Changes
@tiptap/extension-font-family
Patch Changes
@tiptap/starter-kit
Patch Changes
ceebb31]ceebb31]ceebb31]ueberdosis/tiptap (@tiptap/extension-text)
v3.27.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-text-align)
v3.27.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-text-style)
v3.27.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-underline)
v3.27.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/markdown)
v3.27.2Compare Source
Patch Changes
ceebb31]ueberdosis/tiptap (@tiptap/pm)
v3.27.2Compare Source
Patch Changes
ceebb31: Updated all ProseMirror packages to the latest publicly available versionsueberdosis/tiptap (@tiptap/starter-kit)
v3.27.2Compare Source
Patch Changes
d3eb052]f586b6f]ceebb31]ueberdosis/tiptap (@tiptap/suggestion)
v3.27.2Compare Source
Patch Changes
ceebb31]ueberdosis/tiptap (@tiptap/vue-3)
v3.27.2Compare Source
Patch Changes
ceebb31]Configuration
📅 Schedule: (UTC)
🚦 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.