Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 3, 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.3.0 to 3.3.1

Release notes

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

v3.3.1

Releases

@​tiptap/extension-code@​3.3.1

Patch Changes

  • 9e02c12: Prevent incorrect insertion of code marks when a space immediately follows backticks.

@​tiptap/extension-collaboration@​3.3.1

Patch Changes

  • 02eae08: Fixed outdated warning message to reference @tiptap/extension-undo-redo instead of @tiptap/extension-history.

@​tiptap/extension-drag-handle@​3.3.1

Patch Changes

  • 8eff69a: Improve drag handle node lookup by scanning element bounding rects inside the editor instead of performing per-pixel elementsFromPoint loops, and throttle mouse handling to a single update per animation frame to reduce CPU usage and improve stability.

    This should make drag handle positioning and node detection significantly faster and more robust.

@​tiptap/extension-emoji@​3.3.1

Patch Changes

  • 03bf0ea: Preserve prefixes when replacing emoji shortcodes to avoid unintended conversions.

    Previously, shortcodes such as :x: could be converted into emoji nodes even when part of a larger string (e.g., in URLs or other text). The paste handler now preserves prefixes, which helps prevent unwanted conversions in such cases, but does not specifically target URLs.

Patch Changes

  • 96a34a0: Fix collaboration extension selection to use the extension with a provider instead of the first registered extension
Changelog

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

3.3.1

Patch Changes

Commits

Updates @tiptap/react from 3.3.0 to 3.3.1

Changelog

Sourced from @​tiptap/react's changelog.

3.3.1

Patch Changes

Commits

Updates @tiptap/starter-kit from 3.3.0 to 3.3.1

Changelog

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

3.3.1

Patch Changes

  • Updated dependencies [9e02c12]
    • @​tiptap/extension-code@​3.3.1
    • @​tiptap/extension-dropcursor@​3.3.1
    • @​tiptap/extension-gapcursor@​3.3.1
    • @​tiptap/extension-list-item@​3.3.1
    • @​tiptap/extension-list-keymap@​3.3.1
    • @​tiptap/core@​3.3.1
    • @​tiptap/extension-blockquote@​3.3.1
    • @​tiptap/extension-bold@​3.3.1
    • @​tiptap/extension-bullet-list@​3.3.1
    • @​tiptap/extension-code-block@​3.3.1
    • @​tiptap/extension-document@​3.3.1
    • @​tiptap/extension-hard-break@​3.3.1
    • @​tiptap/extension-heading@​3.3.1
    • @​tiptap/extension-horizontal-rule@​3.3.1
    • @​tiptap/extension-italic@​3.3.1
    • @​tiptap/extension-link@​3.3.1
    • @​tiptap/extension-list@​3.3.1
    • @​tiptap/extension-ordered-list@​3.3.1
    • @​tiptap/extension-paragraph@​3.3.1
    • @​tiptap/extension-strike@​3.3.1
    • @​tiptap/extension-text@​3.3.1
    • @​tiptap/extension-underline@​3.3.1
    • @​tiptap/extensions@​3.3.1
    • @​tiptap/pm@​3.3.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.3.0 to 3.3.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.3.1/packages/extension-link)

Updates `@tiptap/react` from 3.3.0 to 3.3.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.3.1/packages/react)

Updates `@tiptap/starter-kit` from 3.3.0 to 3.3.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.3.1/packages/starter-kit)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-link"
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/react"
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tiptap
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.3.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 3, 2025
@netlify
Copy link

netlify bot commented Sep 3, 2025

Deploy Preview for graphweaver-storybook ready!

Name Link
🔨 Latest commit 6f56fd1
🔍 Latest deploy log https://app.netlify.com/projects/graphweaver-storybook/deploys/68b8342e3663c000080833ba
😎 Deploy Preview https://deploy-preview-1985--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 3, 2025

@thekevinbrown thekevinbrown merged commit c2078de into main Sep 3, 2025
19 checks passed
@thekevinbrown thekevinbrown deleted the dependabot/npm_and_yarn/src/tiptap-8c057ccba3 branch September 3, 2025 23:38
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