Skip to content

build(deps): bump @tiptap/extension-code-block-lowlight from 2.27.1 to 3.13.0#271

Merged
sorydima merged 2 commits intomasterfrom
dependabot/npm_and_yarn/tiptap/extension-code-block-lowlight-3.13.0
Dec 27, 2025
Merged

build(deps): bump @tiptap/extension-code-block-lowlight from 2.27.1 to 3.13.0#271
sorydima merged 2 commits intomasterfrom
dependabot/npm_and_yarn/tiptap/extension-code-block-lowlight-3.13.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 8, 2025

Bumps @tiptap/extension-code-block-lowlight from 2.27.1 to 3.13.0.

Release notes

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

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-2

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-3

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-link

Patch Changes

  • Ensure enableClickSelection works regardless of the openOnClick option by always registering the link click handler plugin.

@​tiptap/extension-table-of-contents

Patch Changes

  • Skip the table of contents update logic during IME input method composition to avoid interference with input.

@​tiptap/markdown

Patch Changes

  • Fixed trailing and leading whitespace handling in markdown serialization for inline marks

@​tiptap/extension-mention

Patch Changes

  • Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@' character, keeping markdown output clean for single-mention users.

@​tiptap/core

... (truncated)

Changelog

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

3.13.0

Patch Changes

  • Updated dependencies [526365a]
  • Updated dependencies [e3b4f68]
    • @​tiptap/core@​3.13.0
    • @​tiptap/extension-code-block@​3.13.0
    • @​tiptap/pm@​3.13.0

3.12.1

Patch Changes

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

3.12.0

Patch Changes

  • Updated dependencies [f232c5a]
    • @​tiptap/core@​3.12.0
    • @​tiptap/extension-code-block@​3.12.0
    • @​tiptap/pm@​3.12.0

3.11.1

Patch Changes

  • Updated dependencies [d0c4264]
    • @​tiptap/core@​3.11.1
    • @​tiptap/extension-code-block@​3.11.1
    • @​tiptap/pm@​3.11.1

3.11.0

Patch Changes

  • Updated dependencies [541c93c]
    • @​tiptap/core@​3.11.0
    • @​tiptap/extension-code-block@​3.11.0
    • @​tiptap/pm@​3.11.0

3.10.8

Patch Changes

  • Updated dependencies [8375241]

... (truncated)

Commits
  • 9d7ea8d chore(release): publish a new release version (#7308)
  • c710fdc chore(release): publish a new release version (#7298)
  • 7c72d24 chore(release): publish a new release version (#7295)
  • 0860c60 chore(release): publish a new release version (#7279)
  • e5cc5ce feat: add Vitest configuration for testing with package aliases (#7184)
  • e4b95fa chore(release): publish a new release version (#7244)
  • abc5b34 chore(release): publish a new release version (#7242)
  • 7413f6d chore(release): publish a new release version (#7227)
  • a11188e chore(release): publish a new release version (#7224)
  • a365c61 chore(release): publish a new release version (#7204)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [@tiptap/extension-code-block-lowlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-code-block-lowlight) from 2.27.1 to 3.13.0.
- [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.13.0/packages/extension-code-block-lowlight)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-code-block-lowlight"
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Dec 8, 2025
@sorydima sorydima merged commit 1e517cb into master Dec 27, 2025
3 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/tiptap/extension-code-block-lowlight-3.13.0 branch December 27, 2025 08:47
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.

1 participant