Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 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.7.2 to 3.9.0

Release notes

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

v3.9.0

Releases

v3.9.0

@​tiptap/vue-3

Patch Changes

  • Fix attribute forwarding for BubbleMenu and FloatingMenu Vue 3 components to allow setting z-index and other HTML attributes

@​tiptap/extension-hard-break

Patch Changes

  • Ensure that markdown hard breaks (two spaces followed by a newline) are parsed so they render as line breaks (<br>) in the editor when using contentType: 'markdown'.

    Fixes #7107

@​tiptap/extension-unique-id

Minor Changes

  • Add updateDocument option to disable document updates caused by the Unique ID extension.

@​tiptap/core

Patch Changes

  • Only remove injected CSS on unmount if no other editors are in the document (fixes #6836)

@​tiptap/extension-drag-handle

Patch Changes

  • Replace DOM traversal with browser's native elementsFromPoint for better performance.

    • Use elementsFromPoint instead of querySelectorAll
    • Add clampToContent helper for coordinate boundary validation
    • Add findClosestTopLevelBlock helper for efficient block lookup
    • Future-proof for root-level mousemove listeners

@​tiptap/react

Patch Changes

  • Prevent Bubble Menu plugin from re-loading every time the BubbleMenu component re-renders. Reverts a regression introduced in v3.6.3, in PR #7028.

v3.8.0

Releases

... (truncated)

Changelog

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

3.9.0

Patch Changes

  • Updated dependencies [bbb8e16]

3.8.0

Patch Changes

Commits

Updates @tiptap/react from 3.7.2 to 3.9.0

Release notes

Sourced from @​tiptap/react's releases.

v3.9.0

Releases

v3.9.0

@​tiptap/vue-3

Patch Changes

  • Fix attribute forwarding for BubbleMenu and FloatingMenu Vue 3 components to allow setting z-index and other HTML attributes

@​tiptap/extension-hard-break

Patch Changes

  • Ensure that markdown hard breaks (two spaces followed by a newline) are parsed so they render as line breaks (<br>) in the editor when using contentType: 'markdown'.

    Fixes #7107

@​tiptap/extension-unique-id

Minor Changes

  • Add updateDocument option to disable document updates caused by the Unique ID extension.

@​tiptap/core

Patch Changes

  • Only remove injected CSS on unmount if no other editors are in the document (fixes #6836)

@​tiptap/extension-drag-handle

Patch Changes

  • Replace DOM traversal with browser's native elementsFromPoint for better performance.

    • Use elementsFromPoint instead of querySelectorAll
    • Add clampToContent helper for coordinate boundary validation
    • Add findClosestTopLevelBlock helper for efficient block lookup
    • Future-proof for root-level mousemove listeners

@​tiptap/react

Patch Changes

  • Prevent Bubble Menu plugin from re-loading every time the BubbleMenu component re-renders. Reverts a regression introduced in v3.6.3, in PR #7028.

v3.8.0

Releases

... (truncated)

Changelog

Sourced from @​tiptap/react's changelog.

3.9.0

Patch Changes

  • f0b3552: Prevent Bubble Menu plugin from re-loading every time the BubbleMenu component re-renders. Reverts a regression introduced in v3.6.3, in PR #7028.
  • Updated dependencies [bbb8e16]

3.8.0

Patch Changes

  • f3770af: Prevent Bubble Menu plugin from re-loading every time the BubbleMenu component re-renders. Reverts a regression introduced in v3.6.3, in PR #7028.
Commits
  • f74ce9f chore(release): publish a new release version (#7131)
  • 3439bcb chore(release): publish a new release version
  • 4920c4a feat: add comment explanation
  • 52cc54e fix: make comment more accurate
  • 06b3166 fix: access the correct value of the plugin key when it is unregistered
  • f3770af fix: prevent bubble menu plugin from reloading every time the dependencies ch...
  • See full diff in compare view

Updates @tiptap/starter-kit from 3.7.2 to 3.9.0

Release notes

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

v3.9.0

Releases

v3.9.0

@​tiptap/vue-3

Patch Changes

  • Fix attribute forwarding for BubbleMenu and FloatingMenu Vue 3 components to allow setting z-index and other HTML attributes

@​tiptap/extension-hard-break

Patch Changes

  • Ensure that markdown hard breaks (two spaces followed by a newline) are parsed so they render as line breaks (<br>) in the editor when using contentType: 'markdown'.

    Fixes #7107

@​tiptap/extension-unique-id

Minor Changes

  • Add updateDocument option to disable document updates caused by the Unique ID extension.

@​tiptap/core

Patch Changes

  • Only remove injected CSS on unmount if no other editors are in the document (fixes #6836)

@​tiptap/extension-drag-handle

Patch Changes

  • Replace DOM traversal with browser's native elementsFromPoint for better performance.

    • Use elementsFromPoint instead of querySelectorAll
    • Add clampToContent helper for coordinate boundary validation
    • Add findClosestTopLevelBlock helper for efficient block lookup
    • Future-proof for root-level mousemove listeners

@​tiptap/react

Patch Changes

  • Prevent Bubble Menu plugin from re-loading every time the BubbleMenu component re-renders. Reverts a regression introduced in v3.6.3, in PR #7028.

v3.8.0

Releases

... (truncated)

Changelog

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

3.9.0

Patch Changes

  • Updated dependencies [6e734a3]
  • Updated dependencies [bbb8e16]
    • @​tiptap/extension-hard-break@​3.9.0
    • @​tiptap/core@​3.9.0
    • @​tiptap/extension-blockquote@​3.9.0
    • @​tiptap/extension-bold@​3.9.0
    • @​tiptap/extension-code@​3.9.0
    • @​tiptap/extension-code-block@​3.9.0
    • @​tiptap/extension-document@​3.9.0
    • @​tiptap/extension-heading@​3.9.0
    • @​tiptap/extension-horizontal-rule@​3.9.0
    • @​tiptap/extension-italic@​3.9.0
    • @​tiptap/extension-link@​3.9.0
    • @​tiptap/extension-list@​3.9.0
    • @​tiptap/extension-paragraph@​3.9.0
    • @​tiptap/extension-strike@​3.9.0
    • @​tiptap/extension-text@​3.9.0
    • @​tiptap/extension-underline@​3.9.0
    • @​tiptap/extensions@​3.9.0
    • @​tiptap/extension-list-item@​3.9.0
    • @​tiptap/extension-list-keymap@​3.9.0
    • @​tiptap/extension-bullet-list@​3.9.0
    • @​tiptap/extension-ordered-list@​3.9.0
    • @​tiptap/extension-dropcursor@​3.9.0
    • @​tiptap/extension-gapcursor@​3.9.0
    • @​tiptap/pm@​3.9.0

3.8.0

Patch Changes

  • @​tiptap/extension-dropcursor@​3.8.0
  • @​tiptap/extension-gapcursor@​3.8.0
  • @​tiptap/extension-list-item@​3.8.0
  • @​tiptap/extension-list-keymap@​3.8.0
  • @​tiptap/core@​3.8.0
  • @​tiptap/extension-blockquote@​3.8.0
  • @​tiptap/extension-bold@​3.8.0
  • @​tiptap/extension-bullet-list@​3.8.0
  • @​tiptap/extension-code@​3.8.0
  • @​tiptap/extension-code-block@​3.8.0
  • @​tiptap/extension-document@​3.8.0
  • @​tiptap/extension-hard-break@​3.8.0
  • @​tiptap/extension-heading@​3.8.0
  • @​tiptap/extension-horizontal-rule@​3.8.0
  • @​tiptap/extension-italic@​3.8.0

... (truncated)

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 28, 2025
@netlify
Copy link

netlify bot commented Oct 28, 2025

Deploy Preview for graphweaver-storybook ready!

Name Link
🔨 Latest commit 52b3ddb
🔍 Latest deploy log https://app.netlify.com/projects/graphweaver-storybook/deploys/6907fcc102dded0008b7cba6
😎 Deploy Preview https://deploy-preview-2252--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.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/tiptap-3ce0a48b6e branch from abd6ece to 1d94ff3 Compare October 29, 2025 16:10
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.7.2 to 3.9.0
- [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.9.0/packages/extension-link)

Updates `@tiptap/react` from 3.7.2 to 3.9.0
- [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.9.0/packages/react)

Updates `@tiptap/starter-kit` from 3.7.2 to 3.9.0
- [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.9.0/packages/starter-kit)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/tiptap-3ce0a48b6e branch from 1d94ff3 to 52b3ddb Compare November 3, 2025 00:52
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 3, 2025

@thekevinbrown thekevinbrown merged commit cbe99ab into main Nov 3, 2025
21 checks passed
@thekevinbrown thekevinbrown deleted the dependabot/npm_and_yarn/src/tiptap-3ce0a48b6e branch November 3, 2025 23:28
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