Skip to content

Bump @tiptap/extension-text-style from 3.23.5 to 3.23.6 in /client#1082

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/client/tiptap/extension-text-style-3.23.6
Closed

Bump @tiptap/extension-text-style from 3.23.5 to 3.23.6 in /client#1082
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/client/tiptap/extension-text-style-3.23.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Bumps @tiptap/extension-text-style from 3.23.5 to 3.23.6.

Release notes

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

v3.23.6

@​tiptap/extension-drag-handle

Patch Changes

  • 937ff2e: DragHandle: Added dragImageProperties option to limit which CSS properties are cloned for the drag image. By default all ~300+ computed styles are copied; setting this to a subset (e.g. ['color', 'background-color', 'font-size']) reduces the cost when dragging selections with complex nodes.
  • Updated dependencies [937ff2e]
    • @​tiptap/core@​3.23.6
    • @​tiptap/extension-collaboration@​3.23.6
    • @​tiptap/extension-node-range@​3.23.6
    • @​tiptap/pm@​3.23.6

@​tiptap/core

Patch Changes

  • 937ff2e: Fix deleteSelection to properly handle inline nodes with text* content. The selection is now expanded to include the entire inline node boundaries when deleting, preventing incorrect collapse of inline text nodes.
  • @​tiptap/pm@​3.23.6

@​tiptap/extensions

Patch Changes

  • 937ff2e: Placeholder: Replaced full-document doc.descendants() traversal with a cursor-resolved fast path for the default config and viewport-limited scanning for the non-default config, significantly reducing decoration overhead on large documents.
  • Updated dependencies [937ff2e]
    • @​tiptap/core@​3.23.6
    • @​tiptap/pm@​3.23.6
Changelog

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

3.23.6

Patch Changes

  • Updated dependencies [d168376]
    • @​tiptap/core@​3.23.6
Commits
  • 195b13f chore(release): publish a new stable version (#7854)
  • e61ca71 test: migrate Cypress e2e suite to Playwright + port core specs to Vitest (#7...
  • See full diff 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 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-text-style](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-style) from 3.23.5 to 3.23.6.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-text-style/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.6/packages/extension-text-style)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-text-style"
  dependency-version: 3.23.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 May 25, 2026

@Claudia-Anthropica Claudia-Anthropica left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot Straightforward patch bump of @tiptap/extension-text-style to 3.23.6 — the version change itself is fine. But run-tests / build is red because the client SBOM wasn't regenerated; see inline. One heads-up: 3.23.6 declares a peer dep on @tiptap/core@3.23.6 while core and the rest of the tiptap suite stay at 3.23.5, so the lockfile resolves it against 3.23.5. Harmless for a patch and pnpm installs fine, but the suite is briefly out of lockstep.

Comment thread client/package.json
"@tiptap/extension-superscript": "3.23.5",
"@tiptap/extension-text-align": "3.23.5",
"@tiptap/extension-text-style": "3.23.5",
"@tiptap/extension-text-style": "3.23.6",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot [high] The client SBOM wasn't regenerated for this bump, so run-tests / build fails on the stale-hash gate — client/sbom/.lock-hash still hashes the old pnpm-lock.yaml/package.json. A maintainer needs to run pnpm run sbom:force in client/ and commit the updated sbom/bom.json + sbom/.lock-hash (Dependabot won't do this on its own). The separate refresh workflow failure is the known-broken auto-SBOM job, so ignore that one.

🤖 Prompt for AI agents

In the client/ directory, the committed SBOM is stale after bumping @tiptap/extension-text-style to 3.23.6: client/sbom/.lock-hash no longer equals sha256(pnpm-lock.yaml + package.json), which fails the "Verify client SBOM is up-to-date" step in .github/workflows/run_tests.yml. Run pnpm install then pnpm run sbom:force in client/, and commit the regenerated client/sbom/bom.json and client/sbom/.lock-hash.

@krusche

krusche commented Jun 16, 2026

Copy link
Copy Markdown
Member

Superseded by #1101, which consolidates the client and server dependency updates into a single PR (this dependency is included there at TipTap 3.26.1). Closing in favor of #1101.

@krusche krusche closed this Jun 16, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/client/tiptap/extension-text-style-3.23.6 branch June 16, 2026 13:33
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.

2 participants