chore(deps): bump @tightknitai/block-kitchen to 0.6.1-alpha.0#14
Merged
Conversation
The package was renamed from `block-kit-builder` to `block-kitchen` in 7708013, but the lockfile still resolved the old name and the version spec was stuck at the placeholder 0.1.0-alpha.0. Bumping to the latest published 0.6.1-alpha.0 picks up the renamed package and refreshes transitive deps (lucide-react 0.563 -> 1.16, tailwind-merge 2.6 -> 3.6). `pnpm typecheck` passes against the new version. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
@tightknitai/block-kitchenfrom the placeholder0.1.0-alpha.0to the latest published0.6.1-alpha.0, and refreshes the lockfile. The previous rename commit (7708013) updatedpackage.jsonto the new package name but left the lockfile resolving the old@tightknitai/block-kit-builderentry — this PR brings them back in sync.Type of change
Area
src/) — via the upgraded@tightknitai/block-kitchendependencyTest plan
pnpm installresolves cleanly against the new versionpnpm typecheckpasses — no API breakage from0.1.0-alpha.0→0.6.1-alpha.0pnpm run build(recommend running in CI)pnpm run dev:tunnelNotes for reviewer
Transitive bumps that come along for the ride:
lucide-react0.563.0 → 1.16.0tailwind-merge2.6.1 → 3.6.0@tightknitai/block-kitchenno longer declaresslack-web-api-clientas a peer dependency (we still depend on it directly).Checklist
pnpm installafter pulling will pick up the new dep)🤖 Generated with Claude Code