Skip to content

Dependencies: Update all non-major dependencies#227

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-non-major-dependencies
Open

Dependencies: Update all non-major dependencies#227
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-non-major-dependencies

Conversation

@renovate

@renovate renovate Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@tiptap/core (source) 3.22.53.27.3 age confidence
@tiptap/extension-bubble-menu (source) 3.22.53.27.3 age confidence
@tiptap/extension-code-block (source) 3.22.53.27.3 age confidence
@tiptap/extension-code-block-lowlight (source) 3.22.53.27.3 age confidence
@tiptap/extension-color (source) 3.22.53.27.3 age confidence
@tiptap/extension-heading (source) 3.22.53.27.3 age confidence
@tiptap/extension-horizontal-rule (source) 3.22.53.27.3 age confidence
@tiptap/extension-image (source) 3.22.53.27.3 age confidence
@tiptap/extension-link (source) 3.22.53.27.3 age confidence
@tiptap/extension-placeholder (source) 3.22.53.27.3 age confidence
@tiptap/extension-text-style (source) 3.22.53.27.3 age confidence
@tiptap/extension-typography (source) 3.22.53.27.3 age confidence
@tiptap/extension-underline (source) 3.22.53.27.3 age confidence
@tiptap/extensions (source) 3.22.53.27.3 age confidence
@tiptap/pm (source) 3.22.53.27.3 age confidence
@tiptap/react (source) 3.22.53.27.3 age confidence
@tiptap/starter-kit (source) 3.22.53.27.3 age confidence
eslint (source) ^9.39.4^9.39.5 age confidence
lucide-react (source) ^1.22.0^1.24.0 age confidence
prettier (source) ^3.8.4^3.9.5 age confidence
react-hook-form (source) ^7.80.0^7.81.0 age confidence
react-router-dom (source) ^7.14.2^7.18.1 age confidence
tsc-alias (source) ^1.8.17^1.9.0 age confidence
yarn (source) 4.14.14.17.1 age confidence

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v3.27.3

Compare Source

Patch Changes
  • 023f98c: Fix deleteSelection to delete content across all selection ranges instead of only the first range. This restores multi-cell table selections and other custom selections with multiple ranges.

v3.27.2

Compare Source

Patch Changes

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

Patch Changes
  • 0d0094d: Ordered lists now support the type attribute (a, A, i, I).

    The <ol> type attribute is now fully preserved through the HTML round-trip:

    • type="a" → lowercase alphabetical markers
    • type="A" → uppercase alphabetical markers
    • type="i" → lowercase roman numeral markers
    • type="I" → uppercase roman numeral markers

    Paste from external editors (Google Docs, Word, LibreOffice) now correctly detects the list style — both from the HTML type attribute and from CSS list-style-type properties.

    Plain text paste of typed ordered list markers (e.g. a. Item, I) Item, i. Item\nii. Item) is detected and converted to the correct list type.

    Markdown round-trip preserves typed markers: parsing a. Item creates type: "a", and serializing a typed list back to markdown uses the correct prefix (e.g. I., ii.).

    Joining of adjacent lists now respects type — two lists with different types (e.g. default numeric and type="a") are not merged.

  • 795033c: parseAttributes now supports any word characters at the start of classes or id attributes.

  • 0e0c4f9: Fix marksEqual to compare mark arrays as multisets instead of index-by-index, so order of marks no longer affects the result. Broaden the type signature to accept ProseMirror Mark objects (where type is an object with a name property) alongside the existing JSON mark shape ({ type: string }).

  • 6d12bb9: Fix a edge-case in rewriteUnknownContent to not fail on null-ish values inside marks or nodes.

v3.26.1

Compare Source

Patch Changes

v3.26.0

Compare Source

Patch Changes

v3.25.0

Compare Source

Patch Changes
  • ec291dd: Fix: dragging an inline/resizable image within the editor no longer creates a duplicate

    When the Image extension was configured with inline: true or resize enabled, dragging an image within the editor could insert a duplicate at the drop position instead of moving it. This happened because the browser's native image drag behavior could populate dataTransfer.files, causing the FileHandler extension to intercept the drop before ProseMirror's internal move logic could run.

  • 454e9b8: Add clearable mark option (default true). unsetAllMarks now skips marks with clearable: false, so semantic marks like comments are not removed by "clear formatting".

  • 9cf8db0: Add attrsEqual and marksEqual utility functions to @tiptap/core. attrsEqual compares two attribute objects for equality regardless of key ordering. marksEqual compares two arrays of mark objects by type and attributes using attrsEqual.

  • 3d4f94c: Fix plain-text copy of table cell selections including content from unselected cells in between. Each selected range is now serialized independently and joined in document order, so dragging upward (reverse selection) also produces output in document order.

  • Updated dependencies [c1a2ce8]

v3.24.0

Compare Source

Patch Changes

v3.23.6

Compare Source

Patch Changes
  • d168376: 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.

v3.23.5

Compare Source

Patch Changes
  • 835caf5: Fix $pos() returning correct node for non-text atom nodes instead of doc node

  • 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().

v3.23.4

Compare Source

Patch Changes

v3.23.2

Compare Source

Patch Changes
  • f98eaaf: Fix &quot; HTML entity encoding in getHTML() output for inline style attributes. Adds a getStyleProperty utility to @tiptap/core and migrates Color, BackgroundColor, FontFamily, FontSize, LineHeight, and Highlight extensions to use it (#​7016)

v3.23.1

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-bubble-menu)

v3.27.3

Compare Source

Patch Changes

v3.27.2

Compare Source

Patch Changes

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

Patch Changes

v3.26.1

Compare Source

Patch Changes

v3.26.0

Compare Source

Patch Changes

v3.25.0

Compare Source

Patch Changes

v3.24.0

Compare Source

Patch Changes

v3.23.6

Compare Source

Patch Changes

v3.23.5

Compare Source

Patch Changes

v3.23.4

Compare Source

Patch Changes

v3.23.2

Compare Source

Patch Changes

v3.23.1

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-code-block)

v3.27.3

Compare Source

Patch Changes

v3.27.2

Compare Source

Patch Changes

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

Patch Changes

v3.26.1

Compare Source

Patch Changes

v3.26.0

Compare Source

Patch Changes

v3.25.0

Compare Source

Patch Changes

v3.24.0

Compare Source

Patch Changes

v3.23.6

Compare Source

Patch Changes

v3.23.5

Compare Source

Patch Changes

v3.23.4

Compare Source

Patch Changes

v3.23.2

Compare Source

Patch Changes

v3.23.1

Compare Source

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

v3.27.3

Compare Source

Patch Changes

v3.27.2

Compare Source

Patch Changes

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

Patch Changes

v3.26.1

Compare Source

Patch Changes

v3.26.0

Compare Source

Patch Changes

v3.25.0

Compare Source

Patch Changes

v3.24.0

Compare Source

Patch Changes

v3.23.6

Compare Source

Patch Changes

v3.23.5

Compare Source

Patch Changes

v3.23.4

Compare Source

Patch Changes

v3.23.2

Compare Source

Patch Changes

v3.23.1

Compare Source

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

v3.27.3

Compare Source

Patch Changes

v3.27.2

Compare Source

Patch Changes

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

Patch Changes

v3.26.1

Compare Source

Patch Changes

v3.26.0

Compare Source

Patch Changes

v3.25.0

Compare Source

Patch Changes

v3.24.0

Compare Source

Patch Changes

v3.23.6

Compare Source

Patch Changes

v3.23.5

Compare Source

Patch Changes

v3.23.4

Compare Source

Patch Changes

v3.23.2

Compare Source

Patch Changes

v3.23.1

Compare Source

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

v3.27.3

Compare Source

Patch Changes

v3.27.2

Compare Source

Patch Changes

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

Patch Changes

v3.26.1

Compare Source

Patch Changes

v3.26.0

Compare Source

Patch Changes

v3.25.0

Compare Source

Patch Changes

v3.24.0

Compare Source

Patch Changes

v3.23.6

Compare Source

Patch Changes

v3.23.5

Compare Source

Patch Changes

v3.23.4

Compare Source

Patch Changes

v3.23.2

Compare Source

Patch Changes

v3.23.1

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-horizontal-rule)

v3.27.3

Compare Source

Patch Changes

v3.27.2

Compare Source

Patch Changes

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

Patch Changes

v3.26.1

Compare Source

Patch Changes

v3.26.0

Compare Source

Patch Changes

v3.25.0

Compare Source

Patch Changes

v3.24.0

Compare Source

Patch Changes

v3.23.6

Compare Source

Patch Changes
  • Updated dependencies [[`d

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 force-pushed the renovate/all-non-major-dependencies branch 5 times, most recently from e06fae8 to f888633 Compare July 17, 2026 01:50
@renovate
renovate Bot force-pushed the renovate/all-non-major-dependencies branch from f888633 to d610350 Compare July 17, 2026 21:34
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.

0 participants