Skip to content

fix(deps): update tiptap to ^3.20.5 (main)#2418

Merged
github-actions[bot] merged 1 commit intomainfrom
renovate/main-tiptap
Apr 2, 2026
Merged

fix(deps): update tiptap to ^3.20.5 (main)#2418
github-actions[bot] merged 1 commit intomainfrom
renovate/main-tiptap

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 28, 2026

This PR contains the following updates:

Package Change Age Confidence
@tiptap/extension-character-count (source) ^3.20.1^3.20.5 age confidence
@tiptap/extension-task-item (source) ^3.20.1^3.20.5 age confidence
@tiptap/extension-task-list (source) ^3.20.1^3.20.5 age confidence
@tiptap/starter-kit (source) ^3.20.1^3.20.5 age confidence
@tiptap/vue-2 (source) ^3.20.1^3.20.5 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ueberdosis/tiptap (@​tiptap/extension-character-count)

v3.20.5

Patch Changes

v3.20.4

Patch Changes

v3.20.3

Compare Source

Patch Changes

v3.20.2

Compare Source

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

v3.20.5

@​tiptap/extensions
Patch Changes
  • Add support for skipping trailing node insertion on transactions by setting the skipTrailingNode meta flag.

v3.20.4

@​tiptap/core
Patch Changes
  • Fixed Tiptap not publishing with build dist artifacts

v3.20.3

Compare Source

@​tiptap/react
Patch Changes
  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.
@​tiptap/vue-2
Patch Changes
  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.
@​tiptap/core
Patch Changes
  • Fixed isNodeEmpty() so multi-line text with non-whitespace content is no longer treated as empty when ignoreWhitespace is enabled.
  • Fixed overlapping bold and italic markdown serialization and round-tripping.
@​tiptap/extension-unique-id
Patch Changes
  • Fixed a bug where empty paragraphs accumulated in the document on every page reload when using the UniqueID extension with the Collaboration extension and an externally created Yjs provider.
@​tiptap/extension-youtube
Patch Changes
  • Export missing getEmbedUrlFromYoutubeUrl and isValidYoutubeUrl embed URL utility functions
@​tiptap/vue-3
Patch Changes
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.
@​tiptap/extension-placeholder
Patch Changes
  • Skip placeholder decorations on non-textblock nodes when includeChildren is enabled to prevent duplicate placeholders on wrapper nodes like lists.
@​tiptap/extension-bold
Patch Changes
  • Fixed overlapping bold and italic markdown serialization and round-tripping.
@​tiptap/extension-italic
Patch Changes
  • Fixed overlapping bold and italic markdown serialization and round-tripping.
@​tiptap/markdown
Patch Changes
  • Fixed overlapping bold and italic markdown serialization and round-tripping.

v3.20.2

Compare Source

@​tiptap/core
Patch Changes
  • Improved markdown empty-paragraph roundtripping across top-level and nested block content. Empty paragraphs now serialize with natural blank-line spacing for the first paragraph in a run and   markers for subsequent empty paragraphs at the same level, while parsing preserves those empty paragraphs when converting markdown back to JSON.
@​tiptap/extension-blockquote
Patch Changes
  • Improved markdown empty-paragraph roundtripping across top-level and nested block content. Empty paragraphs now serialize with natural blank-line spacing for the first paragraph in a run and   markers for subsequent empty paragraphs at the same level, while parsing preserves those empty paragraphs when converting markdown back to JSON.
@​tiptap/extension-list
Patch Changes
  • Improved markdown empty-paragraph roundtripping across top-level and nested block content. Empty paragraphs now serialize with natural blank-line spacing for the first paragraph in a run and   markers for subsequent empty paragraphs at the same level, while parsing preserves those empty paragraphs when converting markdown back to JSON.
@​tiptap/extension-paragraph
Patch Changes
  • Improved markdown empty-paragraph roundtripping across top-level and nested block content. Empty paragraphs now serialize with natural blank-line spacing for the first paragraph in a run and   markers for subsequent empty paragraphs at the same level, while parsing preserves those empty paragraphs when converting markdown back to JSON.
@​tiptap/markdown
Patch Changes
  • Improved markdown empty-paragraph roundtripping across top-level and nested block content. Empty paragraphs now serialize with natural blank-line spacing for the first paragraph in a run and   markers for subsequent empty paragraphs at the same level, while parsing preserves those empty paragraphs when converting markdown back to JSON.
ueberdosis/tiptap (@​tiptap/starter-kit)

v3.20.5

Patch Changes

v3.20.4

Patch Changes

v3.20.3

Compare Source

Patch Changes

v3.20.2

Compare Source

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

v3.20.5

Patch Changes

v3.20.4

Patch Changes

v3.20.3

Compare Source

Patch Changes
  • f4f6be2: Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • f4f6be2: Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.
  • Updated dependencies [c94fac4]
  • Updated dependencies [6b9ea92]

v3.20.2

Compare Source

Patch Changes

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 requested review from blizzz and enjeck as code owners March 28, 2026 16:04
@renovate renovate bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Mar 28, 2026
@github-actions github-actions bot enabled auto-merge March 28, 2026 16:04
@renovate renovate bot force-pushed the renovate/main-tiptap branch from 6bdccd7 to 22871ee Compare March 31, 2026 20:26
@renovate renovate bot changed the title fix(deps): update tiptap to ^3.20.4 (main) fix(deps): update tiptap to ^3.20.5 (main) Mar 31, 2026
@enjeck enjeck force-pushed the renovate/main-tiptap branch from 22871ee to 4f56f71 Compare April 1, 2026 07:41
@renovate renovate bot force-pushed the renovate/main-tiptap branch from 4f56f71 to 0efc37c Compare April 1, 2026 16:50
@enjeck enjeck force-pushed the renovate/main-tiptap branch from 0efc37c to 2ef817e Compare April 1, 2026 20:21
@renovate renovate bot force-pushed the renovate/main-tiptap branch from 2ef817e to 394c1d4 Compare April 2, 2026 04:58
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/main-tiptap branch from 394c1d4 to bb6140e Compare April 2, 2026 05:30
@github-actions github-actions bot merged commit 6fcc90e into main Apr 2, 2026
56 checks passed
@github-actions github-actions bot deleted the renovate/main-tiptap branch April 2, 2026 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant