Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 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.4 to 3.4.5

Release notes

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

v3.4.5

Releases

@​tiptap/core@​3.4.5

Patch Changes

  • 0226d42: Fix an issue where injected CSS was not mounted correctly when the editor instance was mounted. The fix ensures CSS injected by the editor is attached to the document when the editor mounts, preventing missing styles in some mount/unmount scenarios.
  • 37af83b: refactor: replace map(...).flat() with flatMap for simpler, more efficient array flattening
  • f598ac7: Fix bug in insertContentAt command where extra content would get deleted when the selection was at the beginning of the document and a node was inserted

@​tiptap/extension-code-block-lowlight@​3.4.5

Patch Changes

  • 13fb996: refactor: replace map(...).flat() with flatMap for simpler, more efficient array flattening

@​tiptap/extension-emoji@​3.4.5

Patch Changes

  • 82121b8: refactor: replace map(...).flat() with flatMap for simpler, more efficient array flattening

@​tiptap/extension-mention@​3.4.5

Patch Changes

  • f472c5b: Use a named import for Suggestion from @tiptap/suggestion to avoid bundler ESM/CJS interop wrapping (__toESM) that caused Jest/CJS consumers to receive a module object instead of the callable plugin factory.

    This is a non-breaking internal fix. It keeps runtime module shape stable for CommonJS (Jest) and prevents the TypeError thrown when the extension attempted to call a non-function.

@​tiptap/vue-3@​3.4.5

Patch Changes

  • bfcd958: refactor: replace map(...).flat() with flatMap for simpler, more efficient array flattening
Changelog

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

3.4.5

Patch Changes

  • Updated dependencies [0226d42]
  • Updated dependencies [37af83b]
  • Updated dependencies [f598ac7]
Commits

Updates @tiptap/react from 3.4.4 to 3.4.5

Release notes

Sourced from @​tiptap/react's releases.

v3.4.5

Releases

@​tiptap/core@​3.4.5

Patch Changes

  • 0226d42: Fix an issue where injected CSS was not mounted correctly when the editor instance was mounted. The fix ensures CSS injected by the editor is attached to the document when the editor mounts, preventing missing styles in some mount/unmount scenarios.
  • 37af83b: refactor: replace map(...).flat() with flatMap for simpler, more efficient array flattening
  • f598ac7: Fix bug in insertContentAt command where extra content would get deleted when the selection was at the beginning of the document and a node was inserted

@​tiptap/extension-code-block-lowlight@​3.4.5

Patch Changes

  • 13fb996: refactor: replace map(...).flat() with flatMap for simpler, more efficient array flattening

@​tiptap/extension-emoji@​3.4.5

Patch Changes

  • 82121b8: refactor: replace map(...).flat() with flatMap for simpler, more efficient array flattening

@​tiptap/extension-mention@​3.4.5

Patch Changes

  • f472c5b: Use a named import for Suggestion from @tiptap/suggestion to avoid bundler ESM/CJS interop wrapping (__toESM) that caused Jest/CJS consumers to receive a module object instead of the callable plugin factory.

    This is a non-breaking internal fix. It keeps runtime module shape stable for CommonJS (Jest) and prevents the TypeError thrown when the extension attempted to call a non-function.

@​tiptap/vue-3@​3.4.5

Patch Changes

  • bfcd958: refactor: replace map(...).flat() with flatMap for simpler, more efficient array flattening
Changelog

Sourced from @​tiptap/react's changelog.

3.4.5

Patch Changes

  • Updated dependencies [0226d42]
  • Updated dependencies [37af83b]
  • Updated dependencies [f598ac7]
Commits

Updates @tiptap/starter-kit from 3.4.4 to 3.4.5

Changelog

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

3.4.5

Patch Changes

  • Updated dependencies [0226d42]
  • Updated dependencies [37af83b]
  • Updated dependencies [f598ac7]
    • @​tiptap/core@​3.4.5
    • @​tiptap/extension-blockquote@​3.4.5
    • @​tiptap/extension-bold@​3.4.5
    • @​tiptap/extension-code@​3.4.5
    • @​tiptap/extension-code-block@​3.4.5
    • @​tiptap/extension-document@​3.4.5
    • @​tiptap/extension-hard-break@​3.4.5
    • @​tiptap/extension-heading@​3.4.5
    • @​tiptap/extension-horizontal-rule@​3.4.5
    • @​tiptap/extension-italic@​3.4.5
    • @​tiptap/extension-link@​3.4.5
    • @​tiptap/extension-list@​3.4.5
    • @​tiptap/extension-paragraph@​3.4.5
    • @​tiptap/extension-strike@​3.4.5
    • @​tiptap/extension-text@​3.4.5
    • @​tiptap/extension-underline@​3.4.5
    • @​tiptap/extensions@​3.4.5
    • @​tiptap/extension-list-item@​3.4.5
    • @​tiptap/extension-list-keymap@​3.4.5
    • @​tiptap/extension-bullet-list@​3.4.5
    • @​tiptap/extension-ordered-list@​3.4.5
    • @​tiptap/extension-dropcursor@​3.4.5
    • @​tiptap/extension-gapcursor@​3.4.5
    • @​tiptap/pm@​3.4.5
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.4 to 3.4.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/v3.4.5/packages/extension-link/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.4.5/packages/extension-link)

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

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

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

netlify bot commented Sep 22, 2025

Deploy Preview for graphweaver-storybook ready!

Name Link
🔨 Latest commit 1a5f9de
🔍 Latest deploy log https://app.netlify.com/projects/graphweaver-storybook/deploys/68d18a001122ee0007727e39
😎 Deploy Preview https://deploy-preview-2117--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

@thekevinbrown thekevinbrown merged commit d776c45 into main Sep 22, 2025
19 checks passed
@thekevinbrown thekevinbrown deleted the dependabot/npm_and_yarn/src/tiptap-e75b51f3bd branch September 22, 2025 23:21
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