Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps @tiptap/extension-text from 3.0.1 to 3.4.6.

Release notes

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

v3.4.6

Releases

@​tiptap/core@​3.4.6

Patch Changes

  • 968016f: Added support for the undoable option in InputRules (matching ProseMirror’s implementation).

    • When false, the change will not be tracked as undoable.
    • Default remains true for backward compatibility.

    This brings Tiptap’s InputRules behavior in line with ProseMirror and gives developers finer control over undo functionality.

v3.4.5

Releases

@​tiptap/core@​3.4.5

Patch Changes

  • 0226d42: Fix an issue where injected CSS was not mounted correctly when the editor instance was mounted. The fix ensures CSS injected by the editor is attached to the document when the editor mounts, preventing missing styles in some mount/unmount scenarios.
  • 37af83b: refactor: replace map(...).flat() with flatMap for simpler, more efficient array flattening
  • f598ac7: Fix bug in insertContentAt command where extra content would get deleted when the selection was at the beginning of the document and a node was inserted

@​tiptap/extension-code-block-lowlight@​3.4.5

Patch Changes

  • 13fb996: refactor: replace map(...).flat() with flatMap for simpler, more efficient array flattening

@​tiptap/extension-emoji@​3.4.5

Patch Changes

  • 82121b8: refactor: replace map(...).flat() with flatMap for simpler, more efficient array flattening

@​tiptap/extension-mention@​3.4.5

Patch Changes

  • f472c5b: Use a named import for Suggestion from @tiptap/suggestion to avoid bundler ESM/CJS interop wrapping (__toESM) that caused Jest/CJS consumers to receive a module object instead of the callable plugin factory.

    This is a non-breaking internal fix. It keeps runtime module shape stable for CommonJS (Jest) and prevents the TypeError thrown when the extension attempted to call a non-function.

@​tiptap/vue-3@​3.4.5

... (truncated)

Changelog

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

3.4.6

Patch Changes

  • Updated dependencies [968016f]
    • @​tiptap/core@​3.4.6

3.4.5

Patch Changes

  • Updated dependencies [0226d42]
  • Updated dependencies [37af83b]
  • Updated dependencies [f598ac7]
    • @​tiptap/core@​3.4.5

3.4.4

Patch Changes

  • Updated dependencies [00cf1d7]
    • @​tiptap/core@​3.4.4

3.4.3

Patch Changes

  • Updated dependencies [1ea8906]
    • @​tiptap/core@​3.4.3

3.4.2

Patch Changes

  • @​tiptap/core@​3.4.2

3.4.1

Patch Changes

  • @​tiptap/core@​3.4.1

3.4.0

Patch Changes

  • Updated dependencies [895c73f]
  • Updated dependencies [ad51daa]
    • @​tiptap/core@​3.4.0

... (truncated)

Commits
  • 4c52c72 chore(release): publish a new release version (#6997)
  • fd61b0c chore(release): publish a new release version (#6995)
  • fc9af15 chore(release): publish a new release version
  • acb0170 chore(release): publish a new release version (#6957)
  • ac8f6f2 chore(release): publish a new release version (#6933)
  • a51159f chore(release): publish a new release version (#6912)
  • fff4619 chore(release): publish a new release version (#6911)
  • d019c84 chore(release): publish a new release version (#6900)
  • ba8d13f chore(release): publish a new release version (#6863)
  • 1a23204 chore(release): publish a new release version (#6860)
  • Additional commits viewable 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.0.1 to 3.4.6.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-text/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.4.6/packages/extension-text)

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

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 Sep 22, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 30, 2025

Superseded by #35.

@dependabot dependabot bot closed this Sep 30, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tiptap/extension-text-3.4.6 branch September 30, 2025 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant