Skip to content

chore(deps): update tiptap monorepo to v3.27.2#2809

Merged
JammingBen merged 2 commits into
mainfrom
renovate/tiptap-monorepo
Jul 7, 2026
Merged

chore(deps): update tiptap monorepo to v3.27.2#2809
JammingBen merged 2 commits into
mainfrom
renovate/tiptap-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@tiptap/core (source) 3.27.13.27.2 age confidence
@tiptap/extension-document (source) 3.27.13.27.2 age confidence
@tiptap/extension-hard-break (source) 3.27.13.27.2 age confidence
@tiptap/extension-image (source) 3.27.13.27.2 age confidence
@tiptap/extension-link (source) 3.27.13.27.2 age confidence
@tiptap/extension-paragraph (source) 3.27.13.27.2 age confidence
@tiptap/extension-placeholder (source) 3.27.13.27.2 age confidence
@tiptap/extension-table (source) 3.27.13.27.2 age confidence
@tiptap/extension-task-item (source) 3.27.13.27.2 age confidence
@tiptap/extension-task-list (source) 3.27.13.27.2 age confidence
@tiptap/extension-text (source) 3.27.13.27.2 age confidence
@tiptap/extension-text-align (source) 3.27.13.27.2 age confidence
@tiptap/extension-text-style (source) 3.27.13.27.2 age confidence
@tiptap/extension-underline (source) 3.27.13.27.2 age confidence
@tiptap/markdown (source) 3.27.13.27.2 age confidence
@tiptap/pm (source) 3.27.13.27.2 age confidence
@tiptap/starter-kit (source) 3.27.13.27.2 age confidence
@tiptap/suggestion (source) 3.27.13.27.2 age confidence
@tiptap/vue-3 (source) 3.27.13.27.2 age confidence

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v3.27.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-document)

v3.27.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-hard-break)

v3.27.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-image)

v3.27.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-link)

v3.27.2

Compare Source

Patch Changes
  • d3eb052: Coerce undefined HTMLAttributes (target, rel, class) to null so ProseMirror does not emit "No value supplied for attribute" warnings when these options are explicitly set to undefined.
  • Updated dependencies [ceebb31]
ueberdosis/tiptap (@​tiptap/extension-paragraph)

v3.27.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-placeholder)

v3.27.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-table)

v3.27.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-task-item)

v3.27.2

Compare 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.
  • Updated dependencies [ceebb31]
@​tiptap/extension-file-handler
Patch Changes
  • ceebb31: Add consumePasteEvent option to the file-handler extension. When true, handlePaste returns true even when HTML content is present in the clipboard, preventing paste rules from other extensions from creating duplicate content. Default is false.
  • Updated dependencies [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 across isChangeOrigin document rebuilds, and selection restore runs via appendTransaction after 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.
  • Updated dependencies [ceebb31]
@​tiptap/extension-link
Patch Changes
  • ceebb31: Coerce undefined HTMLAttributes (target, rel, class) to null so ProseMirror does not emit "No value supplied for attribute" warnings when these options are explicitly set to undefined.
  • Updated dependencies [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.
  • Updated dependencies [ceebb31]
@​tiptap/extension-mathematics
Patch Changes
@​tiptap/react
Patch Changes
@​tiptap/extension-drag-handle-react
Patch Changes
@​tiptap/static-renderer
Patch Changes
  • ceebb31: Fix the static renderer ignoring unhandledNode and unhandledMark for node or mark types missing from the schema; such content now falls back to those renderers instead of throwing in Node.fromJSON
  • Updated dependencies [ceebb31]
@​tiptap/pm
Patch Changes
  • ceebb31: Updated all ProseMirror packages to the latest publicly available versions
@​tiptap/extension-drag-handle-vue-2
Patch Changes
@​tiptap/extension-drag-handle-vue-3
Patch Changes
@​tiptap/extension-list-item
Patch Changes
@​tiptap/extension-list-keymap
Patch Changes
@​tiptap/extension-task-item
Patch Changes
@​tiptap/extension-task-list
Patch Changes
@​tiptap/extension-bullet-list
Patch Changes
@​tiptap/extension-ordered-list
Patch Changes
@​tiptap/core
Patch Changes
@​tiptap/extension-bubble-menu
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-details
Patch Changes
@​tiptap/extension-floating-menu
Patch Changes
@​tiptap/extension-horizontal-rule
Patch Changes
@​tiptap/extension-invisible-characters
Patch Changes
@​tiptap/extension-mention
Patch Changes
@​tiptap/extension-node-range
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-unique-id
Patch Changes
@​tiptap/extensions
Patch Changes
@​tiptap/html
Patch Changes
@​tiptap/markdown
Patch Changes
@​tiptap/suggestion
Patch Changes
@​tiptap/vue-2
Patch Changes
@​tiptap/vue-3
Patch Changes
@​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
ueberdosis/tiptap (@​tiptap/extension-text)

v3.27.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-text-align)

v3.27.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-text-style)

v3.27.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-underline)

v3.27.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/markdown)

v3.27.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/pm)

v3.27.2

Compare Source

Patch Changes
  • ceebb31: Updated all ProseMirror packages to the latest publicly available versions
ueberdosis/tiptap (@​tiptap/starter-kit)

v3.27.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/suggestion)

v3.27.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/vue-3)

v3.27.2

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/tiptap-monorepo branch 2 times, most recently from 0292b07 to 13b5e40 Compare July 7, 2026 06:47
@renovate
renovate Bot force-pushed the renovate/tiptap-monorepo branch from 13b5e40 to 9347c49 Compare July 7, 2026 07:41
@renovate

renovate Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@JammingBen
JammingBen merged commit 5823bde into main Jul 7, 2026
29 checks passed
@JammingBen
JammingBen deleted the renovate/tiptap-monorepo branch July 7, 2026 08:11
@openclouders openclouders mentioned this pull request Jul 7, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant