Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @tiptap/starter-kit from 2.14.0 to 3.5.0.

Release notes

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

v3.5.0

Releases

@​tiptap/extension-bubble-menu@​3.5.0

Minor Changes

  • 8fa5955: Add updateBubbleMenuPosition command to update position of bubble menu. This command lets developers programmatically update the position of the bubble menu in response to certain events (for example, when the bubble menu is resized).

@​tiptap/extension-drag-handle@​3.5.0

Minor Changes

  • daa51c4: Add getReferencedVirtualElement option to the drag handle extension to customize the position of the drag handle.

Patch Changes

  • 3eb5360: Fixed findElementNextToCoords returning incorrect nodes when the position is at a node boundary. The function now correctly identifies leaf nodes (like images, horizontal rules) by checking $pos.nodeAfter before falling back to the parent node lookup.

@​tiptap/vue-2@​3.5.0

Patch Changes

  • d56c9dd: Fix Vue2 menus visibility bug.

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

... (truncated)

Changelog

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

3.5.0

Patch Changes

  • @​tiptap/extension-dropcursor@​3.5.0
  • @​tiptap/extension-gapcursor@​3.5.0
  • @​tiptap/extension-list-item@​3.5.0
  • @​tiptap/extension-list-keymap@​3.5.0
  • @​tiptap/core@​3.5.0
  • @​tiptap/extension-blockquote@​3.5.0
  • @​tiptap/extension-bold@​3.5.0
  • @​tiptap/extension-bullet-list@​3.5.0
  • @​tiptap/extension-code@​3.5.0
  • @​tiptap/extension-code-block@​3.5.0
  • @​tiptap/extension-document@​3.5.0
  • @​tiptap/extension-hard-break@​3.5.0
  • @​tiptap/extension-heading@​3.5.0
  • @​tiptap/extension-horizontal-rule@​3.5.0
  • @​tiptap/extension-italic@​3.5.0
  • @​tiptap/extension-link@​3.5.0
  • @​tiptap/extension-list@​3.5.0
  • @​tiptap/extension-ordered-list@​3.5.0
  • @​tiptap/extension-paragraph@​3.5.0
  • @​tiptap/extension-strike@​3.5.0
  • @​tiptap/extension-text@​3.5.0
  • @​tiptap/extension-underline@​3.5.0
  • @​tiptap/extensions@​3.5.0
  • @​tiptap/pm@​3.5.0

3.4.6

Patch Changes

  • Updated dependencies [968016f]
    • @​tiptap/core@​3.4.6
    • @​tiptap/extension-blockquote@​3.4.6
    • @​tiptap/extension-bold@​3.4.6
    • @​tiptap/extension-code@​3.4.6
    • @​tiptap/extension-code-block@​3.4.6
    • @​tiptap/extension-document@​3.4.6
    • @​tiptap/extension-hard-break@​3.4.6
    • @​tiptap/extension-heading@​3.4.6
    • @​tiptap/extension-horizontal-rule@​3.4.6
    • @​tiptap/extension-italic@​3.4.6
    • @​tiptap/extension-link@​3.4.6
    • @​tiptap/extension-list@​3.4.6
    • @​tiptap/extension-paragraph@​3.4.6
    • @​tiptap/extension-strike@​3.4.6
    • @​tiptap/extension-text@​3.4.6
    • @​tiptap/extension-underline@​3.4.6

... (truncated)

Commits
  • 2b82cb1 chore(release): publish a new release version (#6999)
  • 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)
  • 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/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) from 2.14.0 to 3.5.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.5.0/packages/starter-kit)

---
updated-dependencies:
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 23, 2025
@vercel
Copy link

vercel bot commented Sep 23, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
app Error Error Sep 23, 2025 11:25am
portal Error Error Sep 23, 2025 11:25am

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 24, 2025

Superseded by #1562.

@dependabot dependabot bot closed this Sep 24, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/tiptap/starter-kit-3.5.0 branch September 24, 2025 11:26
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