Skip to content

fix(deps): update tiptap packages#32

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/tiptap-packages
Open

fix(deps): update tiptap packages#32
renovate[bot] wants to merge 1 commit intomainfrom
renovate/tiptap-packages

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 22, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@tiptap/extension-code-block-lowlight (source) ^2.8.0^2.27.2 age confidence
@tiptap/extension-collaboration (source) ^2.8.0^2.27.2 age confidence
@tiptap/extension-collaboration-cursor (source) ^2.8.0^2.26.2 age confidence
@tiptap/extension-image (source) ^2.11.5^2.27.2 age confidence
@tiptap/extension-placeholder (source) ^2.8.0^2.27.2 age confidence
@tiptap/html (source) ^2.8.0^2.27.2 age confidence
@tiptap/pm (source) ^2.8.0^2.27.2 age confidence
@tiptap/react (source) ^2.8.0^2.27.2 age confidence
@tiptap/starter-kit (source) ^2.8.0^2.27.2 age confidence
tiptap-extension-resize-image ^1.2.1^1.3.3 age confidence

Release Notes

ueberdosis/tiptap (@​tiptap/extension-code-block-lowlight)

v2.27.2

Compare Source

v2.27.1

Compare Source

v2.27.0

Compare Source

v2.26.4

Compare Source

v2.26.3

Compare Source

v2.26.2

Compare Source

v2.26.1

Compare Source

v2.26.0

Compare Source

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

v2.23.0

Compare Source

Releases

@​tiptap/extension-mention@​2.23.0

Minor Changes
  • c168e6d: Support multiple triggers in Mention extension

@​tiptap/core@​2.23.0

Patch Changes
  • dfeaad4: Fix: Prevent content deletion from non-editable Tiptap source editors during drag and drop.

@​tiptap/react@​2.23.0

Patch Changes

@​tiptap/starter-kit@​2.23.0

Patch Changes

@​tiptap/vue-2@​2.23.0

Patch Changes

@​tiptap/vue-3@​2.23.0

Patch Changes

v2.22.3

Compare Source

Releases

@​tiptap/core@​2.22.3

Patch Changes
  • 030bd22: Added new canInsertNode utility that checks if a node can be inserted into a specific position

@​tiptap/extension-horizontal-rule@​2.22.3

Patch Changes
  • 030bd22: Fixed a bug that caused the horizontal rule's setHorizontalRule command to always return true when checked via can()

@​tiptap/react@​2.22.3

Patch Changes

@​tiptap/starter-kit@​2.22.3

Patch Changes

@​tiptap/vue-2@​2.22.3

Patch Changes

@​tiptap/vue-3@​2.22.3

Patch Changes

v2.22.2

Compare Source

Releases

@​tiptap/core@​2.22.2

Patch Changes
  • 6457ab3: Add validation for target position within document range when trying to access children of a NodePos instance

@​tiptap/react@​2.22.2

Patch Changes

@​tiptap/starter-kit@​2.22.2

Patch Changes

@​tiptap/vue-2@​2.22.2

Patch Changes

@​tiptap/vue-3@​2.22.2

Patch Changes

v2.22.1

Compare Source

Releases

@​tiptap/extension-youtube@​2.22.1

Patch Changes
  • e465825: Update YouTube URL regex pattern

@​tiptap/react@​2.22.1

Patch Changes

@​tiptap/starter-kit@​2.22.1

Patch Changes

@​tiptap/vue-2@​2.22.1

Patch Changes

v2.22.0

Compare Source

Releases

@​tiptap/extension-details@​2.22.0

Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id

@​tiptap/extension-details-content@​2.22.0

Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id

@​tiptap/extension-details-summary@​2.22.0

Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id

@​tiptap/extension-drag-handle@​2.22.0

Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id

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

Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id

@​tiptap/extension-drag-handle-vue-2@​2.22.0

Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id

@​tiptap/extension-drag-handle-vue-3@​2.22.0

Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id

@​tiptap/extension-emoji@​2.22.0

Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id

@​tiptap/extension-file-handler@​2.22.0

Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id

@​tiptap/extension-invisible-characters@​2.22.0

Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id

@​tiptap/extension-mathematics@​2.22.0

Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id

@​tiptap/extension-node-range@​2.22.0

Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id

@​tiptap/extension-table-of-contents@​2.22.0

Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id

@​tiptap/extension-unique-id@​2.22.0

Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id

@​tiptap/react@​2.22.0

Patch Changes

@​tiptap/starter-kit@​2.22.0

Patch Changes

@​tiptap/vue-2@​2.22.0

Patch Changes

@​tiptap/vue-3@​2.22.0

Patch Changes

v2.14.1

Compare Source

Releases

@​tiptap/react@​2.14.1

Patch Changes

@​tiptap/starter-kit@​2.14.1

Patch Changes

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 Dec 22, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Dec 22, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: dexie-starter@0.1.0
npm error Found: @tiptap/pm@2.27.2
npm error node_modules/@tiptap/pm
npm error   @tiptap/pm@"^2.27.2" from the root project
npm error   peer @tiptap/pm@"^2.0.0 || ^3.0.0" from tiptap-extension-resize-image@1.3.3
npm error   node_modules/tiptap-extension-resize-image
npm error     tiptap-extension-resize-image@"^1.3.3" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @tiptap/pm@"^3.20.1" from @tiptap/core@3.20.1
npm error node_modules/@tiptap/core
npm error   peer @tiptap/core@"^2.0.0 || ^3.0.0" from tiptap-extension-resize-image@1.3.3
npm error   node_modules/tiptap-extension-resize-image
npm error     tiptap-extension-resize-image@"^1.3.3" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-03-13T14_03_20_412Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-03-13T14_03_20_412Z-debug-0.log

@coderabbitai
Copy link

coderabbitai bot commented Dec 22, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/tiptap-packages branch from 995ac3e to aa7eec9 Compare January 8, 2026 18:56
@renovate renovate bot force-pushed the renovate/tiptap-packages branch from aa7eec9 to ceff51c Compare February 4, 2026 14:44
@renovate renovate bot force-pushed the renovate/tiptap-packages branch from ceff51c to 7a42e64 Compare February 12, 2026 14:11
@liz709
Copy link
Contributor

liz709 commented Feb 12, 2026

@renovatebot rebase

@renovate renovate bot force-pushed the renovate/tiptap-packages branch from 7a42e64 to 10a6737 Compare February 17, 2026 20:06
@renovate renovate bot changed the title Update tiptap packages fix(deps): update tiptap packages Feb 17, 2026
@renovate renovate bot force-pushed the renovate/tiptap-packages branch from 10a6737 to 3654aab Compare March 5, 2026 15:35
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