Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2025

Bumps the tiptap group with 11 updates:

Package From To
@tiptap/core 2.26.1 3.9.1
@tiptap/extension-character-count 2.26.1 3.9.1
@tiptap/extension-hard-break 2.26.1 3.9.1
@tiptap/extension-heading 2.26.1 3.9.1
@tiptap/extension-link 2.26.1 3.9.1
@tiptap/extension-paragraph 2.26.1 3.9.1
@tiptap/extension-text-align 2.26.1 3.9.1
@tiptap/extension-underline 2.26.1 3.9.1
@tiptap/pm 2.26.1 3.9.1
@tiptap/starter-kit 2.26.1 3.9.1
@tiptap/vue-3 2.26.1 3.9.1

Updates @tiptap/core from 2.26.1 to 3.9.1

Release notes

Sourced from @​tiptap/core's releases.

v3.9.1

Releases

v3.9.1

@​tiptap/extension-table

Patch Changes

  • Add a renderWrapper option to the Table extension so consumers can customize whether the table wrapper for the resizable node view should be rendered in non-editable mode as well.

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

... (truncated)

Changelog

Sourced from @​tiptap/core's changelog.

3.9.1

Patch Changes

3.9.0

Patch Changes

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

3.8.0

Patch Changes

3.7.2

Patch Changes

3.7.1

Patch Changes

3.7.0

Minor Changes

  • 35645d9: All commands and their corresponding TypeScript types are now exported from @tiptap/core so they can be imported and referenced directly by consumers. This makes it easier to build typed helpers, extensions, and tests that depend on the command signatures.

    Why:

    • Previously some command option types were only available as internal types or scattered across files, which made it awkward for downstream users to import and reuse them.
    import { commands } from '@tiptap/core'

    Notes:

    • This is a non-breaking, additive change. It improves ergonomics for TypeScript consumers.
    • If you rely on previously private/internal types, prefer the exported types from @tiptap/core going forward.

... (truncated)

Commits

Updates @tiptap/extension-character-count from 2.26.1 to 3.9.1

Release notes

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

v3.9.1

Releases

v3.9.1

@​tiptap/extension-table

Patch Changes

  • Add a renderWrapper option to the Table extension so consumers can customize whether the table wrapper for the resizable node view should be rendered in non-editable mode as well.

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

... (truncated)

Changelog

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

3.9.1

Patch Changes

  • @​tiptap/extensions@​3.9.1

3.9.0

Patch Changes

  • @​tiptap/extensions@​3.9.0

3.8.0

Patch Changes

  • @​tiptap/extensions@​3.8.0

3.7.2

Patch Changes

  • @​tiptap/extensions@​3.7.2

3.7.1

Patch Changes

  • @​tiptap/extensions@​3.7.1

3.7.0

Patch Changes

  • Updated dependencies [7cf3ab6]
    • @​tiptap/extensions@​3.7.0

3.6.7

Patch Changes

  • @​tiptap/extensions@​3.6.7

3.6.6

Patch Changes

  • @​tiptap/extensions@​3.6.6

3.6.5

... (truncated)

Commits

Updates @tiptap/extension-hard-break from 2.26.1 to 3.9.1

Release notes

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

v3.9.1

Releases

v3.9.1

@​tiptap/extension-table

Patch Changes

  • Add a renderWrapper option to the Table extension so consumers can customize whether the table wrapper for the resizable node view should be rendered in non-editable mode as well.

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

... (truncated)

Changelog

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

3.9.1

Patch Changes

  • @​tiptap/core@​3.9.1

3.9.0

Patch Changes

  • 6e734a3: 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

  • Updated dependencies [bbb8e16]

    • @​tiptap/core@​3.9.0

3.8.0

Patch Changes

  • @​tiptap/core@​3.8.0

3.7.2

Patch Changes

  • @​tiptap/core@​3.7.2

3.7.1

Patch Changes

  • @​tiptap/core@​3.7.1

3.7.0

Patch Changes

  • Updated dependencies [35645d9]
  • Updated dependencies [35645d9]
  • Updated dependencies [35645d9]
    • @​tiptap/core@​3.7.0

3.6.7

Patch Changes

  • @​tiptap/core@​3.6.7

... (truncated)

Commits

Updates @tiptap/extension-heading from 2.26.1 to 3.9.1

Release notes

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

v3.9.1

Releases

v3.9.1

@​tiptap/extension-table

Patch Changes

  • Add a renderWrapper option to the Table extension so consumers can customize whether the table wrapper for the resizable node view should be rendered in non-editable mode as well.

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

... (truncated)

Changelog

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

3.9.1

Patch Changes

  • @​tiptap/core@​3.9.1

3.9.0

Patch Changes

  • Updated dependencies [bbb8e16]
    • @​tiptap/core@​3.9.0

3.8.0

Patch Changes

  • @​tiptap/core@​3.8.0

3.7.2

Patch Changes

  • @​tiptap/core@​3.7.2

3.7.1

Patch Changes

  • @​tiptap/core@​3.7.1

3.7.0

Patch Changes

  • Updated dependencies [35645d9]
  • Updated dependencies [35645d9]
  • Updated dependencies [35645d9]
    • @​tiptap/core@​3.7.0

3.6.7

Patch Changes

  • @​tiptap/core@​3.6.7

3.6.6

Patch Changes

... (truncated)

Commits

Updates @tiptap/extension-link from 2.26.1 to 3.9.1

Release notes

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

v3.9.1

Releases

v3.9.1

@​tiptap/extension-table

Patch Changes

  • Add a renderWrapper option to the Table extension so consumers can customize whether the table wrapper for the resizable node view should be rendered in non-editable mode as well.

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

... (truncated)

Changelog

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

3.9.1

Patch Changes

3.9.0

Patch Changes

  • Updated dependencies [bbb8e16]

3.8.0

Patch Changes

3.7.2

Patch Changes

3.7.1

Patch Changes

3.7.0

Patch Changes

  • 075c4be: Paste Handlers and onPaste plugin now respect shouldAutoLink/validate options
  • Updated dependencies [35645d9]
  • Updated dependencies [35645d9]
  • Updated dependencies [35645d9]

3.6.7

Patch Changes

... (truncated)

Commits

Updates @tiptap/extension-paragraph from 2.26.1 to 3.9.1

Release notes

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

v3.9.1

Releases

v3.9.1

@​tiptap/extension-table

Patch Changes

  • Add a renderWrapper option to the Table extension so consumers can customize whether the table wrapper for the resizable node view should be rendered in non-editable mode as well.

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

... (truncated)

Changelog

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

3.9.1

Patch Changes

  • @​tiptap/core@​3.9.1

3.9.0

Patch Changes

  • Updated dependencies [bbb8e16]
    • @​tiptap/core@​3.9.0

3.8.0

Patch Changes

  • @​tiptap/core@​3.8.0

3.7.2

Patch Changes

  • @​tiptap/core@​3.7.2

3.7.1

Patch Changes

  • @​tiptap/core@​3.7.1

3.7.0

Patch Changes

  • Updated dependencies [35645d9]
  • Updated dependencies [35645d9]
  • Updated dependencies [35645d9]
    • @​tiptap/core@​3.7.0

3.6.7

Patch Changes

  • @​tiptap/core@​3.6.7

3.6.6

Patch Changes

... (truncated)

Commits

Updates @tiptap/extension-text-align from 2.26.1 to 3.9.1

Release notes

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

v3.9.1

Releases

v3.9.1

@​tiptap/extension-table

Patch Changes

  • Add a renderWrapper option to the Table extension so consumers can customize whether the table wrapper for the resizable node view should be rendered in non-editable mode as well.

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

... (truncated)

Changelog

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

3.9.1

Patch Changes

  • @​tiptap/core@​3.9.1

3.9.0

Patch Changes

  • Updated dependencies [bbb8e16]
    • @​tiptap/core@​3.9.0

3.8.0

Patch Changes

  • @​tiptap/core@​3.8.0

3.7.2

Patch Changes

  • @​tiptap/core@​3.7.2

3.7.1

Patch Changes

  • @​tiptap/core@​3.7.1

3.7.0

Patch Changes

  • Updated dependencies [35645d9]
  • Updated dependencies [35645d9]
  • Updated dependencies [35645d9]
    • @​tiptap/core@​3.7.0

3.6.7

Patch Changes

  • @​tiptap/core@​3.6.7

3.6.6

Patch Changes

... (truncated)

Commits

Updates @tiptap/extension-underline from 2.26.1 to 3.9.1

Release notes

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

v3.9.1

Releases

v3.9.1

@​tiptap/extension-table

Patch Changes

  • Add a renderWrapper option to the Table extension so consumers can customize whether the table wrapper for the resizable node view should be rendered in non-editable mode as well.

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

... (truncated)

Changelog

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

3.9.1

Patch Changes

  • @​tiptap/core@​3.9.1

3.9.0

Patch Changes

  • Updated dependencies [bbb8e16]
    • @​tiptap/core@​3.9.0

3.8.0

Patch Changes

  • @​tiptap/core@​3.8.0

3.7.2

Patch Changes

  • @​tiptap/core@​3.7.2

3.7.1

Patch Changes

  • @​tiptap/core@​3.7.1

3.7.0

Patch Changes

  • Updated dependencies [35645d9]
  • Updated dependencies [35645d9]
  • Updated dependencies [35645d9]
    • @​tiptap/core@​3.7.0

3.6.7

Patch Changes

  • @​tiptap/core@​3.6.7

3.6.6

Patch Changes

... (truncated)

Commits

Updates @tiptap/pm from 2.26.1 to 3.9.1

Release notes

Sourced from @​tiptap/pm's releases.

v3.9.1

Releases

v3.9.1

@​tiptap/extension-table

Patch Changes

  • Add a renderWrapper option to the Table extension so consumers can customize whether the table wrapper for the resizable node view should be rendered in non-editable mode as well.

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

... (truncated)

Changelog

Sourced from @​tiptap/pm's changelog.

3.9.1

3.9.0

3.8.0

3.7.2

3.7.1

3.7.0

3.6.7

3.6.6

3.6.5

3.6.4

3.6.3

3.6.2

3.6.1

3.6.0

3.5.3

3.5.2

3.5.1

3.5.0

3.4.6

3.4.5

3.4.4

3.4.3

3.4.2

3.4.1

3.4.0

... (truncated)

Commits

Updates @tiptap/starter-kit from 2.26.1 to 3.9.1

Release notes

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

v3.9.1

Releases

v3.9.1

@​tiptap/extension-table

Patch Changes

  • Add a renderWrapper option to the Table extension so consumers can customize whether the table wrapper for the resizable node view should be rendered in non-editable mode as well.

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

... (truncated)

Changelog

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

3.9.1

Patch Changes

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

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

... (truncated)

Commits

Updates @tiptap/vue-3 from 2.26.1 to 3.9.1

Release notes

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

v3.9.1

Releases

v3.9.1

@​tiptap/extension-table

Patch Changes

  • Add a renderWrapper option to the Table extension so consumers can customize whether the table wrapper for the resizable node view should be rendered in non-editable mode as well.

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

... (truncated)

Changelog

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

3.9.1

Patch Changes

3.9.0

Patch Changes

  • 78ac867: Fix attribute forwarding for BubbleMenu and FloatingMenu Vue 3 components to allow setting z-index and other HTML attributes
  • Updated dependencies [bbb8e16]

3.8.0

Patch Changes

3.7.2

Patch Changes

3.7.1

Patch Changes

3.7.0

Patch Changes

  • Updated dependencies [35645d9]
  • Updated dependencies [35645d9]
  • Updated dependencies [35645d9]

3.6.7

Patch Changes

... (truncated)

Commits

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 4, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 4, 2025 09:48
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 4, 2025
@changeset-bot
Copy link

changeset-bot bot commented Nov 4, 2025

⚠️ No Changeset found

Latest commit: b3e3874

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tiptap-154d54b207 branch 2 times, most recently from 8424eb1 to 18ce38d Compare November 10, 2025 09:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tiptap-154d54b207 branch 4 times, most recently from cf56729 to 554d52a Compare November 23, 2025 18:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tiptap-154d54b207 branch from 554d52a to 033538b Compare December 7, 2025 18:11
Bumps the tiptap group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core) | `2.26.1` | `3.9.1` |
| [@tiptap/extension-character-count](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-character-count) | `2.26.1` | `3.9.1` |
| [@tiptap/extension-hard-break](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-hard-break) | `2.26.1` | `3.9.1` |
| [@tiptap/extension-heading](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-heading) | `2.26.1` | `3.9.1` |
| [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `2.26.1` | `3.9.1` |
| [@tiptap/extension-paragraph](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-paragraph) | `2.26.1` | `3.9.1` |
| [@tiptap/extension-text-align](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-align) | `2.26.1` | `3.9.1` |
| [@tiptap/extension-underline](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-underline) | `2.26.1` | `3.9.1` |
| [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) | `2.26.1` | `3.9.1` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `2.26.1` | `3.9.1` |
| [@tiptap/vue-3](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/vue-3) | `2.26.1` | `3.9.1` |


Updates `@tiptap/core` from 2.26.1 to 3.9.1
- [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/v3.9.1/packages/core)

Updates `@tiptap/extension-character-count` from 2.26.1 to 3.9.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages-deprecated/extension-character-count/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.9.1/packages-deprecated/extension-character-count)

Updates `@tiptap/extension-hard-break` from 2.26.1 to 3.9.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-hard-break/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.9.1/packages/extension-hard-break)

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

Updates `@tiptap/extension-link` from 2.26.1 to 3.9.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.9.1/packages/extension-link)

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

Updates `@tiptap/extension-text-align` from 2.26.1 to 3.9.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-text-align/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.9.1/packages/extension-text-align)

Updates `@tiptap/extension-underline` from 2.26.1 to 3.9.1
- [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/v3.9.1/packages/extension-underline)

Updates `@tiptap/pm` from 2.26.1 to 3.9.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/pm/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.9.1/packages/pm)

Updates `@tiptap/starter-kit` from 2.26.1 to 3.9.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.9.1/packages/starter-kit)

Updates `@tiptap/vue-3` from 2.26.1 to 3.9.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/vue-3/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.9.1/packages/vue-3)

---
updated-dependencies:
- dependency-name: "@tiptap/core"
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-character-count"
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-hard-break"
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-heading"
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-link"
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-paragraph"
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-text-align"
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-underline"
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/pm"
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/vue-3"
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tiptap-154d54b207 branch from 033538b to b3e3874 Compare December 14, 2025 18:13
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.

1 participant