Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2025

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

Release notes

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

v3.6.3

Releases

v3.6.3

@​tiptap/react

Patch Changes

  • Updated the React FloatingMenu plugin hook dependencies to match the BubbleMenu behavior. The FloatingMenu will now respond to changes in appendTo, pluginKey, shouldShow, and options.
  • Resolved an issue where the React BubbleMenu did not update when FloatingUI option props changed after initial mount. The BubbleMenu now correctly responds to updated option props.
  • Improved the BubbleMenu's usability by ensuring the appendTo prop passed to the React BubbleMenu component is now correctly forwarded to the underlying bubble menu plugin. This fix allows developers to customize where the BubbleMenu is attached in the DOM, helping resolve issues with positioning and portal setups in React apps.

@​tiptap/extensions

Patch Changes

  • The Selection extension now uses the correct SelectionOptions type, providing accurate typings for its options.

@​tiptap/extension-code-block

Patch Changes

  • Configuration options for the CodeBlock extension now support null and undefined values. This makes custom setups more flexible and avoids unnecessary type errors when omitting optional overrides. All existing default values and fallback logic remain in place - no breaking changes for existing code.

@​tiptap/core

Patch Changes

  • Refined the JSONContent.attrs definition to exactly mirror the structure returned by editor.getJSON(). This ensures strict type safety and consistency between the editor output and the expected type, eliminating errors caused by mismatched attribute signatures.

@​tiptap/extension-table-of-contents

Patch Changes

  • Improve typings by inferring the storage type for the Table of Contents extension

@​tiptap/extension-floating-menu

Patch Changes

  • You can now pass a callback to the appendTo option in the floating and bubble menu extensions. The callback must return an element synchronously, so menus can be appended to elements that are created dynamically.

@​tiptap/extension-bubble-menu

... (truncated)

Changelog

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

3.6.3

Patch Changes

  • Updated dependencies [7024d69]
  • Updated dependencies [9562838]
  • Updated dependencies [67f7b4a]
    • @​tiptap/extensions@​3.6.3
    • @​tiptap/extension-code-block@​3.6.3
    • @​tiptap/core@​3.6.3
    • @​tiptap/extension-dropcursor@​3.6.3
    • @​tiptap/extension-gapcursor@​3.6.3
    • @​tiptap/extension-blockquote@​3.6.3
    • @​tiptap/extension-bold@​3.6.3
    • @​tiptap/extension-code@​3.6.3
    • @​tiptap/extension-document@​3.6.3
    • @​tiptap/extension-hard-break@​3.6.3
    • @​tiptap/extension-heading@​3.6.3
    • @​tiptap/extension-horizontal-rule@​3.6.3
    • @​tiptap/extension-italic@​3.6.3
    • @​tiptap/extension-link@​3.6.3
    • @​tiptap/extension-list@​3.6.3
    • @​tiptap/extension-paragraph@​3.6.3
    • @​tiptap/extension-strike@​3.6.3
    • @​tiptap/extension-text@​3.6.3
    • @​tiptap/extension-underline@​3.6.3
    • @​tiptap/extension-list-item@​3.6.3
    • @​tiptap/extension-list-keymap@​3.6.3
    • @​tiptap/extension-bullet-list@​3.6.3
    • @​tiptap/extension-ordered-list@​3.6.3
    • @​tiptap/pm@​3.6.3

3.6.2

Patch Changes

  • @​tiptap/extension-dropcursor@​3.6.2
  • @​tiptap/extension-gapcursor@​3.6.2
  • @​tiptap/extension-list-item@​3.6.2
  • @​tiptap/extension-list-keymap@​3.6.2
  • @​tiptap/core@​3.6.2
  • @​tiptap/extension-blockquote@​3.6.2
  • @​tiptap/extension-bold@​3.6.2
  • @​tiptap/extension-bullet-list@​3.6.2
  • @​tiptap/extension-code@​3.6.2
  • @​tiptap/extension-code-block@​3.6.2
  • @​tiptap/extension-document@​3.6.2
  • @​tiptap/extension-hard-break@​3.6.2
  • @​tiptap/extension-heading@​3.6.2
  • @​tiptap/extension-horizontal-rule@​3.6.2

... (truncated)

Commits
  • 857251a chore(release): publish a new release version (#7038)
  • 5a9580d chore(release): publish a new release version (#7027)
  • daf78ec chore(release): publish a new release version (#7014)
  • ec6a3a7 chore(release): publish a new release version (#7012)
  • 06d0bea chore(release): publish a new release version (#7009)
  • 97a00f8 chore(release): publish a new release version (#7007)
  • 5eac770 chore(release): publish a new release version (#7003)
  • 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)
  • 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.6.3.
- [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.6.3/packages/starter-kit)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 3, 2025
@vercel
Copy link

vercel bot commented Oct 3, 2025

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

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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2025

Superseded by #1609.

@dependabot dependabot bot closed this Oct 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/tiptap/starter-kit-3.6.3 branch October 6, 2025 12:07
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