Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

chore: migrate build tool from tsup to tsdown#28

Merged
amotarao merged 1 commit into
mainfrom
amon/pc-50-tsdown
Apr 19, 2026
Merged

chore: migrate build tool from tsup to tsdown#28
amotarao merged 1 commit into
mainfrom
amon/pc-50-tsdown

Conversation

@amotarao

Copy link
Copy Markdown
Member

Summary

  • tsup から tsdown へビルドツールを移行
  • tsdown.config.ts を新規追加、tsup.config.ts を削除
  • package.json の exports を .mjs / .d.mts に更新(tsdown の ESM デフォルト出力に合わせて)

検証

  • tsup / tsdown の出力を比較:エクスポート・型シグネチャは完全一致(インデント・import 順・region コメントのみ差異)
  • tsdown は TypeScript 6.x の baseUrl 非推奨エラーが出ない(tsup は ignoreDeprecations: "6.0" が必要だった問題が解消)
  • build & test パス確認済み

Test plan

  • pnpm --filter chat-adapter-backlog build が成功すること
  • pnpm --filter chat-adapter-backlog test が成功すること

Closes PC-50

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Apr 19, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@amotarao has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 6 minutes and 58 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 6 minutes and 58 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 50f20774-5efd-4b1b-b4d1-cc4d9ecf1522

📥 Commits

Reviewing files that changed from the base of the PR and between 887fdeb and e29df45.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (3)
  • .changeset/tsdown-migration.md
  • packages/chat-adapter-backlog/package.json
  • packages/chat-adapter-backlog/tsdown.config.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch amon/pc-50-tsdown

Comment @coderabbitai help to get the list of available commands and usage tips.

@amotarao amotarao merged commit 14cbb7d into main Apr 19, 2026
2 checks passed
@amotarao amotarao deleted the amon/pc-50-tsdown branch April 19, 2026 02:35
@github-actions github-actions Bot mentioned this pull request Apr 19, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant