Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the tiptap group with 22 updates:

Package From To
@tiptap/extension-bubble-menu 2.22.3 3.10.5
@tiptap/extension-bullet-list 2.22.3 3.10.5
@tiptap/extension-character-count 2.22.3 3.10.5
@tiptap/extension-color 2.22.3 3.10.5
@tiptap/extension-highlight 2.22.3 3.10.5
@tiptap/extension-image 3.2.1 3.10.5
@tiptap/extension-link 2.22.3 3.10.5
@tiptap/extension-list-item 2.22.3 3.10.5
@tiptap/extension-ordered-list 2.22.3 3.10.5
@tiptap/extension-placeholder 2.22.3 3.10.5
@tiptap/extension-subscript 2.22.3 3.10.5
@tiptap/extension-superscript 2.22.3 3.10.5
@tiptap/extension-table 2.22.3 3.10.5
@tiptap/extension-table-cell 2.22.3 3.10.5
@tiptap/extension-table-header 2.22.3 3.10.5
@tiptap/extension-table-row 2.22.3 3.10.5
@tiptap/extension-text-align 2.22.3 3.10.5
@tiptap/extension-text-style 2.22.3 3.10.5
@tiptap/extension-underline 2.22.3 3.10.5
@tiptap/pm 2.22.3 3.10.5
@tiptap/starter-kit 2.22.3 3.10.5
@tiptap/vue-3 2.22.3 3.10.5

Updates @tiptap/extension-bubble-menu from 2.22.3 to 3.10.5

Release notes

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

v3.10.5

Releases

v3.10.5

@​tiptap/extension-collaboration

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/core

Patch Changes

  • Fixed ProseMirror schema generation to properly respect isRequired attribute configuration. Previously, attributes marked with isRequired: true were incorrectly treated as optional because a default property was always included in the schema specification. ProseMirror determines attribute requirements by the absence of the default property, so now the default is only included when the attribute is not required and a default value is explicitly defined.

@​tiptap/extension-unique-id

Patch Changes

  • Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.

@​tiptap/extensions

Patch Changes

  • Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.

v3.10.4

Releases

v3.10.4

@​tiptap/core

Patch Changes

... (truncated)

Changelog

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

3.10.5

Patch Changes

  • Updated dependencies [92fae18]
    • @​tiptap/core@​3.10.5
    • @​tiptap/pm@​3.10.5

3.10.4

Patch Changes

  • Updated dependencies [64561c4]
    • @​tiptap/core@​3.10.4
    • @​tiptap/pm@​3.10.4

3.10.3

Patch Changes

  • @​tiptap/core@​3.10.3
  • @​tiptap/pm@​3.10.3

3.10.2

Patch Changes

  • @​tiptap/core@​3.10.2
  • @​tiptap/pm@​3.10.2

3.10.1

Patch Changes

  • Updated dependencies [3564e7c]
    • @​tiptap/core@​3.10.1
    • @​tiptap/pm@​3.10.1

3.10.0

Patch Changes

  • Updated dependencies [4aa9f57]
  • Updated dependencies [4aa9f57]
    • @​tiptap/core@​3.10.0
    • @​tiptap/pm@​3.10.0

3.9.1

Patch Changes

... (truncated)

Commits
  • a365c61 chore(release): publish a new release version (#7204)
  • f78bf61 chore(release): publish a new release version (#7194)
  • 3846571 chore(release): publish a new release version (#7189)
  • 42fb099 chore(release): publish a new release version (#7159)
  • e26355c chore(release): publish a new release version (#7150)
  • 3bb4ed2 chore(release): publish a new release version (#7148)
  • 73f5632 chore(release): publish a new release version (#7143)
  • f74ce9f chore(release): publish a new release version (#7131)
  • 3439bcb chore(release): publish a new release version
  • 035b3f2 chore(release): publish a new release version (#7089)
  • Additional commits viewable in compare view

Updates @tiptap/extension-bullet-list from 2.22.3 to 3.10.5

Release notes

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

v3.10.5

Releases

v3.10.5

@​tiptap/extension-collaboration

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/core

Patch Changes

  • Fixed ProseMirror schema generation to properly respect isRequired attribute configuration. Previously, attributes marked with isRequired: true were incorrectly treated as optional because a default property was always included in the schema specification. ProseMirror determines attribute requirements by the absence of the default property, so now the default is only included when the attribute is not required and a default value is explicitly defined.

@​tiptap/extension-unique-id

Patch Changes

  • Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.

@​tiptap/extensions

Patch Changes

  • Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.

v3.10.4

Releases

v3.10.4

@​tiptap/core

Patch Changes

... (truncated)

Changelog

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

3.10.5

Patch Changes

  • @​tiptap/extension-list@​3.10.5

3.10.4

Patch Changes

  • @​tiptap/extension-list@​3.10.4

3.10.3

Patch Changes

  • @​tiptap/extension-list@​3.10.3

3.10.2

Patch Changes

  • @​tiptap/extension-list@​3.10.2

3.10.1

Patch Changes

  • @​tiptap/extension-list@​3.10.1

3.10.0

Patch Changes

  • @​tiptap/extension-list@​3.10.0

3.9.1

Patch Changes

  • @​tiptap/extension-list@​3.9.1

3.9.0

Patch Changes

  • @​tiptap/extension-list@​3.9.0

3.8.0

... (truncated)

Commits
  • a365c61 chore(release): publish a new release version (#7204)
  • f78bf61 chore(release): publish a new release version (#7194)
  • 3846571 chore(release): publish a new release version (#7189)
  • 42fb099 chore(release): publish a new release version (#7159)
  • e26355c chore(release): publish a new release version (#7150)
  • 3bb4ed2 chore(release): publish a new release version (#7148)
  • 73f5632 chore(release): publish a new release version (#7143)
  • f74ce9f chore(release): publish a new release version (#7131)
  • 3439bcb chore(release): publish a new release version
  • 035b3f2 chore(release): publish a new release version (#7089)
  • Additional commits viewable in compare view

Updates @tiptap/extension-character-count from 2.22.3 to 3.10.5

Release notes

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

v3.10.5

Releases

v3.10.5

@​tiptap/extension-collaboration

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/core

Patch Changes

  • Fixed ProseMirror schema generation to properly respect isRequired attribute configuration. Previously, attributes marked with isRequired: true were incorrectly treated as optional because a default property was always included in the schema specification. ProseMirror determines attribute requirements by the absence of the default property, so now the default is only included when the attribute is not required and a default value is explicitly defined.

@​tiptap/extension-unique-id

Patch Changes

  • Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.

@​tiptap/extensions

Patch Changes

  • Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.

v3.10.4

Releases

v3.10.4

@​tiptap/core

Patch Changes

... (truncated)

Changelog

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

3.10.5

Patch Changes

  • Updated dependencies [9d5aeb1]
    • @​tiptap/extensions@​3.10.5

3.10.4

Patch Changes

  • @​tiptap/extensions@​3.10.4

3.10.3

Patch Changes

  • @​tiptap/extensions@​3.10.3

3.10.2

Patch Changes

  • @​tiptap/extensions@​3.10.2

3.10.1

Patch Changes

  • @​tiptap/extensions@​3.10.1

3.10.0

Patch Changes

  • @​tiptap/extensions@​3.10.0

3.9.1

Patch Changes

  • @​tiptap/extensions@​3.9.1

3.9.0

Patch Changes

  • @​tiptap/extensions@​3.9.0

3.8.0

... (truncated)

Commits
  • a365c61 chore(release): publish a new release version (#7204)
  • f78bf61 chore(release): publish a new release version (#7194)
  • 3846571 chore(release): publish a new release version (#7189)
  • 42fb099 chore(release): publish a new release version (#7159)
  • e26355c chore(release): publish a new release version (#7150)
  • 3bb4ed2 chore(release): publish a new release version (#7148)
  • 73f5632 chore(release): publish a new release version (#7143)
  • f74ce9f chore(release): publish a new release version (#7131)
  • 3439bcb chore(release): publish a new release version
  • 035b3f2 chore(release): publish a new release version (#7089)
  • Additional commits viewable in compare view

Updates @tiptap/extension-color from 2.22.3 to 3.10.5

Release notes

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

v3.10.5

Releases

v3.10.5

@​tiptap/extension-collaboration

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/core

Patch Changes

  • Fixed ProseMirror schema generation to properly respect isRequired attribute configuration. Previously, attributes marked with isRequired: true were incorrectly treated as optional because a default property was always included in the schema specification. ProseMirror determines attribute requirements by the absence of the default property, so now the default is only included when the attribute is not required and a default value is explicitly defined.

@​tiptap/extension-unique-id

Patch Changes

  • Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.

@​tiptap/extensions

Patch Changes

  • Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.

v3.10.4

Releases

v3.10.4

@​tiptap/core

Patch Changes

... (truncated)

Changelog

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

3.10.5

Patch Changes

  • @​tiptap/extension-text-style@​3.10.5

3.10.4

Patch Changes

  • @​tiptap/extension-text-style@​3.10.4

3.10.3

Patch Changes

  • @​tiptap/extension-text-style@​3.10.3

3.10.2

Patch Changes

  • @​tiptap/extension-text-style@​3.10.2

3.10.1

Patch Changes

  • @​tiptap/extension-text-style@​3.10.1

3.10.0

Patch Changes

  • @​tiptap/extension-text-style@​3.10.0

3.9.1

Patch Changes

  • @​tiptap/extension-text-style@​3.9.1

3.9.0

Patch Changes

  • @​tiptap/extension-text-style@​3.9.0

3.8.0

... (truncated)

Commits
  • a365c61 chore(release): publish a new release version (#7204)
  • f78bf61 chore(release): publish a new release version (#7194)
  • 3846571 chore(release): publish a new release version (#7189)
  • 42fb099 chore(release): publish a new release version (#7159)
  • e26355c chore(release): publish a new release version (#7150)
  • 3bb4ed2 chore(release): publish a new release version (#7148)
  • 73f5632 chore(release): publish a new release version (#7143)
  • f74ce9f chore(release): publish a new release version (#7131)
  • 3439bcb chore(release): publish a new release version
  • 035b3f2 chore(release): publish a new release version (#7089)
  • Additional commits viewable in compare view

Updates @tiptap/extension-highlight from 2.22.3 to 3.10.5

Release notes

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

v3.10.5

Releases

v3.10.5

@​tiptap/extension-collaboration

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/core

Patch Changes

  • Fixed ProseMirror schema generation to properly respect isRequired attribute configuration. Previously, attributes marked with isRequired: true were incorrectly treated as optional because a default property was always included in the schema specification. ProseMirror determines attribute requirements by the absence of the default property, so now the default is only included when the attribute is not required and a default value is explicitly defined.

@​tiptap/extension-unique-id

Patch Changes

  • Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.

@​tiptap/extensions

Patch Changes

  • Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.

v3.10.4

Releases

v3.10.4

@​tiptap/core

Patch Changes

... (truncated)

Changelog

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

3.10.5

Patch Changes

  • Updated dependencies [92fae18]
    • @​tiptap/core@​3.10.5

3.10.4

Patch Changes

  • Updated dependencies [64561c4]
    • @​tiptap/core@​3.10.4

3.10.3

Patch Changes

  • @​tiptap/core@​3.10.3

3.10.2

Patch Changes

  • @​tiptap/core@​3.10.2

3.10.1

Patch Changes

  • Updated dependencies [3564e7c]
    • @​tiptap/core@​3.10.1

3.10.0

Patch Changes

  • Updated dependencies [4aa9f57]
  • Updated dependencies [4aa9f57]
    • @​tiptap/core@​3.10.0

3.9.1

Patch Changes

  • @​tiptap/core@​3.9.1

3.9.0

Patch Changes

... (truncated)

Commits
  • a365c61 chore(release): publish a new release version (#7204)
  • f78bf61 chore(release): publish a new release version (#7194)
  • 3846571 chore(release): publish a new release version (#7189)
  • 42fb099 chore(release): publish a new release version (#7159)
  • e26355c chore(release): publish a new release version (#7150)
  • 3bb4ed2 chore(release): publish a new release version (#7148)
  • 73f5632 chore(release): publish a new release version (#7143)
  • f74ce9f chore(release): publish a new release version (#7131)
  • 3439bcb chore(release): publish a new release version
  • 035b3f2 chore(release): publish a new release version (#7089)
  • Additional commits viewable in compare view

Updates @tiptap/extension-image from 3.2.1 to 3.10.5

Release notes

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

v3.10.5

Releases

v3.10.5

@​tiptap/extension-collaboration

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/core

Patch Changes

  • Fixed ProseMirror schema generation to properly respect isRequired attribute configuration. Previously, attributes marked with isRequired: true were incorrectly treated as optional because a default property was always included in the schema specification. ProseMirror determines attribute requirements by the absence of the default property, so now the default is only included when the attribute is not required and a default value is explicitly defined.

@​tiptap/extension-unique-id

Patch Changes

  • Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.

@​tiptap/extensions

Patch Changes

  • Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.

v3.10.4

Releases

v3.10.4

@​tiptap/core

Patch Changes

... (truncated)

Changelog

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

3.10.5

Patch Changes

  • Updated dependencies [92fae18]
    • @​tiptap/core@​3.10.5

3.10.4

Patch Changes

  • Updated dependencies [64561c4]
    • @​tiptap/core@​3.10.4

3.10.3

Patch Changes

  • @​tiptap/core@​3.10.3

3.10.2

Patch Changes

  • @​tiptap/core@​3.10.2

3.10.1

Patch Changes

  • Updated dependencies [3564e7c]
    • @​tiptap/core@​3.10.1

3.10.0

Minor Changes

  • 4aa9f57: Added a new resize option that allows images to be resized. The option adds resize handlers to images allowing users to manually resize images via drag and drop or touch

Patch Changes

  • Updated dependencies [4aa9f57]
  • Updated dependencies [4aa9f57]
    • @​tiptap/core@​3.10.0

3.9.1

Patch Changes

  • @​tiptap/core@​3.9.1

... (truncated)

Commits

Updates @tiptap/extension-link from 2.22.3 to 3.10.5

Release notes

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

v3.10.5

Releases

v3.10.5

@​tiptap/extension-collaboration

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/core

Patch Changes

  • Fixed ProseMirror schema generation to properly respect isRequired attribute configuration. Previously, attributes marked with isRequired: true were incorrectly treated as optional because a default property was always included in the schema specification. ProseMirror determines attribute requirements by the absence of the default property, so now the default is only included when the attribute is not required and a default value is explicitly defined.

@​tiptap/extension-unique-id

Patch Changes

  • Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.

@​tiptap/extensions

Patch Changes

  • Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.

v3.10.4

Releases

v3.10.4

@​tiptap/core

Patch Changes

... (truncated)

Changelog

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

3.10.5

Patch Changes

  • Updated dependencies [92fae18]
    • @​tiptap/core@​3.10.5
    • @​tiptap/pm@​3.10.5

3.10.4

Patch Changes

  • Updated dependencies [64561c4]
    • @​tiptap/core@​3.10.4
    • @​tiptap/pm@​3.10.4

3.10.3

Patch Changes

  • @​tiptap/core@​3.10.3
  • @​tiptap/pm@​3.10.3

3.10.2

Patch Changes

  • @​tiptap/core@​3.10.2
  • @​tiptap/pm@​3.10.2

3.10.1

Patch Changes

  • Updated dependencies [3564e7c]
    • @​tiptap/core@​3.10.1
    • @​tiptap/pm@​3.10.1

3.10.0

Patch Changes

  • Updated dependencies [4aa9f57]
  • Updated dependencies [4aa9f57]
    • @​tiptap/core@​3.10.0
    • @​tiptap/pm@​3.10.0

3.9.1

Patch Changes

... (truncated)

Commits
  • a365c61 chore(release): publish a new release version (#7204)
  • f78bf61 chore(release): publish a new release version (#7194)
  • 3846571 chore(release): publish a new release version (#7189)
  • 42fb099 chore(release): publish a new release version (#7159)
  • e26355c chore(release): publish a new release version (#7150)
  • 3bb4ed2 chore(release): publish a new release version (#7148)
  • 73f5632 chore(release): publish a new release version (#7143)
  • f74ce9f chore(release): publish a new release version (#7131)
  • 3439bcb chore(release): publish a new release version
  • 035b3f2 chore(release): publish a new release version (#7089)
  • Additional commits viewable in compare view

Updates @tiptap/extension-list-item from 2.22.3 to 3.10.5

Release notes

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

v3.10.5

Releases

v3.10.5

@​tiptap/extension-collaboration

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/core

Patch Changes

  • Fixed ProseMirror schema generation to properly respect isRequired attribute configuration. Previously, attributes marked with isRequired: true were incorrectly treated as optional because a default property was always included in the schema specification. ProseMirror determines attribute requirements by the absence of the default property, so now the default is only included when the attribute is not required and a default value is explicitly defined.

@​tiptap/extension-unique-id

Patch Changes

  • Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.

@​tiptap/extensions

Patch Changes

  • Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.

v3.10.4

Releases

v3.10.4

@​tiptap/core

Patch Changes

... (truncated)

Commits
  • ac35ec8 reinstigate history extension and move it into deprecated packages directory
  • 89bd9c7 Fix/enforce-type-imports-so-that-bundler-ignores-types (#6132)
  • 3ac7e29 chore(release): publish a new pre-release version (next) (#6071)
  • 2172a4c sfix merge conflicts
  • 2d42e94 sync next with develop
  • f731cd9 chore(release): publish version 3.0.0-next.5(#6012)
  • 2c911d2 feat(list): add new extension-list package which packages all the list pack...
  • a6e6823 chore(release): publish a new pre-release version (next) (#5969)
  • 7b4e6f5 build: migrate to pnpm (#5978)
  • a6919e6 chore(release): publish a new pre-release version (next) (#5939)
  • Additional commits viewable in compare view

Updates @tiptap/extension-ordered-list from 2.22.3 to 3.10.5

Release notes

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

v3.10.5

Releases

v3.10.5

@​tiptap/extension-collaboration

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/core

Patch Changes

  • Fixed ProseMirror schema generation to properly respect isRequired attribute configuration. Previously, attributes marked with isRequired: true were incorrectly treated as optional because a default property was always included in the schema specification. ProseMirror determines attribute requirements by the absence of the default property, so now the default is only included when the attribute is not required and a default value is explicitly defined.

@​tiptap/extension-unique-id

Patch Changes

  • Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.

@​tiptap/extensions

Patch Changes

  • Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.

v3.10.4

Releases

v3.10.4

@​tiptap/core

Patch Changes

... (truncated)

Changelog

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

3.10.5

Patch Changes

  • @​tiptap/extension-list@​3.10.5

3.10.4

Patch Changes

  • @​tiptap/extension-list@​3.10.4

3.10.3

Patch Changes

  • @​tiptap/extension-list@​3.10.3

3.10.2

Patch Changes

  • @​tiptap/extension-list@​3.10.2

3.10.1

Patch Changes

  • @​tiptap/extension-list@​3.10.1

3.10.0

Patch Changes

  • @​tiptap/extension-list@​3.10.0

3.9.1

Patch Changes

  • @​tiptap/extension-list@​3.9.1

3.9.0

Patch Changes

  • @​tiptap/extension-list@​3.9.0

3.8.0

... (truncated)

Commits
  • a365c61 chore(release): publish a new release version (#7204)
  • f78bf61 chore(release): publish a new release version (#7194)
  • 3846571 chore(release): publish a new release version (#7189)
  • 42fb099 chore(release): publish a new release version (#7159)
  • e26355c chore(release): publish a new release version (#7150)
  • 3bb4ed2 chore(release): publish a new release version (#7148)
  • 73f5632 chore(release): publish a new release version (#7143)
  • f74ce9f chore(release): publish a new release version (#7131)
  • 3439bcb chore(release): publish a new release version
  • 035b3f2 chore(release): publish a new release version (#7089)
  • Additional commits viewable in compare view

Updates @tiptap/extension-placeholder from 2.22.3 to 3.10.5

Release notes

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

v3.10.5

Releases

v3.10.5

@​tiptap/extension-collaboration

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed collaborative editing errors with certain emoji combinations (like 🔴🟢, 😎🐈, 🟣🔵) by updating @tiptap/y-tiptap to stable v3.0.0.

@​tiptap/core

Patch Changes

  • Fixed ProseMirror schema generation to properly respect isRequired attribute configuration. Previously, attributes marked with isRequired: true were incorrectly treated as optional because a default property was always included in the schema specification. ProseMirror determines attribute requirements by the absence of the default property, so now the default is only included when the attribute is not required and a default value is explicitly defined.

@​tiptap/extension-unique-id

Patch Changes

  • Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions together.

@​tiptap/extensions

Patch Changes

  • Fixed infinite transaction loop that caused browser tabs to freeze when using UniqueID and TrailingNode extensions...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 10, 2025
@vercel
Copy link

vercel bot commented Nov 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
meteor-component-library Error Error Nov 17, 2025 4:45pm

Bumps the tiptap group with 22 updates:

| Package | From | To |
| --- | --- | --- |
| [@tiptap/extension-bubble-menu](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-bubble-menu) | `2.22.3` | `3.10.5` |
| [@tiptap/extension-bullet-list](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-bullet-list) | `2.22.3` | `3.10.5` |
| [@tiptap/extension-character-count](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-character-count) | `2.22.3` | `3.10.5` |
| [@tiptap/extension-color](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-color) | `2.22.3` | `3.10.5` |
| [@tiptap/extension-highlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-highlight) | `2.22.3` | `3.10.5` |
| [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image) | `3.2.1` | `3.10.5` |
| [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `2.22.3` | `3.10.5` |
| [@tiptap/extension-list-item](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-list-item) | `2.22.3` | `3.10.5` |
| [@tiptap/extension-ordered-list](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-ordered-list) | `2.22.3` | `3.10.5` |
| [@tiptap/extension-placeholder](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-placeholder) | `2.22.3` | `3.10.5` |
| [@tiptap/extension-subscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-subscript) | `2.22.3` | `3.10.5` |
| [@tiptap/extension-superscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-superscript) | `2.22.3` | `3.10.5` |
| [@tiptap/extension-table](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table) | `2.22.3` | `3.10.5` |
| [@tiptap/extension-table-cell](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-cell) | `2.22.3` | `3.10.5` |
| [@tiptap/extension-table-header](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-header) | `2.22.3` | `3.10.5` |
| [@tiptap/extension-table-row](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-row) | `2.22.3` | `3.10.5` |
| [@tiptap/extension-text-align](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-align) | `2.22.3` | `3.10.5` |
| [@tiptap/extension-text-style](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-style) | `2.22.3` | `3.10.5` |
| [@tiptap/extension-underline](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-underline) | `2.22.3` | `3.10.5` |
| [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) | `2.22.3` | `3.10.5` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `2.22.3` | `3.10.5` |
| [@tiptap/vue-3](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/vue-3) | `2.22.3` | `3.10.5` |


Updates `@tiptap/extension-bubble-menu` from 2.22.3 to 3.10.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-bubble-menu/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.10.5/packages/extension-bubble-menu)

Updates `@tiptap/extension-bullet-list` from 2.22.3 to 3.10.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-bullet-list/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.10.5/packages/extension-bullet-list)

Updates `@tiptap/extension-character-count` from 2.22.3 to 3.10.5
- [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.10.5/packages-deprecated/extension-character-count)

Updates `@tiptap/extension-color` from 2.22.3 to 3.10.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-color/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.10.5/packages/extension-color)

Updates `@tiptap/extension-highlight` from 2.22.3 to 3.10.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-highlight/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.10.5/packages/extension-highlight)

Updates `@tiptap/extension-image` from 3.2.1 to 3.10.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-image/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.10.5/packages/extension-image)

Updates `@tiptap/extension-link` from 2.22.3 to 3.10.5
- [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.10.5/packages/extension-link)

Updates `@tiptap/extension-list-item` from 2.22.3 to 3.10.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.10.5/packages/extension-list-item)

Updates `@tiptap/extension-ordered-list` from 2.22.3 to 3.10.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-ordered-list/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.10.5/packages/extension-ordered-list)

Updates `@tiptap/extension-placeholder` from 2.22.3 to 3.10.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages-deprecated/extension-placeholder/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.10.5/packages-deprecated/extension-placeholder)

Updates `@tiptap/extension-subscript` from 2.22.3 to 3.10.5
- [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/v3.10.5/packages/extension-subscript)

Updates `@tiptap/extension-superscript` from 2.22.3 to 3.10.5
- [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/v3.10.5/packages/extension-superscript)

Updates `@tiptap/extension-table` from 2.22.3 to 3.10.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-table/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.10.5/packages/extension-table)

Updates `@tiptap/extension-table-cell` from 2.22.3 to 3.10.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.10.5/packages/extension-table-cell)

Updates `@tiptap/extension-table-header` from 2.22.3 to 3.10.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.10.5/packages/extension-table-header)

Updates `@tiptap/extension-table-row` from 2.22.3 to 3.10.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.10.5/packages/extension-table-row)

Updates `@tiptap/extension-text-align` from 2.22.3 to 3.10.5
- [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.10.5/packages/extension-text-align)

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

Updates `@tiptap/extension-underline` from 2.22.3 to 3.10.5
- [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.10.5/packages/extension-underline)

Updates `@tiptap/pm` from 2.22.3 to 3.10.5
- [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.10.5/packages/pm)

Updates `@tiptap/starter-kit` from 2.22.3 to 3.10.5
- [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.10.5/packages/starter-kit)

Updates `@tiptap/vue-3` from 2.22.3 to 3.10.5
- [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.10.5/packages/vue-3)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-bubble-menu"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-bullet-list"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-character-count"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-color"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-highlight"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-image"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-link"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-list-item"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-ordered-list"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-placeholder"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-subscript"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-superscript"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-table"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-table-cell"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-table-header"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-table-row"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-text-align"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-text-style"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-underline"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/pm"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.10.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tiptap
- dependency-name: "@tiptap/vue-3"
  dependency-version: 3.10.5
  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-6ef822ea2f branch from 2a91165 to 4780d5f Compare November 17, 2025 16:44
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