Skip to content

Bump @tiptap/extension-underline from 3.23.5 to 3.23.6 in /client#1086

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @tiptap/extension-underline from 3.23.5 to 3.23.6.

Release notes

Sourced from @​tiptap/extension-underline'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-underline's changelog.

3.23.6

Patch Changes

  • Updated dependencies [d168376]
    • @​tiptap/core@​3.23.6
Commits

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-underline](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-underline) 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-underline/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.6/packages/extension-underline)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-underline"
  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-underline 3.23.5 → 3.23.6. The bump itself is fine — build-dev-container and the e2e suite both pass. The blocker is purely mechanical: run-tests / build is red because the client SBOM hash wasn't regenerated after the lockfile changed (see inline). Once that's committed this is good to go. Two non-blocking notes: the refresh job failure is the unrelated, known-broken refresh_sbom workflow (SBOM_BOT not configured), not this PR; and underline@3.23.6 now declares a @tiptap/core: 3.23.6 peer while core is still pinned at 3.23.5, so you'll get a harmless unmet-peer warning until the rest of the tiptap packages are bumped to 3.23.6 too.

Comment thread client/package.json
"@tiptap/extension-text-align": "3.23.5",
"@tiptap/extension-text-style": "3.23.5",
"@tiptap/extension-underline": "3.23.5",
"@tiptap/extension-underline": "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 [medium] Bumping the lockfile here makes client/sbom/.lock-hash stale, which is why run-tests / build fails with client/sbom/ is stale (pnpm-lock.yaml or package.json changed). The SBOM hash is derived from pnpm-lock.yaml + package.json, and this PR changed both without regenerating it (computed 93df8d48… vs stored bf47dc04…). Dependabot won't fix this on its own — someone needs to run pnpm run sbom:force in client/ and commit the updated sbom/.

🤖 Prompt for AI agents

The client SBOM is stale after this dependency bump, causing the run-tests / build CI check to fail. In the client/ directory, run pnpm run sbom:force to regenerate client/sbom/bom.json and client/sbom/.lock-hash, then commit the updated files in client/sbom/.

@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-underline-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