Skip to content

fix(deps): update tiptap to ^3.13.0 (main)#8017

Merged
github-actions[bot] merged 1 commit into
mainfrom
renovate/main-tiptap
Dec 6, 2025
Merged

fix(deps): update tiptap to ^3.13.0 (main)#8017
github-actions[bot] merged 1 commit into
mainfrom
renovate/main-tiptap

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 6, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@tiptap/core (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-blockquote (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-bold (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-code (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-code-block (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-code-block-lowlight (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-collaboration (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-collaboration-caret (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-document (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-drag-handle (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-drag-handle-vue-2 (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-hard-break (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-heading (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-horizontal-rule (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-image (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-italic (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-link (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-list (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-mathematics (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-mention (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-paragraph (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-strike (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-table (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-text (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-typography (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extension-underline (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/extensions (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/pm (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/suggestion (source) ^3.11.1 -> ^3.13.0 age confidence
@tiptap/vue-2 (source) ^3.11.1 -> ^3.13.0 age confidence

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v3.13.0

Compare Source

Minor Changes
  • e3b4f68: 1. Added an optional createCustomHandle callback to ResizableNodeView, allowing developers to fully customize resize handles. When provided, it replaces the default handle creation and bypasses the built-in positionHandle logic, giving complete control over markup, styling, and positioning while preserving backward compatibility. 2. Removed predefined inline styles from the wrapper element to better support dynamic alignment. This eliminates the need for !important overrides in user styles. 3. Added an editor update event listener to dynamically attach or remove resize handles based on the editor’s editable state. The implementation tracks the previous editable state to avoid unnecessary re-renders.
Patch Changes
  • 526365a: Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@​' character, keeping markdown output clean for single-mention users.

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

Minor Changes
  • f232c5a: Implement position mapping using the MappablePosition class. This enables position mapping in collaborative editing scenarios.

    • Introduce MappablePosition class in core with position, fromJSON, and toJSON methods
    • Add editor.utils property with getUpdatedPosition(position, transaction) and createMappablePosition() methods
    • Create CollaborationMappablePosition subclass that extends MappablePosition with Y.js relative position support
Patch Changes
ueberdosis/tiptap (@​tiptap/extension-blockquote)

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

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

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

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

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-code-block)

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-code-block-lowlight)

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

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

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

Minor Changes
  • f232c5a: Implement position mapping using the MappablePosition class. This enables position mapping in collaborative editing scenarios.

    • Introduce MappablePosition class in core with position, fromJSON, and toJSON methods
    • Add editor.utils property with getUpdatedPosition(position, transaction) and createMappablePosition() methods
    • Create CollaborationMappablePosition subclass that extends MappablePosition with Y.js relative position support
Patch Changes
ueberdosis/tiptap (@​tiptap/extension-collaboration-caret)

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

Patch Changes
  • 96e8605: Avoid mutating this.options in the updateUser command. this.options can be a getter and is not writable; the command now updates the provider awareness directly so user updates are applied correctly.
  • Updated dependencies [f232c5a]
ueberdosis/tiptap (@​tiptap/extension-document)

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-drag-handle)

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-drag-handle-vue-2)

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

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

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

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

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-horizontal-rule)

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

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

v3.13.0

Compare Source

Minor Changes
  • e3b4f68: 1. Added an optional createCustomHandle callback to ResizableNodeView, allowing developers to fully customize resize handles. When provided, it replaces the default handle creation and bypasses the built-in positionHandle logic, giving complete control over markup, styling, and positioning while preserving backward compatibility. 2. Removed predefined inline styles from the wrapper element to better support dynamic alignment. This eliminates the need for !important overrides in user styles. 3. Added an editor update event listener to dynamically attach or remove resize handles based on the editor’s editable state. The implementation tracks the previous editable state to avoid unnecessary re-renders.
Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

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

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

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

v3.13.0

Compare Source

Patch Changes
  • fb51a32: Ensure enableClickSelection works regardless of the openOnClick option by always registering the link click handler plugin.
  • Updated dependencies [526365a]
  • Updated dependencies [e3b4f68]

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

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

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

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

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

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

v3.13.0

Compare Source

Patch Changes
  • 526365a: Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@​' character, keeping markdown output clean for single-mention users.
  • Updated dependencies [526365a]
  • Updated dependencies [e3b4f68]

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

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

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

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

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

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

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

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

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

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

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

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

v3.13.0

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

[`v


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Berlin, 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 added the dependencies Pull requests that update a dependency file label Dec 6, 2025
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Dec 6, 2025
@github-actions github-actions Bot enabled auto-merge December 6, 2025 04:35
@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions github-actions Bot merged commit 3862c49 into main Dec 6, 2025
63 checks passed
@github-actions github-actions Bot deleted the renovate/main-tiptap branch December 6, 2025 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants