Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @tiptap/extension-table-row from 2.26.1 to 3.4.2.

Release notes

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

v3.4.2

Releases

@​tiptap/extension-bubble-menu@​3.4.2

Patch Changes

  • 24445c4: Listen to a custom scroll target when positioning the BubbleMenu and ensure the scroll listener is cleaned up on destroy.

    The BubbleMenu now accepts an optional scrollTarget option which will be used instead of window when listening for scroll events that affect the menu positioning. The plugin also removes the scroll listener during cleanup.

    No user-facing API changes other than the new optional scrollTarget setting.

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

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 11, 2025
Copy link

vercel bot commented Sep 11, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
app Error Error Sep 11, 2025 3:45pm
portal Error Error Sep 11, 2025 3:45pm

Bumps [@tiptap/extension-table-row](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-row) from 2.26.1 to 3.4.2.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.4.2/packages/extension-table-row)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-table-row"
  dependency-version: 3.4.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Superseded by #1509.

@dependabot dependabot bot closed this Sep 15, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/tiptap/extension-table-row-3.4.2 branch September 15, 2025 12:50
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.

0 participants