Skip to content

chore(deps): bump the tiptap group with 8 updates#25

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

chore(deps): bump the tiptap group with 8 updates#25
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tiptap-bdf767bd17

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the tiptap group with 8 updates:

Package From To
@tiptap/extension-highlight 3.23.6 3.24.0
@tiptap/extension-image 3.23.6 3.24.0
@tiptap/extension-link 3.23.6 3.24.0
@tiptap/extension-placeholder 3.23.6 3.24.0
@tiptap/extension-text-align 3.23.6 3.24.0
@tiptap/extension-typography 3.23.6 3.24.0
@tiptap/react 3.23.6 3.24.0
@tiptap/starter-kit 3.23.6 3.24.0

Updates @tiptap/extension-highlight from 3.23.6 to 3.24.0

Release notes

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

v3.24.0

@​tiptap/extension-collaboration-caret

Patch Changes

  • 7bd09b7: Fix memory leak when destroying an editor while the collaboration provider stays alive (e.g. multiple editors sharing one provider). The extension's awareness update listener is now removed on destroy, so the editor can be garbage collected.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

@​tiptap/extension-collaboration

Patch Changes

  • 7bd09b7: Fix a memory leak where destroying an editor while its Y.Doc/provider stays alive (e.g. multiple editors sharing one provider) left the editor uncollectable. Yjs' UndoManager registered a doc.on('destroy', ...) listener that was never removed, keeping the UndoManager — and through it the whole editor — reachable from the long-lived doc. Fixed upstream in @tiptap/y-tiptap; this bumps the dependency to pull in the fix.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

@​tiptap/server-ai-toolkit

Patch Changes

  • 7bd09b7: Exclude toText property when serializing the schema into a JSON object, because it is a function and functions are not serializable.

@​tiptap/pm

Patch Changes

  • 7bd09b7: Add missing @tiptap/pm/inputrules export

@​tiptap/extension-details

Patch Changes

  • 7bd09b7: Fix persisted details toggles when the details node is at the start of the document.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0
    • @​tiptap/extension-text-style@​3.24.0

@​tiptap/markdown

Patch Changes

  • 7bd09b7: Fix text inside unknown angle-bracket tags being silently swallowed during markdown parsing. HTML-like content such as <enter existing CID here if available> that does not map to any known element is now preserved as literal text instead of disappearing, which also prevents downstream contentMatchAt errors when complex schemas (Mention, Variable, Table) are in use.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

... (truncated)

Changelog

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

3.24.0

Patch Changes

  • @​tiptap/core@​3.24.0
Commits
  • 6817d14 chore(release): publish a new stable version
  • a42a8d6 chore: migrate linting and formatting from ESLint/Prettier to oxlint/oxfmt (o...
  • See full diff in compare view

Updates @tiptap/extension-image from 3.23.6 to 3.24.0

Release notes

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

v3.24.0

@​tiptap/extension-collaboration-caret

Patch Changes

  • 7bd09b7: Fix memory leak when destroying an editor while the collaboration provider stays alive (e.g. multiple editors sharing one provider). The extension's awareness update listener is now removed on destroy, so the editor can be garbage collected.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

@​tiptap/extension-collaboration

Patch Changes

  • 7bd09b7: Fix a memory leak where destroying an editor while its Y.Doc/provider stays alive (e.g. multiple editors sharing one provider) left the editor uncollectable. Yjs' UndoManager registered a doc.on('destroy', ...) listener that was never removed, keeping the UndoManager — and through it the whole editor — reachable from the long-lived doc. Fixed upstream in @tiptap/y-tiptap; this bumps the dependency to pull in the fix.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

@​tiptap/server-ai-toolkit

Patch Changes

  • 7bd09b7: Exclude toText property when serializing the schema into a JSON object, because it is a function and functions are not serializable.

@​tiptap/pm

Patch Changes

  • 7bd09b7: Add missing @tiptap/pm/inputrules export

@​tiptap/extension-details

Patch Changes

  • 7bd09b7: Fix persisted details toggles when the details node is at the start of the document.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0
    • @​tiptap/extension-text-style@​3.24.0

@​tiptap/markdown

Patch Changes

  • 7bd09b7: Fix text inside unknown angle-bracket tags being silently swallowed during markdown parsing. HTML-like content such as <enter existing CID here if available> that does not map to any known element is now preserved as literal text instead of disappearing, which also prevents downstream contentMatchAt errors when complex schemas (Mention, Variable, Table) are in use.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

... (truncated)

Changelog

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

3.24.0

Patch Changes

  • @​tiptap/core@​3.24.0
Commits
  • 6817d14 chore(release): publish a new stable version
  • a42a8d6 chore: migrate linting and formatting from ESLint/Prettier to oxlint/oxfmt (o...
  • See full diff in compare view

Updates @tiptap/extension-link from 3.23.6 to 3.24.0

Release notes

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

v3.24.0

@​tiptap/extension-collaboration-caret

Patch Changes

  • 7bd09b7: Fix memory leak when destroying an editor while the collaboration provider stays alive (e.g. multiple editors sharing one provider). The extension's awareness update listener is now removed on destroy, so the editor can be garbage collected.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

@​tiptap/extension-collaboration

Patch Changes

  • 7bd09b7: Fix a memory leak where destroying an editor while its Y.Doc/provider stays alive (e.g. multiple editors sharing one provider) left the editor uncollectable. Yjs' UndoManager registered a doc.on('destroy', ...) listener that was never removed, keeping the UndoManager — and through it the whole editor — reachable from the long-lived doc. Fixed upstream in @tiptap/y-tiptap; this bumps the dependency to pull in the fix.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

@​tiptap/server-ai-toolkit

Patch Changes

  • 7bd09b7: Exclude toText property when serializing the schema into a JSON object, because it is a function and functions are not serializable.

@​tiptap/pm

Patch Changes

  • 7bd09b7: Add missing @tiptap/pm/inputrules export

@​tiptap/extension-details

Patch Changes

  • 7bd09b7: Fix persisted details toggles when the details node is at the start of the document.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0
    • @​tiptap/extension-text-style@​3.24.0

@​tiptap/markdown

Patch Changes

  • 7bd09b7: Fix text inside unknown angle-bracket tags being silently swallowed during markdown parsing. HTML-like content such as <enter existing CID here if available> that does not map to any known element is now preserved as literal text instead of disappearing, which also prevents downstream contentMatchAt errors when complex schemas (Mention, Variable, Table) are in use.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

... (truncated)

Changelog

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

3.24.0

Patch Changes

  • Updated dependencies [7c0499b]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0
Commits
  • 6817d14 chore(release): publish a new stable version
  • a42a8d6 chore: migrate linting and formatting from ESLint/Prettier to oxlint/oxfmt (o...
  • See full diff in compare view

Updates @tiptap/extension-placeholder from 3.23.6 to 3.24.0

Release notes

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

v3.24.0

@​tiptap/extension-collaboration-caret

Patch Changes

  • 7bd09b7: Fix memory leak when destroying an editor while the collaboration provider stays alive (e.g. multiple editors sharing one provider). The extension's awareness update listener is now removed on destroy, so the editor can be garbage collected.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

@​tiptap/extension-collaboration

Patch Changes

  • 7bd09b7: Fix a memory leak where destroying an editor while its Y.Doc/provider stays alive (e.g. multiple editors sharing one provider) left the editor uncollectable. Yjs' UndoManager registered a doc.on('destroy', ...) listener that was never removed, keeping the UndoManager — and through it the whole editor — reachable from the long-lived doc. Fixed upstream in @tiptap/y-tiptap; this bumps the dependency to pull in the fix.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

@​tiptap/server-ai-toolkit

Patch Changes

  • 7bd09b7: Exclude toText property when serializing the schema into a JSON object, because it is a function and functions are not serializable.

@​tiptap/pm

Patch Changes

  • 7bd09b7: Add missing @tiptap/pm/inputrules export

@​tiptap/extension-details

Patch Changes

  • 7bd09b7: Fix persisted details toggles when the details node is at the start of the document.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0
    • @​tiptap/extension-text-style@​3.24.0

@​tiptap/markdown

Patch Changes

  • 7bd09b7: Fix text inside unknown angle-bracket tags being silently swallowed during markdown parsing. HTML-like content such as <enter existing CID here if available> that does not map to any known element is now preserved as literal text instead of disappearing, which also prevents downstream contentMatchAt errors when complex schemas (Mention, Variable, Table) are in use.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

... (truncated)

Changelog

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

3.24.0

Patch Changes

  • Updated dependencies [2d05614]
    • @​tiptap/extensions@​3.24.0
Commits
  • 6817d14 chore(release): publish a new stable version
  • a42a8d6 chore: migrate linting and formatting from ESLint/Prettier to oxlint/oxfmt (o...
  • See full diff in compare view

Updates @tiptap/extension-text-align from 3.23.6 to 3.24.0

Release notes

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

v3.24.0

@​tiptap/extension-collaboration-caret

Patch Changes

  • 7bd09b7: Fix memory leak when destroying an editor while the collaboration provider stays alive (e.g. multiple editors sharing one provider). The extension's awareness update listener is now removed on destroy, so the editor can be garbage collected.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

@​tiptap/extension-collaboration

Patch Changes

  • 7bd09b7: Fix a memory leak where destroying an editor while its Y.Doc/provider stays alive (e.g. multiple editors sharing one provider) left the editor uncollectable. Yjs' UndoManager registered a doc.on('destroy', ...) listener that was never removed, keeping the UndoManager — and through it the whole editor — reachable from the long-lived doc. Fixed upstream in @tiptap/y-tiptap; this bumps the dependency to pull in the fix.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

@​tiptap/server-ai-toolkit

Patch Changes

  • 7bd09b7: Exclude toText property when serializing the schema into a JSON object, because it is a function and functions are not serializable.

@​tiptap/pm

Patch Changes

  • 7bd09b7: Add missing @tiptap/pm/inputrules export

@​tiptap/extension-details

Patch Changes

  • 7bd09b7: Fix persisted details toggles when the details node is at the start of the document.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0
    • @​tiptap/extension-text-style@​3.24.0

@​tiptap/markdown

Patch Changes

  • 7bd09b7: Fix text inside unknown angle-bracket tags being silently swallowed during markdown parsing. HTML-like content such as <enter existing CID here if available> that does not map to any known element is now preserved as literal text instead of disappearing, which also prevents downstream contentMatchAt errors when complex schemas (Mention, Variable, Table) are in use.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

... (truncated)

Changelog

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

3.24.0

Patch Changes

  • @​tiptap/core@​3.24.0
Commits
  • 6817d14 chore(release): publish a new stable version
  • a42a8d6 chore: migrate linting and formatting from ESLint/Prettier to oxlint/oxfmt (o...
  • See full diff in compare view

Updates @tiptap/extension-typography from 3.23.6 to 3.24.0

Release notes

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

v3.24.0

@​tiptap/extension-collaboration-caret

Patch Changes

  • 7bd09b7: Fix memory leak when destroying an editor while the collaboration provider stays alive (e.g. multiple editors sharing one provider). The extension's awareness update listener is now removed on destroy, so the editor can be garbage collected.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

@​tiptap/extension-collaboration

Patch Changes

  • 7bd09b7: Fix a memory leak where destroying an editor while its Y.Doc/provider stays alive (e.g. multiple editors sharing one provider) left the editor uncollectable. Yjs' UndoManager registered a doc.on('destroy', ...) listener that was never removed, keeping the UndoManager — and through it the whole editor — reachable from the long-lived doc. Fixed upstream in @tiptap/y-tiptap; this bumps the dependency to pull in the fix.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

@​tiptap/server-ai-toolkit

Patch Changes

  • 7bd09b7: Exclude toText property when serializing the schema into a JSON object, because it is a function and functions are not serializable.

@​tiptap/pm

Patch Changes

  • 7bd09b7: Add missing @tiptap/pm/inputrules export

@​tiptap/extension-details

Patch Changes

  • 7bd09b7: Fix persisted details toggles when the details node is at the start of the document.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0
    • @​tiptap/extension-text-style@​3.24.0

@​tiptap/markdown

Patch Changes

  • 7bd09b7: Fix text inside unknown angle-bracket tags being silently swallowed during markdown parsing. HTML-like content such as <enter existing CID here if available> that does not map to any known element is now preserved as literal text instead of disappearing, which also prevents downstream contentMatchAt errors when complex schemas (Mention, Variable, Table) are in use.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

... (truncated)

Changelog

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

3.24.0

Patch Changes

  • @​tiptap/core@​3.24.0
Commits
  • 6817d14 chore(release): publish a new stable version
  • a42a8d6 chore: migrate linting and formatting from ESLint/Prettier to oxlint/oxfmt (o...
  • See full diff in compare view

Updates @tiptap/react from 3.23.6 to 3.24.0

Release notes

Sourced from @​tiptap/react's releases.

v3.24.0

@​tiptap/extension-collaboration-caret

Patch Changes

  • 7bd09b7: Fix memory leak when destroying an editor while the collaboration provider stays alive (e.g. multiple editors sharing one provider). The extension's awareness update listener is now removed on destroy, so the editor can be garbage collected.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

@​tiptap/extension-collaboration

Patch Changes

  • 7bd09b7: Fix a memory leak where destroying an editor while its Y.Doc/provider stays alive (e.g. multiple editors sharing one provider) left the editor uncollectable. Yjs' UndoManager registered a doc.on('destroy', ...) listener that was never removed, keeping the UndoManager — and through it the whole editor — reachable from the long-lived doc. Fixed upstream in @tiptap/y-tiptap; this bumps the dependency to pull in the fix.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

@​tiptap/server-ai-toolkit

Patch Changes

  • 7bd09b7: Exclude toText property when serializing the schema into a JSON object, because it is a function and functions are not serializable.

@​tiptap/pm

Patch Changes

  • 7bd09b7: Add missing @tiptap/pm/inputrules export

@​tiptap/extension-details

Patch Changes

  • 7bd09b7: Fix persisted details toggles when the details node is at the start of the document.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0
    • @​tiptap/extension-text-style@​3.24.0

@​tiptap/markdown

Patch Changes

  • 7bd09b7: Fix text inside unknown angle-bracket tags being silently swallowed during markdown parsing. HTML-like content such as <enter existing CID here if available> that does not map to any known element is now preserved as literal text instead of disappearing, which also prevents downstream contentMatchAt errors when complex schemas (Mention, Variable, Table) are in use.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

... (truncated)

Changelog

Sourced from @​tiptap/react's changelog.

3.24.0

Patch Changes

  • Updated dependencies [7c0499b]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0
Commits
  • 6817d14 chore(release): publish a new stable version
  • a42a8d6 chore: migrate linting and formatting from ESLint/Prettier to oxlint/oxfmt (o...
  • See full diff in compare view

Updates @tiptap/starter-kit from 3.23.6 to 3.24.0

Release notes

Sourced from @​tiptap/starter-kit's releases.

v3.24.0

@​tiptap/extension-collaboration-caret

Patch Changes

  • 7bd09b7: Fix memory leak when destroying an editor while the collaboration provider stays alive (e.g. multiple editors sharing one provider). The extension's awareness update listener is now removed on destroy, so the editor can be garbage collected.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

@​tiptap/extension-collaboration

Patch Changes

  • 7bd09b7: Fix a memory leak where destroying an editor while its Y.Doc/provider stays alive (e.g. multiple editors sharing one provider) left the editor uncollectable. Yjs' UndoManager registered a doc.on('destroy', ...) listener that was never removed, keeping the UndoManager — and through it the whole editor — reachable from the long-lived doc. Fixed upstream in @tiptap/y-tiptap; this bumps the dependency to pull in the fix.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

@​tiptap/server-ai-toolkit

Patch Changes

  • 7bd09b7: Exclude toText property when serializing the schema into a JSON object, because it is a function and functions are not serializable.

@​tiptap/pm

Patch Changes

  • 7bd09b7: Add missing @tiptap/pm/inputrules export

@​tiptap/extension-details

Patch Changes

  • 7bd09b7: Fix persisted details toggles when the details node is at the start of the document.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0
    • @​tiptap/extension-text-style@​3.24.0

@​tiptap/markdown

Patch Changes

  • 7bd09b7: Fix text inside unknown angle-bracket tags being silently swallowed during markdown parsing. HTML-like content such as <enter existing CID here if available> that does not map to any known element is now preserved as literal text instead of disappearing, which also prevents downstream contentMatchAt errors when complex schemas (Mention, Variable, Table) are in use.
  • Updated dependencies [7bd09b7]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/core@​3.24.0

... (truncated)

Changelog

Sourced from @​tiptap/starter-kit's changelog.

3.24.0

Patch Changes

  • Updated dependencies [7c0499b]
  • Updated dependencies [2d05614]
    • @​tiptap/pm@​3.24.0
    • @​tiptap/extensions@​3.24.0
    • @​tiptap/core@​3.24.0
    • @​tiptap/extension-code-block@​3.24.0
    • @​tiptap/extension-horizontal-rule@​3.24.0
    • @​tiptap/extension-link@​3.24.0
    • @​tiptap/extension-list@​3.24.0
    • @​tiptap/extension-dropcursor@​3.24.0
    • @​tiptap/extension-gapcursor@​3.24.0
    • @​tiptap/extension-blockquote@​3.24.0
    • @​tiptap/extension-bold@​3.24.0
    • @​tiptap/extension-code@​3.24.0
    • @​tiptap/extension-document@​3.24.0
    • @​tiptap/extension-hard-break@​3.24.0
    • @​tiptap/extension-heading@​3.24.0
    • @​tiptap/extension-italic@​3.24.0
    • @​tiptap/extension-paragraph@​3.24.0
    • @​tiptap/extension-strike@​3.24.0
    • @​tiptap/extension-text@​3.24.0
    • @​tiptap/extension-underline@​3.24.0
    • @​tiptap/extension-list-item@​3.24.0
    • @​tiptap/extension-list-keymap@​3.24.0
    • @​tiptap/extension-bullet-list@​3.24.0
    • @​tiptap/extension-ordered-list@​3.24.0
Commits
  • 6817d14 chore(release): publish a new stable version
  • a42a8d6 chore: migrate linting and formatting from ESLint/Prettier to oxlint/oxfmt (o...
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the tiptap group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@tiptap/extension-highlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-highlight) | `3.23.6` | `3.24.0` |
| [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image) | `3.23.6` | `3.24.0` |
| [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `3.23.6` | `3.24.0` |
| [@tiptap/extension-placeholder](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-placeholder) | `3.23.6` | `3.24.0` |
| [@tiptap/extension-text-align](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-align) | `3.23.6` | `3.24.0` |
| [@tiptap/extension-typography](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-typography) | `3.23.6` | `3.24.0` |
| [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) | `3.23.6` | `3.24.0` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `3.23.6` | `3.24.0` |


Updates `@tiptap/extension-highlight` from 3.23.6 to 3.24.0
- [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.24.0/packages/extension-highlight)

Updates `@tiptap/extension-image` from 3.23.6 to 3.24.0
- [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.24.0/packages/extension-image)

Updates `@tiptap/extension-link` from 3.23.6 to 3.24.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-link/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.24.0/packages/extension-link)

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

Updates `@tiptap/extension-text-align` from 3.23.6 to 3.24.0
- [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.24.0/packages/extension-text-align)

Updates `@tiptap/extension-typography` from 3.23.6 to 3.24.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-typography/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.24.0/packages/extension-typography)

Updates `@tiptap/react` from 3.23.6 to 3.24.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.24.0/packages/react)

Updates `@tiptap/starter-kit` from 3.23.6 to 3.24.0
- [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.24.0/packages/starter-kit)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-highlight"
  dependency-version: 3.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-image"
  dependency-version: 3.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-link"
  dependency-version: 3.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-placeholder"
  dependency-version: 3.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-text-align"
  dependency-version: 3.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-typography"
  dependency-version: 3.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/react"
  dependency-version: 3.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
...

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 Jun 2, 2026
@dependabot dependabot Bot requested a review from youcefzemmar as a code owner June 2, 2026 23:19
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 2, 2026
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