Skip to content

build(deps): bump the tiptap group with 22 updates#1012

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tiptap-1725ee90f7
Open

build(deps): bump the tiptap group with 22 updates#1012
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tiptap-1725ee90f7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 29, 2025

Copy link
Copy Markdown
Contributor

Bumps the tiptap group with 22 updates:

Package From To
@tiptap/extension-bubble-menu 2.22.3 3.14.0
@tiptap/extension-bullet-list 2.22.3 3.14.0
@tiptap/extension-character-count 2.22.3 3.14.0
@tiptap/extension-color 2.22.3 3.14.0
@tiptap/extension-highlight 2.22.3 3.14.0
@tiptap/extension-image 3.2.1 3.14.0
@tiptap/extension-link 2.22.3 3.14.0
@tiptap/extension-list-item 2.22.3 3.14.0
@tiptap/extension-ordered-list 2.22.3 3.14.0
@tiptap/extension-placeholder 2.22.3 3.14.0
@tiptap/extension-subscript 2.22.3 3.14.0
@tiptap/extension-superscript 2.22.3 3.14.0
@tiptap/extension-table 2.22.3 3.14.0
@tiptap/extension-table-cell 2.22.3 3.14.0
@tiptap/extension-table-header 2.22.3 3.14.0
@tiptap/extension-table-row 2.22.3 3.14.0
@tiptap/extension-text-align 2.22.3 3.14.0
@tiptap/extension-text-style 2.22.3 3.14.0
@tiptap/extension-underline 2.22.3 3.14.0
@tiptap/pm 2.22.3 3.14.0
@tiptap/starter-kit 2.22.3 3.14.0
@tiptap/vue-3 2.22.3 3.14.0

Updates @tiptap/extension-bubble-menu from 2.22.3 to 3.14.0

Release notes

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

v3.14.0

@​tiptap/extension-twitch

Minor Changes

  • Add new Twitch extension for embedding Twitch videos, clips, and live channels in the editor. Supports customizable parameters like autoplay, muted, and start time, with attribute-level overrides for per-embed configuration.

    Documentation: https://tiptap.dev/docs/editor/extensions/nodes/twitch

@​tiptap/react

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/vue-2

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/vue-3

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/extension-drag-handle

Patch Changes

  • Fix findElementNextToCoords to resolve the parent when nodeAt(pos) is null (e.g., inside an atom node that allows inline content)

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

... (truncated)

Changelog

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

3.14.0

Patch Changes

  • @​tiptap/core@​3.14.0
  • @​tiptap/pm@​3.14.0

3.13.0

Patch Changes

  • Updated dependencies [526365a]
  • Updated dependencies [e3b4f68]
    • @​tiptap/core@​3.13.0
    • @​tiptap/pm@​3.13.0

3.12.1

Patch Changes

  • @​tiptap/core@​3.12.1
  • @​tiptap/pm@​3.12.1

3.12.0

Patch Changes

  • Updated dependencies [f232c5a]
    • @​tiptap/core@​3.12.0
    • @​tiptap/pm@​3.12.0

3.11.1

Patch Changes

  • Updated dependencies [d0c4264]
    • @​tiptap/core@​3.11.1
    • @​tiptap/pm@​3.11.1

3.11.0

Patch Changes

  • Updated dependencies [541c93c]
    • @​tiptap/core@​3.11.0
    • @​tiptap/pm@​3.11.0

3.10.8

Patch Changes

... (truncated)

Commits
  • 1ea0133 chore(release): publish a new release version (#7354)
  • 9d7ea8d chore(release): publish a new release version (#7308)
  • c710fdc chore(release): publish a new release version (#7298)
  • 7c72d24 chore(release): publish a new release version (#7295)
  • 0860c60 chore(release): publish a new release version (#7279)
  • e4b95fa chore(release): publish a new release version (#7244)
  • abc5b34 chore(release): publish a new release version (#7242)
  • 7413f6d chore(release): publish a new release version (#7227)
  • a11188e chore(release): publish a new release version (#7224)
  • a365c61 chore(release): publish a new release version (#7204)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tiptap/extension-bubble-menu since your current version.


Updates @tiptap/extension-bullet-list from 2.22.3 to 3.14.0

Release notes

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

v3.14.0

@​tiptap/extension-twitch

Minor Changes

  • Add new Twitch extension for embedding Twitch videos, clips, and live channels in the editor. Supports customizable parameters like autoplay, muted, and start time, with attribute-level overrides for per-embed configuration.

    Documentation: https://tiptap.dev/docs/editor/extensions/nodes/twitch

@​tiptap/react

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/vue-2

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/vue-3

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/extension-drag-handle

Patch Changes

  • Fix findElementNextToCoords to resolve the parent when nodeAt(pos) is null (e.g., inside an atom node that allows inline content)

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

... (truncated)

Changelog

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

3.14.0

Patch Changes

  • @​tiptap/extension-list@​3.14.0

3.13.0

Patch Changes

  • @​tiptap/extension-list@​3.13.0

3.12.1

Patch Changes

  • @​tiptap/extension-list@​3.12.1

3.12.0

Patch Changes

  • @​tiptap/extension-list@​3.12.0

3.11.1

Patch Changes

  • @​tiptap/extension-list@​3.11.1

3.11.0

Patch Changes

  • @​tiptap/extension-list@​3.11.0

3.10.8

Patch Changes

  • @​tiptap/extension-list@​3.10.8

3.10.7

Patch Changes

  • @​tiptap/extension-list@​3.10.7

3.10.6

... (truncated)

Commits
  • 1ea0133 chore(release): publish a new release version (#7354)
  • 9d7ea8d chore(release): publish a new release version (#7308)
  • c710fdc chore(release): publish a new release version (#7298)
  • 7c72d24 chore(release): publish a new release version (#7295)
  • 0860c60 chore(release): publish a new release version (#7279)
  • e4b95fa chore(release): publish a new release version (#7244)
  • abc5b34 chore(release): publish a new release version (#7242)
  • 7413f6d chore(release): publish a new release version (#7227)
  • a11188e chore(release): publish a new release version (#7224)
  • a365c61 chore(release): publish a new release version (#7204)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tiptap/extension-bullet-list since your current version.


Updates @tiptap/extension-character-count from 2.22.3 to 3.14.0

Release notes

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

v3.14.0

@​tiptap/extension-twitch

Minor Changes

  • Add new Twitch extension for embedding Twitch videos, clips, and live channels in the editor. Supports customizable parameters like autoplay, muted, and start time, with attribute-level overrides for per-embed configuration.

    Documentation: https://tiptap.dev/docs/editor/extensions/nodes/twitch

@​tiptap/react

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/vue-2

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/vue-3

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/extension-drag-handle

Patch Changes

  • Fix findElementNextToCoords to resolve the parent when nodeAt(pos) is null (e.g., inside an atom node that allows inline content)

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

... (truncated)

Changelog

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

3.14.0

Patch Changes

  • @​tiptap/extensions@​3.14.0

3.13.0

Patch Changes

  • @​tiptap/extensions@​3.13.0

3.12.1

Patch Changes

  • @​tiptap/extensions@​3.12.1

3.12.0

Patch Changes

  • @​tiptap/extensions@​3.12.0

3.11.1

Patch Changes

  • Updated dependencies [eea7190]
    • @​tiptap/extensions@​3.11.1

3.11.0

Patch Changes

  • @​tiptap/extensions@​3.11.0

3.10.8

Patch Changes

  • @​tiptap/extensions@​3.10.8

3.10.7

Patch Changes

  • @​tiptap/extensions@​3.10.7

3.10.6

... (truncated)

Commits
  • 1ea0133 chore(release): publish a new release version (#7354)
  • 9d7ea8d chore(release): publish a new release version (#7308)
  • c710fdc chore(release): publish a new release version (#7298)
  • 7c72d24 chore(release): publish a new release version (#7295)
  • 0860c60 chore(release): publish a new release version (#7279)
  • e4b95fa chore(release): publish a new release version (#7244)
  • abc5b34 chore(release): publish a new release version (#7242)
  • 7413f6d chore(release): publish a new release version (#7227)
  • a11188e chore(release): publish a new release version (#7224)
  • a365c61 chore(release): publish a new release version (#7204)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tiptap/extension-character-count since your current version.


Updates @tiptap/extension-color from 2.22.3 to 3.14.0

Release notes

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

v3.14.0

@​tiptap/extension-twitch

Minor Changes

  • Add new Twitch extension for embedding Twitch videos, clips, and live channels in the editor. Supports customizable parameters like autoplay, muted, and start time, with attribute-level overrides for per-embed configuration.

    Documentation: https://tiptap.dev/docs/editor/extensions/nodes/twitch

@​tiptap/react

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/vue-2

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/vue-3

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/extension-drag-handle

Patch Changes

  • Fix findElementNextToCoords to resolve the parent when nodeAt(pos) is null (e.g., inside an atom node that allows inline content)

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

... (truncated)

Changelog

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

3.14.0

Patch Changes

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

3.13.0

Patch Changes

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

3.12.1

Patch Changes

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

3.12.0

Patch Changes

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

3.11.1

Patch Changes

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

3.11.0

Patch Changes

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

3.10.8

Patch Changes

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

3.10.7

Patch Changes

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

3.10.6

... (truncated)

Commits
  • 1ea0133 chore(release): publish a new release version (#7354)
  • 9d7ea8d chore(release): publish a new release version (#7308)
  • c710fdc chore(release): publish a new release version (#7298)
  • 7c72d24 chore(release): publish a new release version (#7295)
  • 0860c60 chore(release): publish a new release version (#7279)
  • e4b95fa chore(release): publish a new release version (#7244)
  • abc5b34 chore(release): publish a new release version (#7242)
  • 7413f6d chore(release): publish a new release version (#7227)
  • a11188e chore(release): publish a new release version (#7224)
  • a365c61 chore(release): publish a new release version (#7204)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tiptap/extension-color since your current version.


Updates @tiptap/extension-highlight from 2.22.3 to 3.14.0

Release notes

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

v3.14.0

@​tiptap/extension-twitch

Minor Changes

  • Add new Twitch extension for embedding Twitch videos, clips, and live channels in the editor. Supports customizable parameters like autoplay, muted, and start time, with attribute-level overrides for per-embed configuration.

    Documentation: https://tiptap.dev/docs/editor/extensions/nodes/twitch

@​tiptap/react

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/vue-2

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/vue-3

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/extension-drag-handle

Patch Changes

  • Fix findElementNextToCoords to resolve the parent when nodeAt(pos) is null (e.g., inside an atom node that allows inline content)

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

... (truncated)

Changelog

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

3.14.0

Patch Changes

  • @​tiptap/core@​3.14.0

3.13.0

Patch Changes

  • Updated dependencies [526365a]
  • Updated dependencies [e3b4f68]
    • @​tiptap/core@​3.13.0

3.12.1

Patch Changes

  • @​tiptap/core@​3.12.1

3.12.0

Patch Changes

  • Updated dependencies [f232c5a]
    • @​tiptap/core@​3.12.0

3.11.1

Patch Changes

  • Updated dependencies [d0c4264]
    • @​tiptap/core@​3.11.1

3.11.0

Patch Changes

  • Updated dependencies [541c93c]
    • @​tiptap/core@​3.11.0

3.10.8

Patch Changes

  • Updated dependencies [8375241]
  • Updated dependencies [b7ead7c]
  • Updated dependencies [95d3e80]
  • Updated dependencies [fd479bd]
    • @​tiptap/core@​3.10.8

... (truncated)

Commits
  • 1ea0133 chore(release): publish a new release version (#7354)
  • 9d7ea8d chore(release): publish a new release version (#7308)
  • c710fdc chore(release): publish a new release version (#7298)
  • 7c72d24 chore(release): publish a new release version (#7295)
  • 0860c60 chore(release): publish a new release version (#7279)
  • e4b95fa chore(release): publish a new release version (#7244)
  • abc5b34 chore(release): publish a new release version (#7242)
  • 7413f6d chore(release): publish a new release version (#7227)
  • a11188e chore(release): publish a new release version (#7224)
  • a365c61 chore(release): publish a new release version (#7204)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tiptap/extension-highlight since your current version.


Updates @tiptap/extension-image from 3.2.1 to 3.14.0

Release notes

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

v3.14.0

@​tiptap/extension-twitch

Minor Changes

  • Add new Twitch extension for embedding Twitch videos, clips, and live channels in the editor. Supports customizable parameters like autoplay, muted, and start time, with attribute-level overrides for per-embed configuration.

    Documentation: https://tiptap.dev/docs/editor/extensions/nodes/twitch

@​tiptap/react

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/vue-2

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/vue-3

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/extension-drag-handle

Patch Changes

  • Fix findElementNextToCoords to resolve the parent when nodeAt(pos) is null (e.g., inside an atom node that allows inline content)

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

... (truncated)

Changelog

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

3.14.0

Patch Changes

  • @​tiptap/core@​3.14.0

3.13.0

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

  • Updated dependencies [526365a]
  • Updated dependencies [e3b4f68]
    • @​tiptap/core@​3.13.0

3.12.1

Patch Changes

  • @​tiptap/core@​3.12.1

3.12.0

Patch Changes

  • Updated dependencies [f232c5a]
    • @​tiptap/core@​3.12.0

3.11.1

Patch Changes

  • Updated dependencies [d0c4264]
    • @​tiptap/core@​3.11.1

3.11.0

Patch Changes

  • Updated dependencies [541c93c]
    • @​tiptap/core@​3.11.0

3.10.8

Patch Changes

  • Updated dependencies [8375241]

... (truncated)

Commits
  • 1ea0133 chore(release): publish a new release version (#7354)
  • 9d7ea8d chore(release): publish a new release version (#7308)
  • e3b4f68 feat(core): allow custom resize handle rendering via createCustomHandle in ...
  • c710fdc chore(release): publish a new release version (#7298)
  • 7c72d24 chore(release): publish a new release version (#7295)
  • 0860c60 chore(release): publish a new release version (#7279)
  • e4b95fa chore(release): publish a new release version (#7244)
  • abc5b34 chore(release): publish a new release version (#7242)
  • 962edbe Merge branch 'main' of github.com:ueberdosis/tiptap into develop
  • 7413f6d chore(release): publish a new release version (#7227)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tiptap/extension-image since your current version.


Updates @tiptap/extension-link from 2.22.3 to 3.14.0

Release notes

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

v3.14.0

@​tiptap/extension-twitch

Minor Changes

  • Add new Twitch extension for embedding Twitch videos, clips, and live channels in the editor. Supports customizable parameters like autoplay, muted, and start time, with attribute-level overrides for per-embed configuration.

    Documentation: https://tiptap.dev/docs/editor/extensions/nodes/twitch

@​tiptap/react

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/vue-2

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/vue-3

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/extension-drag-handle

Patch Changes

  • Fix findElementNextToCoords to resolve the parent when nodeAt(pos) is null (e.g., inside an atom node that allows inline content)

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

... (truncated)

Changelog

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

3.14.0

Patch Changes

  • @​tiptap/core@​3.14.0
  • @​tiptap/pm@​3.14.0

3.13.0

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]
    • @​tiptap/core@​3.13.0
    • @​tiptap/pm@​3.13.0

3.12.1

Patch Changes

  • @​tiptap/core@​3.12.1
  • @​tiptap/pm@​3.12.1

3.12.0

Patch Changes

  • Updated dependencies [f232c5a]
    • @​tiptap/core@​3.12.0
    • @​tiptap/pm@​3.12.0

3.11.1

Patch Changes

  • Updated dependencies [d0c4264]
    • @​tiptap/core@​3.11.1
    • @​tiptap/pm@​3.11.1

3.11.0

Patch Changes

  • Updated dependencies [541c93c]
    • @​tiptap/core@​3.11.0
    • @​tiptap/pm@​3.11.0

3.10.8

... (truncated)

Commits
  • 1ea0133 chore(release): publish a new release version (#7354)
  • 9d7ea8d chore(release): publish a new release version (#7308)
  • fb51a32 fix(link): Ensure enableClickSelection works regardless of the `openOnClick...
  • c710fdc chore(release): publish a new release version (#7298)
  • 7c72d24 chore(release): publish a new release version (#7295)
  • 0860c60 chore(release): publish a new release version (#7279)
  • e5cc5ce feat: add Vitest configuration for testing with package aliases (#7184)
  • e4b95fa chore(release): publish a new release version (#7244)
  • abc5b34 chore(release): publish a new release version (#7242)
  • 962edbe Merge branch 'main' of github.com:ueberdosis/tiptap into develop
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tiptap/extension-link since your current version.


Updates @tiptap/extension-list-item from 2.22.3 to 3.14.0

Release notes

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

v3.14.0

@​tiptap/extension-twitch

Minor Changes

  • Add new Twitch extension for embedding Twitch videos, clips, and live channels in the editor. Supports customizable parameters like autoplay, muted, and start time, with attribute-level overrides for per-embed configuration.

    Documentation: https://tiptap.dev/docs/editor/extensions/nodes/twitch

@​tiptap/react

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/vue-2

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/vue-3

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/extension-drag-handle

Patch Changes

  • Fix findElementNextToCoords to resolve the parent when nodeAt(pos) is null (e.g., inside an atom node that allows inline content)

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

... (truncated)

Commits
  • ac35ec8 reinstigate history extension and move it into deprecated packages directory
  • 89bd9c7 Fix/enforce-type-imports-so-that-bundler-ignores-types (#6132)
  • 3ac7e29 chore(release): publish a new pre-release version (next) (#6071)
  • 2172a4c sfix merge conflicts
  • 2d42e94 sync next with develop
  • f731cd9 chore(release): publish version 3.0.0-next.5(#6012)
  • 2c911d2 feat(list): add new extension-list package which packages all the list pack...
  • a6e6823 chore(release): publish a new pre-release version (next) (#5969)
  • 7b4e6f5 build: migrate to pnpm (#5978)
  • a6919e6 chore(release): publish a new pre-release version (next) (#5939)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tiptap/extension-list-item since your current version.


Updates @tiptap/extension-ordered-list from 2.22.3 to 3.14.0

Release notes

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

v3.14.0

@​tiptap/extension-twitch

Minor Changes

  • Add new Twitch extension for embedding Twitch videos, clips, and live channels in the editor. Supports customizable parameters like autoplay, muted, and start time, with attribute-level overrides for per-embed configuration.

    Documentation: https://tiptap.dev/docs/editor/extensions/nodes/twitch

@​tiptap/react

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/vue-2

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.

@​tiptap/vue-3

Patch Changes

  • Append all children of editors parent node to element

    Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag ...

    Description has been truncated

    Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 29, 2025
@vercel

vercel Bot commented Dec 29, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
meteor-component-library Error Error Apr 6, 2026 5:12pm

Request Review

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-1725ee90f7 branch from 3473edb to af0121a Compare January 9, 2026 08:38
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-1725ee90f7 branch from af0121a to a4678a2 Compare January 9, 2026 08:59
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-1725ee90f7 branch from a4678a2 to 0408227 Compare January 9, 2026 09:30
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-1725ee90f7 branch from 0408227 to cd8ac80 Compare January 9, 2026 12:39
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-1725ee90f7 branch from cd8ac80 to 23c6ce3 Compare January 19, 2026 11:25
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-1725ee90f7 branch from 23c6ce3 to 7020602 Compare January 26, 2026 15:49
@dependabot @github

dependabot Bot commented on behalf of github Feb 2, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-1725ee90f7 branch from 7020602 to 3a31e70 Compare February 9, 2026 20:28
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-1725ee90f7 branch from 3a31e70 to e92f65c Compare February 16, 2026 18:06
@dependabot @github

dependabot Bot commented on behalf of github Feb 23, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-1725ee90f7 branch from e92f65c to 13ef095 Compare March 2, 2026 18:56
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-1725ee90f7 branch from 13ef095 to 02a5cfc Compare March 9, 2026 18:50
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-1725ee90f7 branch from 02a5cfc to 74815f5 Compare March 16, 2026 17:53
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-1725ee90f7 branch from 74815f5 to 8008a62 Compare March 23, 2026 17:39
Bumps the tiptap group with 22 updates:

| Package | From | To |
| --- | --- | --- |
| [@tiptap/extension-bubble-menu](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-bubble-menu) | `2.22.3` | `3.14.0` |
| [@tiptap/extension-bullet-list](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-bullet-list) | `2.22.3` | `3.14.0` |
| [@tiptap/extension-character-count](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-character-count) | `2.22.3` | `3.14.0` |
| [@tiptap/extension-color](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-color) | `2.22.3` | `3.14.0` |
| [@tiptap/extension-highlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-highlight) | `2.22.3` | `3.14.0` |
| [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image) | `3.2.1` | `3.14.0` |
| [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `2.22.3` | `3.14.0` |
| [@tiptap/extension-list-item](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-list-item) | `2.22.3` | `3.14.0` |
| [@tiptap/extension-ordered-list](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-ordered-list) | `2.22.3` | `3.14.0` |
| [@tiptap/extension-placeholder](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-placeholder) | `2.22.3` | `3.14.0` |
| [@tiptap/extension-subscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-subscript) | `2.22.3` | `3.14.0` |
| [@tiptap/extension-superscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-superscript) | `2.22.3` | `3.14.0` |
| [@tiptap/extension-table](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table) | `2.22.3` | `3.14.0` |
| [@tiptap/extension-table-cell](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-cell) | `2.22.3` | `3.14.0` |
| [@tiptap/extension-table-header](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-header) | `2.22.3` | `3.14.0` |
| [@tiptap/extension-table-row](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-row) | `2.22.3` | `3.14.0` |
| [@tiptap/extension-text-align](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-align) | `2.22.3` | `3.14.0` |
| [@tiptap/extension-text-style](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-style) | `2.22.3` | `3.14.0` |
| [@tiptap/extension-underline](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-underline) | `2.22.3` | `3.14.0` |
| [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) | `2.22.3` | `3.14.0` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `2.22.3` | `3.14.0` |
| [@tiptap/vue-3](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/vue-3) | `2.22.3` | `3.14.0` |


Updates `@tiptap/extension-bubble-menu` from 2.22.3 to 3.14.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-bubble-menu/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.14.0/packages/extension-bubble-menu)

Updates `@tiptap/extension-bullet-list` from 2.22.3 to 3.14.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-bullet-list/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.14.0/packages/extension-bullet-list)

Updates `@tiptap/extension-character-count` from 2.22.3 to 3.14.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages-deprecated/extension-character-count/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.14.0/packages-deprecated/extension-character-count)

Updates `@tiptap/extension-color` from 2.22.3 to 3.14.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-color/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.14.0/packages/extension-color)

Updates `@tiptap/extension-highlight` from 2.22.3 to 3.14.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-highlight/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.14.0/packages/extension-highlight)

Updates `@tiptap/extension-image` from 3.2.1 to 3.14.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-image/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.14.0/packages/extension-image)

Updates `@tiptap/extension-link` from 2.22.3 to 3.14.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-link/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.14.0/packages/extension-link)

Updates `@tiptap/extension-list-item` from 2.22.3 to 3.14.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.14.0/packages/extension-list-item)

Updates `@tiptap/extension-ordered-list` from 2.22.3 to 3.14.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-ordered-list/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.14.0/packages/extension-ordered-list)

Updates `@tiptap/extension-placeholder` from 2.22.3 to 3.14.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages-deprecated/extension-placeholder/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.14.0/packages-deprecated/extension-placeholder)

Updates `@tiptap/extension-subscript` from 2.22.3 to 3.14.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-subscript/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.14.0/packages/extension-subscript)

Updates `@tiptap/extension-superscript` from 2.22.3 to 3.14.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-superscript/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.14.0/packages/extension-superscript)

Updates `@tiptap/extension-table` from 2.22.3 to 3.14.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-table/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.14.0/packages/extension-table)

Updates `@tiptap/extension-table-cell` from 2.22.3 to 3.14.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.14.0/packages/extension-table-cell)

Updates `@tiptap/extension-table-header` from 2.22.3 to 3.14.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.14.0/packages/extension-table-header)

Updates `@tiptap/extension-table-row` from 2.22.3 to 3.14.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.14.0/packages/extension-table-row)

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

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

Updates `@tiptap/extension-underline` from 2.22.3 to 3.14.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-underline/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.14.0/packages/extension-underline)

Updates `@tiptap/pm` from 2.22.3 to 3.14.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/pm/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.14.0/packages/pm)

Updates `@tiptap/starter-kit` from 2.22.3 to 3.14.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/starter-kit/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.14.0/packages/starter-kit)

Updates `@tiptap/vue-3` from 2.22.3 to 3.14.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/vue-3/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.14.0/packages/vue-3)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-bubble-menu"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-bullet-list"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-character-count"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-color"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-highlight"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-image"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-link"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-list-item"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-ordered-list"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-placeholder"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-subscript"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-superscript"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-table"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-table-cell"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-table-header"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-table-row"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-text-align"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-text-style"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-underline"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/pm"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/vue-3"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-1725ee90f7 branch from 8008a62 to 08c7866 Compare April 6, 2026 17:10
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants