Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2026

Bumps @tiptap/starter-kit from 2.27.1 to 3.17.1.

Release notes

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

v3.17.1

@​tiptap/extension-paragraph

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines

@​tiptap/markdown

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines
  • Fixed markdown HTML parsing when window object is unavailable in server-side environments
  • Fixed ordered list numbering when list has a non-default start value

@​tiptap/vue-3

Patch Changes

  • Fixed IME input (Chinese, Japanese, Korean) in Vue 3 mark views by preventing DOM element destruction during composition events

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-collaboration

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/html

Patch Changes

  • Fixed server-side HTML parsing crash when content contains link, script, or style tags with resource references.
  • Fixed server exports failing in Node.js test environments with jsdom/happy-dom

@​tiptap/extension-bubble-menu

Patch Changes

... (truncated)

Changelog

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

3.17.1

Patch Changes

  • Updated dependencies [62c6f15]
  • Updated dependencies [aa9709e]
  • Updated dependencies [5d267cb]
  • Updated dependencies [b46e66a]
    • @​tiptap/extension-paragraph@​3.17.1
    • @​tiptap/core@​3.17.1
    • @​tiptap/extension-list@​3.17.1
    • @​tiptap/extension-blockquote@​3.17.1
    • @​tiptap/extension-bold@​3.17.1
    • @​tiptap/extension-code@​3.17.1
    • @​tiptap/extension-code-block@​3.17.1
    • @​tiptap/extension-document@​3.17.1
    • @​tiptap/extension-hard-break@​3.17.1
    • @​tiptap/extension-heading@​3.17.1
    • @​tiptap/extension-horizontal-rule@​3.17.1
    • @​tiptap/extension-italic@​3.17.1
    • @​tiptap/extension-link@​3.17.1
    • @​tiptap/extension-strike@​3.17.1
    • @​tiptap/extension-text@​3.17.1
    • @​tiptap/extension-underline@​3.17.1
    • @​tiptap/extensions@​3.17.1
    • @​tiptap/extension-list-item@​3.17.1
    • @​tiptap/extension-list-keymap@​3.17.1
    • @​tiptap/extension-bullet-list@​3.17.1
    • @​tiptap/extension-ordered-list@​3.17.1
    • @​tiptap/extension-dropcursor@​3.17.1
    • @​tiptap/extension-gapcursor@​3.17.1
    • @​tiptap/pm@​3.17.1

3.17.0

Patch Changes

  • Updated dependencies [eecf1c9]
    • @​tiptap/core@​3.17.0
    • @​tiptap/extension-blockquote@​3.17.0
    • @​tiptap/extension-bold@​3.17.0
    • @​tiptap/extension-code@​3.17.0
    • @​tiptap/extension-code-block@​3.17.0
    • @​tiptap/extension-document@​3.17.0
    • @​tiptap/extension-hard-break@​3.17.0
    • @​tiptap/extension-heading@​3.17.0
    • @​tiptap/extension-horizontal-rule@​3.17.0
    • @​tiptap/extension-italic@​3.17.0
    • @​tiptap/extension-link@​3.17.0
    • @​tiptap/extension-list@​3.17.0

... (truncated)

Commits
  • f592f0a chore(release): publish a new release version (#7443)
  • 408e1e7 chore(release): publish a new release version (#7440)
  • 332dfba chore(release): publish a new release version (#7413)
  • 3a64925 chore(release): publish a new release version (#7397)
  • 88fedcd chore(release): publish a new release version (#7395)
  • 824e5bd chore(release): publish a new release version (#7385)
  • 559cadb chore(release): publish a new release version (#7383)
  • 1ea0133 chore(release): publish a new release version (#7354)
  • 9d7ea8d chore(release): publish a new release version (#7308)
  • c710fdc chore(release): publish a new release version (#7298)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tiptap/starter-kit since your current version.


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.27.1 to 3.17.1.
- [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.17.1/packages/starter-kit)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2026

Labels

The following labels could not be found: frontend, nodejs. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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