We've been using tsup for a long time to bundle our TS libraries, but it is no longer actively maintained. The recommended replacement is tsdown, which is built on rolldown.
We should replace tsup with tsdown. This will avoid issues related to outdated dependencies (for example, it will remove the underlying dependency on esbuild). There is a migration tool, and the impact on our published libraries should be minimal.
We've been using tsup for a long time to bundle our TS libraries, but it is no longer actively maintained. The recommended replacement is tsdown, which is built on rolldown.
We should replace tsup with tsdown. This will avoid issues related to outdated dependencies (for example, it will remove the underlying dependency on esbuild). There is a migration tool, and the impact on our published libraries should be minimal.