[PR #1412] [MERGED] fix(deps): update tiptap to v3.4.1 #9244

Closed
opened 2026-04-23 08:50:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1412
Author: @renovate[bot]
Created: 9/4/2025
Status: Merged
Merged: 9/4/2025
Merged by: @kolaente

Base: mainHead: renovate/tiptap


📝 Commits (1)

  • ddcd7e0 fix(deps): update tiptap to v3.4.1

📊 Changes

2 files changed (+258 additions, -258 deletions)

View changed files

📝 frontend/package.json (+14 -14)
📝 frontend/pnpm-lock.yaml (+244 -244)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
@tiptap/core (source) 3.4.0 -> 3.4.1 age confidence
@tiptap/extension-code-block-lowlight (source) 3.4.0 -> 3.4.1 age confidence
@tiptap/extension-hard-break (source) 3.4.0 -> 3.4.1 age confidence
@tiptap/extension-image (source) 3.4.0 -> 3.4.1 age confidence
@tiptap/extension-link (source) 3.4.0 -> 3.4.1 age confidence
@tiptap/extension-list (source) 3.4.0 -> 3.4.1 age confidence
@tiptap/extension-table (source) 3.4.0 -> 3.4.1 age confidence
@tiptap/extension-typography (source) 3.4.0 -> 3.4.1 age confidence
@tiptap/extension-underline (source) 3.4.0 -> 3.4.1 age confidence
@tiptap/extensions (source) 3.4.0 -> 3.4.1 age confidence
@tiptap/pm (source) 3.4.0 -> 3.4.1 age confidence
@tiptap/starter-kit (source) 3.4.0 -> 3.4.1 age confidence
@tiptap/suggestion (source) 3.4.0 -> 3.4.1 age confidence
@tiptap/vue-3 (source) 3.4.0 -> 3.4.1 age confidence

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v3.4.1

Compare Source

Releases

@​tiptap/extension-text-style@​3.4.1

Patch Changes
  • 46fa8b8: Prefer the raw inline style attribute when parsing color and
    background-color so the original format (hex, rgba/hsla, etc.) is
    preserved instead of falling back to the computed element.style.*
    value (which often resolves to rgb(...)).

    This fixes mismatches where consumers (for example, demo toolbars and
    color pickers) expected the original hex values when initializing the
    editor from HTML.

    • The color and background-color parsers now look for a style
      attribute first and extract the declared value. If no raw style is
      present, they still fall back to element.style.color /
      element.style.backgroundColor.

    MIGRATION NOTES

    • This is a patch-level change. It corrects parsing behavior and is the
      least-disruptive fix for the issue.
    • If your code relied on the parser returning computed rgb(...)
      strings, you may see different string values (for example #​958DF1
      instead of rgb(149, 141, 241)) when HTML contained hex values.
    • If you need a stable, normalized format for comparisons, normalize the
      attribute (for example with a color utility like tinycolor2) before
      comparing or use the editor APIs in a way that doesn't depend on the
      exact string representation.
    • @​tiptap/core@​3.4.1

@​tiptap/react@​3.4.1

Patch Changes

@​tiptap/suggestion@​3.4.1

Patch Changes
  • 59fb86f: Previously, clientRect was only obtained through decorationNode. If decorationNode could not be obtained, clientRect was set to null, which caused the suggestion not to render in some IME scenarios (notably Chinese IME).

    This change adds a fallback method to compute clientRect from the editor's cursor position when decorationNode is not available. It generates a DOMRect based on the cursor coordinates so the suggestion can render even when the decoration node is missing.


Configuration

📅 Schedule: 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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/1412 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 9/4/2025 **Status:** ✅ Merged **Merged:** 9/4/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/tiptap` --- ### 📝 Commits (1) - [`ddcd7e0`](https://github.com/go-vikunja/vikunja/commit/ddcd7e060844d72d5f441ca709fca489c776fee3) fix(deps): update tiptap to v3.4.1 ### 📊 Changes **2 files changed** (+258 additions, -258 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+14 -14) 📝 `frontend/pnpm-lock.yaml` (+244 -244) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@tiptap/core](https://tiptap.dev) ([source](https://redirect.github.com/ueberdosis/tiptap/tree/HEAD/packages/core)) | [`3.4.0` -> `3.4.1`](https://renovatebot.com/diffs/npm/@tiptap%2fcore/3.4.0/3.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fcore/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fcore/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@tiptap/extension-code-block-lowlight](https://tiptap.dev) ([source](https://redirect.github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-code-block-lowlight)) | [`3.4.0` -> `3.4.1`](https://renovatebot.com/diffs/npm/@tiptap%2fextension-code-block-lowlight/3.4.0/3.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fextension-code-block-lowlight/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fextension-code-block-lowlight/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@tiptap/extension-hard-break](https://tiptap.dev) ([source](https://redirect.github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-hard-break)) | [`3.4.0` -> `3.4.1`](https://renovatebot.com/diffs/npm/@tiptap%2fextension-hard-break/3.4.0/3.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fextension-hard-break/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fextension-hard-break/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@tiptap/extension-image](https://tiptap.dev) ([source](https://redirect.github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image)) | [`3.4.0` -> `3.4.1`](https://renovatebot.com/diffs/npm/@tiptap%2fextension-image/3.4.0/3.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fextension-image/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fextension-image/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@tiptap/extension-link](https://tiptap.dev) ([source](https://redirect.github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link)) | [`3.4.0` -> `3.4.1`](https://renovatebot.com/diffs/npm/@tiptap%2fextension-link/3.4.0/3.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fextension-link/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fextension-link/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@tiptap/extension-list](https://tiptap.dev) ([source](https://redirect.github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-list)) | [`3.4.0` -> `3.4.1`](https://renovatebot.com/diffs/npm/@tiptap%2fextension-list/3.4.0/3.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fextension-list/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fextension-list/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@tiptap/extension-table](https://tiptap.dev) ([source](https://redirect.github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table)) | [`3.4.0` -> `3.4.1`](https://renovatebot.com/diffs/npm/@tiptap%2fextension-table/3.4.0/3.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fextension-table/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fextension-table/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@tiptap/extension-typography](https://tiptap.dev) ([source](https://redirect.github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-typography)) | [`3.4.0` -> `3.4.1`](https://renovatebot.com/diffs/npm/@tiptap%2fextension-typography/3.4.0/3.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fextension-typography/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fextension-typography/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@tiptap/extension-underline](https://tiptap.dev) ([source](https://redirect.github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-underline)) | [`3.4.0` -> `3.4.1`](https://renovatebot.com/diffs/npm/@tiptap%2fextension-underline/3.4.0/3.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fextension-underline/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fextension-underline/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@tiptap/extensions](https://tiptap.dev) ([source](https://redirect.github.com/ueberdosis/tiptap/tree/HEAD/packages/extension)) | [`3.4.0` -> `3.4.1`](https://renovatebot.com/diffs/npm/@tiptap%2fextensions/3.4.0/3.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fextensions/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fextensions/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@tiptap/pm](https://tiptap.dev) ([source](https://redirect.github.com/ueberdosis/tiptap/tree/HEAD/packages/pm)) | [`3.4.0` -> `3.4.1`](https://renovatebot.com/diffs/npm/@tiptap%2fpm/3.4.0/3.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fpm/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fpm/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@tiptap/starter-kit](https://tiptap.dev) ([source](https://redirect.github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit)) | [`3.4.0` -> `3.4.1`](https://renovatebot.com/diffs/npm/@tiptap%2fstarter-kit/3.4.0/3.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fstarter-kit/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fstarter-kit/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@tiptap/suggestion](https://tiptap.dev) ([source](https://redirect.github.com/ueberdosis/tiptap/tree/HEAD/packages/suggestion)) | [`3.4.0` -> `3.4.1`](https://renovatebot.com/diffs/npm/@tiptap%2fsuggestion/3.4.0/3.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fsuggestion/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fsuggestion/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@tiptap/vue-3](https://tiptap.dev) ([source](https://redirect.github.com/ueberdosis/tiptap/tree/HEAD/packages/vue-3)) | [`3.4.0` -> `3.4.1`](https://renovatebot.com/diffs/npm/@tiptap%2fvue-3/3.4.0/3.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fvue-3/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fvue-3/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ueberdosis/tiptap (@&#8203;tiptap/core)</summary> ### [`v3.4.1`](https://redirect.github.com/ueberdosis/tiptap/releases/tag/v3.4.1) [Compare Source](https://redirect.github.com/ueberdosis/tiptap/compare/v3.4.0...v3.4.1) ### Releases #### [@&#8203;tiptap/extension-text-style](https://redirect.github.com/tiptap/extension-text-style)@&#8203;3.4.1 ##### Patch Changes - [`46fa8b8`](https://redirect.github.com/ueberdosis/tiptap/commit/46fa8b8): Prefer the raw inline `style` attribute when parsing `color` and `background-color` so the original format (hex, rgba/hsla, etc.) is preserved instead of falling back to the computed `element.style.*` value (which often resolves to `rgb(...)`). This fixes mismatches where consumers (for example, demo toolbars and color pickers) expected the original hex values when initializing the editor from HTML. - The `color` and `background-color` parsers now look for a `style` attribute first and extract the declared value. If no raw style is present, they still fall back to `element.style.color` / `element.style.backgroundColor`. MIGRATION NOTES - This is a patch-level change. It corrects parsing behavior and is the least-disruptive fix for the issue. - If your code relied on the parser returning computed `rgb(...)` strings, you may see different string values (for example `#&#8203;958DF1` instead of `rgb(149, 141, 241)`) when HTML contained hex values. - If you need a stable, normalized format for comparisons, normalize the attribute (for example with a color utility like `tinycolor2`) before comparing or use the editor APIs in a way that doesn't depend on the exact string representation. - [@&#8203;tiptap/core](https://redirect.github.com/tiptap/core)@&#8203;3.4.1 #### [@&#8203;tiptap/react](https://redirect.github.com/tiptap/react)@&#8203;3.4.1 ##### Patch Changes - [`4dd8d58`](https://redirect.github.com/ueberdosis/tiptap/commit/4dd8d58): fix: [@&#8203;types/react](https://redirect.github.com/types/react) version mismatch #### [@&#8203;tiptap/suggestion](https://redirect.github.com/tiptap/suggestion)@&#8203;3.4.1 ##### Patch Changes - [`59fb86f`](https://redirect.github.com/ueberdosis/tiptap/commit/59fb86f): Previously, `clientRect` was only obtained through `decorationNode`. If `decorationNode` could not be obtained, `clientRect` was set to `null`, which caused the suggestion not to render in some IME scenarios (notably Chinese IME). This change adds a fallback method to compute `clientRect` from the editor's cursor position when `decorationNode` is not available. It generates a DOMRect based on the cursor coordinates so the suggestion can render even when the decoration node is missing. </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 08:50:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#9244