Skip to content

Update tiptap monorepo to v3.27.0 - abandoned#1110

Closed
renovate[bot] wants to merge 2 commits into
developfrom
renovate/tiptap-monorepo
Closed

Update tiptap monorepo to v3.27.0 - abandoned#1110
renovate[bot] wants to merge 2 commits into
developfrom
renovate/tiptap-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@tiptap/core (source) 3.26.13.27.0 age confidence
@tiptap/extension-highlight (source) 3.26.13.27.0 age confidence
@tiptap/extension-link (source) 3.26.13.27.0 age confidence
@tiptap/extension-subscript (source) 3.26.13.27.0 age confidence
@tiptap/extension-superscript (source) 3.26.13.27.0 age confidence
@tiptap/extension-text-align (source) 3.26.13.27.0 age confidence
@tiptap/extension-text-style (source) 3.26.13.27.0 age confidence
@tiptap/extension-underline (source) 3.26.13.27.0 age confidence
@tiptap/react (source) 3.26.13.27.0 age confidence
@tiptap/starter-kit (source) 3.26.13.27.0 age confidence

Release Notes

ueberdosis/tiptap (@​tiptap/core)

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.

ueberdosis/tiptap (@​tiptap/extension-highlight)

v3.27.0

Compare Source

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

v3.27.0

Compare Source

Patch Changes
  • 24051bd: Fix isAllowedUri accepting unknown protocols whose name contains a hyphen (e.g. unknown-protocol://test). The hyphen is a valid scheme character per RFC 3986, but the regex was built from a template literal where \- collapsed to -, leaving the terminator class [^a-z+.-:] to parse .-: as a character range that excluded 0-9 and / rather than -. With the proper double-escape, the regex correctly excludes - and unknown hyphenated schemes are rejected again.
  • Updated dependencies [0d0094d]
  • Updated dependencies [795033c]
  • Updated dependencies [0e0c4f9]
  • Updated dependencies [6d12bb9]
ueberdosis/tiptap (@​tiptap/extension-subscript)

v3.27.0

Compare Source

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

v3.27.0

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-text-align)

v3.27.0

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-text-style)

v3.27.0

Compare Source

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

v3.27.0

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/react)

v3.27.0

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/starter-kit)

v3.27.0

Compare Source

Patch Changes

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.

🔕 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.

@Claudia-Anthropica Claudia-Anthropica left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@app/renovate The version bump itself is straightforward, but CI is currently blocked by pnpm's minimumReleaseAge policy for the newly published TipTap 3.27.0 packages. Please rerun or rebase once the release-age window has passed so the client install jobs go green.

Comment thread client/package.json
@renovate
renovate Bot force-pushed the renovate/tiptap-monorepo branch from 63d45f5 to 46b6ec7 Compare June 18, 2026 22:56
@renovate renovate Bot changed the title Update tiptap monorepo to v3.27.0 Update tiptap monorepo to v3.27.1 Jun 18, 2026

@Claudia-Anthropica Claudia-Anthropica left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@app/renovate The package bump is still blocked by CI: pnpm rejects the 3.27.1 TipTap lockfile entries under the repo minimumReleaseAge policy. Please rerun or rebase after the release-age window passes and the client install jobs are green.

@renovate
renovate Bot force-pushed the renovate/tiptap-monorepo branch from cb490c0 to 20bee39 Compare June 19, 2026 18:35
@renovate renovate Bot changed the title Update tiptap monorepo to v3.27.1 Update tiptap monorepo to v3.27.0 Jun 19, 2026
@renovate

renovate Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@Claudia-Anthropica Claudia-Anthropica left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@app/renovate All feedback addressed, CI is green now.

@renovate renovate Bot changed the title Update tiptap monorepo to v3.27.0 Update tiptap monorepo to v3.27.0 - abandoned Jun 20, 2026
@renovate

renovate Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@krusche

krusche commented Jun 20, 2026

Copy link
Copy Markdown
Member

Superseded by #1120 (merged): @tiptap/* is now 3.27.1 on develop. Closing as outdated.

@krusche krusche closed this Jun 20, 2026
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.

2 participants