Skip to content

Bump the tiptap group across 1 directory with 13 updates#6143

Merged
bastianjoel merged 2 commits into
mainfrom
dependabot/npm_and_yarn/client/tiptap-12289a1a45
May 19, 2026
Merged

Bump the tiptap group across 1 directory with 13 updates#6143
bastianjoel merged 2 commits into
mainfrom
dependabot/npm_and_yarn/client/tiptap-12289a1a45

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps the tiptap group with 9 updates in the /client directory:

Package From To
@tiptap/core 3.22.4 3.23.4
@tiptap/extension-color 3.22.4 3.23.4
@tiptap/extension-highlight 3.22.4 3.23.4
@tiptap/extension-image 3.22.4 3.23.4
@tiptap/extension-subscript 3.22.4 3.23.4
@tiptap/extension-superscript 3.22.4 3.23.4
@tiptap/extension-table 3.22.4 3.23.4
@tiptap/extension-text-align 3.22.4 3.23.4
@tiptap/starter-kit 3.22.4 3.23.4

Updates @tiptap/core from 3.22.4 to 3.23.4

Release notes

Sourced from @​tiptap/core's releases.

v3.23.4

@​tiptap/extensions

Patch Changes

  • 0f05ae7: Add a new autoTrim option to CharacterCount which can be used to allow exceeding the character limit and either trim or validate the content length manually

v3.23.2

@​tiptap/extension-twitch

Patch Changes

  • 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/extension-youtube

Patch Changes

  • 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/core

Patch Changes

  • 8b210e7: 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)
  • @​tiptap/pm@​3.23.2

@​tiptap/extension-text-style

Patch Changes

  • 8b210e7: 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)
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/extension-highlight

Patch Changes

  • 8b210e7: 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)
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/react

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/core's changelog.

3.23.4

Patch Changes

  • @​tiptap/pm@​3.23.4

3.23.3

Patch Changes

  • @​tiptap/pm@​3.23.3

3.23.2

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)
    • @​tiptap/pm@​3.23.2

3.23.1

Patch Changes

  • @​tiptap/pm@​3.23.1

3.23.0

Minor Changes

  • e64e5a7: Add configurable tabindex option to allow customizing the tabindex attribute on the editor element via coreExtensionOptions

Patch Changes

  • 57f8d66: Fix markdown parsing for bullet list items whose text looks like an ordered-list marker, such as - 123., so extraction no longer loses the item content.
  • 207a2bc: Fixed a memory leak where Editor.destroy() did not release the Extension parent/child graph. Module-scope extension singletons retained references to configured extensions, preventing garbage collection of extension options (including DOM closures). The fix also cleans up ExtensionManager, schema, and commandManager references on destroy.
    • @​tiptap/pm@​3.23.0

3.22.5

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.
    • @​tiptap/pm@​3.22.5
Commits
  • 9d9cc06 chore(release): publish a new stable version (#7822)
  • 0f05ae7 chore(release): publish a new stable version (#7821)
  • 817c490 chore(release): publish a new stable version
  • 5b1b271 Merge pull request #7799 from ueberdosis/fix/style-attribute-quote-encoding
  • a48290e chore(release): publish a new stable version (#7808)
  • 0520d9d chore(release): publish a new stable version (#7784)
  • 40327ab Merge pull request #7804 from ueberdosis/feature/make-tabindex-configurable
  • 206cdd7 feat: add TabindexOptions type, docs, non-editable support and tests
  • 7b4fb21 Make tabindex configurable
  • d28d750 refactor: extract getStyleProperty utility to @​tiptap/core
  • Additional commits viewable in compare view

Updates @tiptap/extension-color from 3.22.4 to 3.23.4

Release notes

Sourced from @​tiptap/extension-color's releases.

v3.23.4

@​tiptap/extensions

Patch Changes

  • 0f05ae7: Add a new autoTrim option to CharacterCount which can be used to allow exceeding the character limit and either trim or validate the content length manually

v3.23.2

@​tiptap/extension-twitch

Patch Changes

  • 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/extension-youtube

Patch Changes

  • 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/core

Patch Changes

  • 8b210e7: 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)
  • @​tiptap/pm@​3.23.2

@​tiptap/extension-text-style

Patch Changes

  • 8b210e7: 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)
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/extension-highlight

Patch Changes

  • 8b210e7: 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)
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/react

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/extension-color's changelog.

3.23.4

Patch Changes

  • @​tiptap/extension-text-style@​3.23.4

3.23.3

Patch Changes

  • @​tiptap/extension-text-style@​3.23.3

3.23.2

Patch Changes

  • Updated dependencies [f98eaaf]
    • @​tiptap/extension-text-style@​3.23.2

3.23.1

Patch Changes

  • @​tiptap/extension-text-style@​3.23.1

3.23.0

Patch Changes

  • @​tiptap/extension-text-style@​3.23.0

3.22.5

Patch Changes

  • @​tiptap/extension-text-style@​3.22.5
Commits

Updates @tiptap/extension-highlight from 3.22.4 to 3.23.4

Release notes

Sourced from @​tiptap/extension-highlight's releases.

v3.23.4

@​tiptap/extensions

Patch Changes

  • 0f05ae7: Add a new autoTrim option to CharacterCount which can be used to allow exceeding the character limit and either trim or validate the content length manually

v3.23.2

@​tiptap/extension-twitch

Patch Changes

  • 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/extension-youtube

Patch Changes

  • 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/core

Patch Changes

  • 8b210e7: 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)
  • @​tiptap/pm@​3.23.2

@​tiptap/extension-text-style

Patch Changes

  • 8b210e7: 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)
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/extension-highlight

Patch Changes

  • 8b210e7: 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)
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/react

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/extension-highlight's changelog.

3.23.4

Patch Changes

  • @​tiptap/core@​3.23.4

3.23.3

Patch Changes

  • @​tiptap/core@​3.23.3

3.23.2

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)
  • Updated dependencies [f98eaaf]
    • @​tiptap/core@​3.23.2

3.23.1

Patch Changes

  • @​tiptap/core@​3.23.1

3.23.0

Patch Changes

  • Updated dependencies [57f8d66]
  • Updated dependencies [e64e5a7]
  • Updated dependencies [207a2bc]
    • @​tiptap/core@​3.23.0

3.22.5

Patch Changes

  • Updated dependencies [a375002]
    • @​tiptap/core@​3.22.5
Commits
  • 9d9cc06 chore(release): publish a new stable version (#7822)
  • 0f05ae7 chore(release): publish a new stable version (#7821)
  • 817c490 chore(release): publish a new stable version
  • 5b1b271 Merge pull request #7799 from ueberdosis/fix/style-attribute-quote-encoding
  • a48290e chore(release): publish a new stable version (#7808)
  • 0520d9d chore(release): publish a new stable version (#7784)
  • d28d750 refactor: extract getStyleProperty utility to @​tiptap/core
  • f98eaaf fix: preserve raw inline style values to avoid " encoding
  • 898a8ed chore(release): publish a new stable version (#7756)
  • See full diff in compare view

Updates @tiptap/extension-image from 3.22.4 to 3.23.4

Release notes

Sourced from @​tiptap/extension-image's releases.

v3.23.4

@​tiptap/extensions

Patch Changes

  • 0f05ae7: Add a new autoTrim option to CharacterCount which can be used to allow exceeding the character limit and either trim or validate the content length manually

v3.23.2

@​tiptap/extension-twitch

Patch Changes

  • 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/extension-youtube

Patch Changes

  • 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/core

Patch Changes

  • 8b210e7: 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)
  • @​tiptap/pm@​3.23.2

@​tiptap/extension-text-style

Patch Changes

  • 8b210e7: 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)
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/extension-highlight

Patch Changes

  • 8b210e7: 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)
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/react

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/extension-image's changelog.

3.23.4

Patch Changes

  • @​tiptap/core@​3.23.4

3.23.3

Patch Changes

  • @​tiptap/core@​3.23.3

3.23.2

Patch Changes

  • Updated dependencies [f98eaaf]
    • @​tiptap/core@​3.23.2

3.23.1

Patch Changes

  • @​tiptap/core@​3.23.1

3.23.0

Patch Changes

  • Updated dependencies [57f8d66]
  • Updated dependencies [e64e5a7]
  • Updated dependencies [207a2bc]
    • @​tiptap/core@​3.23.0

3.22.5

Patch Changes

  • Updated dependencies [a375002]
    • @​tiptap/core@​3.22.5
Commits

Updates @tiptap/extension-list from 3.22.4 to 3.23.4

Release notes

Sourced from @​tiptap/extension-list's releases.

v3.23.4

@​tiptap/extensions

Patch Changes

  • 0f05ae7: Add a new autoTrim option to CharacterCount which can be used to allow exceeding the character limit and either trim or validate the content length manually

v3.23.2

@​tiptap/extension-twitch

Patch Changes

  • 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/extension-youtube

Patch Changes

  • 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/core

Patch Changes

  • 8b210e7: 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)
  • @​tiptap/pm@​3.23.2

@​tiptap/extension-text-style

Patch Changes

  • 8b210e7: 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)
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/extension-highlight

Patch Changes

  • 8b210e7: 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)
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/react

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/extension-list's changelog.

3.23.4

Patch Changes

  • @​tiptap/core@​3.23.4
  • @​tiptap/pm@​3.23.4

3.23.3

Patch Changes

  • @​tiptap/core@​3.23.3
  • @​tiptap/pm@​3.23.3

3.23.2

Patch Changes

  • Updated dependencies [f98eaaf]
    • @​tiptap/core@​3.23.2
    • @​tiptap/pm@​3.23.2

3.23.1

Patch Changes

  • @​tiptap/core@​3.23.1
  • @​tiptap/pm@​3.23.1

3.23.0

Patch Changes

  • 57f8d66: Fix markdown parsing for bullet list items whose text looks like an ordered-list marker, such as - 123., so extraction no longer loses the item content.
  • Updated dependencies [57f8d66]
  • Updated dependencies [e64e5a7]
  • Updated dependencies [207a2bc]
    • @​tiptap/core@​3.23.0
    • @​tiptap/pm@​3.23.0

3.22.5

Patch Changes

  • Updated dependencies [a375002]
    • @​tiptap/core@​3.22.5
    • @​tiptap/pm@​3.22.5
Commits

Updates @tiptap/extension-subscript from 3.22.4 to 3.23.4

Release notes

Sourced from @​tiptap/extension-subscript's releases.

v3.23.4

@​tiptap/extensions

Patch Changes

  • 0f05ae7: Add a new autoTrim option to CharacterCount which can be used to allow exceeding the character limit and either trim or validate the content length manually

v3.23.2

@​tiptap/extension-twitch

Patch Changes

  • 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/extension-youtube

Patch Changes

  • 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/core

Patch Changes

  • 8b210e7: 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)
  • @​tiptap/pm@​3.23.2

@​tiptap/extension-text-style

Patch Changes

  • 8b210e7: 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)
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/extension-highlight

Patch Changes

  • 8b210e7: 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)
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/react

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/extension-subscript's changelog.

3.23.4

Patch Changes

  • @​tiptap/core@​3.23.4
  • @​tiptap/pm@​3.23.4

3.23.3

Patch Changes

  • @​tiptap/core@​3.23.3
  • @​tiptap/pm@​3.23.3

3.23.2

Patch Changes

  • Updated dependencies [f98eaaf]
    • @​tiptap/core@​3.23.2
    • @​tiptap/pm@​3.23.2

3.23.1

Patch Changes

  • @​tiptap/core@​3.23.1
  • @​tiptap/pm@​3.23.1

3.23.0

Patch Changes

  • Updated dependencies [57f8d66]
  • Updated dependencies [e64e5a7]
  • Updated dependencies [207a2bc]
    • @​tiptap/core@​3.23.0
    • @​tiptap/pm@​3.23.0

3.22.5

Patch Changes

  • Updated dependencies [a375002]
    • @​tiptap/core@​3.22.5
    • @​tiptap/pm@​3.22.5
Commits

Updates @tiptap/extension-superscript from 3.22.4 to 3.23.4

Release notes

Sourced from @​tiptap/extension-superscript's releases.

v3.23.4

@​tiptap/extensions

Patch Changes

  • 0f05ae7: Add a new autoTrim option to CharacterCount which can be used to allow exceeding the character limit and either trim or validate the content length manually

v3.23.2

@​tiptap/extension-twitch

Patch Changes

  • 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/extension-youtube

Patch Changes

  • 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/core

Patch Changes

  • 8b210e7: 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)
  • @​tiptap/pm@​3.23.2

@​tiptap/extension-text-style

Patch Changes

  • 8b210e7: 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)
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/extension-highlight

Patch Changes

  • 8b210e7: 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)
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/react

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/extension-superscript's changelog.

3.23.4

Patch Changes

  • @​tiptap/core@​3.23.4
  • @​tiptap/pm@​3.23.4

3.23.3

Patch Changes

  • @​tiptap/core@​3.23.3
  • @​tiptap/pm@​3.23.3

3.23.2

Patch Changes

  • Updated dependencies [f98eaaf]
    • @​tiptap/core@​3.23.2
    • @​tiptap/pm@​3.23.2

3.23.1

Patch Changes

  • @​tiptap/core@​3.23.1
  • @​tiptap/pm@​3.23.1

3.23.0

Patch Changes

  • Updated dependencies [57f8d66]
  • Updated dependencies [e64e5a7]
  • Updated dependencies [207a2bc]
    • @​tiptap/core@​3.23.0
    • @​tiptap/pm@​3.23.0

3.22.5

Patch Changes

  • Updated dependencies [a375002]
    • @​tiptap/core@​3.22.5
    • @​tiptap/pm@​3.22.5
Commits

Updates @tiptap/extension-table from 3.22.4 to 3.23.4

Release notes

Sourced from @​tiptap/extension-table's releases.

v3.23.4

@​tiptap/extensions

Patch Changes

  • 0f05ae7: Add a new autoTrim option to CharacterCount which can be used to allow exceeding the character limit and either trim or validate the content length manually

v3.23.2

@​tiptap/extension-twitch

Patch Changes

  • 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/extension-youtube

Patch Changes

  • 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/core

Patch Changes

  • 8b210e7: 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)
  • @​tiptap/pm@​3.23.2

@​tiptap/extension-text-style

Patch Changes

  • 8b210e7: 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)
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/extension-highlight

Patch Changes

  • 8b210e7: 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)
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/react

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/extension-table's changelog.

3.23.4

Patch Changes

  • @​tiptap/core@​3.23.4
  • @​tiptap/pm@​3.23.4

3.23.3

Patch Changes

  • @​tiptap/core@​3.23.3
  • @​tiptap/pm@​3.23.3

3.23.2

Patch Changes

  • Updated dependencies [f98eaaf]
    • @​tiptap/core@​3.23.2
    • @​tiptap/pm@​3.23.2

3.23.1

Patch Changes

  • @​tiptap/core@​3.23.1
  • @​tiptap/pm@​3.23.1

3.23.0

Patch Changes

  • d2ad165: Fix colgroup not updating when adding or deleting columns in non-resizable tables (#7015)
  • Updated dependencies [57f8d66]
  • Updated dependencies [e64e5a7]
  • Updated dependencies [207a2bc]
    • @​tiptap/core@​3.23.0
    • @​tiptap/pm@​3.23.0

3.22.5

Patch Changes

  • Updated dependencies [a375002]
    • @​tiptap/core@​3.22.5
    • @​tiptap/pm@​3.22.5
Commits
  • 9d9cc06 chore(release): publish a new stable version (#7822)
  • 0f05ae7 chore(release): publish a new stable version (#7821)
  • 817c490 chore(release): publish a new stable version
  • a48290e chore(release): publish a new stable version (#7808)
  • 0520d9d chore(release): publish a new stable version (#7784)
  • d2ad165 fix(extension-table): update colgroup for non-resizable tables
  • 898a8ed chore(release): publish a new stable version (#7756)
  • See full diff in compare view

Updates @tiptap/extension-text-align from 3.22.4 to 3.23.4

Release notes

Sourced from @​tiptap/extension-text-align's releases.

v3.23.4

@​tiptap/extensions

Patch Changes

  • 0f05ae7: Add a new autoTrim option to CharacterCount which can be used to allow exceeding the character limit and either trim or validate the content length manually

v3.23.2

@​tiptap/extension-twitch

Patch Changes

  • 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/extension-youtube

Patch Changes

  • 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/core

Patch Changes

  • 8b210e7: 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)
  • @​tiptap/pm@​3.23.2

@​tiptap/extension-text-style

Patch Changes

  • 8b210e7: 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)
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/extension-highlight

Patch Changes

  • 8b210e7: 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)
  • Updated dependencies [8b210e7]
    • @​tiptap/core@​3.23.2

@​tiptap/react

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/extension-text-align's changelog.

3.23.4

Patch Changes

  • @​tiptap/core@​3.23.4

3.23.3

Patch Changes

  • @​tiptap/core@​3.23.3

3.23.2

Patch Changes

  • Updated dependencies [f98eaaf]
    • @​tiptap/core@​3.23.2

3.23.1

Patch Changes

  • @​tiptap/core@​3.23.1

3.23.0

Patch Changes

  • Updated dependencies [57f8d66]
  • Updated dependencies [e64e5a7]
  • Updated dependencies [207a2bc]
    • @​tiptap/core@​3.23.0
  • <...

    Description has been truncated

@dependabot dependabot Bot added dependencies javascript Pull requests that update Javascript code labels May 4, 2026
@dependabot dependabot Bot changed the title Bump the tiptap group in /client with 13 updates Bump the tiptap group across 1 directory with 13 updates May 11, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/client/tiptap-12289a1a45 branch from ceed6a4 to 8fd56ed Compare May 11, 2026 16:02
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/client/tiptap-12289a1a45 branch from 8fd56ed to 1184cd6 Compare May 18, 2026 19:21
@bastianjoel
Copy link
Copy Markdown
Member

@dependabot rebase

Bumps the tiptap group with 9 updates in the /client directory:

| Package | From | To |
| --- | --- | --- |
| [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core) | `3.22.4` | `3.23.4` |
| [@tiptap/extension-color](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-color) | `3.22.4` | `3.23.4` |
| [@tiptap/extension-highlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-highlight) | `3.22.4` | `3.23.4` |
| [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image) | `3.22.4` | `3.23.4` |
| [@tiptap/extension-subscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-subscript) | `3.22.4` | `3.23.4` |
| [@tiptap/extension-superscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-superscript) | `3.22.4` | `3.23.4` |
| [@tiptap/extension-table](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table) | `3.22.4` | `3.23.4` |
| [@tiptap/extension-text-align](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-align) | `3.22.4` | `3.23.4` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `3.22.4` | `3.23.4` |



Updates `@tiptap/core` from 3.22.4 to 3.23.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.4/packages/core)

Updates `@tiptap/extension-color` from 3.22.4 to 3.23.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-color/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.4/packages/extension-color)

Updates `@tiptap/extension-highlight` from 3.22.4 to 3.23.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-highlight/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.4/packages/extension-highlight)

Updates `@tiptap/extension-image` from 3.22.4 to 3.23.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-image/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.4/packages/extension-image)

Updates `@tiptap/extension-list` from 3.22.4 to 3.23.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-list/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.4/packages/extension-list)

Updates `@tiptap/extension-subscript` from 3.22.4 to 3.23.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-subscript/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.4/packages/extension-subscript)

Updates `@tiptap/extension-superscript` from 3.22.4 to 3.23.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-superscript/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.4/packages/extension-superscript)

Updates `@tiptap/extension-table` from 3.22.4 to 3.23.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-table/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.4/packages/extension-table)

Updates `@tiptap/extension-text-align` from 3.22.4 to 3.23.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-text-align/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.4/packages/extension-text-align)

Updates `@tiptap/extension-text-style` from 3.22.4 to 3.23.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-text-style/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.4/packages/extension-text-style)

Updates `@tiptap/extensions` from 3.22.4 to 3.23.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.4/packages/extension)

Updates `@tiptap/pm` from 3.22.4 to 3.23.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/pm/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.4/packages/pm)

Updates `@tiptap/starter-kit` from 3.22.4 to 3.23.4
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/starter-kit/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.4/packages/starter-kit)

---
updated-dependencies:
- dependency-name: "@tiptap/core"
  dependency-version: 3.22.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-color"
  dependency-version: 3.22.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-highlight"
  dependency-version: 3.22.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-image"
  dependency-version: 3.22.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-list"
  dependency-version: 3.22.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-subscript"
  dependency-version: 3.22.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-superscript"
  dependency-version: 3.22.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-table"
  dependency-version: 3.22.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-text-align"
  dependency-version: 3.22.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-text-style"
  dependency-version: 3.22.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extensions"
  dependency-version: 3.22.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/pm"
  dependency-version: 3.22.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.22.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/client/tiptap-12289a1a45 branch from 1184cd6 to b69936d Compare May 19, 2026 10:21
@github-actions
Copy link
Copy Markdown

Coverage Report for ./packages/openslides-motion-diff

Status Category Percentage Covered / Total
🔵 Lines 93.65% 2257 / 2410
🔵 Statements 93.65% 2257 / 2410
🔵 Functions 95% 95 / 100
🔵 Branches 92.97% 662 / 712
File CoverageNo changed files found.
Generated in workflow #1996 for commit 6a9ca8b by the Vitest Coverage Report Action

@bastianjoel bastianjoel enabled auto-merge (squash) May 19, 2026 11:09
@bastianjoel bastianjoel merged commit 78b9ae3 into main May 19, 2026
4 of 5 checks passed
@bastianjoel bastianjoel deleted the dependabot/npm_and_yarn/client/tiptap-12289a1a45 branch May 19, 2026 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant