Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @tiptap/extension-task-list from 2.1.6 to 3.6.2.

Release notes

Sourced from @​tiptap/extension-task-list'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)

Commits
  • ac35ec8 reinstigate history extension and move it into deprecated packages directory
  • 89bd9c7 Fix/enforce-type-imports-so-that-bundler-ignores-types (#6132)
  • 3ac7e29 chore(release): publish a new pre-release version (next) (#6071)
  • 2172a4c sfix merge conflicts
  • 2d42e94 sync next with develop
  • 4ec400c chore(release): publish a new release version (#6070)
  • f731cd9 chore(release): publish version 3.0.0-next.5(#6012)
  • 2c911d2 feat(list): add new extension-list package which packages all the list pack...
  • 4d9cc05 chore(release): publish version v2.11.3 (#6035)
  • 75258f3 chore(release): version 2.11.2 (#6013)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by tiptap-bot, a new releaser for @​tiptap/extension-task-list since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore 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)

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

Bumps [@tiptap/extension-task-list](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-task-list) from 2.1.6 to 3.6.2.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.6.2/packages/extension-task-list)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-task-list"
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added scope: code An issue related to source code. scope: deps An issue related to dependencies. type: improvement A new improvement proposal. labels Oct 1, 2025
@vercel
Copy link

vercel bot commented Oct 1, 2025

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

Project Deployment Preview Updated (UTC)
tact Error Error Oct 1, 2025 5:02am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope: code An issue related to source code. scope: deps An issue related to dependencies. type: improvement A new improvement proposal.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants