Skip to content

fix(deps): update tiptap monorepo to v3.23.4#128

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tiptap-monorepo
Open

fix(deps): update tiptap monorepo to v3.23.4#128
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tiptap-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 29, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@tiptap/core (source) 3.20.13.23.4 age confidence
@tiptap/extension-bubble-menu (source) 3.20.13.23.4 age confidence
@tiptap/extension-character-count (source) 3.20.13.23.4 age confidence
@tiptap/extension-floating-menu (source) 3.20.13.23.4 age confidence
@tiptap/extension-highlight (source) 3.20.13.23.4 age confidence
@tiptap/extension-history (source) 3.20.13.23.4 age confidence
@tiptap/extension-placeholder (source) 3.20.13.23.4 age confidence
@tiptap/pm (source) 3.20.13.23.4 age confidence
@tiptap/starter-kit (source) 3.20.13.23.4 age confidence
@tiptap/vue-3 (source) 3.20.13.23.4 age confidence

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v3.23.4

Compare Source

Patch Changes

v3.23.2

Compare Source

Patch Changes
  • f98eaaf: Fix " HTML entity encoding in getHTML() output for inline style attributes. Adds a getStyleProperty utility to @tiptap/core and migrates Color, BackgroundColor, FontFamily, FontSize, LineHeight, and Highlight extensions to use it (#​7016)

v3.23.1

Compare Source

Patch Changes

v3.22.5

Compare Source

Patch Changes
  • a375002: Add selectedOnTextSelection option to node view renderers. When enabled, the selected prop also becomes true when a TextSelection is fully inside the node's range, not only on NodeSelection.

v3.22.4

Compare Source

Patch Changes
  • 27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • 64f36b8: Fix text selection collapsing after toggling off a list with AllSelection
  • Updated dependencies [27ea931]
  • Updated dependencies [032f8f1]

v3.22.3

Patch Changes
  • cb28e7b: Fixed insertContentAt corrupting the document when inserting inline content with marks at the start of a paragraph. The from - 1 position adjustment now only applies to block-level content.

v3.22.2

Patch Changes
  • f1d504c: Fix incorrect selection placement when pasting at the end of a marked text node, ensuring inclusive marks are respected
  • 404c683: Fixes list toggling when the entire document is selected

v3.22.1

Compare Source

Patch Changes
  • ee03ac0: Fix NodeView not re-rendering when a node's position changes without content or decoration changes (e.g. when a sibling node is moved within the same parent)
  • b88f9ed: Don't stop dragover/dragenter events in NodeViews, to prevent spurious drag-copy cursors

v3.22.0

Compare Source

Patch Changes
  • 912a49b: Fix HTML character escaping in markdown roundtrip. HTML entities (&lt;, &gt;, &amp;, &quot;) are now decoded to literal characters when parsing markdown into the editor. <, >, and & are re-encoded when serializing back to markdown, while " is preserved as a literal character since double quotes are ordinary in markdown. Code detection for skipping encoding now uses the code: true extension spec instead of hardcoded type names. Literal characters inside code blocks and inline code are always preserved.
  • 7d4fb9a: Fix ResizableNodeView ignoring node's inline setting by using inline-flex for inline nodes and flex for block nodes
  • 0c1c112: extendMarkRange defaults to using the attributes of the first mark of the given type, instead of attributes = {}. In particular, extendMarkRange('link') no longer extends to adjacent links with different hrefs; restore the previous behavior with extendMarkRange('link', {}).
  • 0c1c112: Fix getMarkRange attributes default to consider the first mark of the given type
  • f99bdc2: Guard mark delete event handling when unsetMark removes a mark from inline content that starts at position 0, preventing a RangeError during the before-node lookup.

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes

v3.20.4

Patch Changes

v3.20.3

Compare Source

Patch Changes
  • c94fac4: Fixed isNodeEmpty() so multi-line text with non-whitespace content is no longer treated as empty when ignoreWhitespace is enabled.
  • 6b9ea92: Fixed overlapping bold and italic markdown serialization and round-tripping.

v3.20.2

Compare Source

Patch Changes
  • 269823d: 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 &nbsp; markers for subsequent empty paragraphs at the same level, while parsing preserves those empty paragraphs when converting markdown back to JSON.
ueberdosis/tiptap (@​tiptap/extension-bubble-menu)

v3.23.4

Compare Source

Patch Changes

v3.23.2

Compare Source

Patch Changes

v3.23.1

Compare Source

Patch Changes

v3.22.5

Compare Source

Patch Changes

v3.22.4

Compare Source

Patch Changes

v3.22.3

Patch Changes

v3.22.2

Patch Changes
  • 22b1527: Add new transaction meta handlers to programmatically show & hide the floating & bubble menus via transaction.setMeta('menuKey', 'show') and transaction.setMeta('menuKey', 'hide')
  • Updated dependencies [f1d504c]
  • Updated dependencies [404c683]

v3.22.1

Compare Source

Patch Changes

v3.22.0

Compare Source

Patch Changes
  • b6b46c9: Prevent hidden bubble menus from reappearing during scroll and resize updates. Bubble menu positioning now only runs for menus that are already shown, so default text-selection menus stay hidden until they should actually open.
  • Updated dependencies [912a49b]
  • Updated dependencies [7d4fb9a]
  • Updated dependencies [0c1c112]
  • Updated dependencies [0c1c112]
  • Updated dependencies [f99bdc2]

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

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-character-count)

v3.23.4

Compare Source

Patch Changes

v3.23.2

Compare Source

Patch Changes

v3.23.1

Compare Source

Patch Changes

v3.22.5

Compare Source

Patch Changes

v3.22.4

Compare Source

Patch Changes

v3.22.3

Patch Changes

v3.22.2

Patch Changes

v3.22.1

Compare Source

Patch Changes

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

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-floating-menu)

v3.23.4

Compare Source

Patch Changes

v3.23.2

Compare Source

Patch Changes

v3.23.1

Compare Source

Patch Changes

v3.22.5

Compare Source

Patch Changes

v3.22.4

Compare Source

Patch Changes

v3.22.3

Patch Changes

v3.22.2

Patch Changes
  • 22b1527: Add new transaction meta handlers to programmatically show & hide the floating & bubble menus via transaction.setMeta('menuKey', 'show') and transaction.setMeta('menuKey', 'hide')
  • Updated dependencies [f1d504c]
  • Updated dependencies [404c683]

v3.22.1

Compare Source

Patch Changes

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

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-highlight)

v3.23.4

Compare Source

Patch Changes

v3.23.2

Compare Source

Patch Changes
  • f98eaaf: Fix &quot; HTML entity encoding in getHTML() output for inline style attributes. Adds a getStyleProperty utility to @tiptap/core and migrates Color, BackgroundColor, FontFamily, FontSize, LineHeight, and Highlight extensions to use it (#​7016)
  • Updated dependencies [f98eaaf]

v3.23.1

Compare Source

Patch Changes

v3.22.5

Compare Source

Patch Changes

v3.22.4

Compare Source

Patch Changes
  • 27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [27ea931]
  • Updated dependencies [64f36b8]

v3.22.3

Patch Changes

v3.22.2

Patch Changes

v3.22.1

Compare Source

Patch Changes

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

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-history)

v3.23.4

Compare Source

Patch Changes

v3.23.2

Compare Source

Patch Changes

v3.23.1

Compare Source

Patch Changes

v3.22.5

Compare Source

Patch Changes

v3.22.4

Compare Source

Patch Changes

v3.22.3

Patch Changes

v3.22.2

Patch Changes

v3.22.1

Compare Source

Patch Changes

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

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-placeholder)

v3.23.4

Compare Source

Patch Changes

v3.23.2

Compare Source

Patch Changes

v3.23.1

Compare Source

Patch Changes

v3.22.5

Compare Source

Patch Changes

v3.22.4

Compare Source

Patch Changes

v3.22.3

Patch Changes

v3.22.2

Patch Changes

v3.22.1

Compare Source

Patch Changes

v3.22.0

Compare Source

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes

v3.20.4

Patch Changes

v3.20.3

Compare Source

Patch Changes
  • eaf34a3: Skip placeholder decorations on non-textblock nodes when includeChildren is enabled to prevent duplicate placeholders on wrapper nodes like lists.

v3.20.2

Compare Source

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

v3.23.4

Compare Source

v3.23.2

Compare Source

v3.23.1

Compare Source

v3.22.5

Compare Source

v3.22.4

Compare Source

Patch Changes
  • 27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • 032f8f1: Remove unused ProseMirror packages from @​tiptap/pm to reduce bundle size

v3.22.3

v3.22.2

v3.22.1

Compare Source

v3.22.0

Compare Source

v3.21.0

Compare Source

v3.20.6

Compare Source

v3.20.5

v3.20.4

v3.20.3

Compare Source

v3.20.2

Compare Source

ueberdosis/tiptap (@​tiptap/starter-kit)

v3.23.4

Compare Source

Patch Changes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 from 9cd3a8c to 734ab48 Compare March 30, 2026 20:41
@renovate renovate Bot changed the title fix(deps): update tiptap monorepo to v3.20.2 fix(deps): update tiptap monorepo to v3.20.3 Mar 30, 2026
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch from 734ab48 to 3b1ae0f Compare March 31, 2026 12:44
@renovate renovate Bot changed the title fix(deps): update tiptap monorepo to v3.20.3 fix(deps): update tiptap monorepo to v3.20.4 Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch from 3b1ae0f to 7008ade Compare April 7, 2026 18:29
@renovate renovate Bot changed the title fix(deps): update tiptap monorepo to v3.20.4 fix(deps): update tiptap monorepo to v3.20.5 Apr 7, 2026
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch from 7008ade to f21be82 Compare April 10, 2026 13:55
@renovate renovate Bot changed the title fix(deps): update tiptap monorepo to v3.20.5 fix(deps): update tiptap monorepo to v3.20.6 Apr 10, 2026
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch from f21be82 to 07f53ff Compare April 10, 2026 17:30
@renovate renovate Bot changed the title fix(deps): update tiptap monorepo to v3.20.6 fix(deps): update tiptap monorepo to v3.21.0 Apr 10, 2026
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch 2 times, most recently from 3603a18 to aee2a6b Compare April 14, 2026 21:56
@renovate renovate Bot changed the title fix(deps): update tiptap monorepo to v3.21.0 fix(deps): update tiptap monorepo to v3.22.0 Apr 14, 2026
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch from aee2a6b to 632d132 Compare April 16, 2026 17:05
@renovate renovate Bot changed the title fix(deps): update tiptap monorepo to v3.22.0 fix(deps): update tiptap monorepo to v3.22.1 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch from 632d132 to 48ca34b Compare April 18, 2026 17:01
@renovate renovate Bot changed the title fix(deps): update tiptap monorepo to v3.22.1 fix(deps): update tiptap monorepo to v3.22.2 Apr 18, 2026
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch from 48ca34b to 3b9d8df Compare April 22, 2026 16:45
@renovate renovate Bot changed the title fix(deps): update tiptap monorepo to v3.22.2 fix(deps): update tiptap monorepo to v3.22.3 Apr 22, 2026
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch 2 times, most recently from 017953d to 177d745 Compare April 27, 2026 11:30
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch from 177d745 to 283c731 Compare May 2, 2026 13:42
@renovate renovate Bot changed the title fix(deps): update tiptap monorepo to v3.22.3 fix(deps): update tiptap monorepo to v3.22.4 May 2, 2026
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch from 283c731 to 0b77dd3 Compare May 12, 2026 12:14
@renovate renovate Bot changed the title fix(deps): update tiptap monorepo to v3.22.4 fix(deps): update tiptap monorepo to v3.22.5 May 12, 2026
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch 5 times, most recently from 8b7cb2a to 7cf635e Compare May 20, 2026 12:11
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch from 7cf635e to fba03ac Compare May 20, 2026 12:19
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch 3 times, most recently from a7ab1b2 to 965dcce Compare May 22, 2026 13:33
@renovate renovate Bot changed the title fix(deps): update tiptap monorepo to v3.22.5 fix(deps): update tiptap monorepo to v3.23.1 May 22, 2026
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch from 965dcce to a13dd10 Compare May 26, 2026 22:40
@renovate renovate Bot changed the title fix(deps): update tiptap monorepo to v3.23.1 fix(deps): update tiptap monorepo to v3.23.2 May 26, 2026
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch from a13dd10 to 1e93770 Compare May 27, 2026 18:02
@renovate renovate Bot changed the title fix(deps): update tiptap monorepo to v3.23.2 fix(deps): update tiptap monorepo to v3.23.4 May 27, 2026
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch from 1e93770 to fc958b5 Compare May 29, 2026 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants