Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps the tiptap group with 7 updates:

Package From To
@tiptap/core 3.3.0 3.6.2
@tiptap/extension-code-block-lowlight 3.3.0 3.6.2
@tiptap/extension-link 3.3.0 3.6.2
@tiptap/extension-subscript 3.3.0 3.6.2
@tiptap/extension-superscript 3.3.0 3.6.2
@tiptap/starter-kit 3.3.0 3.6.2
@tiptap/vue-2 3.3.0 3.6.2

Updates @tiptap/core from 3.3.0 to 3.6.2

Release notes

Sourced from @​tiptap/core's releases.

v3.6.2

Releases

v3.6.2

@​tiptap/extension-bubble-menu

Patch Changes

  • Fix a bug where the bubble menu could throw an error if the editor was destroyed while the plugin was cleaning up.

v3.6.1

Releases

v3.6.1

@​tiptap/react

Patch Changes

  • Hotfix: Fix a crash in the React package that could occur during mounting/unmounting when the editor wasn't fully initialized. This prevents a runtime error and improves stability.

v3.6.0

Releases

v3.6.0

@​tiptap/core

Patch Changes

  • Improve typing and docs for EditorOptions.element to reflect all supported mounting modes and align behavior across adapters.

    • element now accepts:
      • Element: the editor is appended inside the given element.
      • { mount: HTMLElement }: the editor is mounted directly to mount (no extra wrapper).
      • (editorEl: HTMLElement) => void: a function that receives the editor element so you can place it anywhere in the DOM.
      • null: no automatic mounting.

@​tiptap/extension-table

Patch Changes

  • Parse cell colwidth from nearest <colgroup> when missing on the cell

    When importing HTML, table column widths are often declared on a surrounding <colgroup> rather than on each <td>. Previously, tableCell only read the colwidth attribute from the cell itself and would lose width information in that case. The implementation now falls back to reading the corresponding <col>'s width from the table's <colgroup> using the cell's index.

    This is a non-breaking bugfix that preserves layout information when HTML uses <colgroup>. Consider adding a small demo or unit test to assert colwidth is preserved for cells when only the <colgroup> contains width attributes.

  • Fixes table wrapper replacement and lost selections when resizable: true.

... (truncated)

Changelog

Sourced from @​tiptap/core's changelog.

3.6.2

Patch Changes

3.6.1

Patch Changes

3.6.0

Patch Changes

  • c0190bd: Improve typing and docs for EditorOptions.element to reflect all supported mounting modes and align behavior across adapters.

    • element now accepts:
      • Element: the editor is appended inside the given element.
      • { mount: HTMLElement }: the editor is mounted directly to mount (no extra wrapper).
      • (editorEl: HTMLElement) => void: a function that receives the editor element so you can place it anywhere in the DOM.
      • null: no automatic mounting.
    • @​tiptap/pm@​3.6.0

3.5.3

Patch Changes

3.5.2

Patch Changes

3.5.1

Patch Changes

3.5.0

Patch Changes

3.4.6

... (truncated)

Commits
  • 5a9580d chore(release): publish a new release version (#7027)
  • daf78ec chore(release): publish a new release version (#7014)
  • ec6a3a7 chore(release): publish a new release version (#7012)
  • c0190bd fix: more accurate typing for element option (#6972)
  • 06d0bea chore(release): publish a new release version (#7009)
  • 97a00f8 chore(release): publish a new release version (#7007)
  • 5eac770 chore(release): publish a new release version (#7003)
  • 2b82cb1 chore(release): publish a new release version (#6999)
  • 4c52c72 chore(release): publish a new release version (#6997)
  • 301f519 Merge branch 'develop' of github.com:ueberdosis/tiptap into develop
  • Additional commits viewable in compare view

Updates @tiptap/extension-code-block-lowlight from 3.3.0 to 3.6.2

Release notes

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

v3.6.2

Releases

v3.6.2

@​tiptap/extension-bubble-menu

Patch Changes

  • Fix a bug where the bubble menu could throw an error if the editor was destroyed while the plugin was cleaning up.

v3.6.1

Releases

v3.6.1

@​tiptap/react

Patch Changes

  • Hotfix: Fix a crash in the React package that could occur during mounting/unmounting when the editor wasn't fully initialized. This prevents a runtime error and improves stability.

v3.6.0

Releases

v3.6.0

@​tiptap/core

Patch Changes

  • Improve typing and docs for EditorOptions.element to reflect all supported mounting modes and align behavior across adapters.

    • element now accepts:
      • Element: the editor is appended inside the given element.
      • { mount: HTMLElement }: the editor is mounted directly to mount (no extra wrapper).
      • (editorEl: HTMLElement) => void: a function that receives the editor element so you can place it anywhere in the DOM.
      • null: no automatic mounting.

@​tiptap/extension-table

Patch Changes

  • Parse cell colwidth from nearest <colgroup> when missing on the cell

    When importing HTML, table column widths are often declared on a surrounding <colgroup> rather than on each <td>. Previously, tableCell only read the colwidth attribute from the cell itself and would lose width information in that case. The implementation now falls back to reading the corresponding <col>'s width from the table's <colgroup> using the cell's index.

    This is a non-breaking bugfix that preserves layout information when HTML uses <colgroup>. Consider adding a small demo or unit test to assert colwidth is preserved for cells when only the <colgroup> contains width attributes.

  • Fixes table wrapper replacement and lost selections when resizable: true.

... (truncated)

Changelog

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

3.6.2

Patch Changes

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

3.6.1

Patch Changes

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

3.6.0

Patch Changes

  • Updated dependencies [c0190bd]
    • @​tiptap/core@​3.6.0
    • @​tiptap/extension-code-block@​3.6.0
    • @​tiptap/pm@​3.6.0

3.5.3

Patch Changes

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

3.5.2

Patch Changes

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

3.5.1

Patch Changes

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

3.5.0

... (truncated)

Commits
  • 5a9580d chore(release): publish a new release version (#7027)
  • daf78ec chore(release): publish a new release version (#7014)
  • ec6a3a7 chore(release): publish a new release version (#7012)
  • 06d0bea chore(release): publish a new release version (#7009)
  • 97a00f8 chore(release): publish a new release version (#7007)
  • 5eac770 chore(release): publish a new release version (#7003)
  • 2b82cb1 chore(release): publish a new release version (#6999)
  • 4c52c72 chore(release): publish a new release version (#6997)
  • fd61b0c chore(release): publish a new release version (#6995)
  • ded07c1 Merge branch 'main' of github.com:ueberdosis/tiptap into develop
  • Additional commits viewable in compare view

Updates @tiptap/extension-link from 3.3.0 to 3.6.2

Release notes

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

v3.6.2

Releases

v3.6.2

@​tiptap/extension-bubble-menu

Patch Changes

  • Fix a bug where the bubble menu could throw an error if the editor was destroyed while the plugin was cleaning up.

v3.6.1

Releases

v3.6.1

@​tiptap/react

Patch Changes

  • Hotfix: Fix a crash in the React package that could occur during mounting/unmounting when the editor wasn't fully initialized. This prevents a runtime error and improves stability.

v3.6.0

Releases

v3.6.0

@​tiptap/core

Patch Changes

  • Improve typing and docs for EditorOptions.element to reflect all supported mounting modes and align behavior across adapters.

    • element now accepts:
      • Element: the editor is appended inside the given element.
      • { mount: HTMLElement }: the editor is mounted directly to mount (no extra wrapper).
      • (editorEl: HTMLElement) => void: a function that receives the editor element so you can place it anywhere in the DOM.
      • null: no automatic mounting.

@​tiptap/extension-table

Patch Changes

  • Parse cell colwidth from nearest <colgroup> when missing on the cell

    When importing HTML, table column widths are often declared on a surrounding <colgroup> rather than on each <td>. Previously, tableCell only read the colwidth attribute from the cell itself and would lose width information in that case. The implementation now falls back to reading the corresponding <col>'s width from the table's <colgroup> using the cell's index.

    This is a non-breaking bugfix that preserves layout information when HTML uses <colgroup>. Consider adding a small demo or unit test to assert colwidth is preserved for cells when only the <colgroup> contains width attributes.

  • Fixes table wrapper replacement and lost selections when resizable: true.

... (truncated)

Changelog

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

3.6.2

Patch Changes

3.6.1

Patch Changes

3.6.0

Patch Changes

  • Updated dependencies [c0190bd]

3.5.3

Patch Changes

3.5.2

Patch Changes

3.5.1

Patch Changes

3.5.0

Patch Changes

... (truncated)

Commits
  • 5a9580d chore(release): publish a new release version (#7027)
  • daf78ec chore(release): publish a new release version (#7014)
  • ec6a3a7 chore(release): publish a new release version (#7012)
  • 06d0bea chore(release): publish a new release version (#7009)
  • 97a00f8 chore(release): publish a new release version (#7007)
  • 5eac770 chore(release): publish a new release version (#7003)
  • 2b82cb1 chore(release): publish a new release version (#6999)
  • 4c52c72 chore(release): publish a new release version (#6997)
  • fd61b0c chore(release): publish a new release version (#6995)
  • fc9af15 chore(release): publish a new release version
  • Additional commits viewable in compare view

Updates @tiptap/extension-subscript from 3.3.0 to 3.6.2

Release notes

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

v3.6.2

Releases

v3.6.2

@​tiptap/extension-bubble-menu

Patch Changes

  • Fix a bug where the bubble menu could throw an error if the editor was destroyed while the plugin was cleaning up.

v3.6.1

Releases

v3.6.1

@​tiptap/react

Patch Changes

  • Hotfix: Fix a crash in the React package that could occur during mounting/unmounting when the editor wasn't fully initialized. This prevents a runtime error and improves stability.

v3.6.0

Releases

v3.6.0

@​tiptap/core

Patch Changes

  • Improve typing and docs for EditorOptions.element to reflect all supported mounting modes and align behavior across adapters.

    • element now accepts:
      • Element: the editor is appended inside the given element.
      • { mount: HTMLElement }: the editor is mounted directly to mount (no extra wrapper).
      • (editorEl: HTMLElement) => void: a function that receives the editor element so you can place it anywhere in the DOM.
      • null: no automatic mounting.

@​tiptap/extension-table

Patch Changes

  • Parse cell colwidth from nearest <colgroup> when missing on the cell

    When importing HTML, table column widths are often declared on a surrounding <colgroup> rather than on each <td>. Previously, tableCell only read the colwidth attribute from the cell itself and would lose width information in that case. The implementation now falls back to reading the corresponding <col>'s width from the table's <colgroup> using the cell's index.

    This is a non-breaking bugfix that preserves layout information when HTML uses <colgroup>. Consider adding a small demo or unit test to assert colwidth is preserved for cells when only the <colgroup> contains width attributes.

  • Fixes table wrapper replacement and lost selections when resizable: true.

... (truncated)

Changelog

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

3.6.2

Patch Changes

3.6.1

Patch Changes

3.6.0

Patch Changes

  • Updated dependencies [c0190bd]

3.5.3

Patch Changes

3.5.2

Patch Changes

3.5.1

Patch Changes

3.5.0

Patch Changes

... (truncated)

Commits
  • 5a9580d chore(release): publish a new release version (#7027)
  • daf78ec chore(release): publish a new release version (#7014)
  • ec6a3a7 chore(release): publish a new release version (#7012)
  • 06d0bea chore(release): publish a new release version (#7009)
  • 97a00f8 chore(release): publish a new release version (#7007)
  • 5eac770 chore(release): publish a new release version (#7003)
  • 2b82cb1 chore(release): publish a new release version (#6999)
  • 4c52c72 chore(release): publish a new release version (#6997)
  • fd61b0c chore(release): publish a new release version (#6995)
  • fc9af15 chore(release): publish a new release version
  • Additional commits viewable in compare view

Updates @tiptap/extension-superscript from 3.3.0 to 3.6.2

Release notes

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

v3.6.2

Releases

v3.6.2

@​tiptap/extension-bubble-menu

Patch Changes

  • Fix a bug where the bubble menu could throw an error if the editor was destroyed while the plugin was cleaning up.

v3.6.1

Releases

v3.6.1

@​tiptap/react

Patch Changes

  • Hotfix: Fix a crash in the React package that could occur during mounting/unmounting when the editor wasn't fully initialized. This prevents a runtime error and improves stability.

v3.6.0

Releases

v3.6.0

@​tiptap/core

Patch Changes

  • Improve typing and docs for EditorOptions.element to reflect all supported mounting modes and align behavior across adapters.

    • element now accepts:
      • Element: the editor is appended inside the given element.
      • { mount: HTMLElement }: the editor is mounted directly to mount (no extra wrapper).
      • (editorEl: HTMLElement) => void: a function that receives the editor element so you can place it anywhere in the DOM.
      • null: no automatic mounting.

@​tiptap/extension-table

Patch Changes

  • Parse cell colwidth from nearest <colgroup> when missing on the cell

    When importing HTML, table column widths are often declared on a surrounding <colgroup> rather than on each <td>. Previously, tableCell only read the colwidth attribute from the cell itself and would lose width information in that case. The implementation now falls back to reading the corresponding <col>'s width from the table's <colgroup> using the cell's index.

    This is a non-breaking bugfix that preserves layout information when HTML uses <colgroup>. Consider adding a small demo or unit test to assert colwidth is preserved for cells when only the <colgroup> contains width attributes.

  • Fixes table wrapper replacement and lost selections when resizable: true.

... (truncated)

Changelog

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

3.6.2

Patch Changes

3.6.1

Patch Changes

3.6.0

Patch Changes

  • Updated dependencies [c0190bd]

3.5.3

Patch Changes

3.5.2

Patch Changes

3.5.1

Patch Changes

3.5.0

Patch Changes

... (truncated)

Commits
  • 5a9580d chore(release): publish a new release version (#7027)
  • daf78ec chore(release): publish a new release version (#7014)
  • ec6a3a7 chore(release): publish a new release version (#7012)
  • 06d0bea chore(release): publish a new release version (#7009)
  • 97a00f8 chore(release): publish a new release version (#7007)
  • 5eac770 chore(release): publish a new release version (#7003)
  • 2b82cb1 chore(release): publish a new release version (#6999)
  • 4c52c72 chore(release): publish a new release version (#6997)
  • fd61b0c chore(release): publish a new release version (#6995)
  • fc9af15 chore(release): publish a new release version
  • Additional commits viewable in compare view

Updates @tiptap/starter-kit from 3.3.0 to 3.6.2

Release notes

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

v3.6.2

Releases

v3.6.2

@​tiptap/extension-bubble-menu

Patch Changes

  • Fix a bug where the bubble menu could throw an error if the editor was destroyed while the plugin was cleaning up.

v3.6.1

Releases

v3.6.1

@​tiptap/react

Patch Changes

  • Hotfix: Fix a crash in the React package that could occur during mounting/unmounting when the editor wasn't fully initialized. This prevents a runtime error and improves stability.

v3.6.0

Releases

v3.6.0

@​tiptap/core

Patch Changes

  • Improve typing and docs for EditorOptions.element to reflect all supported mounting modes and align behavior across adapters.

    • element now accepts:
      • Element: the editor is appended inside the given element.
      • { mount: HTMLElement }: the editor is mounted directly to mount (no extra wrapper).
      • (editorEl: HTMLElement) => void: a function that receives the editor element so you can place it anywhere in the DOM.
      • null: no automatic mounting.

@​tiptap/extension-table

Patch Changes

  • Parse cell colwidth from nearest <colgroup> when missing on the cell

    When importing HTML, table column widths are often declared on a surrounding <colgroup> rather than on each <td>. Previously, tableCell only read the colwidth attribute from the cell itself and would lose width information in that case. The implementation now falls back to reading the corresponding <col>'s width from the table's <colgroup> using the cell's index.

    This is a non-breaking bugfix that preserves layout information when HTML uses <colgroup>. Consider adding a small demo or unit test to assert colwidth is preserved for cells when only the <colgroup> contains width attributes.

  • Fixes table wrapper replacement and lost selections when resizable: true.

... (truncated)

Changelog

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

3.6.2

Patch Changes

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

3.6.1

Patch Changes

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

... (truncated)

Commits
  • 5a9580d chore(release): publish a new release version (#7027)
  • daf78ec chore(release): publish a new release version (#7014)
  • ec6a3a7 chore(release): publish a new release version (#7012)
  • 06d0bea chore(release): publish a new release version (#7009)
  • 97a00f8 chore(release): publish a new release version (#7007)
  • 5eac770 chore(release): publish a new release version (#7003)
  • 2b82cb1 chore(release): publish a new release version (#6999)
  • 4c52c72 chore(release): publish a new release version (#6997)
  • fd61b0c chore(release): publish a new release version (#6995)
  • fc9af15 chore(release): publish a new release version
  • Additional commits viewable in compare view

Updates @tiptap/vue-2 from 3.3.0 to 3.6.2

Release notes

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

v3.6.2

Releases

v3.6.2

@​tiptap/extension-bubble-menu

Patch Changes

  • Fix a bug where the bubble menu could throw an error if the editor was destroyed while the plugin was cleaning up.

v3.6.1

Releases

v3.6.1

@​tiptap/react

Patch Changes

  • Hotfix: Fix a crash in the React package that could occur during mounting/unmounting when the editor wasn't fully initialized. This prevents a runtime error and improves stability.

v3.6.0

Releases

v3.6.0

@​tiptap/core

Patch Changes

  • Improve typing and docs for EditorOptions.element to reflect all supported mounting modes and align behavior across adapters.

    • element now accepts:
      • Element: the editor is appended inside the given element.
      • { mount: HTMLElement }: the editor is mounted directly to mount (no extra wrapper).
      • (editorEl: HTMLElement) => void: a function that receives the editor element so you can place it anywhere in the DOM.
      • null: no automatic mounting.

@​tiptap/extension-table

Patch Changes

  • Parse cell colwidth from nearest <colgroup> when missing on the cell

    When importing HTML, table column widths are often declared on a surrounding <colgroup> rather than on each <td>. Previously, tableCell only read the colwidth attribute from the cell itself and would lose width information in that case. The implementation now falls back to reading the corresponding <col>'s width from the table's <colgroup> using the cell's index.

    This is a non-breaking bugfix that preserves layout information when HTML uses <colgroup>. Consider adding a small demo or unit test to assert colwidth is preserved for cells when only the <colgroup> contains width attributes.

  • Fixes table wrapper replacement and lost selections when resizable: true.

... (truncated)

Changelog

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

3.6.2

Patch Changes

3.6.1

Patch Changes

3.6.0

Patch Changes

  • Updated dependencies [c0190bd]

3.5.3

Patch Changes

3.5.2

Patch Changes

3.5.1

Patch Changes

  • f80c848: Add appendTo support to FloatingMenu and pass it through in React/Vue 2/Vue 3 for both BubbleMenu and FloatingMenu to allow fixing clipping/z-index issues.

3.5.0

Patch Changes

  • d56c9dd: Fix Vue2 menus visibility bug.
    • @​tiptap/core@​3.5.0

... (truncated)

Commits
  • 5a9580d chore(release): publish a new release version (#7027)
  • daf78ec chore(release): publish a new release version (#7014)
  • ec6a3a7 chore(release): publish a new release version (#7012)
  • c0190bd fix: more accurate typing for element option (#6972)
  • 06d0bea chore(release): publish a new release version (#7009)
  • 97a00f8 chore(release): publish a new release version (#7007)
  • 5eac770 chore(release): publish a new release version (#7003)
  • f80c848 Support custom container via appendTo for BubbleMenu/FloatingMenu acros...
  • 2b82cb1 chore(release): publish a new release version (#6999)
  • d56c9dd Fix menus in vue2 (#6723)
  • Additional commits viewable in compare view

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the tiptap group with 7 updates:

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


Updates `@tiptap/core` from 3.3.0 to 3.6.2
- [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.6.2/packages/core)

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

Updates `@tiptap/extension-link` from 3.3.0 to 3.6.2
- [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.6.2/packages/extension-link)

Updates `@tiptap/extension-subscript` from 3.3.0 to 3.6.2
- [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.6.2/packages/extension-subscript)

Updates `@tiptap/extension-superscript` from 3.3.0 to 3.6.2
- [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.6.2/packages/extension-superscript)

Updates `@tiptap/starter-kit` from 3.3.0 to 3.6.2
- [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.6.2/packages/starter-kit)

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

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

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 Oct 1, 2025
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