Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

v3.6.2

Releases

v3.6.2

@​tiptap/extension-bubble-menu

Patch Changes

  • Fix a bug where the bubble menu could throw an error if the editor was destroyed while the plugin was cleaning up.

v3.6.1

Releases

v3.6.1

@​tiptap/react

Patch Changes

  • Hotfix: Fix a crash in the React package that could occur during mounting/unmounting when the editor wasn't fully initialized. This prevents a runtime error and improves stability.

v3.6.0

Releases

v3.6.0

@​tiptap/core

Patch Changes

  • Improve typing and docs for EditorOptions.element to reflect all supported mounting modes and align behavior across adapters.

    • element now accepts:
      • Element: the editor is appended inside the given element.
      • { mount: HTMLElement }: the editor is mounted directly to mount (no extra wrapper).
      • (editorEl: HTMLElement) => void: a function that receives the editor element so you can place it anywhere in the DOM.
      • null: no automatic mounting.

@​tiptap/extension-table

Patch Changes

  • Parse cell colwidth from nearest <colgroup> when missing on the cell

    When importing HTML, table column widths are often declared on a surrounding <colgroup> rather than on each <td>. Previously, tableCell only read the colwidth attribute from the cell itself and would lose width information in that case. The implementation now falls back to reading the corresponding <col>'s width from the table's <colgroup> using the cell's index.

    This is a non-breaking bugfix that preserves layout information when HTML uses <colgroup>. Consider adding a small demo or unit test to assert colwidth is preserved for cells when only the <colgroup> contains width attributes.

  • Fixes table wrapper replacement and lost selections when resizable: true.

... (truncated)

Changelog

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

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
  • @​tiptap/extension-italic@​3.6.2
  • @​tiptap/extension-link@​3.6.2
  • @​tiptap/extension-list@​3.6.2
  • @​tiptap/extension-ordered-list@​3.6.2
  • @​tiptap/extension-paragraph@​3.6.2
  • @​tiptap/extension-strike@​3.6.2
  • @​tiptap/extension-text@​3.6.2
  • @​tiptap/extension-underline@​3.6.2
  • @​tiptap/extensions@​3.6.2
  • @​tiptap/pm@​3.6.2

3.6.1

Patch Changes

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

... (truncated)

Commits
  • 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)
  • fc9af15 chore(release): publish a new release version
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 29, 2025
@vercel
Copy link

vercel bot commented Sep 29, 2025

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

Project Deployment Preview Comments Updated (UTC)
app Error Error Oct 2, 2025 2:15pm
portal Error Error Oct 2, 2025 2:15pm

Bumps [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) from 2.14.0 to 3.6.2.
- [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.2/packages/starter-kit)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 3, 2025

Superseded by #1597.

@dependabot dependabot bot closed this Oct 3, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/tiptap/starter-kit-3.6.2 branch October 3, 2025 11:23
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