Skip to content

chore(deps): swap slack-hono for @tightknitai/slack-hono#15

Merged
zhawtof merged 1 commit into
mainfrom
chore/use-scoped-slack-hono
May 20, 2026
Merged

chore(deps): swap slack-hono for @tightknitai/slack-hono#15
zhawtof merged 1 commit into
mainfrom
chore/use-scoped-slack-hono

Conversation

@zhawtof
Copy link
Copy Markdown
Contributor

@zhawtof zhawtof commented May 20, 2026

Summary

  • `package.json`: `"slack-hono": "0.1.0-alpha.0"` → `"@tightknitai/slack-hono": "^0.1.1"` plus description text.
  • `src/worker/index.ts`: import from the new scoped name.
  • `pnpm-lock.yaml`: regenerated.

Why

The unscoped `slack-hono` package was renamed to `@tightknitai/slack-hono` to match the rest of the org's published libraries — `block-kitchen`, `slack-block-kit-validator`, `storybook-addon-slack-block-kit`. The old name was deprecated on npm with a "Renamed to @tightknitai/slack-hono" pointer (so `pnpm install` against the old name still works, just prints a deprecation warning).

`@tightknitai/slack-hono@0.1.1` is live on npm now.

Scope

This PR is only the rename. It deliberately does NOT bump:

  • `@tightknitai/block-kitchen` (still at `0.6.1-alpha.0` here; GitHub release is `v0.8.1` but npm publish was blocked on a CI auth issue — being unblocked manually).
  • `@tightknitai/slack-block-kit-validator` (still at `0.1.0-alpha.0` here; GitHub release is `v0.1.5-alpha.1` — same auth fix in flight).

Once both reach npm, I'll open a follow-up PR to bump them here.

Test plan

  • CI Deploy workflow (currently failing on missing `CLOUDFLARE_API_TOKEN` repo secret — unrelated to this PR).
  • `pnpm install` in a fresh clone resolves `@tightknitai/slack-hono@0.1.1` from npm.
  • `pnpm run dev:tunnel` boots locally and the SPA still sends messages through the worker route.

🤖 Generated with Claude Code

The unscoped `slack-hono@0.1.0-alpha.0` was deprecated and renamed to
`@tightknitai/slack-hono` (now at 0.1.1 on npm). Switch the dep and
the worker import accordingly.

This is the rename half — does NOT yet bump @tightknitai/block-kitchen
or @tightknitai/slack-block-kit-validator (those are still mid-publish
after a CI token fix). A follow-up PR will bump those to the latest
once they reach npm.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@zhawtof zhawtof merged commit 76b9a58 into main May 20, 2026
2 checks passed
@zhawtof zhawtof deleted the chore/use-scoped-slack-hono branch May 20, 2026 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant