Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 6, 2025

This PR contains the following updates:

Package Change Age Confidence
@tiptap/core (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-blockquote (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-bold (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-bullet-list (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-character-count (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-code (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-code-block (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-code-block-lowlight (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-collaboration (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-collaboration-cursor (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-document (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-dropcursor (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-gapcursor (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-hard-break (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-heading (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-history (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-horizontal-rule (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-image (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-italic (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-link (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-list-item (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-mention (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-ordered-list (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-paragraph (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-placeholder (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-strike (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-table (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-table-cell (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-table-header (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-table-row (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-task-item (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-task-list (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-text (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/extension-underline (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/pm (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/suggestion (source) ^2.23.0 -> ^2.25.1 age confidence
@tiptap/vue-2 (source) ^2.23.0 -> ^2.25.1 age confidence

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v2.25.1

Compare Source

v2.25.0

Compare Source

Releases
@​tiptap/react@​2.25.0
Minor Changes
  • 6114489: Reintroduce flushSync to sync rendering of React and ProseMirror
Patch Changes

v2.24.2

Compare Source

Releases

@​tiptap/extension-emoji@​2.24.2

Patch Changes
  • bd142ba: Added alt tag to emoji extension

v2.24.1

Compare Source

Releases
@​tiptap/extension-bubble-menu@​2.24.1
Patch Changes
  • 4b123bc: Added tab-index="0" to bubble and floating menu wrappers"
@​tiptap/extension-floating-menu@​2.24.1
Patch Changes
  • 4b123bc: Added tab-index="0" to bubble and floating menu wrappers"
@​tiptap/extension-task-item@​2.24.1
Patch Changes
  • 4b123bc: Added a new a11y option to task list items to set the checkbox aria-label
@​tiptap/react@​2.24.1
Patch Changes
@​tiptap/starter-kit@​2.24.1
Patch Changes
@​tiptap/vue-2@​2.24.1
Patch Changes
@​tiptap/vue-3@​2.24.1
Patch Changes

v2.24.0

Compare Source

Releases
@​tiptap/react@​2.24.0
Minor Changes
  • 45bba95: Removed flushSync on NodeView render which caused performance regressions, bugs with unused NodeViews still being reconciled for PMViewDesc checks and more
Patch Changes
@​tiptap/core@​2.24.0
Patch Changes
  • 71e1427: Fix RangeException in cut command when targetPos is zero
@​tiptap/extension-link@​2.24.0
Patch Changes
  • 71e1427: Fix autolink option in shadow dom by extending the whitespace detection to more unicode characters
@​tiptap/starter-kit@​2.24.0
Patch Changes
@​tiptap/vue-2@​2.24.0
Patch Changes
@​tiptap/vue-3@​2.24.0
Patch Changes

v2.23.1

Compare Source

Releases
@​tiptap/extension-drag-handle-react@​2.23.1
Patch Changes
  • 5b3d723: Fix a bug that causes rerenders on the react drag handle breaking its tippy connection
@​tiptap/extension-mention@​2.23.1
Patch Changes
  • 63c9453: Show mention indicator when converting document to HTML
@​tiptap/react@​2.23.1
Patch Changes
@​tiptap/starter-kit@​2.23.1
Patch Changes
@​tiptap/vue-2@​2.23.1
Patch Changes
@​tiptap/vue-3@​2.23.1
Patch Changes
ueberdosis/tiptap (@​tiptap/extension-blockquote)

v2.25.1

Compare Source

v2.25.0

Compare Source

Releases

@​tiptap/react@​2.25.0

Minor Changes
  • 6114489: Reintroduce flushSync to sync rendering of React and ProseMirror
Patch Changes

v2.24.2

Compare Source

Releases
@​tiptap/extension-emoji@​2.24.2
Patch Changes
  • bd142ba: Added alt tag to emoji extension

v2.24.1

Compare Source

Releases

@​tiptap/extension-bubble-menu@​2.24.1

Patch Changes
  • 4b123bc: Added tab-index="0" to bubble and floating menu wrappers"

@​tiptap/extension-floating-menu@​2.24.1

Patch Changes
  • 4b123bc: Added tab-index="0" to bubble and floating menu wrappers"

@​tiptap/extension-task-item@​2.24.1

Patch Changes
  • 4b123bc: Added a new a11y option to task list items to set the checkbox aria-label

@​tiptap/react@​2.24.1

Patch Changes

@​tiptap/starter-kit@​2.24.1

Patch Changes

@​tiptap/vue-2@​2.24.1

Patch Changes

@​tiptap/vue-3@​2.24.1

Patch Changes

v2.24.0

Compare Source

Releases
@​tiptap/react@​2.24.0
Minor Changes
  • 45bba95: Removed flushSync on NodeView render which caused performance regressions, bugs with unused NodeViews still being reconciled for PMViewDesc checks and more
Patch Changes
@​tiptap/core@​2.24.0
Patch Changes
  • 71e1427: Fix RangeException in cut command when targetPos is zero
@​tiptap/extension-link@​2.24.0
Patch Changes
  • 71e1427: Fix autolink option in shadow dom by extending the whitespace detection to more unicode characters
@​tiptap/starter-kit@​2.24.0
Patch Changes
@​tiptap/vue-2@​2.24.0
Patch Changes
@​tiptap/vue-3@​2.24.0
Patch Changes

v2.23.1

Compare Source

Releases

@​tiptap/extension-drag-handle-react@​2.23.1

Patch Changes
  • 5b3d723: Fix a bug that causes rerenders on the react drag handle breaking its tippy connection

@​tiptap/extension-mention@​2.23.1

Patch Changes
  • 63c9453: Show mention indicator when converting document to HTML

@​tiptap/react@​2.23.1

Patch Changes

@​tiptap/starter-kit@​2.23.1

Patch Changes

@​tiptap/vue-2@​2.23.1

Patch Changes

@​tiptap/vue-3@​2.23.1

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-bold)

v2.25.1

Compare Source

v2.25.0

Compare Source

Releases

@​tiptap/react@​2.25.0

Minor Changes
  • 6114489: Reintroduce flushSync to sync rendering of React and ProseMirror
Patch Changes

v2.24.2

Compare Source

Releases
@​tiptap/extension-emoji@​2.24.2
Patch Changes
  • bd142ba: Added alt tag to emoji extension

v2.24.1

Compare Source

Releases
@​tiptap/extension-bubble-menu@​2.24.1
Patch Changes
  • 4b123bc: Added tab-index="0" to bubble and floating menu wrappers"
@​tiptap/extension-floating-menu@​2.24.1
Patch Changes
  • 4b123bc: Added tab-index="0" to bubble and floating menu wrappers"
@​tiptap/extension-task-item@​2.24.1
Patch Changes
  • 4b123bc: Added a new a11y option to task list items to set the checkbox aria-label
@​tiptap/react@​2.24.1
Patch Changes
@​tiptap/starter-kit@​2.24.1
Patch Changes

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 6, 2025
@renovate renovate bot requested review from max-nextcloud and mejo- July 6, 2025 04:29
@github-actions github-actions bot enabled auto-merge July 6, 2025 04:29
@codecov
Copy link

codecov bot commented Jul 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.32%. Comparing base (69f13d2) to head (f805c04).
Report is 6 commits behind head on stable30.

Additional details and impacted files
@@            Coverage Diff            @@
##           stable30    #7414   +/-   ##
=========================================
  Coverage     51.32%   51.32%           
=========================================
  Files           116      116           
  Lines          2712     2712           
  Branches        544      544           
=========================================
  Hits           1392     1392           
  Misses         1191     1191           
  Partials        129      129           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/stable30-tiptap branch from 3b1fc05 to 04bfde1 Compare July 7, 2025 00:28
@renovate renovate bot changed the title fix(deps): update tiptap to ^2.24.2 (stable30) fix(deps): update tiptap to ^2.25.0 (stable30) Jul 7, 2025
@renovate renovate bot force-pushed the renovate/stable30-tiptap branch from 04bfde1 to f805c04 Compare July 10, 2025 22:12
@renovate renovate bot changed the title fix(deps): update tiptap to ^2.25.0 (stable30) fix(deps): update tiptap to ^2.25.1 (stable30) Jul 10, 2025
@github-actions github-actions bot merged commit c46a4f7 into stable30 Jul 10, 2025
63 checks passed
@github-actions github-actions bot deleted the renovate/stable30-tiptap branch July 10, 2025 22:21
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant