Skip to content

Bump the tiptap group across 1 directory with 4 updates#271

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

Bump the tiptap group across 1 directory with 4 updates#271
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tiptap-120b82be81

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the tiptap group with 4 updates in the / directory: @tiptap/extension-image, @tiptap/extension-placeholder, @tiptap/react and @tiptap/starter-kit.

Updates @tiptap/extension-image from 3.22.5 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

3.23.6

Patch Changes

  • Updated dependencies [d168376]
    • @​tiptap/core@​3.23.6

3.23.5

Patch Changes

  • Updated dependencies [835caf5]
  • Updated dependencies [95e138c]
    • @​tiptap/core@​3.23.5

3.23.4

Patch Changes

  • @​tiptap/core@​3.23.4

3.23.3

Patch Changes

  • @​tiptap/core@​3.23.3

3.23.2

Patch Changes

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

3.23.1

Patch Changes

  • @​tiptap/core@​3.23.1

3.23.0

Patch Changes

... (truncated)

Commits
  • 6817d14 chore(release): publish a new stable version
  • a42a8d6 chore: migrate linting and formatting from ESLint/Prettier to oxlint/oxfmt (o...
  • 195b13f chore(release): publish a new stable version (#7854)
  • d9daae0 chore(release): publish a new stable version (#7835)
  • 9d9cc06 chore(release): publish a new stable version (#7822)
  • 0f05ae7 chore(release): publish a new stable version (#7821)
  • 817c490 chore(release): publish a new stable version
  • a48290e chore(release): publish a new stable version (#7808)
  • 0520d9d chore(release): publish a new stable version (#7784)
  • See full diff in compare view

Updates @tiptap/extension-placeholder from 3.22.5 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

3.23.6

Patch Changes

  • Updated dependencies [937ff2e]
    • @​tiptap/extensions@​3.23.6

3.23.5

Patch Changes

  • @​tiptap/extensions@​3.23.5

3.23.4

Patch Changes

  • Updated dependencies [57e53c1]
    • @​tiptap/extensions@​3.23.4

3.23.3

Patch Changes

  • @​tiptap/extensions@​3.23.3

3.23.2

Patch Changes

  • @​tiptap/extensions@​3.23.2

3.23.1

Patch Changes

  • @​tiptap/extensions@​3.23.1

3.23.0

Patch Changes

  • @​tiptap/extensions@​3.23.0
Commits
  • 6817d14 chore(release): publish a new stable version
  • a42a8d6 chore: migrate linting and formatting from ESLint/Prettier to oxlint/oxfmt (o...
  • 195b13f chore(release): publish a new stable version (#7854)
  • d9daae0 chore(release): publish a new stable version (#7835)
  • 9d9cc06 chore(release): publish a new stable version (#7822)
  • 0f05ae7 chore(release): publish a new stable version (#7821)
  • 817c490 chore(release): publish a new stable version
  • a48290e chore(release): publish a new stable version (#7808)
  • 0520d9d chore(release): publish a new stable version (#7784)
  • See full diff in compare view

Updates @tiptap/react from 3.22.5 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

3.23.6

Patch Changes

  • Updated dependencies [d168376]
    • @​tiptap/core@​3.23.6
    • @​tiptap/pm@​3.23.6

3.23.5

Patch Changes

  • b5f34fc: Respect explicit immediatelyRender: true in client-side Next.js. Previously, when running under Next.js (window.next present), the immediatelyRender option was forced to false even when the user explicitly passed true, breaking client-only Next.js apps that rely on the editor existing on the first render. The hook now only forces false when actual SSR is detected (typeof window === 'undefined'), or when running under Next.js with no explicit value.

  • 95e138c: fix(nodeview): eliminate unnecessary re-renders, add opt-in position tracking

    NodeViews no longer re-render when decorations or position change without content changes. Added trackNodeViewPosition option — when enabled, the component re-renders on every position shift so calls to getPos() stay current in render output. Removed the internal nodeViewPositionRegistry. Added shallow prop comparison in ReactRenderer.updateProps().

  • Updated dependencies [835caf5]

  • Updated dependencies [95e138c]

    • @​tiptap/core@​3.23.5
    • @​tiptap/pm@​3.23.5

3.23.4

Patch Changes

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

3.23.3

Patch Changes

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

3.23.2

... (truncated)

Commits
  • 6817d14 chore(release): publish a new stable version
  • a42a8d6 chore: migrate linting and formatting from ESLint/Prettier to oxlint/oxfmt (o...
  • 195b13f chore(release): publish a new stable version (#7854)
  • d9daae0 chore(release): publish a new stable version (#7835)
  • 95e138c fix(nodeview): eliminate unnecessary re-renders, add opt-in position tracking...
  • b5f34fc fix(react): respect explicit immediatelyRender on client-side Next.js
  • 9d9cc06 chore(release): publish a new stable version (#7822)
  • 0f05ae7 chore(release): publish a new stable version (#7821)
  • 817c490 chore(release): publish a new stable version
  • 30e0b58 fix(react): default immediatelyRender to false in SSR environments (#7761)
  • Additional commits viewable in compare view

Updates @tiptap/starter-kit from 3.22.5 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

3.23.6

Patch Changes

  • Updated dependencies [d168376]
  • Updated dependencies [937ff2e]
    • @​tiptap/core@​3.23.6
    • @​tiptap/extensions@​3.23.6
    • @​tiptap/extension-blockquote@​3.23.6
    • @​tiptap/extension-bold@​3.23.6
    • @​tiptap/extension-code@​3.23.6
    • @​tiptap/extension-code-block@​3.23.6
    • @​tiptap/extension-document@​3.23.6
    • @​tiptap/extension-hard-break@​3.23.6
    • @​tiptap/extension-heading@​3.23.6
    • @​tiptap/extension-horizontal-rule@​3.23.6
    • @​tiptap/extension-italic@​3.23.6
    • @​tiptap/extension-link@​3.23.6
    • @​tiptap/extension-list@​3.23.6

... (truncated)

Commits
  • 6817d14 chore(release): publish a new stable version
  • a42a8d6 chore: migrate linting and formatting from ESLint/Prettier to oxlint/oxfmt (o...
  • 195b13f chore(release): publish a new stable version (#7854)
  • d9daae0 chore(release): publish a new stable version (#7835)
  • 9d9cc06 chore(release): publish a new stable version (#7822)
  • 0f05ae7 chore(release): publish a new stable version (#7821)
  • 817c490 chore(release): publish a new stable version
  • a48290e chore(release): publish a new stable version (#7808)
  • 0520d9d chore(release): publish a new stable version (#7784)
  • See full diff in compare view

@dependabot dependabot Bot added the automated label May 14, 2026
@dependabot dependabot Bot changed the title Bump the tiptap group with 4 updates Bump the tiptap group across 1 directory with 4 updates May 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-120b82be81 branch from 7803f76 to a9d9498 Compare May 18, 2026 10:35
@bencodes07 bencodes07 force-pushed the main branch 2 times, most recently from fb14300 to 070c048 Compare May 20, 2026 08:56
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-120b82be81 branch 3 times, most recently from f758b19 to 879ad05 Compare May 25, 2026 09:39
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-120b82be81 branch from 879ad05 to 1162022 Compare May 29, 2026 06:48
Bumps the tiptap group with 4 updates in the / directory: [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image), [@tiptap/extension-placeholder](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-placeholder), [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) and [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit).


Updates `@tiptap/extension-image` from 3.22.5 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-placeholder` from 3.22.5 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/react` from 3.22.5 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.22.5 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-image"
  dependency-version: 3.23.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-placeholder"
  dependency-version: 3.23.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/react"
  dependency-version: 3.23.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.23.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-120b82be81 branch from 1162022 to 3204e2d Compare June 1, 2026 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants