Skip to content

chore(deps): bump @tiptap/core, @tiptap/extension-image, @tiptap/extension-link, @tiptap/extension-placeholder, @tiptap/react and @tiptap/starter-kit - #672

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-43029d7267
Open

chore(deps): bump @tiptap/core, @tiptap/extension-image, @tiptap/extension-link, @tiptap/extension-placeholder, @tiptap/react and @tiptap/starter-kit#672
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-43029d7267

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps @tiptap/core to 3.31.0 and updates ancestor dependencies @tiptap/core, @tiptap/extension-image, @tiptap/extension-link, @tiptap/extension-placeholder, @tiptap/react and @tiptap/starter-kit. These dependencies need to be updated together.

Updates @tiptap/core from 2.27.2 to 3.31.0

Release notes

Sourced from @​tiptap/core's releases.

v3.31.0

@​tiptap/react

Minor Changes

  • e7bf804: Align selected with ProseMirror node selections by default, expose text selections through selectionInside, and keep selectedOnTextSelection compatible.

v3.30.6

@​tiptap/core

Patch Changes

  • Nested lists exported to Markdown now keep their hierarchy when the file is read back by other Markdown tools.

@​tiptap/extension-list

Patch Changes

  • Nested lists exported to Markdown now keep their hierarchy when the file is read back by other Markdown tools.

@​tiptap/extension-youtube

Patch Changes

  • Pasting a YouTube iframe without a src attribute no longer crashes the editor. The embed is kept without a source.

@​tiptap/markdown

Patch Changes

  • Fix Markdown serialization of whitespace-only marked text.

@​tiptap/react

Patch Changes

  • Reduce overhead in React node views on documents with many nodes.

v3.30.5

@​tiptap/core

Patch Changes

  • Fix a denial-of-service risk where crafted block or inline Markdown attributes could consume excessive CPU and block the browser or server event loop.

v3.30.4

@​tiptap/core

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/core's changelog.

3.31.0

Patch Changes

  • @​tiptap/pm@​3.31.0

3.30.6

Patch Changes

  • 9f844ab: Nested lists exported to Markdown now keep their hierarchy when the file is read back by other Markdown tools.
    • @​tiptap/pm@​3.30.6

3.30.5

Patch Changes

  • d0d499b: Fix a denial-of-service risk where crafted block or inline Markdown attributes could consume excessive CPU and block the browser or server event loop.
    • @​tiptap/pm@​3.30.5

3.30.4

Patch Changes

  • 01d7af8: Prevent untrusted HTML attributes from changing an object's prototype when merged with mergeAttributes.
    • @​tiptap/pm@​3.30.4

3.30.3

Patch Changes

  • 965a880: Fix JSX runtime to properly render nested sibling elements by spreading children arrays into DOMOutputSpec
    • @​tiptap/pm@​3.30.3

3.30.2

Patch Changes

  • 3dffed5: Keep mixed JSX children as separate siblings in DOM output.
  • 214a140: Fixed a bug where editor.chain and editor.can can not be accessed on editor initialization
    • @​tiptap/pm@​3.30.2

3.30.1

Patch Changes

  • abc8828: Added new ProseMirror helpers that check whether a value is a specific ProseMirror type.
    • @​tiptap/pm@​3.30.1

3.30.0

... (truncated)

Commits

Updates @tiptap/extension-image from 2.27.2 to 3.31.0

Release notes

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

v3.31.0

@​tiptap/react

Minor Changes

  • e7bf804: Align selected with ProseMirror node selections by default, expose text selections through selectionInside, and keep selectedOnTextSelection compatible.

v3.30.6

@​tiptap/core

Patch Changes

  • Nested lists exported to Markdown now keep their hierarchy when the file is read back by other Markdown tools.

@​tiptap/extension-list

Patch Changes

  • Nested lists exported to Markdown now keep their hierarchy when the file is read back by other Markdown tools.

@​tiptap/extension-youtube

Patch Changes

  • Pasting a YouTube iframe without a src attribute no longer crashes the editor. The embed is kept without a source.

@​tiptap/markdown

Patch Changes

  • Fix Markdown serialization of whitespace-only marked text.

@​tiptap/react

Patch Changes

  • Reduce overhead in React node views on documents with many nodes.

v3.30.5

@​tiptap/core

Patch Changes

  • Fix a denial-of-service risk where crafted block or inline Markdown attributes could consume excessive CPU and block the browser or server event loop.

v3.30.4

@​tiptap/core

Patch Changes

... (truncated)

Changelog

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

3.31.0

Patch Changes

  • @​tiptap/core@​3.31.0

3.30.6

Patch Changes

  • Updated dependencies [9f844ab]
    • @​tiptap/core@​3.30.6

3.30.5

Patch Changes

  • Updated dependencies [d0d499b]
    • @​tiptap/core@​3.30.5

3.30.4

Patch Changes

  • Updated dependencies [01d7af8]
    • @​tiptap/core@​3.30.4

3.30.3

Patch Changes

  • Updated dependencies [965a880]
    • @​tiptap/core@​3.30.3

3.30.2

Patch Changes

  • 546b655: Fix resizable images staying hidden when the image is cached or fails to load.
  • Updated dependencies [3dffed5]
  • Updated dependencies [214a140]
    • @​tiptap/core@​3.30.2

3.30.1

Patch Changes

  • Updated dependencies [abc8828]
    • @​tiptap/core@​3.30.1

... (truncated)

Commits
  • 0280f4a chore(release): release new stable release (#8292)
  • 5302fda chore(release): release new stable release (#8264)
  • b0c188b chore(release): release new stable release (#8261)
  • 55f59e4 chore(release): release new stable release (#8260)
  • db790a7 chore(release): release new stable release (#8216)
  • f434577 chore: migrate over to vite+ for tooling (#8151)
  • cef2c9a chore(release): release new stable release (#8190)
  • 546b655 fix(extension-image): reveal resizable node view when the image is already ca...
  • 4c4933d chore(release): release new stable release (#8181)
  • 7901bc2 chore(release): release new stable release (#8142)
  • Additional commits viewable in compare view

Updates @tiptap/extension-link from 2.27.2 to 3.31.0

Release notes

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

v3.31.0

@​tiptap/react

Minor Changes

  • e7bf804: Align selected with ProseMirror node selections by default, expose text selections through selectionInside, and keep selectedOnTextSelection compatible.

v3.30.6

@​tiptap/core

Patch Changes

  • Nested lists exported to Markdown now keep their hierarchy when the file is read back by other Markdown tools.

@​tiptap/extension-list

Patch Changes

  • Nested lists exported to Markdown now keep their hierarchy when the file is read back by other Markdown tools.

@​tiptap/extension-youtube

Patch Changes

  • Pasting a YouTube iframe without a src attribute no longer crashes the editor. The embed is kept without a source.

@​tiptap/markdown

Patch Changes

  • Fix Markdown serialization of whitespace-only marked text.

@​tiptap/react

Patch Changes

  • Reduce overhead in React node views on documents with many nodes.

v3.30.5

@​tiptap/core

Patch Changes

  • Fix a denial-of-service risk where crafted block or inline Markdown attributes could consume excessive CPU and block the browser or server event loop.

v3.30.4

@​tiptap/core

Patch Changes

... (truncated)

Changelog

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

3.31.0

Patch Changes

  • @​tiptap/core@​3.31.0
  • @​tiptap/pm@​3.31.0

3.30.6

Patch Changes

  • Updated dependencies [9f844ab]
    • @​tiptap/core@​3.30.6
    • @​tiptap/pm@​3.30.6

3.30.5

Patch Changes

  • Updated dependencies [d0d499b]
    • @​tiptap/core@​3.30.5
    • @​tiptap/pm@​3.30.5

3.30.4

Patch Changes

  • Updated dependencies [01d7af8]
    • @​tiptap/core@​3.30.4
    • @​tiptap/pm@​3.30.4

3.30.3

Patch Changes

  • Updated dependencies [965a880]
    • @​tiptap/core@​3.30.3
    • @​tiptap/pm@​3.30.3

3.30.2

Patch Changes

  • Updated dependencies [3dffed5]
  • Updated dependencies [214a140]
    • @​tiptap/core@​3.30.2
    • @​tiptap/pm@​3.30.2

3.30.1

... (truncated)

Commits
  • 0280f4a chore(release): release new stable release (#8292)
  • 5302fda chore(release): release new stable release (#8264)
  • b0c188b chore(release): release new stable release (#8261)
  • 55f59e4 chore(release): release new stable release (#8260)
  • db790a7 chore(release): release new stable release (#8216)
  • f434577 chore: migrate over to vite+ for tooling (#8151)
  • cef2c9a chore(release): release new stable release (#8190)
  • 4c4933d chore(release): release new stable release (#8181)
  • 7901bc2 chore(release): release new stable release (#8142)
  • 2036090 test(extension-link): guard non-link click selection with enableClickSelectio...
  • Additional commits viewable in compare view

Updates @tiptap/extension-placeholder from 2.27.2 to 3.31.0

Release notes

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

v3.31.0

@​tiptap/react

Minor Changes

  • e7bf804: Align selected with ProseMirror node selections by default, expose text selections through selectionInside, and keep selectedOnTextSelection compatible.

v3.30.6

@​tiptap/core

Patch Changes

  • Nested lists exported to Markdown now keep their hierarchy when the file is read back by other Markdown tools.

@​tiptap/extension-list

Patch Changes

  • Nested lists exported to Markdown now keep their hierarchy when the file is read back by other Markdown tools.

@​tiptap/extension-youtube

Patch Changes

  • Pasting a YouTube iframe without a src attribute no longer crashes the editor. The embed is kept without a source.

@​tiptap/markdown

Patch Changes

  • Fix Markdown serialization of whitespace-only marked text.

@​tiptap/react

Patch Changes

  • Reduce overhead in React node views on documents with many nodes.

v3.30.5

@​tiptap/core

Patch Changes

  • Fix a denial-of-service risk where crafted block or inline Markdown attributes could consume excessive CPU and block the browser or server event loop.

v3.30.4

@​tiptap/core

Patch Changes

... (truncated)

Changelog

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

3.31.0

Patch Changes

  • @​tiptap/extensions@​3.31.0

3.30.6

Patch Changes

  • @​tiptap/extensions@​3.30.6

3.30.5

Patch Changes

  • @​tiptap/extensions@​3.30.5

3.30.4

Patch Changes

  • @​tiptap/extensions@​3.30.4

3.30.3

Patch Changes

  • @​tiptap/extensions@​3.30.3

3.30.2

Patch Changes

  • @​tiptap/extensions@​3.30.2

3.30.1

Patch Changes

  • @​tiptap/extensions@​3.30.1

3.30.0

Patch Changes

  • @​tiptap/extensions@​3.30.0

3.29.2

... (truncated)

Commits

Updates @tiptap/react from 2.27.2 to 3.31.0

Release notes

Sourced from @​tiptap/react's releases.

v3.31.0

@​tiptap/react

Minor Changes

  • e7bf804: Align selected with ProseMirror node selections by default, expose text selections through selectionInside, and keep selectedOnTextSelection compatible.

v3.30.6

@​tiptap/core

Patch Changes

  • Nested lists exported to Markdown now keep their hierarchy when the file is read back by other Markdown tools.

@​tiptap/extension-list

Patch Changes

  • Nested lists exported to Markdown now keep their hierarchy when the file is read back by other Markdown tools.

@​tiptap/extension-youtube

Patch Changes

  • Pasting a YouTube iframe without a src attribute no longer crashes the editor. The embed is kept without a source.

@​tiptap/markdown

Patch Changes

  • Fix Markdown serialization of whitespace-only marked text.

@​tiptap/react

Patch Changes

  • Reduce overhead in React node views on documents with many nodes.

v3.30.5

@​tiptap/core

Patch Changes

  • Fix a denial-of-service risk where crafted block or inline Markdown attributes could consume excessive CPU and block the browser or server event loop.

v3.30.4

@​tiptap/core

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/react's changelog.

3.31.0

Minor Changes

  • 4372d81: Align selected with ProseMirror node selections by default, expose text selections through selectionInside, and keep selectedOnTextSelection compatible.

Patch Changes

  • @​tiptap/core@​3.31.0
  • @​tiptap/pm@​3.31.0

3.30.6

Patch Changes

  • afb3fcc: Reduce overhead in React node views on documents with many nodes.
  • Updated dependencies [9f844ab]
    • @​tiptap/core@​3.30.6
    • @​tiptap/pm@​3.30.6

3.30.5

Patch Changes

  • Updated dependencies [d0d499b]
    • @​tiptap/core@​3.30.5
    • @​tiptap/pm@​3.30.5

3.30.4

Patch Changes

  • Updated dependencies [01d7af8]
    • @​tiptap/core@​3.30.4
    • @​tiptap/pm@​3.30.4

3.30.3

Patch Changes

  • 1cb7ad3: Fix ReactNodeViewRenderer crash when contentComponent is not available
  • Updated dependencies [965a880]
    • @​tiptap/core@​3.30.3
    • @​tiptap/pm@​3.30.3

3.30.2

Patch Changes

  • Updated dependencies [3dffed5]

... (truncated)

Commits
  • 0280f4a chore(release): release new stable release (#8292)
  • 4372d81 Refactor React node view selection tracking (#8289) (#8291)
  • 5302fda chore(release): release new stable release (#8264)
  • afb3fcc add new visual selection handler & refactored react node view selection handl...
  • b0c188b chore(release): release new stable release (#8261)
  • 55f59e4 chore(release): release new stable release (#8260)
  • db790a7 chore(release): release new stable release (#8216)
  • f434577 chore: migrate over to vite+ for tooling (#8151)
  • 1cb7ad3 fix(react): prevent crash when ReactNodeViewRenderer returns early (#7670)
  • cef2c9a chore(release): release new stable release (#8190)
  • Additional commits viewable in compare view

Updates @tiptap/starter-kit from 2.27.2 to 3.31.0

Release notes

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

v3.31.0

@​tiptap/react

Minor Changes

  • e7bf804: Align selected with ProseMirror node selections by default, expose text selections through selectionInside, and keep selectedOnTextSelection compatible.

v3.30.6

@​tiptap/core

Patch Changes

  • Nested lists exported to Markdown now keep their hierarchy when the file is read back by other Markdown tools.

@​tiptap/extension-list

Patch Changes

  • Nested lists exported to Markdown now keep their hierarchy when the file is read back by other Markdown tools.

@​tiptap/extension-youtube

Patch Changes

  • Pasting a YouTube iframe without a src attribute no longer crashes the editor. The embed is kept without a source.

@​tiptap/markdown

Patch Changes

  • Fix Markdown serialization of whitespace-only marked text.

@​tiptap/react

Patch Changes

  • Reduce overhead in React node views on documents with many nodes.

v3.30.5

@​tiptap/core

Patch Changes

  • Fix a denial-of-service risk where crafted block or inline Markdown attributes could consume excessive CPU and block the browser or server event loop.

v3.30.4

@​tiptap/core

Patch Changes

... (truncated)

Changelog

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

3.31.0

Patch Changes

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

3.30.6

Patch Changes

  • Updated dependencies [9f844ab]
    • @​tiptap/core@​3.30.6
    • @​tiptap/extension-list@​3.30.6
    • @​tiptap/extension-blockquote@​3.30.6
    • @​tiptap/extension-bold@​3.30.6
    • @​tiptap/extension-code@​3.30.6
    • @​tiptap/extension-code-block@​3.30.6
    • @​tiptap/extension-document@​3.30.6
    • @​tiptap/extension-hard-break@​3.30.6
    • @​tiptap/extension-heading@​3.30.6
    • @​tiptap/extension-horizontal-rule@​3.30.6
    • @​tiptap/extension-italic@​3.30.6
    • @​tiptap/extension-link@​3.30.6
    • @​tiptap/extension-paragraph@​3.30.6
    • @​tiptap/extension-strike@​3.30.6
    • @​tiptap/extension-text@​3.30.6
    • @​tiptap/extension-underline@​3.30.6

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…nsion-link, @tiptap/extension-placeholder, @tiptap/react and @tiptap/starter-kit

Bumps [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core) to 3.31.0 and updates ancestor dependencies [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core), [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image), [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link), [@tiptap/extension-placeholder](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-placeholder), [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) and [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit). These dependencies need to be updated together.


Updates `@tiptap/core` from 2.27.2 to 3.31.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/v3.31.0/packages/core/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.31.0/packages/core)

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

Updates `@tiptap/extension-link` from 2.27.2 to 3.31.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/v3.31.0/packages/extension-link/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.31.0/packages/extension-link)

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

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

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

---
updated-dependencies:
- dependency-name: "@tiptap/core"
  dependency-version: 3.31.0
  dependency-type: indirect
- dependency-name: "@tiptap/extension-image"
  dependency-version: 3.31.0
  dependency-type: direct:production
- dependency-name: "@tiptap/extension-link"
  dependency-version: 3.31.0
  dependency-type: direct:production
- dependency-name: "@tiptap/extension-placeholder"
  dependency-version: 3.31.0
  dependency-type: direct:production
- dependency-name: "@tiptap/react"
  dependency-version: 3.31.0
  dependency-type: direct:production
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.31.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants