Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 2025

Bumps the tiptap group in /src with 3 updates: @tiptap/extension-link, @tiptap/react and @tiptap/starter-kit.

Updates @tiptap/extension-link from 3.4.0 to 3.4.1

Release notes

Sourced from @​tiptap/extension-link's releases.

v3.4.1

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

  • 4dd8d58: fix: @​types/react version mismatch

@​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.

Changelog

Sourced from @​tiptap/extension-link's changelog.

3.4.1

Patch Changes

Commits

Updates @tiptap/react from 3.4.0 to 3.4.1

Changelog

Sourced from @​tiptap/react's changelog.

3.4.1

Patch Changes

  • 4dd8d58: fix: @​types/react version mismatch
Commits

Updates @tiptap/starter-kit from 3.4.0 to 3.4.1

Changelog

Sourced from @​tiptap/starter-kit's changelog.

3.4.1

Patch Changes

  • @​tiptap/extension-dropcursor@​3.4.1
  • @​tiptap/extension-gapcursor@​3.4.1
  • @​tiptap/extension-list-item@​3.4.1
  • @​tiptap/extension-list-keymap@​3.4.1
  • @​tiptap/core@​3.4.1
  • @​tiptap/extension-blockquote@​3.4.1
  • @​tiptap/extension-bold@​3.4.1
  • @​tiptap/extension-bullet-list@​3.4.1
  • @​tiptap/extension-code@​3.4.1
  • @​tiptap/extension-code-block@​3.4.1
  • @​tiptap/extension-document@​3.4.1
  • @​tiptap/extension-hard-break@​3.4.1
  • @​tiptap/extension-heading@​3.4.1
  • @​tiptap/extension-horizontal-rule@​3.4.1
  • @​tiptap/extension-italic@​3.4.1
  • @​tiptap/extension-link@​3.4.1
  • @​tiptap/extension-list@​3.4.1
  • @​tiptap/extension-ordered-list@​3.4.1
  • @​tiptap/extension-paragraph@​3.4.1
  • @​tiptap/extension-strike@​3.4.1
  • @​tiptap/extension-text@​3.4.1
  • @​tiptap/extension-underline@​3.4.1
  • @​tiptap/extensions@​3.4.1
  • @​tiptap/pm@​3.4.1
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the tiptap group in /src with 3 updates: [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link), [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) and [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit).


Updates `@tiptap/extension-link` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-link/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.4.1/packages/extension-link)

Updates `@tiptap/react` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/react/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.4.1/packages/react)

Updates `@tiptap/starter-kit` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/starter-kit/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.4.1/packages/starter-kit)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-link"
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/react"
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 7, 2025
@netlify
Copy link

netlify bot commented Sep 7, 2025

Deploy Preview for graphweaver-storybook ready!

Name Link
🔨 Latest commit e11fc16
🔍 Latest deploy log https://app.netlify.com/projects/graphweaver-storybook/deploys/68bdbebdad23ee0008053933
😎 Deploy Preview https://deploy-preview-2026--graphweaver-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Sep 7, 2025

@thekevinbrown thekevinbrown merged commit 3229bb1 into main Sep 8, 2025
19 of 20 checks passed
@thekevinbrown thekevinbrown deleted the dependabot/npm_and_yarn/src/tiptap-8126806dd5 branch September 8, 2025 00: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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants