egoist / tsup

The simplest and fastest way to bundle your TypeScript libraries.
https://tsup.egoist.dev
MIT License
9.01k stars 217 forks source link

feat!: update to rollup v4 #1018

Closed sapphi-red closed 11 months ago

sapphi-red commented 12 months ago
codesandbox[bot] commented 12 months ago

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

vercel[bot] commented 12 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tsup ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 8, 2023 11:21am
github-actions[bot] commented 10 months ago

:tada: This PR is included in version 7.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

sapphi-red commented 10 months ago

@egoist @sxzz This PR includes a breaking change. Was it fine to release in a minor?

sxzz commented 10 months ago

I think the minor is good. Rollup is used internally in tsup, and didn't exposed for tsup user.

sapphi-red commented 10 months ago

Upgrading rollup itself is not a breaking change. But this PR upgrades the minimum supported Node.js version and bumps peerDep TypeScript version. Both of them are breaking changes.

sxzz commented 10 months ago

Oh you're right.