Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2026

Bumps the editor-dependencies group with 17 updates in the / directory:

Package From To
react 19.2.3 19.2.4
react-dom 19.2.3 19.2.4
@tiptap/core 3.15.3 3.17.1
@tiptap/extension-bold 3.15.3 3.17.1
@tiptap/extension-code 3.15.3 3.17.1
@tiptap/extensions 3.15.3 3.17.1
@tiptap/extension-horizontal-rule 3.15.3 3.17.1
@tiptap/extension-italic 3.15.3 3.17.1
@tiptap/extension-link 3.15.3 3.17.1
@tiptap/extension-paragraph 3.15.3 3.17.1
@tiptap/extension-strike 3.15.3 3.17.1
@tiptap/extension-text 3.15.3 3.17.1
@tiptap/extension-underline 3.15.3 3.17.1
@tiptap/pm 3.15.3 3.17.1
prosemirror-transform 1.10.5 1.11.0
prosemirror-view 1.41.4 1.41.5
@tiptap/react 3.15.3 3.17.1

Updates react from 19.2.3 to 19.2.4

Release notes

Sourced from react's releases.

19.2.4 (January 26th, 2026)

React Server Components

Commits

Updates react-dom from 19.2.3 to 19.2.4

Release notes

Sourced from react-dom's releases.

19.2.4 (January 26th, 2026)

React Server Components

Commits

Updates @tiptap/core from 3.15.3 to 3.17.1

Release notes

Sourced from @​tiptap/core's releases.

v3.17.1

@​tiptap/extension-paragraph

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines

@​tiptap/markdown

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines
  • Fixed markdown HTML parsing when window object is unavailable in server-side environments
  • Fixed ordered list numbering when list has a non-default start value

@​tiptap/vue-3

Patch Changes

  • Fixed IME input (Chinese, Japanese, Korean) in Vue 3 mark views by preventing DOM element destruction during composition events

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-collaboration

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/html

Patch Changes

  • Fixed server-side HTML parsing crash when content contains link, script, or style tags with resource references.
  • Fixed server exports failing in Node.js test environments with jsdom/happy-dom

@​tiptap/extension-bubble-menu

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/core's changelog.

3.17.1

Patch Changes

  • aa9709e: Fixed $nodes() method to correctly return inline nodes (like text, mention, etc.) by fixing the children getter in NodePos class
  • b46e66a: Fixed ResizableNodeView contentDOM getter to return null instead of undefined for proper TypeScript compatibility
    • @​tiptap/pm@​3.17.1

3.17.0

Patch Changes

  • eecf1c9: Added isFirefox utility to core
    • @​tiptap/pm@​3.17.0

3.16.0

Patch Changes

  • @​tiptap/pm@​3.16.0
Commits
  • f592f0a chore(release): publish a new release version (#7443)
  • aa9709e fix(core): allow $nodes() to return inline nodes (#7448)
  • b46e66a fix(core): return null instead of undefined from ResizableNodeView contentDOM...
  • 408e1e7 chore(release): publish a new release version (#7440)
  • eecf1c9 Fix/firefox drag handle caret visibility (#7439)
  • 332dfba chore(release): publish a new release version (#7413)
  • See full diff in compare view

Updates @tiptap/extension-bold from 3.15.3 to 3.17.1

Release notes

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

v3.17.1

@​tiptap/extension-paragraph

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines

@​tiptap/markdown

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines
  • Fixed markdown HTML parsing when window object is unavailable in server-side environments
  • Fixed ordered list numbering when list has a non-default start value

@​tiptap/vue-3

Patch Changes

  • Fixed IME input (Chinese, Japanese, Korean) in Vue 3 mark views by preventing DOM element destruction during composition events

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-collaboration

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/html

Patch Changes

  • Fixed server-side HTML parsing crash when content contains link, script, or style tags with resource references.
  • Fixed server exports failing in Node.js test environments with jsdom/happy-dom

@​tiptap/extension-bubble-menu

Patch Changes

... (truncated)

Changelog

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

3.17.1

Patch Changes

  • Updated dependencies [aa9709e]
  • Updated dependencies [b46e66a]
    • @​tiptap/core@​3.17.1

3.17.0

Patch Changes

  • Updated dependencies [eecf1c9]
    • @​tiptap/core@​3.17.0

3.16.0

Patch Changes

  • @​tiptap/core@​3.16.0
Commits

Updates @tiptap/extension-code from 3.15.3 to 3.17.1

Release notes

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

v3.17.1

@​tiptap/extension-paragraph

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines

@​tiptap/markdown

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines
  • Fixed markdown HTML parsing when window object is unavailable in server-side environments
  • Fixed ordered list numbering when list has a non-default start value

@​tiptap/vue-3

Patch Changes

  • Fixed IME input (Chinese, Japanese, Korean) in Vue 3 mark views by preventing DOM element destruction during composition events

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-collaboration

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/html

Patch Changes

  • Fixed server-side HTML parsing crash when content contains link, script, or style tags with resource references.
  • Fixed server exports failing in Node.js test environments with jsdom/happy-dom

@​tiptap/extension-bubble-menu

Patch Changes

... (truncated)

Changelog

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

3.17.1

Patch Changes

  • Updated dependencies [aa9709e]
  • Updated dependencies [b46e66a]
    • @​tiptap/core@​3.17.1

3.17.0

Patch Changes

  • Updated dependencies [eecf1c9]
    • @​tiptap/core@​3.17.0

3.16.0

Patch Changes

  • @​tiptap/core@​3.16.0
Commits

Updates @tiptap/extensions from 3.15.3 to 3.17.1

Release notes

Sourced from @​tiptap/extensions's releases.

v3.17.1

@​tiptap/extension-paragraph

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines

@​tiptap/markdown

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines
  • Fixed markdown HTML parsing when window object is unavailable in server-side environments
  • Fixed ordered list numbering when list has a non-default start value

@​tiptap/vue-3

Patch Changes

  • Fixed IME input (Chinese, Japanese, Korean) in Vue 3 mark views by preventing DOM element destruction during composition events

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-collaboration

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/html

Patch Changes

  • Fixed server-side HTML parsing crash when content contains link, script, or style tags with resource references.
  • Fixed server exports failing in Node.js test environments with jsdom/happy-dom

@​tiptap/extension-bubble-menu

Patch Changes

... (truncated)

Commits

Updates @tiptap/extension-horizontal-rule from 3.15.3 to 3.17.1

Release notes

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

v3.17.1

@​tiptap/extension-paragraph

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines

@​tiptap/markdown

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines
  • Fixed markdown HTML parsing when window object is unavailable in server-side environments
  • Fixed ordered list numbering when list has a non-default start value

@​tiptap/vue-3

Patch Changes

  • Fixed IME input (Chinese, Japanese, Korean) in Vue 3 mark views by preventing DOM element destruction during composition events

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-collaboration

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/html

Patch Changes

  • Fixed server-side HTML parsing crash when content contains link, script, or style tags with resource references.
  • Fixed server exports failing in Node.js test environments with jsdom/happy-dom

@​tiptap/extension-bubble-menu

Patch Changes

... (truncated)

Changelog

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

3.17.1

Patch Changes

  • Updated dependencies [aa9709e]
  • Updated dependencies [b46e66a]
    • @​tiptap/core@​3.17.1
    • @​tiptap/pm@​3.17.1

3.17.0

Patch Changes

  • Updated dependencies [eecf1c9]
    • @​tiptap/core@​3.17.0
    • @​tiptap/pm@​3.17.0

3.16.0

Patch Changes

  • @​tiptap/core@​3.16.0
  • @​tiptap/pm@​3.16.0
Commits

Updates @tiptap/extension-italic from 3.15.3 to 3.17.1

Release notes

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

v3.17.1

@​tiptap/extension-paragraph

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines

@​tiptap/markdown

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines
  • Fixed markdown HTML parsing when window object is unavailable in server-side environments
  • Fixed ordered list numbering when list has a non-default start value

@​tiptap/vue-3

Patch Changes

  • Fixed IME input (Chinese, Japanese, Korean) in Vue 3 mark views by preventing DOM element destruction during composition events

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-collaboration

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/html

Patch Changes

  • Fixed server-side HTML parsing crash when content contains link, script, or style tags with resource references.
  • Fixed server exports failing in Node.js test environments with jsdom/happy-dom

@​tiptap/extension-bubble-menu

Patch Changes

... (truncated)

Changelog

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

3.17.1

Patch Changes

  • Updated dependencies [aa9709e]
  • Updated dependencies [b46e66a]
    • @​tiptap/core@​3.17.1

3.17.0

Patch Changes

  • Updated dependencies [eecf1c9]
    • @​tiptap/core@​3.17.0

3.16.0

Patch Changes

  • @​tiptap/core@​3.16.0
Commits

Updates @tiptap/extension-link from 3.15.3 to 3.17.1

Release notes

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

v3.17.1

@​tiptap/extension-paragraph

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines

@​tiptap/markdown

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines
  • Fixed markdown HTML parsing when window object is unavailable in server-side environments
  • Fixed ordered list numbering when list has a non-default start value

@​tiptap/vue-3

Patch Changes

  • Fixed IME input (Chinese, Japanese, Korean) in Vue 3 mark views by preventing DOM element destruction during composition events

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-collaboration

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/html

Patch Changes

  • Fixed server-side HTML parsing crash when content contains link, script, or style tags with resource references.
  • Fixed server exports failing in Node.js test environments with jsdom/happy-dom

@​tiptap/extension-bubble-menu

Patch Changes

... (truncated)

Changelog

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

3.17.1

Patch Changes

  • Updated dependencies [aa9709e]
  • Updated dependencies [b46e66a]
    • @​tiptap/core@​3.17.1
    • @​tiptap/pm@​3.17.1

3.17.0

Patch Changes

  • Updated dependencies [eecf1c9]
    • @​tiptap/core@​3.17.0
    • @​tiptap/pm@​3.17.0

3.16.0

Patch Changes

  • 5f568dc: Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event.
    • @​tiptap/core@​3.16.0
    • @​tiptap/pm@​3.16.0
Commits
  • f592f0a chore(release): publish a new release version (#7443)
  • 408e1e7 chore(release): publish a new release version (#7440)
  • 332dfba chore(release): publish a new release version (#7413)
  • 5f568dc fix(extension-link): prevent click handler from blocking non-link element sel...
  • See full diff in compare view

Updates @tiptap/extension-paragraph from 3.15.3 to 3.17.1

Release notes

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

v3.17.1

@​tiptap/extension-paragraph

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines

@​tiptap/markdown

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines
  • Fixed markdown HTML parsing when window object is unavailable in server-side environments
  • Fixed ordered list numbering when list has a non-default start value

@​tiptap/vue-3

Patch Changes

  • Fixed IME input (Chinese, Japanese, Korean) in Vue 3 mark views by preventing DOM element destruction during composition events

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-collaboration

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/html

Patch Changes

  • Fixed server-side HTML parsing crash when content contains link, script, or style tags with resource references.
  • Fixed server exports failing in Node.js test environments with jsdom/happy-dom

@​tiptap/extension-bubble-menu

Patch Changes

... (truncated)

Changelog

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

3.17.1

Patch Changes

  • 62c6f15: Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines
  • Updated dependencies [aa9709e]
  • Updated dependencies [b46e66a]
    • @​tiptap/core@​3.17.1

3.17.0

Patch Changes

  • Updated dependencies [eecf1c9]
    • @​tiptap/core@​3.17.0

3.16.0

Patch Changes

  • @​tiptap/core@​3.16.0
Commits

Updates @tiptap/extension-strike from 3.15.3 to 3.17.1

Release notes

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

v3.17.1

@​tiptap/extension-paragraph

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines

@​tiptap/markdown

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines
  • Fixed markdown HTML parsing when window object is unavailable in server-side environments
  • Fixed ordered list numbering when list has a non-default start value

@​tiptap/vue-3

Patch Changes

  • Fixed IME input (Chinese, Japanese, Korean) in Vue 3 mark views by preventing DOM element destruction during composition events

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-collaboration

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/html

Patch Changes

  • Fixed server-side HTML parsing crash when content contains link, script, or style tags with resource references.
  • Fixed server exports failing in Node.js test environments with jsdom/happy-dom

@​tiptap/extension-bubble-menu

Patch Changes

... (truncated)

Changelog

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

3.17.1

Patch Changes

  • Updated dependencies [aa9709e]
  • Updated dependencies [b46e66a]
    • @​tiptap/core@​3.17.1

3.17.0

Patch Changes

  • Updated dependencies [eecf1c9]
    • @​tiptap/core@​3.17.0

3.16.0

Patch Changes

  • @​tiptap/core@​3.16.0
Commits

Updates @tiptap/extension-text from 3.15.3 to 3.17.1

Release notes

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

v3.17.1

@​tiptap/extension-paragraph

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines

@​tiptap/markdown

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines
  • Fixed markdown HTML parsing when window object is unavailable in server-side environments
  • Fixed ordered list numbering when list has a non-default start value

@​tiptap/vue-3

Patch Changes

  • Fixed IME input (Chinese, Japanese, Korean) in Vue 3 mark views by preventing DOM element destruction during composition events

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-collaboration

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/html

Patch Changes

  • Fixed server-side HTML parsing crash when content contains link, script, or style tags with resource references.
  • Fixed server exports failing in Node.js test environments with jsdom/happy-dom

@​tiptap/extension-bubble-menu

Patch Changes

... (truncated)

Changelog

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

3.17.1

Patch Changes

  • Updated dependencies [aa9709e]
  • Updated dependencies [b46e66a]
    • @​tiptap/core@​3.17.1

3.17.0

Patch Changes

  • Updated dependencies [eecf1c9]
    • @​tiptap/core@​3.17.0

3.16.0

Patch Changes

  • @​tiptap/core@​3.16.0
Commits

Updates @tiptap/extension-underline from 3.15.3 to 3.17.1

Release notes

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

v3.17.1

@​tiptap/extension-paragraph

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines

@​tiptap/markdown

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines
  • Fixed markdown HTML parsing when window object is unavailable in server-side environments
  • Fixed ordered list numbering when list has a non-default start value

@​tiptap/vue-3

Patch Changes

  • Fixed IME input (Chinese, Japanese, Korean) in Vue 3 mark views by preventing DOM element destruction during composition events

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-collaboration

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/html

Patch Changes

  • Fixed server-side HTML parsing crash when content contains link, script, or style tags with resource references.
  • Fixed server exports failing in Node.js test environments with jsdom/happy-dom

@​tiptap/extension-bubble-menu

Patch Changes

... (truncated)

Changelog

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

3.17.1

Patch Changes

  • Updated dependencies [aa9709e]
  • Updated dependencies [b46e66a]
    • @​tiptap/core@​3.17.1

3.17.0

Patch Changes

  • Updated dependencies [eecf1c9]
    • @​tiptap/core@​3.17.0

3.16.0

Patch Changes

  • @​tiptap/core@​3.16.0
Commits

Updates @tiptap/pm from 3.15.3 to 3.17.1

Release notes

Sourced from @​tiptap/pm's releases.

v3.17.1

@​tiptap/extension-paragraph

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines

@​tiptap/markdown

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines
  • Fixed markdown HTML parsing when window object is unavailable in server-side environments
  • Fixed ordered list numbering when list has a non-default start value

@​tiptap/vue-3

Patch Changes

  • Fixed IME input (Chinese, Japanese, Korean) in Vue 3 mark views by preventing DOM element destruction during composition events

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-collaboration

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/extension-drag-handle

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefined state during editor initialization. This issue affected editors initialized with HTML content, particularly when using tables.

@​tiptap/html

Patch Changes

  • Fixed server-side HTML parsing crash when content contains link, script, or style tags with resource references.
  • Fixed server exports failing in Node.js test environments with jsdom/happy-dom

@​tiptap/extension-bubble-menu

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/pm's changelog.

3.17.1

3.17.0

3.16.0

Commits

Updates prosemirror-transform from 1.10.5 to 1.11.0

Changelog

Sourced from prosemirror-transform's changelog.

1.11.0 (2026-01-21)

New features

The new Tranform.changedRange method gives you a document range that includes all changes made by the transform/transaction.

Commits

Updates prosemirror-view from 1.41.4 to 1.41.5

Changelog

Sourced from prosemirror-view's changelog.

1.41.5 (2026-01-14)

Bug fixes

Work around an issue where, after some kinds of changes, Chrome misreports the cursor position and breaks composition.

Improve DOM update behavior when deleting three or more nodes right before a mark, which would unnecessarily re-render the entire mark.

Work around a newly introduced bug in Safari where composition in an empty table cell causes it to move the text out of the cell into the row element.

Commits
  • 07ca167 Mark version 1.41.5
  • 1773eac Kludge around IME behavior regression in Safari
  • ba24690 Use a style sheet to prevent images from having zero height in the tests
  • e381b1c Avoid recreating marks around unchanged nodes
  • 76c7c47 Adjust workaround for Chrome selection misreporting bug
  • See full diff in compare view

Updates @tiptap/react from 3.15.3 to 3.17.1

Release notes

Sourced from @​tiptap/react's releases.

v3.17.1

@​tiptap/extension-paragraph

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines

@​tiptap/markdown

Patch Changes

  • Fixed markdown serialization doubling newlines and parsing collapsing multiple blank lines
  • Fixed markdown HTML parsing when window object is unavailable in server-side environments
  • Fixed ordered list numbering when list has a non-default start value

@​tiptap/vue-3

Patch Changes

  • Fixed IME input (Chinese, Japanese, Korean) in Vue 3 mark views by preventing DOM element destruction during composition events

@​tiptap/extension-collaboration-caret

Patch Changes

  • Fixed CollaborationCaret crash with "Cannot read properties of undefined (reading 'doc')" error by updating to @​tiptap/y-tiptap@​3.0.2, which includes a guard against undefin...

    Description has been truncated

…updates

Bumps the editor-dependencies group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.3` | `19.2.4` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.3` | `19.2.4` |
| [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core) | `3.15.3` | `3.17.1` |
| [@tiptap/extension-bold](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-bold) | `3.15.3` | `3.17.1` |
| [@tiptap/extension-code](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-code) | `3.15.3` | `3.17.1` |
| [@tiptap/extensions](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension) | `3.15.3` | `3.17.1` |
| [@tiptap/extension-horizontal-rule](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-horizontal-rule) | `3.15.3` | `3.17.1` |
| [@tiptap/extension-italic](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-italic) | `3.15.3` | `3.17.1` |
| [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `3.15.3` | `3.17.1` |
| [@tiptap/extension-paragraph](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-paragraph) | `3.15.3` | `3.17.1` |
| [@tiptap/extension-strike](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-strike) | `3.15.3` | `3.17.1` |
| [@tiptap/extension-text](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text) | `3.15.3` | `3.17.1` |
| [@tiptap/extension-underline](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-underline) | `3.15.3` | `3.17.1` |
| [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) | `3.15.3` | `3.17.1` |
| [prosemirror-transform](https://github.com/prosemirror/prosemirror-transform) | `1.10.5` | `1.11.0` |
| [prosemirror-view](https://github.com/prosemirror/prosemirror-view) | `1.41.4` | `1.41.5` |
| [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) | `3.15.3` | `3.17.1` |



Updates `react` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

Updates `react-dom` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom)

Updates `@tiptap/core` from 3.15.3 to 3.17.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.17.1/packages/core)

Updates `@tiptap/extension-bold` from 3.15.3 to 3.17.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-bold/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.17.1/packages/extension-bold)

Updates `@tiptap/extension-code` from 3.15.3 to 3.17.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-code/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.17.1/packages/extension-code)

Updates `@tiptap/extensions` from 3.15.3 to 3.17.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.17.1/packages/extension)

Updates `@tiptap/extension-horizontal-rule` from 3.15.3 to 3.17.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-horizontal-rule/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.17.1/packages/extension-horizontal-rule)

Updates `@tiptap/extension-italic` from 3.15.3 to 3.17.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-italic/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.17.1/packages/extension-italic)

Updates `@tiptap/extension-link` from 3.15.3 to 3.17.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.17.1/packages/extension-link)

Updates `@tiptap/extension-paragraph` from 3.15.3 to 3.17.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.17.1/packages/extension-paragraph)

Updates `@tiptap/extension-strike` from 3.15.3 to 3.17.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-strike/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.17.1/packages/extension-strike)

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

Updates `@tiptap/extension-underline` from 3.15.3 to 3.17.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.17.1/packages/extension-underline)

Updates `@tiptap/pm` from 3.15.3 to 3.17.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.17.1/packages/pm)

Updates `prosemirror-transform` from 1.10.5 to 1.11.0
- [Changelog](https://github.com/ProseMirror/prosemirror-transform/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-transform@1.10.5...1.11.0)

Updates `prosemirror-view` from 1.41.4 to 1.41.5
- [Changelog](https://github.com/ProseMirror/prosemirror-view/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-view@1.41.4...1.41.5)

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

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: editor-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/core"
  dependency-version: 3.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/extension-bold"
  dependency-version: 3.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/extension-code"
  dependency-version: 3.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/extensions"
  dependency-version: 3.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/extension-horizontal-rule"
  dependency-version: 3.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/extension-italic"
  dependency-version: 3.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/extension-link"
  dependency-version: 3.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/extension-paragraph"
  dependency-version: 3.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/extension-strike"
  dependency-version: 3.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/extension-text"
  dependency-version: 3.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/extension-underline"
  dependency-version: 3.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/pm"
  dependency-version: 3.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: prosemirror-transform
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
- dependency-name: prosemirror-view
  dependency-version: 1.41.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: editor-dependencies
- dependency-name: "@tiptap/react"
  dependency-version: 3.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: editor-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the npm dependencies Bumps dependencies label Jan 27, 2026
@vercel
Copy link

vercel bot commented Jan 27, 2026

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

Project Deployment Review Updated (UTC)
blocknote Ready Ready Preview Jan 27, 2026 2:49pm
blocknote-website Error Error Jan 27, 2026 2:49pm

Request Review

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2026

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Jan 27, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/editor-dependencies-84f511f949 branch January 27, 2026 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

npm dependencies Bumps dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants