Skip to content

chore(deps): bump the tiptap group with 8 updates #5307

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: unstable
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 20, 2025

Bumps the tiptap group with 8 updates:

Package From To
@tiptap/core 2.23.1 3.2.0
@tiptap/extension-code-block-lowlight 2.23.1 3.2.0
@tiptap/extension-link 2.23.1 3.2.0
@tiptap/extension-subscript 2.23.1 3.2.0
@tiptap/extension-superscript 2.26.1 3.2.0
@tiptap/extension-underline 2.23.1 3.2.0
@tiptap/starter-kit 2.23.1 3.2.0
@tiptap/vue-2 2.23.1 3.2.0

Updates @tiptap/core from 2.23.1 to 3.2.0

Release notes

Sourced from @​tiptap/core's releases.

v3.1.0

Releases

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

Minor Changes

  • 978c548: Expose onDragStart and onDragEnd callbacks to improve custom drag behavior. This allows better UI control compared to relying on editor.view.dragging, especially when using absolute-positioned drag handles.

@​tiptap/extension-drag-handle-react@​3.1.0

Minor Changes

  • 978c548: Expose onDragStart and onDragEnd callbacks to improve custom drag behavior. This allows better UI control compared to relying on editor.view.dragging, especially when using absolute-positioned drag handles.

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

Patch Changes

  • 2718eea: Fixed bubble menus having invalid positions on node selections

@​tiptap/extension-emoji@​3.1.0

Patch Changes

  • 43747ce: Fixed a problem where the emoji extension would interfer with editor's in composing mode (for example in IME conversion)

@​tiptap/extension-mathematics@​3.1.0

Patch Changes

  • c868252: Fixed an issue with the mathematics regex using modern negative lookups causing crashes in older Safari versions.

@​tiptap/static-renderer@​3.1.0

Patch Changes

  • c0d33fd: Fixed a bug causing invalid number of columns being created while converting tables to Markdown
  • 0943a52: Fixed an issue preventing overriding the default options of the static renderer's renderToMarkdown function.

v3.0.9

Releases

@​tiptap/extension-drag-handle-vue-3@​3.0.9

Patch Changes

  • 072b110: Fixed the Vue 3 Drag Handle so it only appears when the user starts interacting with the text editor.

@​tiptap/extension-list@​3.0.9

... (truncated)

Changelog

Sourced from @​tiptap/core's changelog.

3.2.0

Minor Changes

  • 5056e3e: Fix Editor.unmount() failing in test environments due to missing DOM remove() method

Patch Changes

3.1.0

Patch Changes

3.0.9

Patch Changes

3.0.8

Patch Changes

3.0.7

Patch Changes

3.0.6

Patch Changes

  • 2e71d05: Fix: Fix broken types for function chaining when calling extend

3.0.5

Patch Changes

3.0.4

Patch Changes

... (truncated)

Commits

Updates @tiptap/extension-code-block-lowlight from 2.23.1 to 3.2.0

Release notes

Sourced from @​tiptap/extension-code-block-lowlight's releases.

v3.1.0

Releases

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

Minor Changes

  • 978c548: Expose onDragStart and onDragEnd callbacks to improve custom drag behavior. This allows better UI control compared to relying on editor.view.dragging, especially when using absolute-positioned drag handles.

@​tiptap/extension-drag-handle-react@​3.1.0

Minor Changes

  • 978c548: Expose onDragStart and onDragEnd callbacks to improve custom drag behavior. This allows better UI control compared to relying on editor.view.dragging, especially when using absolute-positioned drag handles.

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

Patch Changes

  • 2718eea: Fixed bubble menus having invalid positions on node selections

@​tiptap/extension-emoji@​3.1.0

Patch Changes

  • 43747ce: Fixed a problem where the emoji extension would interfer with editor's in composing mode (for example in IME conversion)

@​tiptap/extension-mathematics@​3.1.0

Patch Changes

  • c868252: Fixed an issue with the mathematics regex using modern negative lookups causing crashes in older Safari versions.

@​tiptap/static-renderer@​3.1.0

Patch Changes

  • c0d33fd: Fixed a bug causing invalid number of columns being created while converting tables to Markdown
  • 0943a52: Fixed an issue preventing overriding the default options of the static renderer's renderToMarkdown function.

v3.0.9

Releases

@​tiptap/extension-drag-handle-vue-3@​3.0.9

Patch Changes

  • 072b110: Fixed the Vue 3 Drag Handle so it only appears when the user starts interacting with the text editor.

@​tiptap/extension-list@​3.0.9

... (truncated)

Changelog

Sourced from @​tiptap/extension-code-block-lowlight's changelog.

3.2.0

Patch Changes

  • Updated dependencies [5056e3e]
    • @​tiptap/core@​3.2.0
    • @​tiptap/extension-code-block@​3.2.0
    • @​tiptap/pm@​3.2.0

3.1.0

Patch Changes

  • @​tiptap/core@​3.1.0
  • @​tiptap/extension-code-block@​3.1.0
  • @​tiptap/pm@​3.1.0

3.0.9

Patch Changes

  • @​tiptap/core@​3.0.9
  • @​tiptap/extension-code-block@​3.0.9
  • @​tiptap/pm@​3.0.9

3.0.8

Patch Changes

  • @​tiptap/core@​3.0.8
  • @​tiptap/extension-code-block@​3.0.8
  • @​tiptap/pm@​3.0.8

3.0.7

Patch Changes

  • @​tiptap/core@​3.0.7
  • @​tiptap/extension-code-block@​3.0.7
  • @​tiptap/pm@​3.0.7

3.0.6

Patch Changes

  • Updated dependencies [2e71d05]
    • @​tiptap/core@​3.0.6
    • @​tiptap/extension-code-block@​3.0.6
    • @​tiptap/pm@​3.0.6

... (truncated)

Commits

Updates @tiptap/extension-link from 2.23.1 to 3.2.0

Release notes

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

v3.1.0

Releases

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

Minor Changes

  • 978c548: Expose onDragStart and onDragEnd callbacks to improve custom drag behavior. This allows better UI control compared to relying on editor.view.dragging, especially when using absolute-positioned drag handles.

@​tiptap/extension-drag-handle-react@​3.1.0

Minor Changes

  • 978c548: Expose onDragStart and onDragEnd callbacks to improve custom drag behavior. This allows better UI control compared to relying on editor.view.dragging, especially when using absolute-positioned drag handles.

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

Patch Changes

  • 2718eea: Fixed bubble menus having invalid positions on node selections

@​tiptap/extension-emoji@​3.1.0

Patch Changes

  • 43747ce: Fixed a problem where the emoji extension would interfer with editor's in composing mode (for example in IME conversion)

@​tiptap/extension-mathematics@​3.1.0

Patch Changes

  • c868252: Fixed an issue with the mathematics regex using modern negative lookups causing crashes in older Safari versions.

@​tiptap/static-renderer@​3.1.0

Patch Changes

  • c0d33fd: Fixed a bug causing invalid number of columns being created while converting tables to Markdown
  • 0943a52: Fixed an issue preventing overriding the default options of the static renderer's renderToMarkdown function.

v3.0.9

Releases

@​tiptap/extension-drag-handle-vue-3@​3.0.9

Patch Changes

  • 072b110: Fixed the Vue 3 Drag Handle so it only appears when the user starts interacting with the text editor.

@​tiptap/extension-list@​3.0.9

... (truncated)

Changelog

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

3.2.0

Patch Changes

  • Updated dependencies [5056e3e]

3.1.0

Patch Changes

3.0.9

Patch Changes

3.0.8

Patch Changes

  • 990084c: Bump linkifyjs version to latest to address the recently discovered prototype pollution vulnerability

3.0.7

Patch Changes

3.0.6

Patch Changes

  • Updated dependencies [2e71d05]

3.0.5

Patch Changes

  • @​tiptap/core@​3.0.5

... (truncated)

Commits

Updates @tiptap/extension-subscript from 2.23.1 to 3.2.0

Release notes

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

v3.1.0

Releases

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

Minor Changes

  • 978c548: Expose onDragStart and onDragEnd callbacks to improve custom drag behavior. This allows better UI control compared to relying on editor.view.dragging, especially when using absolute-positioned drag handles.

@​tiptap/extension-drag-handle-react@​3.1.0

Minor Changes

  • 978c548: Expose onDragStart and onDragEnd callbacks to improve custom drag behavior. This allows better UI control compared to relying on editor.view.dragging, especially when using absolute-positioned drag handles.

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

Patch Changes

  • 2718eea: Fixed bubble menus having invalid positions on node selections

@​tiptap/extension-emoji@​3.1.0

Patch Changes

  • 43747ce: Fixed a problem where the emoji extension would interfer with editor's in composing mode (for example in IME conversion)

@​tiptap/extension-mathematics@​3.1.0

Patch Changes

  • c868252: Fixed an issue with the mathematics regex using modern negative lookups causing crashes in older Safari versions.

@​tiptap/static-renderer@​3.1.0

Patch Changes

  • c0d33fd: Fixed a bug causing invalid number of columns being created while converting tables to Markdown
  • 0943a52: Fixed an issue preventing overriding the default options of the static renderer's renderToMarkdown function.

v3.0.9

Releases

@​tiptap/extension-drag-handle-vue-3@​3.0.9

Patch Changes

  • 072b110: Fixed the Vue 3 Drag Handle so it only appears when the user starts interacting with the text editor.

@​tiptap/extension-list@​3.0.9

... (truncated)

Changelog

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

3.2.0

Patch Changes

  • Updated dependencies [5056e3e]

3.1.0

Patch Changes

3.0.9

Patch Changes

3.0.8

Patch Changes

3.0.7

Patch Changes

3.0.6

Patch Changes

  • Updated dependencies [2e71d05]

3.0.5

Patch Changes

... (truncated)

Commits

Updates @tiptap/extension-superscript from 2.26.1 to 3.2.0

Release notes

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

v3.1.0

Releases

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

Minor Changes

  • 978c548: Expose onDragStart and onDragEnd callbacks to improve custom drag behavior. This allows better UI control compared to relying on editor.view.dragging, especially when using absolute-positioned drag handles.

@​tiptap/extension-drag-handle-react@​3.1.0

Minor Changes

  • 978c548: Expose onDragStart and onDragEnd callbacks to improve custom drag behavior. This allows better UI control compared to relying on editor.view.dragging, especially when using absolute-positioned drag handles.

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

Patch Changes

  • 2718eea: Fixed bubble menus having invalid positions on node selections

@​tiptap/extension-emoji@​3.1.0

Patch Changes

  • 43747ce: Fixed a problem where the emoji extension would interfer with editor's in composing mode (for example in IME conversion)

@​tiptap/extension-mathematics@​3.1.0

Patch Changes

  • c868252: Fixed an issue with the mathematics regex using modern negative lookups causing crashes in older Safari versions.

@​tiptap/static-renderer@​3.1.0

Patch Changes

  • c0d33fd: Fixed a bug causing invalid number of columns being created while converting tables to Markdown
  • 0943a52: Fixed an issue preventing overriding the default options of the static renderer's renderToMarkdown function.

v3.0.9

Releases

@​tiptap/extension-drag-handle-vue-3@​3.0.9

Patch Changes

  • 072b110: Fixed the Vue 3 Drag Handle so it only appears when the user starts interacting with the text editor.

@​tiptap/extension-list@​3.0.9

... (truncated)

Changelog

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

3.2.0

Patch Changes

  • Updated dependencies [5056e3e]

3.1.0

Patch Changes

3.0.9

Patch Changes

3.0.8

Patch Changes

3.0.7

Patch Changes

3.0.6

Patch Changes

  • Updated dependencies [2e71d05]

3.0.5

Patch Changes

... (truncated)

Commits

Updates @tiptap/extension-underline from 2.23.1 to 3.2.0

Release notes

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

v3.1.0

Releases

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

Minor Changes

  • 978c548: Expose onDragStart and onDragEnd callbacks to improve custom drag behavior. This allows better UI control compared to relying on editor.view.dragging, especially when using absolute-positioned drag handles.

@​tiptap/extension-drag-handle-react@​3.1.0

Minor Changes

  • 978c548: Expose onDragStart and onDragEnd callbacks to improve custom drag behavior. This allows better UI control compared to relying on editor.view.dragging, especially when using absolute-positioned drag handles.

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

Patch Changes

  • 2718eea: Fixed bubble menus having invalid positions on node selections

@​tiptap/extension-emoji@​3.1.0

Patch Changes

  • 43747ce: Fixed a problem where the emoji extension would interfer with editor's in composing mode (for example in IME conversion)

@​tiptap/extension-mathematics@​3.1.0

Patch Changes

  • c868252: Fixed an issue with the mathematics regex using modern negative lookups causing crashes in older Safari versions.

@​tiptap/static-renderer@​3.1.0

Patch Changes

  • c0d33fd: Fixed a bug causing invalid number of columns being created while converting tables to Markdown
  • 0943a52: Fixed an issue preventing overriding the default options of the static renderer's renderToMarkdown function.

v3.0.9

Releases

@​tiptap/extension-drag-handle-vue-3@​3.0.9

Patch Changes

  • 072b110: Fixed the Vue 3 Drag Handle so it only appears when the user starts interacting with the text editor.

@​tiptap/extension-list@​3.0.9

... (truncated)

Changelog

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

3.2.0

Patch Changes

  • Updated dependencies [5056e3e]
    • @​tiptap/core@​3.2.0

3.1.0

Patch Changes

  • @​tiptap/core@​3.1.0

3.0.9

Patch Changes

  • @​tiptap/core@​3.0.9

3.0.8

Patch Changes

  • @​tiptap/core@​3.0.8

3.0.7

Patch Changes

  • @​tiptap/core@​3.0.7

3.0.6

Patch Changes

  • Updated dependencies [2e71d05]
    • @​tiptap/core@​3.0.6

3.0.5

Patch Changes

  • @​tiptap/core@​3.0.5

3.0.4

Patch Changes

  • Updated dependencies [7ed03fa]
    • @​tiptap/core@​3.0.4

... (truncated)

Commits

Updates @tiptap/starter-kit from 2.23.1 to 3.2.0

Changelog

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

3.2.0

Patch Changes

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

3.1.0

Patch Changes

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

... (truncated)

Commits

Updates @tiptap/vue-2 from 2.23.1 to 3.2.0

Release notes

Sourced from @​tiptap/vue-2's releases.

@​tiptap/vue-2@​2.5.4

Patch Changes

  • dd7f9ac: There was an issue with the cjs bundling of packages and default exports, now we resolve default exports in legacy compatible way
  • Updated dependencies [dd7f9ac]
    • @​tiptap/extension-floating-menu@​2.5.4
    • @​tiptap/extension-bubble-menu@​2.5.4
    • @​tiptap/core@​2.5.4
    • @​tiptap/pm@​2.5.4

@​tiptap/vue-2@​2.5.3

Patch Changes

  • @​tiptap/core@​2.5.3
  • @​tiptap/extension-bubble-menu@​2.5.3
  • @​tiptap/extension-floating-menu@​2.5.3
  • @​tiptap/pm@​2.5.3

@​tiptap/vue-2@​2.5.2

Patch Changes

  • Updated dependencies [07f4c03]
    • @​tiptap/core@​2.5.2
    • @​tiptap/extension-bubble-menu@​2.5.2
    • @​tiptap/extension-floating-menu@​2.5.2
    • @​tiptap/pm@​2.5.2
Changelog

Sourced from @​tiptap/vue-2's changelog.

3.2.0

Patch Changes

  • Updated dependencies [5056e3e]

3.1.0

Patch Changes

3.0.9

Patch Changes

3.0.8

Patch Changes

3.0.7

Patch Changes

3.0.6

Patch Changes

  • Updated dependencies [2e71d05]

3.0.5

Patch Changes

... (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 Aug 20, 2025
Bumps the tiptap group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core) | `2.23.1` | `3.2.0` |
| [@tiptap/extension-code-block-lowlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-code-block-lowlight) | `2.23.1` | `3.2.0` |
| [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `2.23.1` | `3.2.0` |
| [@tiptap/extension-subscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-subscript) | `2.23.1` | `3.2.0` |
| [@tiptap/extension-superscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-superscript) | `2.26.1` | `3.2.0` |
| [@tiptap/extension-underline](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-underline) | `2.23.1` | `3.2.0` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `2.23.1` | `3.2.0` |
| [@tiptap/vue-2](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/vue-2) | `2.23.1` | `3.2.0` |


Updates `@tiptap/core` from 2.23.1 to 3.2.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/core/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/HEAD/packages/core)

Updates `@tiptap/extension-code-block-lowlight` from 2.23.1 to 3.2.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-code-block-lowlight/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/HEAD/packages/extension-code-block-lowlight)

Updates `@tiptap/extension-link` from 2.23.1 to 3.2.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/HEAD/packages/extension-link)

Updates `@tiptap/extension-subscript` from 2.23.1 to 3.2.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-subscript/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/HEAD/packages/extension-subscript)

Updates `@tiptap/extension-superscript` from 2.26.1 to 3.2.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-superscript/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/HEAD/packages/extension-superscript)

Updates `@tiptap/extension-underline` from 2.23.1 to 3.2.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-underline/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/HEAD/packages/extension-underline)

Updates `@tiptap/starter-kit` from 2.23.1 to 3.2.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/HEAD/packages/starter-kit)

Updates `@tiptap/vue-2` from 2.23.1 to 3.2.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/vue-2/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/HEAD/packages/vue-2)

---
updated-dependencies:
- dependency-name: "@tiptap/core"
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-code-block-lowlight"
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-link"
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-subscript"
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-superscript"
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-underline"
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/vue-2"
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tiptap-d2b724fca1 branch from dd12920 to fe8fb52 Compare August 22, 2025 18:32
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