chore(deps): update tiptap monorepo to v3.29.2 - #434
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
sharevb
force-pushed
the
chore/all-my-stuffs
branch
3 times, most recently
from
July 11, 2026 15:17
1cc77eb to
02df0f3
Compare
renovate
Bot
force-pushed
the
renovate/tiptap-monorepo
branch
from
July 12, 2026 11:38
e2db253 to
d59b4eb
Compare
sharevb
force-pushed
the
chore/all-my-stuffs
branch
2 times, most recently
from
July 12, 2026 14:58
41fa755 to
0620f57
Compare
renovate
Bot
force-pushed
the
renovate/tiptap-monorepo
branch
from
July 12, 2026 16:18
d59b4eb to
791a779
Compare
sharevb
force-pushed
the
chore/all-my-stuffs
branch
from
July 12, 2026 19:04
e7d0ce8 to
41464cf
Compare
renovate
Bot
force-pushed
the
renovate/tiptap-monorepo
branch
from
July 12, 2026 19:08
791a779 to
a57009c
Compare
sharevb
force-pushed
the
chore/all-my-stuffs
branch
from
July 12, 2026 21:05
138e700 to
c6447be
Compare
renovate
Bot
force-pushed
the
renovate/tiptap-monorepo
branch
from
July 12, 2026 21:07
a57009c to
0bfa662
Compare
sharevb
force-pushed
the
chore/all-my-stuffs
branch
from
July 12, 2026 21:11
c6447be to
23dc0d4
Compare
renovate
Bot
force-pushed
the
renovate/tiptap-monorepo
branch
2 times, most recently
from
July 13, 2026 20:43
d2a26c6 to
b95cdbe
Compare
sharevb
force-pushed
the
chore/all-my-stuffs
branch
from
July 13, 2026 21:16
74a0eb2 to
96a2079
Compare
renovate
Bot
force-pushed
the
renovate/tiptap-monorepo
branch
from
July 16, 2026 01:01
b95cdbe to
41323a2
Compare
sharevb
force-pushed
the
chore/all-my-stuffs
branch
from
July 16, 2026 06:49
18f53d0 to
44f13a5
Compare
renovate
Bot
force-pushed
the
renovate/tiptap-monorepo
branch
from
July 16, 2026 15:03
41323a2 to
1283440
Compare
sharevb
force-pushed
the
chore/all-my-stuffs
branch
2 times, most recently
from
July 19, 2026 19:02
6a1819c to
65955d9
Compare
renovate
Bot
force-pushed
the
renovate/tiptap-monorepo
branch
3 times, most recently
from
July 24, 2026 15:04
89ec136 to
aeaee00
Compare
renovate
Bot
force-pushed
the
renovate/tiptap-monorepo
branch
from
July 27, 2026 14:30
aeaee00 to
e3f2edb
Compare
renovate
Bot
force-pushed
the
renovate/tiptap-monorepo
branch
from
July 27, 2026 19:50
e3f2edb to
178b660
Compare
renovate
Bot
force-pushed
the
renovate/tiptap-monorepo
branch
from
August 8, 2026 19:09
178b660 to
f40450c
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.27.1→3.29.23.27.1→3.29.23.27.1→3.29.23.27.1→3.29.23.27.1→3.29.23.27.1→3.29.23.27.1→3.29.23.27.1→3.29.23.27.1→3.29.23.27.1→3.29.23.27.1→3.29.2Release 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]ueberdosis/tiptap (@tiptap/extension-color)
v3.29.2Compare Source
Patch Changes
v3.29.1Compare Source
Patch Changes
v3.29.0Compare Source
Patch Changes
v3.28.0Compare Source
Patch Changes
v3.27.4Compare Source
Patch Changes
v3.27.3Compare Source
Patch Changes
v3.27.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-gapcursor)
v3.29.2Compare Source
Patch Changes
v3.29.1Compare Source
Patch Changes
v3.29.0Compare Source
Patch Changes
v3.28.0Compare Source
Patch Changes
v3.27.4Compare Source
Patch Changes
d2983cd]v3.27.3Compare Source
Patch Changes
76a76da]v3.27.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-highlight)
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
@tiptap/extensions
Patch Changes
0fde1e8: Fixed theSelectionextension leaving the native browser selection visible on blur, where it overlapped the selection decoration. The native selection is now cleared on blur and restored on focus.@tiptap/extension-blockquote
Patch Changes
0fde1e8: 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.0fde1e8: Add@tiptap/pmas a peer dependency so bundlers resolve ProseMirror packages from the app instead of duplicatingprosemirror-modelinside@tiptap/extension-blockquote.@tiptap/extension-table
Patch Changes
0fde1e8: Fix<col width>in a table's<colgroup>being ignored when parsing HTML. The width of the first column was always dropped because the cell index0failed a truthiness check, and header cells (<th>) never read the colgroup at all. Both table cells and table headers now fall back to the matching<col>element'swidthattribute when they have nocolwidthattribute of their own.0fde1e8: Fix pipe characters inside backtick inline code spans being incorrectly treated as table column delimiters in both leading-pipe and pipeless (no leading|) GFM tables. Cells containing expressions like`||`or`a || b`now parse correctly instead of splitting into extra columns and losing their code formatting.@tiptap/extension-list
Patch Changes
0fde1e8: Fix a markdown parsing bug where a plain bullet (- item) nested under a task-list parent (- [ ]) was silently dropped from the parsed document. The task-list tokenizer's nested parser stopped at the first non-checkbox line and discarded everything after it; that remainder is now lexed and kept as sibling blocks (a bullet list or paragraph inside the parent task item), matching how mixed lists already behave at the top level.@tiptap/react
Patch Changes
0fde1e8: Add ause clientdirective so@tiptap/reactcan be imported from React Server Components without crashing. Core symbols re-exported through@tiptap/reactnow cross the client boundary too, so import them from@tiptap/coredirectly in server code.v3.27.3Compare Source
Patch Changes
023f98c]v3.27.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-table)
v3.29.2Compare Source
Patch Changes
v3.29.1Compare Source
Patch Changes
v3.29.0Compare Source
Patch Changes
093573a: Fix inserting a table with an empty cell or header (e.g. viainsertContent/insertContentAt) throwingRangeError: Invalid content for node tableCell/tableHeader: <>. Empty<td>/<th>elements are now backfilled with the cell's default block content, matching the behavior you already get fromsetContent.8649f2f: Keep line breaks inside table cells when serializing to markdown. Hard breaks and paragraph breaks in a cell are now written as<br>instead of being collapsed into a space, so they survive a parse/serialize round trip.d26840f]e150ee0]935e63f]b4c5a2d]a963d48]51f45b6]0f63969]9acaa65]v3.28.0Compare Source
Patch Changes
v3.27.4Compare Source
Patch Changes
246e1e8: Fix<col width>in a table's<colgroup>being ignored when parsing HTML. The width of the first column was always dropped because the cell index0failed a truthiness check, and header cells (<th>) never read the colgroup at all. Both table cells and table headers now fall back to the matching<col>element'swidthattribute when they have nocolwidthattribute of their own.edaac47: Fix pipe characters inside backtick inline code spans being incorrectly treated as table column delimiters in both leading-pipe and pipeless (no leading|) GFM tables. Cells containing expressions like`||`or`a || b`now parse correctly instead of splitting into extra columns and losing their code formatting.v3.27.3Compare Source
Patch Changes
023f98c]v3.27.2Compare Source
Patch Changes
ceebb31]ueberdosis/tiptap (@tiptap/extension-text-align)
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
@tiptap/extensions
Patch Changes
0fde1e8: Fixed theSelectionextension leaving the native browser selection visible on blur, where it overlapped the selection decoration. The native selection is now cleared on blur and restored on focus.@tiptap/extension-blockquote
Patch Changes
0fde1e8: 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.0fde1e8: Add@tiptap/pmas a peer dependency so bundlers resolve ProseMirror packages from the app instead of duplicatingprosemirror-modelinside@tiptap/extension-blockquote.@tiptap/extension-table
Patch Changes
0fde1e8: Fix<col width>in a table's<colgroup>being ignored when parsing HTML. The width of the first column was always dropped because the cell index0failed a truthiness check, and header cells (<th>) never read the colgroup at all. Both table cells and table headers now fall back to the matching<col>element'swidthattribute when they have nocolwidthattribute of their own.0fde1e8: Fix pipe characters inside backtick inline code spans being incorrectly treated as table column delimiters in both leading-pipe and pipeless (no leading|) GFM tables. Cells containing expressions like`||`or`a || b`now parse correctly instead of splitting into extra columns and losing their code formatting.@tiptap/extension-list
Patch Changes
0fde1e8: Fix a markdown parsing bug where a plain bullet (- item) nested under a task-list parent (- [ ]) was silently dropped from the parsed document. The task-list tokenizer's nested parser stopped at the first non-checkbox line and discarded everything after it; that remainder is now lexed and kept as sibling blocks (a bullet list or paragraph inside the parent task item), matching how mixed lists already behave at the top level.@tiptap/react
Patch Changes
0fde1e8: Add ause clientdirective so@tiptap/reactcan be imported from React Server Components without crashing. Core symbols re-exported through@tiptap/reactnow cross the client boundary too, so import them from@tiptap/coredirectly in server code.v3.27.3Compare Source
Patch Changes
023f98c]v3.27.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-text-style)
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
ueberdosis/tiptap (@tiptap/extensions)
v3.29.2Compare Source
@tiptap/react
Patch Changes
295e220: Fixed the caret jumping back to the previous block when pressing Enter inside a React node view.@tiptap/extension-find-and-replace
Patch Changes
295e220: Ensure only the active find-and-replace result keeps the current-result highlight while navigating matches.@tiptap/extension-drag-handle-react
Patch Changes
295e220]@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-list-item
Patch Changes
@tiptap/extension-list-keymap
Patch Changes
@tiptap/extension-placeholder
Patch Changes
@tiptap/extension-table-cell
Patch Changes
@tiptap/extension-table-header
Patch Changes
@tiptap/extension-table-row
Patch Changes
@tiptap/extension-task-item
Patch Changes
@tiptap/extension-task-list
Patch Changes
@tiptap/core
Patch Changes
@tiptap/extension-audio
Patch Changes
@tiptap/extension-blockquote
Patch Changes
@tiptap/extension-bold
Patch Changes
@tiptap/extension-bubble-menu
Patch Changes
@tiptap/extension-bullet-list
Patch Changes
@tiptap/extension-code
Patch Changes
@tiptap/extension-code-block
Patch Changes
@tiptap/extension-code-block-lowlight
Patch Changes
@tiptap/extension-collaboration
Patch Changes
@tiptap/extension-collaboration-caret
Patch Changes
@tiptap/extension-color
Patch Changes
@tiptap/extension-details
Patch Changes
@tiptap/extension-document
Patch Changes
@tiptap/extension-drag-handle
Patch Changes
@tiptap/extension-drag-handle-vue-2
Patch Changes
@tiptap/extension-drag-handle-vue-3
Patch Changes
@tiptap/extension-emoji
Patch Changes
@tiptap/extension-file-handler
Patch Changes
@tiptap/extension-floating-menu
Patch Changes
@tiptap/extension-font-family
Patch Changes
@tiptap/extension-hard-break
Patch Changes
@tiptap/extension-heading
Patch Changes
@tiptap/extension-highlight
Patch Changes
@tiptap/extension-horizontal-rule
Patch Changes
@tiptap/extension-image
Patch Changes
@tiptap/extension-invisible-characters
Patch Changes
@tiptap/extension-italic
Patch Changes
@tiptap/extension-link
Patch Changes
@tiptap/extension-list
Patch Changes
@tiptap/extension-mathematics
Patch Changes
@tiptap/extension-mention
Patch Changes
@tiptap/extension-node-range
Patch Changes
@tiptap/extension-ordered-list
Patch Changes
@tiptap/extension-paragraph
Patch Changes
@tiptap/extension-ruby-text
Patch Changes
@tiptap/extension-strike
Patch Changes
@tiptap/extension-subscript
Patch Changes
@tiptap/extension-superscript
Patch Changes
@tiptap/extension-table
Patch Changes
@tiptap/extension-table-of-contents
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-unique-id
Patch Changes
@tiptap/extension-youtube
Patch Changes
@tiptap/extensions
Patch Changes
@tiptap/html
Patch Changes
@tiptap/markdown
Patch Changes
@tiptap/starter-kit
Patch Changes
Configuration
📅 Schedule: (in timezone Europe/Paris)
* 0-3 * * *)* 0-3 * * *)🚦 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.