Skip to content

chore(deps): bump @tiptap/starter-kit from 3.23.6 to 3.29.1 in /frontend - #1251

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/frontend/tiptap/starter-kit-3.27.2
Open

chore(deps): bump @tiptap/starter-kit from 3.23.6 to 3.29.1 in /frontend#1251
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/frontend/tiptap/starter-kit-3.27.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps @tiptap/starter-kit from 3.23.6 to 3.29.1.

Release notes

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

v3.29.1

@​tiptap/react

Patch Changes

  • 6d901e7: Fix caret placement after splitting a block rendered with a React NodeView.

v3.29.0

@​tiptap/extension-ruby-text

Minor Changes

  • Add official RubyText extension for HTML ruby text annotations with non-editable annotations and mark-based document storage. The click-to-edit annotation editor can be replaced with a custom element via the renderAnnotationEditor option.

@​tiptap/core

Patch Changes

  • Fix a TypeScript build error in isAndroid() where comparing navigator.platform against the literal 'Android' with === could fail to compile under some lib.dom.d.ts typings ("types have no overlap"). Switched to the same .includes() pattern already used by isiOS(), which is not affected by this TypeScript narrowing issue. No runtime behavior change.
  • Fixed a bug where deleting an AllSelection (for example right after Ctrl/Cmd+A) left a lingering "phantom" selection highlight over the emptied document instead of a text cursor. deleteSelection now collapses the selection to a cursor.
  • Fix input rules crashing when the matched text spans an inline atom node like a mention.
  • Node view getPos() now returns undefined instead of throwing when the position cannot be resolved yet, for example when React 19 renders a node view component while the editor view is still updating.
  • Fixed onContentError throwing when calling editor.commands from inside the handler on initial load with invalid content. The editor now has a usable state (seeded from the stripped fallback document) before onContentError fires.
  • Fix editor.$pos() returning the wrong node inside container nodes, for example the list item instead of the list.
  • Add insertDefaultBlock to insert the default textblock allowed at a position. It accepts an optional position, attributes, content, and selection-update option.
  • Updated dependencies [e9942fc]
    • @​tiptap/pm@​3.29.0

@​tiptap/extension-find-and-replace

Minor Changes

  • Added a new @tiptap/extension-find-and-replace extension. It searches the document for a term, highlights all matches with decorations, and replaces the current or all matches. Supports case-sensitive, whole-word, and RE2-compatible regex search, plus commands to jump between results. Regex search avoids catastrophic backtracking but does not support lookarounds or backreferences.

@​tiptap/pm

Patch Changes

  • Bump prosemirror-model to ^1.25.11, fixing pasting content copied from the editor inserting extra empty paragraphs (a regression introduced in prosemirror-view 1.42.0).

@​tiptap/extension-hard-break

Patch Changes

  • Fixed a bug where inserted hard breaks would not scroll the view on insertion via commands.

@​tiptap/extension-code-block

Patch Changes

... (truncated)

Changelog

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

3.29.1

Patch Changes

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

3.29.0

Patch Changes

  • Updated dependencies [d26840f]
  • Updated dependencies [e150ee0]
  • Updated dependencies [c999bd6]
  • Updated dependencies [935e63f]
  • Updated dependencies [48f25af]
  • Updated dependencies [b4c5a2d]
  • Updated dependencies [a963d48]
  • Updated dependencies [51f45b6]
  • Updated dependencies [0f63969]
  • Updated dependencies [2834eb3]
  • Updated dependencies [9acaa65]
    • @​tiptap/core@​3.29.0
    • @​tiptap/pm@​3.29.0
    • @​tiptap/extension-hard-break@​3.29.0
    • @​tiptap/extension-code-block@​3.29.0
    • @​tiptap/extension-link@​3.29.0
    • @​tiptap/extension-blockquote@​3.29.0

... (truncated)

Commits
  • 896564a chore(release): release new stable release (#8128)
  • 1afef87 chore(release): release new stable release (#8087)
  • c5f4b57 chore(release): release new stable release (#8038)
  • 24263ec chore(release): publish a new stable version
  • 24d6aba chore(release): publish a new stable version (#8002)
  • a14683f chore(release): publish a new stable version (#7963)
  • 06b4274 fix(extension-file-handler): add consumePasteEvent option to prevent duplicat...
  • ed5488a chore(release): publish a new stable version (#7955)
  • 2f38887 chore(release): publish a new stable version (#7936)
  • 9e7fc4c chore: add bugs field to all package.json files (#7946)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 6, 2026
Bumps [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) from 3.23.6 to 3.29.1.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/starter-kit/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.1/packages/starter-kit)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot changed the title chore(deps): bump @tiptap/starter-kit from 2.26.3 to 3.27.2 in /frontend chore(deps): bump @tiptap/starter-kit from 3.23.6 to 3.29.1 in /frontend Jul 27, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/tiptap/starter-kit-3.27.2 branch from bcfaeec to 68bc840 Compare July 27, 2026 18:24
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.

0 participants