Bump @tiptap/extension-link from 3.15.3 to 3.16.0 #547

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/tiptap/extension-link-3.16.0 into main
dependabot[bot] commented 2026-01-21 00:43:24 +00:00 (Migrated from github.com)

Bumps @tiptap/extension-link from 3.15.3 to 3.16.0.

Release notes

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

v3.16.0

@​tiptap/extension-audio

Minor Changes

  • Add a native audio extension with demos and tests.

@​tiptap/markdown

Patch Changes

  • Fix incorrect Markdown output when underline is mixed with bold or italic and their ranges do not fully overlap.
  • Fix overlapping underline/bold/italic serialization and add tests

@​tiptap/extension-link

Patch Changes

  • Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event.

@​tiptap/extension-floating-menu

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/react

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-2

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/vue-3

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@​tiptap/extension-unique-id

Patch Changes

  • Improved findDuplicates helper performance from O(n²) to O(n) by using Set-based lookups instead of Array.indexOf
Changelog

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

3.16.0

Patch Changes

  • 5f568dc: Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event.
    • @​tiptap/core@​3.16.0
    • @​tiptap/pm@​3.16.0
Commits
  • 332dfba chore(release): publish a new release version (#7413)
  • 5f568dc fix(extension-link): prevent click handler from blocking non-link element sel...
  • See full diff in compare view

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)
Bumps [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) from 3.15.3 to 3.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ueberdosis/tiptap/releases"><code>@​tiptap/extension-link</code>'s releases</a>.</em></p> <blockquote> <h2>v3.16.0</h2> <h3><code>@​tiptap/extension-audio</code></h3> <h4>Minor Changes</h4> <ul> <li>Add a native audio extension with demos and tests.</li> </ul> <h3><code>@​tiptap/markdown</code></h3> <h4>Patch Changes</h4> <ul> <li>Fix incorrect Markdown output when underline is mixed with bold or italic and their ranges do not fully overlap.</li> <li>Fix overlapping underline/bold/italic serialization and add tests</li> </ul> <h3><code>@​tiptap/extension-link</code></h3> <h4>Patch Changes</h4> <ul> <li>Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event.</li> </ul> <h3><code>@​tiptap/extension-floating-menu</code></h3> <h4>Minor Changes</h4> <ul> <li>Add updateEvent support for FloatingMenu to allow programmatic position updates via <code>setMeta('floatingMenu', 'updatePosition')</code></li> </ul> <h3><code>@​tiptap/react</code></h3> <h4>Minor Changes</h4> <ul> <li>Add updateEvent support for FloatingMenu to allow programmatic position updates via <code>setMeta('floatingMenu', 'updatePosition')</code></li> </ul> <h3><code>@​tiptap/vue-2</code></h3> <h4>Minor Changes</h4> <ul> <li>Add updateEvent support for FloatingMenu to allow programmatic position updates via <code>setMeta('floatingMenu', 'updatePosition')</code></li> </ul> <h3><code>@​tiptap/vue-3</code></h3> <h4>Minor Changes</h4> <ul> <li>Add updateEvent support for FloatingMenu to allow programmatic position updates via <code>setMeta('floatingMenu', 'updatePosition')</code></li> </ul> <h3><code>@​tiptap/extension-unique-id</code></h3> <h4>Patch Changes</h4> <ul> <li>Improved <code>findDuplicates</code> helper performance from O(n²) to O(n) by using Set-based lookups instead of Array.indexOf</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-link/CHANGELOG.md"><code>@​tiptap/extension-link</code>'s changelog</a>.</em></p> <blockquote> <h2>3.16.0</h2> <h3>Patch Changes</h3> <ul> <li>5f568dc: Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event. <ul> <li><code>@​tiptap/core</code><a href="https://github.com/3"><code>@​3</code></a>.16.0</li> <li><code>@​tiptap/pm</code><a href="https://github.com/3"><code>@​3</code></a>.16.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ueberdosis/tiptap/commit/332dfba7bd027f8f3f38b5a854fa6848ac37d1a7"><code>332dfba</code></a> chore(release): publish a new release version (<a href="https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link/issues/7413">#7413</a>)</li> <li><a href="https://github.com/ueberdosis/tiptap/commit/5f568dc2888d8fd8047a9755a1eba6b70b375f79"><code>5f568dc</code></a> fix(extension-link): prevent click handler from blocking non-link element sel...</li> <li>See full diff in <a href="https://github.com/ueberdosis/tiptap/commits/v3.16.0/packages/extension-link">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tiptap/extension-link&package-manager=npm_and_yarn&previous-version=3.15.3&new-version=3.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
dependabot[bot] commented 2026-01-26 20:20:20 +00:00 (Migrated from github.com)

Looks like @tiptap/extension-link is up-to-date now, so this is no longer needed.

Looks like @tiptap/extension-link is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.