fix(deps): update tiptap (main) - #8683
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/main-tiptap
branch
2 times, most recently
from
June 3, 2026 08:06
e107791 to
2cb08c4
Compare
renovate
Bot
force-pushed
the
renovate/main-tiptap
branch
from
June 5, 2026 12:29
2cb08c4 to
25c33e5
Compare
renovate
Bot
force-pushed
the
renovate/main-tiptap
branch
from
June 11, 2026 10:11
25c33e5 to
c7f18ab
Compare
renovate
Bot
force-pushed
the
renovate/main-tiptap
branch
from
June 11, 2026 22:08
c7f18ab to
331aadb
Compare
renovate
Bot
force-pushed
the
renovate/main-tiptap
branch
from
June 17, 2026 09:00
331aadb to
25f384f
Compare
renovate
Bot
force-pushed
the
renovate/main-tiptap
branch
from
June 18, 2026 21:46
25f384f to
52a81c5
Compare
mejo-
force-pushed
the
renovate/main-tiptap
branch
from
June 29, 2026 10:44
52a81c5 to
21c30ec
Compare
Member
|
Some tests around tables are failing, which seems related. |
Collaborator
|
Fixed some of the issues using the unreleased New structure in diff --git a/src/nodes/CodeBlock.js b/src/nodes/CodeBlock.js
index caffbc207..61e886457 100644
--- a/src/nodes/CodeBlock.js
+++ b/src/nodes/CodeBlock.js
@@ -46,7 +46,7 @@ const CodeBlock = TiptapCodeBlockLowlight.extend({
},
addNodeView() {
- return VueNodeViewRenderer(CodeBlockView)
+ return VueNodeViewRenderer(CodeBlockView, { contentDOMElementTag: 'code' })
},
addKeyboardShortcuts() {
Note that the |
Collaborator
|
f69fd08 also fixed some of the issues. |
renovate
Bot
force-pushed
the
renovate/main-tiptap
branch
from
July 6, 2026 10:52
21c30ec to
c80d0ee
Compare
renovate
Bot
force-pushed
the
renovate/main-tiptap
branch
from
July 24, 2026 17:31
e5a5c5f to
ef7ff23
Compare
renovate
Bot
force-pushed
the
renovate/main-tiptap
branch
from
July 24, 2026 17:39
ef7ff23 to
e4f7446
Compare
renovate
Bot
force-pushed
the
renovate/main-tiptap
branch
from
July 28, 2026 18:38
e4f7446 to
d4cb1de
Compare
renovate
Bot
force-pushed
the
renovate/main-tiptap
branch
from
July 30, 2026 19:47
d4cb1de to
801a528
Compare
renovate
Bot
force-pushed
the
renovate/main-tiptap
branch
from
July 31, 2026 12:50
801a528 to
1c7a938
Compare
renovate
Bot
force-pushed
the
renovate/main-tiptap
branch
from
August 1, 2026 16:26
1c7a938 to
b484f6a
Compare
renovate
Bot
force-pushed
the
renovate/main-tiptap
branch
from
August 2, 2026 12:46
b484f6a to
a8677b1
Compare
Signed-off-by: Jonas <jonas@freesources.org>
mejo-
force-pushed
the
renovate/main-tiptap
branch
from
August 8, 2026 18:28
a8677b1 to
5edce3d
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. |
…ation Signed-off-by: Jonas <jonas@freesources.org>
mejo-
force-pushed
the
renovate/main-tiptap
branch
from
August 8, 2026 19:58
5edce3d to
67393de
Compare
Due to upstream changes in y-tiptap 3.0.7, `onSelectionUpdate` gets fired again after `onCreate`, which introduced a race condition in our autofocus plugin, resulting in the cursor position always being set to the end of the document when opening a document the first time. Signed-off-by: Jonas <jonas@freesources.org>
mejo-
force-pushed
the
renovate/main-tiptap
branch
from
August 8, 2026 21:10
d0e9b6c to
35f3b4d
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.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.2^3.23.6→^3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.23.23.6→3.29.2^3.23.6→^3.29.2^1.13.4→^1.13.5Release Notes
ueberdosis/tiptap (@tiptap/core)
v3.29.2Compare Source
Patch Changes
v3.29.1Compare Source
Patch Changes
v3.29.0Compare Source
Patch Changes
d26840f: Fix a TypeScript build error inisAndroid()where comparingnavigator.platformagainst the literal'Android'with===could fail to compile under somelib.dom.d.tstypings ("types have no overlap"). Switched to the same.includes()pattern already used byisiOS(), which is not affected by this TypeScript narrowing issue. No runtime behavior change.935e63f: Fixed a bug where deleting anAllSelection(for example right after Ctrl/Cmd+A) left a lingering "phantom" selection highlight over the emptied document instead of a text cursor.deleteSelectionnow collapses the selection to a cursor.b4c5a2d: Fix input rules crashing when the matched text spans an inline atom node like a mention.a963d48: Node viewgetPos()now returnsundefinedinstead of throwing when the position cannot be resolved yet, for example when React 19 renders a node view component while the editor view is still updating.51f45b6: FixedonContentErrorthrowing when callingeditor.commandsfrom inside the handler on initial load with invalid content. The editor now has a usable state (seeded from the stripped fallback document) beforeonContentErrorfires.0f63969: Fixeditor.$pos()returning the wrong node inside container nodes, for example the list item instead of the list.9acaa65: AddinsertDefaultBlockto insert the default textblock allowed at a position. It accepts an optional position, attributes, content, and selection-update option.e150ee0]v3.28.0Compare Source
Patch Changes
v3.27.4Compare Source
Patch Changes
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.v3.27.2Compare Source
Patch Changes
ceebb31]v3.27.1Compare Source
Patch Changes
v3.27.0Compare Source
Patch Changes
0d0094d: Ordered lists now support thetypeattribute (a,A,i,I).The
<ol>typeattribute is now fully preserved through the HTML round-trip:type="a"→ lowercase alphabetical markerstype="A"→ uppercase alphabetical markerstype="i"→ lowercase roman numeral markerstype="I"→ uppercase roman numeral markersPaste from external editors (Google Docs, Word, LibreOffice) now correctly detects the list style — both from the HTML
typeattribute and from CSSlist-style-typeproperties.Plain text paste of typed ordered list markers (e.g.
a. Item,I) Item,i. Item\nii. Item) is detected and converted to the correct list type.Markdown round-trip preserves typed markers: parsing
a. Itemcreatestype: "a", and serializing a typed list back to markdown uses the correct prefix (e.g.I.,ii.).Joining of adjacent lists now respects
type— two lists with different types (e.g. default numeric andtype="a") are not merged.795033c:parseAttributesnow supports any word characters at the start of classes or id attributes.0e0c4f9: FixmarksEqualto compare mark arrays as multisets instead of index-by-index, so order of marks no longer affects the result. Broaden the type signature to accept ProseMirrorMarkobjects (wheretypeis an object with anameproperty) alongside the existing JSON mark shape ({ type: string }).6d12bb9: Fix a edge-case inrewriteUnknownContentto not fail on null-ish values inside marks or nodes.v3.26.1Compare Source
Patch Changes
v3.26.0Compare Source
Patch Changes
v3.25.0Compare Source
Patch Changes
ec291dd: Fix: dragging an inline/resizable image within the editor no longer creates a duplicateWhen the
Imageextension was configured withinline: trueorresizeenabled, dragging an image within the editor could insert a duplicate at the drop position instead of moving it. This happened because the browser's native image drag behavior could populatedataTransfer.files, causing the FileHandler extension to intercept the drop before ProseMirror's internal move logic could run.454e9b8: Addclearablemark option (defaulttrue).unsetAllMarksnow skips marks withclearable: false, so semantic marks like comments are not removed by "clear formatting".9cf8db0: AddattrsEqualandmarksEqualutility functions to@tiptap/core.attrsEqualcompares two attribute objects for equality regardless of key ordering.marksEqualcompares two arrays of mark objects by type and attributes usingattrsEqual.3d4f94c: Fix plain-text copy of table cell selections including content from unselected cells in between. Each selected range is now serialized independently and joined in document order, so dragging upward (reverse selection) also produces output in document order.Updated dependencies [
c1a2ce8]v3.24.0Compare Source
Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-blockquote)
v3.29.2Compare Source
Patch Changes
v3.29.1Compare Source
Patch Changes
v3.29.0Compare Source
Patch Changes
d26840f]e150ee0]935e63f]b4c5a2d]a963d48]51f45b6]0f63969]9acaa65]v3.28.0Compare Source
Patch Changes
v3.27.4Compare Source
Patch Changes
53f8e57: Fix a crash when pressing backspace at the very start of the document with a leading image. The blockquote backspace handler dereferenced an undefined parent at the top (doc) level, throwingTypeError: Cannot read properties of undefined (reading 'type'). It now bails out so backspace is a no-op at the document start.6238a3c: Add@tiptap/pmas a peer dependency so bundlers resolve ProseMirror packages from the app instead of duplicatingprosemirror-modelinside@tiptap/extension-blockquote.v3.27.3Compare Source
Patch Changes
023f98c]v3.27.2Compare Source
Patch Changes
v3.27.1Compare Source
Patch Changes
v3.27.0Compare Source
Patch Changes
0d0094d]795033c]0e0c4f9]6d12bb9]v3.26.1Compare Source
Patch Changes
v3.26.0Compare Source
Minor Changes
155a613: Backspace at the start of a non-first child of a blockquote now lifts that child out, splitting the blockquote around it. A second backspace at the start of a top-level textblock whose previous sibling is a blockquote merges the textblock's inline content into the blockquote's last textblock instead of pulling the paragraph back inside.Patch Changes
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]3d4f94c]v3.24.0Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-bold)
v3.29.2Compare Source
Patch Changes
v3.29.1Compare Source
Patch Changes
v3.29.0Compare Source
Patch Changes
d26840f]935e63f]b4c5a2d]a963d48]51f45b6]0f63969]9acaa65]v3.28.0Compare Source
Patch Changes
v3.27.4Compare Source
Patch Changes
v3.27.3Compare Source
Patch Changes
023f98c]v3.27.2Compare Source
Patch Changes
v3.27.1Compare Source
Patch Changes
v3.27.0Compare Source
Patch Changes
0d0094d]795033c]0e0c4f9]6d12bb9]v3.26.1Compare Source
Patch Changes
v3.26.0Compare Source
Patch Changes
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]3d4f94c]v3.24.0Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-code)
v3.29.2Compare Source
Patch Changes
v3.29.1Compare Source
Patch Changes
v3.29.0Compare Source
Patch Changes
d26840f]935e63f]b4c5a2d]a963d48]51f45b6]0f63969]9acaa65]v3.28.0Compare Source
Patch Changes
v3.27.4Compare Source
Patch Changes
v3.27.3Compare Source
Patch Changes
023f98c]v3.27.2Compare Source
Patch Changes
v3.27.1Compare Source
Patch Changes
v3.27.0Compare Source
Patch Changes
0d0094d]795033c]0e0c4f9]6d12bb9]v3.26.1Compare Source
Patch Changes
v3.26.0Compare Source
Patch Changes
v3.25.0Compare Source
Patch Changes
7d0ce2a: Fixed a bug where typing a character before an inline code markdown shortcut (e.g.afollowed by backtick-delimited code) would delete the preceding character. The preceding character is now preserved.ec291dd]454e9b8]9cf8db0]3d4f94c]v3.24.0Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-code-block)
v3.29.2Compare Source
Patch Changes
v3.29.1Compare Source
Patch Changes
v3.29.0Compare Source
Patch Changes
48f25af: Fixed a bug where pressingArrowUpin a code block that is the first node in the document did nothing, leaving no way to insert content above it. A new default block is now inserted above the code block, mirroring the existingArrowDownbehavior. The behavior can be disabled via the newexitOnArrowUpoption.d26840f]e150ee0]935e63f]b4c5a2d]a963d48]51f45b6]0f63969]9acaa65]v3.28.0Compare Source
Patch Changes
v3.27.4Compare Source
Patch Changes
v3.27.3Compare Source
Patch Changes
023f98c]v3.27.2Compare Source
Patch Changes
ceebb31]v3.27.1Compare Source
Patch Changes
v3.27.0Compare Source
Patch Changes
0d0094d]795033c]0e0c4f9]6d12bb9]v3.26.1Compare Source
Patch Changes
v3.26.0Compare Source
Patch Changes
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]c1a2ce8]3d4f94c]v3.24.0Compare Source
Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-code-block-lowlight)
v3.29.2Compare Source
Patch Changes
v3.29.1Compare Source
Patch Changes
v3.29.0Compare Source
Patch Changes
d26840f]e150ee0]935e63f]48f25af]b4c5a2d]a963d48]51f45b6]0f63969]9acaa65]v3.28.0Compare Source
Patch Changes
v3.27.4Compare Source
Patch Changes
v3.27.3Compare Source
Patch Changes
023f98c]v3.27.2Compare Source
Patch Changes
ceebb31]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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.