Skip to content

build(deps): bump @tiptap/extension-table-cell from 2.27.2 to 3.30.2 - #52

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tiptap/extension-table-cell-3.30.1
Open

build(deps): bump @tiptap/extension-table-cell from 2.27.2 to 3.30.2#52
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tiptap/extension-table-cell-3.30.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

Bumps @tiptap/extension-table-cell from 2.27.2 to 3.30.2.

Release notes

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

v3.30.2

@​tiptap/core

Patch Changes

  • Keep mixed JSX children as separate siblings in DOM output.
  • Fixed a bug where editor.chain and editor.can can not be accessed on editor initialization

@​tiptap/extension-image

Patch Changes

  • Fix resizable images staying hidden when the image is cached or fails to load.

v3.30.1

@​tiptap/extension-table

Patch Changes

  • Fixed table markdown pipe escaping so the extension loads on older Safari and iOS versions (WebKit before Safari 16.4).

@​tiptap/core

Patch Changes

  • Added new ProseMirror helpers that check whether a value is a specific ProseMirror type.

v3.30.0

@​tiptap/vue-2

Minor Changes

  • ceb0dac: New Decorations API

    Finally the decorations API is here! Even though Decorations itself are nothing new in ProseMirror, the new API makes it much easier to use them in Tiptap without leaving your extensions.

    Decorations change how the document looks without changing the document itself. Highlighting search results, marking spelling mistakes, showing collaborator cursors, putting a drag handle next to every block.

    Until now you had to write a ProseMirror plugin by hand for this, keep the decoration set in plugin state, and map it forward on every transaction. Extensions can now declare decorations directly with a new addDecorations() hook.

    addDecorations() {
      return {
        create: ({ state }) =>
          // findMatches can be any function that returns an array of { from, to } ranges
          findMatches(state.doc).map(match =>
            Decoration.Inline(match.from, match.to, { class: 'highlight' }),
          ),
      }

... (truncated)

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 20, 2026
@vercel

vercel Bot commented Aug 20, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
nota.mrlemoos.dev Error Error Aug 25, 2026 8:59am

Bumps [@tiptap/extension-table-cell](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-cell) from 2.27.2 to 3.30.2.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.30.2/packages/extension-table-cell)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-table-cell"
  dependency-version: 3.30.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump @tiptap/extension-table-cell from 2.27.2 to 3.30.1 build(deps): bump @tiptap/extension-table-cell from 2.27.2 to 3.30.2 Aug 25, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap/extension-table-cell-3.30.1 branch from b993d01 to 5f10673 Compare August 25, 2026 08:54
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