Skip to content

Bump the production-dependencies group across 1 directory with 28 updates#78

Merged
JannikStreek merged 3 commits intomainfrom
dependabot/npm_and_yarn/frontend/production-dependencies-dd962f4148
Mar 3, 2026
Merged

Bump the production-dependencies group across 1 directory with 28 updates#78
JannikStreek merged 3 commits intomainfrom
dependabot/npm_and_yarn/frontend/production-dependencies-dd962f4148

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps the production-dependencies group with 28 updates in the /frontend directory:

Package From To
@floating-ui/dom 1.7.4 1.7.5
@hocuspocus/provider 3.4.3 3.4.4
@tiptap/core 3.14.0 3.20.0
@tiptap/extension-collaboration 3.14.0 3.20.0
@tiptap/extension-collaboration-caret 3.14.0 3.20.0
@tiptap/extension-color 3.14.0 3.20.0
@tiptap/extension-image 3.14.0 3.20.0
@tiptap/extension-link 3.14.0 3.20.0
@tiptap/extension-placeholder 3.14.0 3.20.0
@tiptap/extension-table 3.14.0 3.20.0
@tiptap/extension-table-cell 3.14.0 3.20.0
@tiptap/extension-table-header 3.14.0 3.20.0
@tiptap/extension-table-row 3.14.0 3.20.0
@tiptap/extension-text-style 3.14.0 3.20.0
@tiptap/extension-underline 3.14.0 3.20.0
@tiptap/pm 3.14.0 3.20.0
@tiptap/react 3.14.0 3.20.0
@tiptap/starter-kit 3.14.0 3.20.0
html2canvas-pro 1.6.1 2.0.2
i18next 25.7.3 25.8.13
i18next-browser-languagedetector 8.2.0 8.2.1
jspdf 4.0.0 4.2.0
react 19.2.3 19.2.4
react-dom 19.2.3 19.2.4
react-i18next 16.5.0 16.5.4
react-router 7.13.0 7.13.1
yjs 13.6.28 13.6.29
@rollup/rollup-linux-x64-musl 4.54.0 4.59.0

Updates @floating-ui/dom from 1.7.4 to 1.7.5

Changelog

Sourced from @​floating-ui/dom's changelog.

1.7.5

Patch Changes

  • Update dependencies: @floating-ui/core@1.7.4
Commits
Maintainer changes

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


Updates @hocuspocus/provider from 3.4.3 to 3.4.4

Release notes

Sourced from @​hocuspocus/provider's releases.

v3.4.4

What's Changed

Full Changelog: ueberdosis/hocuspocus@v3.4.3...v3.4.4

Changelog

Sourced from @​hocuspocus/provider's changelog.

3.4.4 (2026-01-25)

Bug Fixes

Commits

Updates @tiptap/core from 3.14.0 to 3.20.0

Release notes

Sourced from @​tiptap/core's releases.

v3.20.0

@​tiptap/core

Minor Changes

  • Add transformPastedHTML extension API that allows extensions to transform pasted HTML content before it's parsed into the editor, enabling cleanup of styles, removal of dangerous content, and modification of pasted HTML through a chainable transform system.

Patch Changes

  • Fix checking if mark is active and toggling off marks when part of the selection does not allow the mark (e.g. a code block)
  • Global attributes now support shorthand string values for types: use '*' to apply to all nodes and marks, 'nodes' for all nodes (excluding text), or 'marks' for all marks.
  • Fixed a typo in the documentation of editor.view

@​tiptap/extension-drag-handle

Patch Changes

  • Fix drag handle not appearing for atom/leaf nodes like images in both nested and non-nested modes
  • Add table structure rules to prevent drag handle on table rows, cells, and headers, and fix ghost table rows when dragging tables
  • Fix drag position resolving outside the document when dragging an empty text node at the end of the document

@​tiptap/markdown

Patch Changes

  • Fixed getMarkdown() returning   instead of empty string when editor is empty

@​tiptap/extension-bubble-menu

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

@​tiptap/extension-floating-menu

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

@​tiptap/react

Minor Changes

  • Moved BubbleMenu and FloatingMenu to separate @tiptap/react/menus entrypoint to keep floating-ui optional
  • Simplified Tiptap component API with guaranteed non-null editor instance from useTiptap hook

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

... (truncated)

Changelog

Sourced from @​tiptap/core's changelog.

3.20.0

Minor Changes

  • 57624a1: Add transformPastedHTML extension API that allows extensions to transform pasted HTML content before it's parsed into the editor, enabling cleanup of styles, removal of dangerous content, and modification of pasted HTML through a chainable transform system.

Patch Changes

  • 4b731e2: Fix checking if mark is active and toggling off marks when part of the selection does not allow the mark (e.g. a code block)
  • 98546ac: Global attributes now support shorthand string values for types: use '*' to apply to all nodes and marks, 'nodes' for all nodes (excluding text), or 'marks' for all marks.
  • 76ce47d: Fixed a typo in the documentation of editor.view
    • @​tiptap/pm@​3.20.0

3.19.0

Patch Changes

  • @​tiptap/pm@​3.19.0

3.18.0

Patch Changes

  • @​tiptap/pm@​3.18.0

3.17.1

Patch Changes

  • aa9709e: Fixed $nodes() method to correctly return inline nodes (like text, mention, etc.) by fixing the children getter in NodePos class
  • b46e66a: Fixed ResizableNodeView contentDOM getter to return null instead of undefined for proper TypeScript compatibility
    • @​tiptap/pm@​3.17.1

3.17.0

Patch Changes

  • eecf1c9: Added isFirefox utility to core
    • @​tiptap/pm@​3.17.0

3.16.0

Patch Changes

  • @​tiptap/pm@​3.16.0

3.15.3

Patch Changes

... (truncated)

Commits
  • 5a123c3 chore(release): publish a new release version (#7519)
  • 75846e5 Merge branch 'develop' of github.com:ueberdosis/tiptap
  • 76ce47d fix: typo in core/src/Editor.ts (#7505)
  • 4b731e2 Fix checking if mark is active and toggling off marks when part of the select...
  • 57624a1 feat(transform-pasted-html): add API for transforming pasted HTML (#7418)
  • 98546ac Add global attributes without types (#7501)
  • 73ece76 chore(release): publish a new release version (#7480)
  • a0ab1d6 chore(release): publish a new release version (#7460)
  • 3046a77 Merge branch 'main' of github.com:ueberdosis/tiptap into develop
  • 328aedb feat(react): introduce \<Tiptap /> component for easier integration (#6917)
  • Additional commits viewable in compare view

Updates @tiptap/extension-collaboration from 3.14.0 to 3.20.0

Release notes

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

v3.20.0

@​tiptap/core

Minor Changes

  • Add transformPastedHTML extension API that allows extensions to transform pasted HTML content before it's parsed into the editor, enabling cleanup of styles, removal of dangerous content, and modification of pasted HTML through a chainable transform system.

Patch Changes

  • Fix checking if mark is active and toggling off marks when part of the selection does not allow the mark (e.g. a code block)
  • Global attributes now support shorthand string values for types: use '*' to apply to all nodes and marks, 'nodes' for all nodes (excluding text), or 'marks' for all marks.
  • Fixed a typo in the documentation of editor.view

@​tiptap/extension-drag-handle

Patch Changes

  • Fix drag handle not appearing for atom/leaf nodes like images in both nested and non-nested modes
  • Add table structure rules to prevent drag handle on table rows, cells, and headers, and fix ghost table rows when dragging tables
  • Fix drag position resolving outside the document when dragging an empty text node at the end of the document

@​tiptap/markdown

Patch Changes

  • Fixed getMarkdown() returning &nbsp; instead of empty string when editor is empty

@​tiptap/extension-bubble-menu

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

@​tiptap/extension-floating-menu

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

@​tiptap/react

Minor Changes

  • Moved BubbleMenu and FloatingMenu to separate @tiptap/react/menus entrypoint to keep floating-ui optional
  • Simplified Tiptap component API with guaranteed non-null editor instance from useTiptap hook

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

... (truncated)

Changelog

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

3.20.0

Patch Changes

  • Updated dependencies [4b731e2]
  • Updated dependencies [98546ac]
  • Updated dependencies [57624a1]
  • Updated dependencies [76ce47d]
    • @​tiptap/core@​3.20.0
    • @​tiptap/pm@​3.20.0

3.19.0

Patch Changes

  • @​tiptap/core@​3.19.0
  • @​tiptap/pm@​3.19.0

3.18.0

Patch Changes

  • @​tiptap/core@​3.18.0
  • @​tiptap/pm@​3.18.0

3.17.1

Patch Changes

  • 1a55fd0: Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.
  • Updated dependencies [aa9709e]
  • Updated dependencies [b46e66a]
    • @​tiptap/core@​3.17.1
    • @​tiptap/pm@​3.17.1

3.17.0

Patch Changes

  • Updated dependencies [eecf1c9]
    • @​tiptap/core@​3.17.0
    • @​tiptap/pm@​3.17.0

3.16.0

Patch Changes

  • @​tiptap/core@​3.16.0
  • @​tiptap/pm@​3.16.0

... (truncated)

Commits
  • 5a123c3 chore(release): publish a new release version (#7519)
  • 73ece76 chore(release): publish a new release version (#7480)
  • a0ab1d6 chore(release): publish a new release version (#7460)
  • f592f0a chore(release): publish a new release version (#7443)
  • 1a55fd0 Fix CollaborationCaret crash with undefined state during initialization (#7449)
  • 408e1e7 chore(release): publish a new release version (#7440)
  • 332dfba chore(release): publish a new release version (#7413)
  • 3a64925 chore(release): publish a new release version (#7397)
  • 88fedcd chore(release): publish a new release version (#7395)
  • 824e5bd chore(release): publish a new release version (#7385)
  • Additional commits viewable in compare view

Updates @tiptap/extension-collaboration-caret from 3.14.0 to 3.20.0

Release notes

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

v3.20.0

@​tiptap/core

Minor Changes

  • Add transformPastedHTML extension API that allows extensions to transform pasted HTML content before it's parsed into the editor, enabling cleanup of styles, removal of dangerous content, and modification of pasted HTML through a chainable transform system.

Patch Changes

  • Fix checking if mark is active and toggling off marks when part of the selection does not allow the mark (e.g. a code block)
  • Global attributes now support shorthand string values for types: use '*' to apply to all nodes and marks, 'nodes' for all nodes (excluding text), or 'marks' for all marks.
  • Fixed a typo in the documentation of editor.view

@​tiptap/extension-drag-handle

Patch Changes

  • Fix drag handle not appearing for atom/leaf nodes like images in both nested and non-nested modes
  • Add table structure rules to prevent drag handle on table rows, cells, and headers, and fix ghost table rows when dragging tables
  • Fix drag position resolving outside the document when dragging an empty text node at the end of the document

@​tiptap/markdown

Patch Changes

  • Fixed getMarkdown() returning &nbsp; instead of empty string when editor is empty

@​tiptap/extension-bubble-menu

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

@​tiptap/extension-floating-menu

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

@​tiptap/react

Minor Changes

  • Moved BubbleMenu and FloatingMenu to separate @tiptap/react/menus entrypoint to keep floating-ui optional
  • Simplified Tiptap component API with guaranteed non-null editor instance from useTiptap hook

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

... (truncated)

Changelog

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

3.20.0

Patch Changes

  • Updated dependencies [4b731e2]
  • Updated dependencies [98546ac]
  • Updated dependencies [57624a1]
  • Updated dependencies [76ce47d]
    • @​tiptap/core@​3.20.0
    • @​tiptap/pm@​3.20.0

3.19.0

Patch Changes

  • @​tiptap/core@​3.19.0
  • @​tiptap/pm@​3.19.0

3.18.0

Patch Changes

  • @​tiptap/core@​3.18.0
  • @​tiptap/pm@​3.18.0

3.17.1

Patch Changes

  • 1a55fd0: Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.
  • Updated dependencies [aa9709e]
  • Updated dependencies [b46e66a]
    • @​tiptap/core@​3.17.1
    • @​tiptap/pm@​3.17.1

3.17.0

Patch Changes

  • Updated dependencies [eecf1c9]
    • @​tiptap/core@​3.17.0
    • @​tiptap/pm@​3.17.0

3.16.0

Patch Changes

  • @​tiptap/core@​3.16.0
  • @​tiptap/pm@​3.16.0

... (truncated)

Commits
  • 5a123c3 chore(release): publish a new release version (#7519)
  • 73ece76 chore(release): publish a new release version (#7480)
  • a0ab1d6 chore(release): publish a new release version (#7460)
  • f592f0a chore(release): publish a new release version (#7443)
  • 1a55fd0 Fix CollaborationCaret crash with undefined state during initialization (#7449)
  • 408e1e7 chore(release): publish a new release version (#7440)
  • 332dfba chore(release): publish a new release version (#7413)
  • 3a64925 chore(release): publish a new release version (#7397)
  • 88fedcd chore(release): publish a new release version (#7395)
  • 824e5bd chore(release): publish a new release version (#7385)
  • Additional commits viewable in compare view

Updates @tiptap/extension-color from 3.14.0 to 3.20.0

Release notes

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

v3.20.0

@​tiptap/core

Minor Changes

  • Add transformPastedHTML extension API that allows extensions to transform pasted HTML content before it's parsed into the editor, enabling cleanup of styles, removal of dangerous content, and modification of pasted HTML through a chainable transform system.

Patch Changes

  • Fix checking if mark is active and toggling off marks when part of the selection does not allow the mark (e.g. a code block)
  • Global attributes now support shorthand string values for types: use '*' to apply to all nodes and marks, 'nodes' for all nodes (excluding text), or 'marks' for all marks.
  • Fixed a typo in the documentation of editor.view

@​tiptap/extension-drag-handle

Patch Changes

  • Fix drag handle not appearing for atom/leaf nodes like images in both nested and non-nested modes
  • Add table structure rules to prevent drag handle on table rows, cells, and headers, and fix ghost table rows when dragging tables
  • Fix drag position resolving outside the document when dragging an empty text node at the end of the document

@​tiptap/markdown

Patch Changes

  • Fixed getMarkdown() returning &nbsp; instead of empty string when editor is empty

@​tiptap/extension-bubble-menu

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

@​tiptap/extension-floating-menu

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

@​tiptap/react

Minor Changes

  • Moved BubbleMenu and FloatingMenu to separate @tiptap/react/menus entrypoint to keep floating-ui optional
  • Simplified Tiptap component API with guaranteed non-null editor instance from useTiptap hook

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

... (truncated)

Changelog

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

3.20.0

Patch Changes

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

3.19.0

Patch Changes

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

3.18.0

Patch Changes

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

3.17.1

Patch Changes

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

3.17.0

Patch Changes

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

3.16.0

Patch Changes

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

3.15.3

Patch Changes

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

3.15.2

Patch Changes

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

3.15.1

... (truncated)

Commits

Updates @tiptap/extension-image from 3.14.0 to 3.20.0

Release notes

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

v3.20.0

@​tiptap/core

Minor Changes

  • Add transformPastedHTML extension API that allows extensions to transform pasted HTML content before it's parsed into the editor, enabling cleanup of styles, removal of dangerous content, and modification of pasted HTML through a chainable transform system.

Patch Changes

  • Fix checking if mark is active and toggling off marks when part of the selection does not allow the mark (e.g. a code block)
  • Global attributes now support shorthand string values for types: use '*' to apply to all nodes and marks, 'nodes' for all nodes (excluding text), or 'marks' for all marks.
  • Fixed a typo in the documentation of editor.view

@​tiptap/extension-drag-handle

Patch Changes

  • Fix drag handle not appearing for atom/leaf nodes like images in both nested and non-nested modes
  • Add table structure rules to prevent drag handle on table rows, cells, and headers, and fix ghost table rows when dragging tables
  • Fix drag position resolving outside the document when dragging an empty text node at the end of the document

@​tiptap/markdown

Patch Changes

  • Fixed getMarkdown() returning &nbsp; instead of empty string when editor is empty

@​tiptap/extension-bubble-menu

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

@​tiptap/extension-floating-menu

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

@​tiptap/react

Minor Changes

  • Moved BubbleMenu and FloatingMenu to separate @tiptap/react/menus entrypoint to keep floating-ui optional
  • Simplified Tiptap component API with guaranteed non-null editor instance from useTiptap hook

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

... (truncated)

Changelog

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

3.20.0

Patch Changes

  • Updated dependencies [4b731e2]
  • Updated dependencies [98546ac]
  • Updated dependencies [57624a1]
  • Updated dependencies [76ce47d]
    • @​tiptap/core@​3.20.0

3.19.0

Patch Changes

  • @​tiptap/core@​3.19.0

3.18.0

Patch Changes

  • @​tiptap/core@​3.18.0

3.17.1

Patch Changes

  • Updated dependencies [aa9709e]
  • Updated dependencies [b46e66a]
    • @​tiptap/core@​3.17.1

3.17.0

Patch Changes

  • Updated dependencies [eecf1c9]
    • @​tiptap/core@​3.17.0

3.16.0

Patch Changes

  • @​tiptap/core@​3.16.0

3.15.3

Patch Changes

  • Updated dependencies [8f86f06]
    • @​tiptap/core@​3.15.3

... (truncated)

Commits

Updates @tiptap/extension-link from 3.14.0 to 3.20.0

Release notes

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

v3.20.0

@​tiptap/core

Minor Changes

  • Add transformPastedHTML extension API that allows extensions to transform pasted HTML content before it's parsed into the editor, enabling cleanup of styles, removal of dangerous content, and modification of pasted HTML through a chainable transform system.

Patch Changes

  • Fix checking if mark is active and toggling off marks when part of the selection does not allow the mark (e.g. a code block)
  • Global attributes now support shorthand string values for types: use '*' to apply to all nodes and marks, 'nodes' for all nodes (excluding text), or 'marks' for all marks.
  • Fixed a typo in the documentation of editor.view

@​tiptap/extension-drag-handle

Patch Changes

  • Fix drag handle not appearing for atom/leaf nodes like images in both nested and non-nested modes
  • Add table structure rules to prevent drag handle on table rows, cells, and headers, and fix ghost table rows when dragging tables
  • Fix drag position resolving outside the document when dragging an empty text node at the end of the document

@​tiptap/markdown

Patch Changes

  • Fixed getMarkdown() returning &nbsp; instead of empty string when editor is empty

@​tiptap/extension-bubble-menu

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

@​tiptap/extension-floating-menu

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

@​tiptap/react

Minor Changes

  • Moved BubbleMenu and FloatingMenu to separate @tiptap/react/menus entrypoint to keep floating-ui optional
  • Simplified Tiptap component API with guaranteed non-null editor instance from useTiptap hook

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

... (truncated)

Changelog

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

3.20.0

Patch Changes

  • Updated dependencies [4b731e2]
  • Updated dependencies [98546ac]
  • Updated dependencies [57624a1]
  • Updated dependencies [76ce47d]
    • @​tiptap/core@​3.20.0
    • @​tiptap/pm@​3.20.0

3.19.0

Patch Changes

  • 9011aff: Add title attribute to Link extension. The title can now be set via setLink and toggleLink commands and is rendered as an HTML title attribute.
  • 9011aff: Add title attribute support for markdown rendering. Links with titles are now serialized to markdown format [text](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-link/url "title").
    • @​tiptap/core@​3.19.0
    • @​tiptap/pm@​3.19.0

3.18.0

Patch Changes

  • @​tiptap/core@​3.18.0
  • @​tiptap/pm@​3.18.0

3.17.1

Patch Changes

  • Updated dependencies [aa9709e]
  • Updated dependencies [b46e66a]
    • @​tiptap/core@​3.17.1
    • @​tiptap/pm@​3.17.1

3.17.0

Patch Changes

  • Updated dependencies [eecf1c9]
    • @​tiptap/core@​3.17.0
    • @​tiptap/pm@​3.17.0

3.16.0

Patch Changes

  • 5f568dc: Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event.
    • @​tiptap/core@​3.16.0

... (truncated)

Commits
  • 5a123c3 chore(release): publish a new release version (#7519)
  • 73ece76 chore(release): publish a new release version (#7480)
  • 9011aff Add title attribute support to Link extension (#7479)
  • a0ab1d6 chore(release): publish a new release version (#7460)
  • f592f0a chore(release): publish a new release version (#7443)
  • 408e1e7 chore(release): publish a new release version (#7440)
  • 332dfba chore(release): publish a new release version (#7413)
  • 5f568dc fix(extension-link): prevent click handler from blocking non-link element sel...
  • 3a64925 chore(release): publish a new release version (#7397)
  • 88fedcd chore(release): publish a new release version (#7395)
  • Additional commits viewable in compare view

Updates @tiptap/extension-placeholder from 3.14.0 to 3.20.0

Release notes

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

v3.20.0

@​tiptap/core

Minor Changes

  • Add transformPastedHTML extension API that allows extensions to transform pasted HTML content before it's parsed into the editor, enabling cleanup of styles, removal of dangerous content, and modification of pasted HTML through a chainable transform system.

Patch Changes

  • Fix checking if mark is active and toggling off marks when part of the selection does not allow the mark (e.g. a code block)
  • Global attributes now support shorthand string values for types: use '*' to apply to all nodes and marks, 'nodes' for all nodes (excluding text), or 'marks' for all marks.
  • Fixed a typo in the documentation of editor.view

@​tiptap/extension-drag-handle

Patch Changes

  • Fix drag handle not appearing for atom/leaf nodes like images in both nested and non-nested modes
  • Add table structure rules to prevent drag handle on table rows, cells, and headers, and fix ghost table rows when dragging tables
  • Fix drag position resolving outside the document when dragging an empty text node at the end of the document

@​tiptap/markdown

Patch Changes

  • Fixed getMarkdown() returning &nbsp; instead of empty string when editor is empty

@​tiptap/extension-bubble-menu

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

@​tiptap/extension-floating-menu

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

@​tiptap/react

Minor Changes

  • Moved BubbleMenu and FloatingMenu to separate @tiptap/react/menus entrypoint to keep floating-ui optional
  • Simplified Tiptap component API with guaranteed non-null editor instance from useTiptap hook

Patch Changes

  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other

... (truncated)

Changelog

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

3.20.0

Patch Changes

  • @​tiptap/extensions@​3.20.0

3.19.0

Patch Changes

  • @​tiptap/extensions@​3.19.0

3.18.0

Patch Changes

  • Updated dependencies [a65e55d]
    • @​tiptap/extensions@​3.18.0

3.17.1

Patch Changes

  • @​tiptap/extensions@​3.17.1

3.17.0

Patch Changes

  • @​tiptap/extensions@​3.17.0

3.16.0

Patch Changes

  • @​tiptap/extensions@​3.16.0

3.15.3

Patch Changes

  • @​tiptap/extensions@​3.15.3

3.15.2

Patch Changes

  • @​tiptap/extensions@​3.15.2

3.15.1

... (truncated)

Commits
  • 5a123c3 chore(release): publish a new release version (#7519)
  • 73ece76 chore(release): publish a new release version (#7480)
  • a0ab1d6 chore(release): publish a new release version (#7460)
  • f592f0a chore(release): publish a new release version (#7443)
  • 408e1e7 chore(release): publish a new release version (#7440)

…ates

Bumps the production-dependencies group with 28 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) | `1.7.4` | `1.7.5` |
| [@hocuspocus/provider](https://github.com/ueberdosis/hocuspocus) | `3.4.3` | `3.4.4` |
| [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core) | `3.14.0` | `3.20.0` |
| [@tiptap/extension-collaboration](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-collaboration) | `3.14.0` | `3.20.0` |
| [@tiptap/extension-collaboration-caret](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-collaboration-caret) | `3.14.0` | `3.20.0` |
| [@tiptap/extension-color](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-color) | `3.14.0` | `3.20.0` |
| [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image) | `3.14.0` | `3.20.0` |
| [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `3.14.0` | `3.20.0` |
| [@tiptap/extension-placeholder](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-placeholder) | `3.14.0` | `3.20.0` |
| [@tiptap/extension-table](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table) | `3.14.0` | `3.20.0` |
| [@tiptap/extension-table-cell](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-cell) | `3.14.0` | `3.20.0` |
| [@tiptap/extension-table-header](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-header) | `3.14.0` | `3.20.0` |
| [@tiptap/extension-table-row](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-row) | `3.14.0` | `3.20.0` |
| [@tiptap/extension-text-style](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-style) | `3.14.0` | `3.20.0` |
| [@tiptap/extension-underline](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-underline) | `3.14.0` | `3.20.0` |
| [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) | `3.14.0` | `3.20.0` |
| [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) | `3.14.0` | `3.20.0` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `3.14.0` | `3.20.0` |
| [html2canvas-pro](https://github.com/yorickshan/html2canvas-pro) | `1.6.1` | `2.0.2` |
| [i18next](https://github.com/i18next/i18next) | `25.7.3` | `25.8.13` |
| [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector) | `8.2.0` | `8.2.1` |
| [jspdf](https://github.com/parallax/jsPDF) | `4.0.0` | `4.2.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.3` | `19.2.4` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.3` | `19.2.4` |
| [react-i18next](https://github.com/i18next/react-i18next) | `16.5.0` | `16.5.4` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.13.0` | `7.13.1` |
| [yjs](https://github.com/yjs/yjs) | `13.6.28` | `13.6.29` |
| [@rollup/rollup-linux-x64-musl](https://github.com/rollup/rollup) | `4.54.0` | `4.59.0` |



Updates `@floating-ui/dom` from 1.7.4 to 1.7.5
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/HEAD/packages/dom)

Updates `@hocuspocus/provider` from 3.4.3 to 3.4.4
- [Release notes](https://github.com/ueberdosis/hocuspocus/releases)
- [Changelog](https://github.com/ueberdosis/hocuspocus/blob/main/CHANGELOG.md)
- [Commits](ueberdosis/hocuspocus@v3.4.3...v3.4.4)

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

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

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

Updates `@tiptap/extension-color` from 3.14.0 to 3.20.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.20.0/packages/extension-color)

Updates `@tiptap/extension-image` from 3.14.0 to 3.20.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.20.0/packages/extension-image)

Updates `@tiptap/extension-link` from 3.14.0 to 3.20.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.20.0/packages/extension-link)

Updates `@tiptap/extension-placeholder` from 3.14.0 to 3.20.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.20.0/packages-deprecated/extension-placeholder)

Updates `@tiptap/extension-table` from 3.14.0 to 3.20.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.20.0/packages/extension-table)

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

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

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

Updates `@tiptap/extension-text-style` from 3.14.0 to 3.20.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.20.0/packages/extension-text-style)

Updates `@tiptap/extension-underline` from 3.14.0 to 3.20.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.20.0/packages/extension-underline)

Updates `@tiptap/pm` from 3.14.0 to 3.20.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.20.0/packages/pm)

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

Updates `@tiptap/starter-kit` from 3.14.0 to 3.20.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.20.0/packages/starter-kit)

Updates `html2canvas-pro` from 1.6.1 to 2.0.2
- [Release notes](https://github.com/yorickshan/html2canvas-pro/releases)
- [Changelog](https://github.com/yorickshan/html2canvas-pro/blob/main/CHANGELOG.md)
- [Commits](yorickshan/html2canvas-pro@v1.6.1...v2.0.2)

Updates `i18next` from 25.7.3 to 25.8.13
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v25.7.3...v25.8.13)

Updates `i18next-browser-languagedetector` from 8.2.0 to 8.2.1
- [Changelog](https://github.com/i18next/i18next-browser-languageDetector/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-browser-languageDetector@v8.2.0...v8.2.1)

Updates `jspdf` from 4.0.0 to 4.2.0
- [Release notes](https://github.com/parallax/jsPDF/releases)
- [Changelog](https://github.com/parallax/jsPDF/blob/master/RELEASE.md)
- [Commits](parallax/jsPDF@v4.0.0...v4.2.0)

Updates `react` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

Updates `react-dom` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom)

Updates `react-i18next` from 16.5.0 to 16.5.4
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v16.5.0...v16.5.4)

Updates `react-router` from 7.13.0 to 7.13.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.13.1/packages/react-router)

Updates `yjs` from 13.6.28 to 13.6.29
- [Release notes](https://github.com/yjs/yjs/releases)
- [Commits](yjs/yjs@v13.6.28...v13.6.29)

Updates `@rollup/rollup-linux-x64-musl` from 4.54.0 to 4.59.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.54.0...v4.59.0)

---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
  dependency-version: 1.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@hocuspocus/provider"
  dependency-version: 3.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tiptap/core"
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-collaboration"
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-collaboration-caret"
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-color"
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-image"
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-link"
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-placeholder"
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-table"
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-table-cell"
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-table-header"
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-table-row"
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-text-style"
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-underline"
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tiptap/pm"
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tiptap/react"
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: html2canvas-pro
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: i18next
  dependency-version: 25.8.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: i18next-browser-languagedetector
  dependency-version: 8.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: jspdf
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-i18next
  dependency-version: 16.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-router
  dependency-version: 7.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: yjs
  dependency-version: 13.6.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@rollup/rollup-linux-x64-musl"
  dependency-version: 4.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 2, 2026
@JannikStreek JannikStreek merged commit 053143b into main Mar 3, 2026
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/production-dependencies-dd962f4148 branch March 3, 2026 16:37
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.

1 participant