Skip to content

build(deps): bump @tiptap/starter-kit from 3.23.1 to 3.23.6 in /frontend#130

Merged
ibnbd merged 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/tiptap/starter-kit-3.23.4
May 29, 2026
Merged

build(deps): bump @tiptap/starter-kit from 3.23.1 to 3.23.6 in /frontend#130
ibnbd merged 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/tiptap/starter-kit-3.23.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 16, 2026

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

Release notes

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

v3.23.6

@​tiptap/extension-drag-handle

Patch Changes

  • 937ff2e: DragHandle: Added dragImageProperties option to limit which CSS properties are cloned for the drag image. By default all ~300+ computed styles are copied; setting this to a subset (e.g. ['color', 'background-color', 'font-size']) reduces the cost when dragging selections with complex nodes.
  • Updated dependencies [937ff2e]
    • @​tiptap/core@​3.23.6
    • @​tiptap/extension-collaboration@​3.23.6
    • @​tiptap/extension-node-range@​3.23.6
    • @​tiptap/pm@​3.23.6

@​tiptap/core

Patch Changes

  • 937ff2e: Fix deleteSelection to properly handle inline nodes with text* content. The selection is now expanded to include the entire inline node boundaries when deleting, preventing incorrect collapse of inline text nodes.
  • @​tiptap/pm@​3.23.6

@​tiptap/extensions

Patch Changes

  • 937ff2e: Placeholder: Replaced full-document doc.descendants() traversal with a cursor-resolved fast path for the default config and viewport-limited scanning for the non-default config, significantly reducing decoration overhead on large documents.
  • Updated dependencies [937ff2e]
    • @​tiptap/core@​3.23.6
    • @​tiptap/pm@​3.23.6

v3.23.5

@​tiptap/markdown

Patch Changes

  • 7bf0e73: Fix extra mark tokens after inline atom nodes during Markdown serialization
  • 7bf0e73: Fix adjacent marks of the same type with different attributes being merged during Markdown serialization
  • Updated dependencies [7bf0e73]
  • Updated dependencies [7bf0e73]
    • @​tiptap/core@​3.23.5
    • @​tiptap/pm@​3.23.5

@​tiptap/core

Patch Changes

  • 7bf0e73: Fix $pos() returning correct node for non-text atom nodes instead of doc node
  • 7bf0e73: fix(nodeview): eliminate unnecessary re-renders, add opt-in position tracking NodeViews no longer re-render when decorations or position change without content changes. Added trackNodeViewPosition option — when enabled, the component re-renders on every position shift so calls to getPos() stay current in render output. Removed the internal nodeViewPositionRegistry.

... (truncated)

Changelog

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

3.23.6

Patch Changes

  • Updated dependencies [d168376]
  • Updated dependencies [937ff2e]
    • @​tiptap/core@​3.23.6
    • @​tiptap/extensions@​3.23.6
    • @​tiptap/extension-blockquote@​3.23.6
    • @​tiptap/extension-bold@​3.23.6
    • @​tiptap/extension-code@​3.23.6
    • @​tiptap/extension-code-block@​3.23.6
    • @​tiptap/extension-document@​3.23.6
    • @​tiptap/extension-hard-break@​3.23.6
    • @​tiptap/extension-heading@​3.23.6
    • @​tiptap/extension-horizontal-rule@​3.23.6
    • @​tiptap/extension-italic@​3.23.6
    • @​tiptap/extension-link@​3.23.6
    • @​tiptap/extension-list@​3.23.6
    • @​tiptap/extension-paragraph@​3.23.6
    • @​tiptap/extension-strike@​3.23.6
    • @​tiptap/extension-text@​3.23.6
    • @​tiptap/extension-underline@​3.23.6
    • @​tiptap/extension-dropcursor@​3.23.6
    • @​tiptap/extension-gapcursor@​3.23.6
    • @​tiptap/extension-list-item@​3.23.6
    • @​tiptap/extension-list-keymap@​3.23.6
    • @​tiptap/extension-bullet-list@​3.23.6
    • @​tiptap/extension-ordered-list@​3.23.6
    • @​tiptap/pm@​3.23.6

3.23.5

Patch Changes

  • Updated dependencies [835caf5]
  • Updated dependencies [95e138c]
    • @​tiptap/core@​3.23.5
    • @​tiptap/extension-blockquote@​3.23.5
    • @​tiptap/extension-bold@​3.23.5
    • @​tiptap/extension-code@​3.23.5
    • @​tiptap/extension-code-block@​3.23.5
    • @​tiptap/extension-document@​3.23.5
    • @​tiptap/extension-hard-break@​3.23.5
    • @​tiptap/extension-heading@​3.23.5
    • @​tiptap/extension-horizontal-rule@​3.23.5
    • @​tiptap/extension-italic@​3.23.5
    • @​tiptap/extension-link@​3.23.5
    • @​tiptap/extension-list@​3.23.5
    • @​tiptap/extension-paragraph@​3.23.5

... (truncated)

Commits

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 16, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

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

@ibnbd
Copy link
Copy Markdown
Contributor

ibnbd commented May 29, 2026

@dependabot rebase

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump @tiptap/starter-kit from 3.23.1 to 3.23.4 in /frontend build(deps): bump @tiptap/starter-kit from 3.23.1 to 3.23.6 in /frontend May 29, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/tiptap/starter-kit-3.23.4 branch from d9f708d to dac4147 Compare May 29, 2026 10:02
@ibnbd ibnbd merged commit ef8f5f8 into main May 29, 2026
1 of 2 checks passed
@ibnbd ibnbd deleted the dependabot/npm_and_yarn/frontend/tiptap/starter-kit-3.23.4 branch May 29, 2026 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant