Skip to content

Bump @tiptap/extension-text from 3.22.4 to 3.24.0#1007

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

Bump @tiptap/extension-text from 3.22.4 to 3.24.0#1007
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tiptap/extension-text-3.24.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @tiptap/extension-text from 3.22.4 to 3.24.0.

Release notes

Sourced from @​tiptap/extension-text'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'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)
  • 898a8ed chore(release): publish a new stable version (#7756)
  • See full diff in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@tiptap/extension-text](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text) from 3.22.4 to 3.24.0.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-text/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.24.0/packages/extension-text)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-text"
  dependency-version: 3.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
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