chore(deps): update tiptap monorepo to v3.27.3#2833
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
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.2→3.27.33.27.2→3.27.33.27.2→3.27.33.27.2→3.27.33.27.2→3.27.33.27.2→3.27.33.27.2→3.27.33.27.2→3.27.33.27.2→3.27.33.27.2→3.27.33.27.2→3.27.33.27.2→3.27.33.27.2→3.27.33.27.2→3.27.33.27.2→3.27.33.27.2→3.27.33.27.2→3.27.33.27.2→3.27.33.27.2→3.27.3Release Notes
ueberdosis/tiptap (@tiptap/core)
v3.27.3Compare Source
Patch Changes
023f98c: FixdeleteSelectionto delete content across all selection ranges instead of only the first range. This restores multi-cell table selections and other custom selections with multiple ranges.ueberdosis/tiptap (@tiptap/extension-document)
v3.27.3Compare Source
Patch Changes
023f98c]ueberdosis/tiptap (@tiptap/extension-hard-break)
v3.27.3Compare Source
Patch Changes
023f98c]ueberdosis/tiptap (@tiptap/extension-image)
v3.27.3Compare Source
Patch Changes
023f98c]ueberdosis/tiptap (@tiptap/extension-link)
v3.27.3Compare Source
Patch Changes
023f98c]ueberdosis/tiptap (@tiptap/extension-paragraph)
v3.27.3Compare Source
Patch Changes
023f98c]ueberdosis/tiptap (@tiptap/extension-placeholder)
v3.27.3Compare Source
Patch Changes
76a76da]ueberdosis/tiptap (@tiptap/extension-table)
v3.27.3Compare Source
Patch Changes
023f98c]ueberdosis/tiptap (@tiptap/extension-task-item)
v3.27.3Compare Source
@tiptap/core
Patch Changes
94de762: FixdeleteSelectionto delete content across all selection ranges instead of only the first range. This restores multi-cell table selections and other custom selections with multiple ranges.@tiptap/extension-list
Patch Changes
94de762: Fix markdown parsing bugs where block elements right after an ordered list item (with no blank line in between) were wrongly treated as lazy continuation of the list item, instead of terminating the list the way other markdown parsers do:---,***,___,* * *) were swallowed into the list item as literal paragraph text — along with every line after them. They now terminate the list and become a horizontal rule.```and~~~) were nested inside the list item. They now terminate the list and become a top-level code block.- item) were nested inside the ordered list item. They now terminate the ordered list and start a new top-level bullet list. Indented bullets still nest inside the item as before.An indented
***/___inside item content is now also parsed as a horizontal rule inside the item instead of literal text. A---line directly below item paragraph text keeps its current behavior because it is a setext heading underline per CommonMark, not a thematic break.94de762: Fix indented ordered list items (e.g. one leading space before the marker, as happens when a top-level ordered list is itself nested inside another list) losing inline formatting during markdown parsing. The custom ordered-list markdown tokenizer built its nested structure with a hardcoded base indentation of 0, so an item whose actual indentation was non-zero never matched, causing the tokenizer to silently produce zero items and bail out — falling back to a path that left the item's content as literal, unparsed text instead of running it through inline tokenization (bold, italic, etc. were lost). The base indentation is now taken from the first collected item instead of being hardcoded.Updated dependencies [
94de762]@tiptap/extensions
Patch Changes
94de762: Fixed placeholder flickering and disappearance on large documents. Replaced the viewport-based decoration scan with an incrementalStateField<DecorationSet>that only re-computes decorations for top-level nodes touched by each transaction. This eliminates the dependency on DOM measurement (posAtCoords),requestAnimationFramescheduling, and scroll listeners that caused flickering under collaboration, occlusion, and rapid edits.94de762]@tiptap/extension-audio
Patch Changes
94de762]@tiptap/extension-blockquote
Patch Changes
94de762]@tiptap/extension-bold
Patch Changes
94de762]@tiptap/extension-bubble-menu
Patch Changes
94de762]@tiptap/extension-code
Patch Changes
94de762]@tiptap/extension-code-block
Patch Changes
94de762]@tiptap/extension-code-block-lowlight
Patch Changes
94de762]@tiptap/extension-collaboration
Patch Changes
94de762]@tiptap/extension-collaboration-caret
Patch Changes
94de762]@tiptap/extension-details
Patch Changes
94de762]@tiptap/extension-document
Patch Changes
94de762]@tiptap/extension-drag-handle
Patch Changes
94de762]@tiptap/extension-emoji
Patch Changes
94de762]@tiptap/extension-file-handler
Patch Changes
94de762]@tiptap/extension-floating-menu
Patch Changes
94de762]@tiptap/extension-hard-break
Patch Changes
94de762]@tiptap/extension-heading
Patch Changes
94de762]@tiptap/extension-highlight
Patch Changes
94de762]@tiptap/extension-horizontal-rule
Patch Changes
94de762]@tiptap/extension-image
Patch Changes
94de762]@tiptap/extension-invisible-characters
Patch Changes
94de762]@tiptap/extension-italic
Patch Changes
94de762]@tiptap/extension-link
Patch Changes
94de762]@tiptap/extension-mathematics
Patch Changes
94de762]@tiptap/extension-mention
Patch Changes
94de762]@tiptap/extension-node-range
Patch Changes
94de762]@tiptap/extension-paragraph
Patch Changes
94de762]@tiptap/extension-strike
Patch Changes
94de762]@tiptap/extension-subscript
Patch Changes
94de762]@tiptap/extension-superscript
Patch Changes
94de762]@tiptap/extension-table
Patch Changes
94de762]@tiptap/extension-table-of-contents
Patch Changes
94de762]@tiptap/extension-text
Patch Changes
94de762]@tiptap/extension-text-align
Patch Changes
94de762]@tiptap/extension-text-style
Patch Changes
94de762]@tiptap/extension-twitch
Patch Changes
94de762]@tiptap/extension-typography
Patch Changes
94de762]@tiptap/extension-underline
Patch Changes
94de762]@tiptap/extension-unique-id
Patch Changes
94de762]@tiptap/extension-youtube
Patch Changes
94de762]@tiptap/html
Patch Changes
94de762]@tiptap/markdown
Patch Changes
94de762]@tiptap/react
Patch Changes
94de762]@tiptap/static-renderer
Patch Changes
94de762]@tiptap/suggestion
Patch Changes
94de762]@tiptap/vue-2
Patch Changes
94de762]@tiptap/vue-3
Patch Changes
94de762]@tiptap/extension-list-item
Patch Changes
94de762]94de762]@tiptap/extension-list-keymap
Patch Changes
94de762]94de762]@tiptap/extension-task-item
Patch Changes
94de762]94de762]@tiptap/extension-task-list
Patch Changes
94de762]94de762]@tiptap/extension-bullet-list
Patch Changes
94de762]94de762]@tiptap/extension-ordered-list
Patch Changes
94de762]94de762]@tiptap/extension-character-count
Patch Changes
94de762]@tiptap/extension-dropcursor
Patch Changes
94de762]@tiptap/extension-focus
Patch Changes
94de762]@tiptap/extension-gapcursor
Patch Changes
94de762]@tiptap/extension-history
Patch Changes
94de762]@tiptap/extension-placeholder
Patch Changes
94de762]@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-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
94de762]94de762]94de762]94de762]ueberdosis/tiptap (@tiptap/extension-text)
v3.27.3Compare Source
Patch Changes
023f98c]ueberdosis/tiptap (@tiptap/extension-text-align)
v3.27.3Compare Source
Patch Changes
023f98c]ueberdosis/tiptap (@tiptap/extension-text-style)
v3.27.3Compare Source
Patch Changes
023f98c]ueberdosis/tiptap (@tiptap/extension-underline)
v3.27.3Compare Source
Patch Changes
023f98c]ueberdosis/tiptap (@tiptap/markdown)
v3.27.3Compare Source
Patch Changes
023f98c]ueberdosis/tiptap (@tiptap/pm)
v3.27.3Compare Source
ueberdosis/tiptap (@tiptap/starter-kit)
v3.27.3Compare Source
Patch Changes
023f98c]b4600b6]1f3ca7a]76a76da]ueberdosis/tiptap (@tiptap/suggestion)
v3.27.3Compare Source
Patch Changes
023f98c]ueberdosis/tiptap (@tiptap/vue-3)
v3.27.3Compare Source
Patch Changes
023f98c]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.