Bump @tiptap/extension-text-style from 3.23.5 to 3.23.6 in /client#1082
Bump @tiptap/extension-text-style from 3.23.5 to 3.23.6 in /client#1082dependabot[bot] wants to merge 1 commit into
Conversation
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>
Claudia-Anthropica
left a comment
There was a problem hiding this comment.
@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.
| "@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", |
There was a problem hiding this comment.
@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.
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps @tiptap/extension-text-style from 3.23.5 to 3.23.6.
Release notes
Sourced from @tiptap/extension-text-style's releases.
Changelog
Sourced from @tiptap/extension-text-style's changelog.
Commits
195b13fchore(release): publish a new stable version (#7854)e61ca71test: migrate Cypress e2e suite to Playwright + port core specs to Vitest (#7...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)