Skip to content

Build(deps): Bump the tiptap group with 6 updates#3183

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/tiptap-7c0460fd00
Open

Build(deps): Bump the tiptap group with 6 updates#3183
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/tiptap-7c0460fd00

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Bumps the tiptap group with 6 updates:

Package From To
@tiptap/extension-highlight 3.23.4 3.23.6
@tiptap/extension-image 3.23.4 3.23.6
@tiptap/extension-text-align 3.23.4 3.23.6
@tiptap/extension-text-style 3.23.4 3.23.6
@tiptap/starter-kit 3.23.4 3.23.6
@tiptap/vue-3 3.23.4 3.23.6

Updates @tiptap/extension-highlight from 3.23.4 to 3.23.6

Release notes

Sourced from @​tiptap/extension-highlight'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/extension-highlight's changelog.

3.23.6

Patch Changes

  • Updated dependencies [d168376]
    • @​tiptap/core@​3.23.6

3.23.5

Patch Changes

  • Updated dependencies [835caf5]
  • Updated dependencies [95e138c]
    • @​tiptap/core@​3.23.5
Commits

Updates @tiptap/extension-image from 3.23.4 to 3.23.6

Release notes

Sourced from @​tiptap/extension-image'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/extension-image's changelog.

3.23.6

Patch Changes

  • Updated dependencies [d168376]
    • @​tiptap/core@​3.23.6

3.23.5

Patch Changes

  • Updated dependencies [835caf5]
  • Updated dependencies [95e138c]
    • @​tiptap/core@​3.23.5
Commits

Updates @tiptap/extension-text-align from 3.23.4 to 3.23.6

Release notes

Sourced from @​tiptap/extension-text-align'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/extension-text-align's changelog.

3.23.6

Patch Changes

  • Updated dependencies [d168376]
    • @​tiptap/core@​3.23.6

3.23.5

Patch Changes

  • Updated dependencies [835caf5]
  • Updated dependencies [95e138c]
    • @​tiptap/core@​3.23.5
Commits

Updates @tiptap/extension-text-style from 3.23.4 to 3.23.6

Release notes

Sourced from @​tiptap/extension-text-style'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/extension-text-style's changelog.

3.23.6

Patch Changes

  • Updated dependencies [d168376]
    • @​tiptap/core@​3.23.6

3.23.5

Patch Changes

  • Updated dependencies [835caf5]
  • Updated dependencies [95e138c]
    • @​tiptap/core@​3.23.5
Commits
  • 195b13f chore(release): publish a new stable version (#7854)
  • e61ca71 test: migrate Cypress e2e suite to Playwright + port core specs to Vitest (#7...
  • d9daae0 chore(release): publish a new stable version (#7835)
  • See full diff in compare view

Updates @tiptap/starter-kit from 3.23.4 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

Updates @tiptap/vue-3 from 3.23.4 to 3.23.6

Release notes

Sourced from @​tiptap/vue-3'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/vue-3's changelog.

3.23.6

Patch Changes

  • Updated dependencies [d168376]
    • @​tiptap/core@​3.23.6
    • @​tiptap/pm@​3.23.6

3.23.5

Patch Changes

  • 95e138c: 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. Added shallow prop comparison in ReactRenderer.updateProps().

  • Updated dependencies [835caf5]

  • Updated dependencies [95e138c]

    • @​tiptap/core@​3.23.5
    • @​tiptap/pm@​3.23.5
Commits
  • 195b13f chore(release): publish a new stable version (#7854)
  • d9daae0 chore(release): publish a new stable version (#7835)
  • 95e138c fix(nodeview): eliminate unnecessary re-renders, add opt-in position tracking...
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the tiptap group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@tiptap/extension-highlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-highlight) | `3.23.4` | `3.23.6` |
| [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image) | `3.23.4` | `3.23.6` |
| [@tiptap/extension-text-align](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-align) | `3.23.4` | `3.23.6` |
| [@tiptap/extension-text-style](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-style) | `3.23.4` | `3.23.6` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `3.23.4` | `3.23.6` |
| [@tiptap/vue-3](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/vue-3) | `3.23.4` | `3.23.6` |


Updates `@tiptap/extension-highlight` from 3.23.4 to 3.23.6
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-highlight/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.6/packages/extension-highlight)

Updates `@tiptap/extension-image` from 3.23.4 to 3.23.6
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-image/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.6/packages/extension-image)

Updates `@tiptap/extension-text-align` from 3.23.4 to 3.23.6
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-text-align/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.6/packages/extension-text-align)

Updates `@tiptap/extension-text-style` from 3.23.4 to 3.23.6
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-text-style/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.6/packages/extension-text-style)

Updates `@tiptap/starter-kit` from 3.23.4 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)

Updates `@tiptap/vue-3` from 3.23.4 to 3.23.6
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/vue-3/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.6/packages/vue-3)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-highlight"
  dependency-version: 3.23.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-image"
  dependency-version: 3.23.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-text-align"
  dependency-version: 3.23.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-text-style"
  dependency-version: 3.23.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.23.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/vue-3"
  dependency-version: 3.23.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 1, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.78%. Comparing base (2b1b33f) to head (3d7dfb3).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #3183   +/-   ##
==========================================
  Coverage      96.78%   96.78%           
  Complexity      1948     1948           
==========================================
  Files            468      468           
  Lines          13364    13364           
  Branches        2215     2215           
==========================================
  Hits           12935    12935           
  Misses           429      429           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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