egoist/tsup
### [`v6.0.1`](https://togithub.com/egoist/tsup/releases/tag/v6.0.1)
[Compare Source](https://togithub.com/egoist/tsup/compare/v6.0.0...v6.0.1)
##### Bug Fixes
- add missing `tsup-node` command ([a175339](https://togithub.com/egoist/tsup/commit/a1753393684b425d7f543a2a0a747df970c796fd))
### [`v6.0.0`](https://togithub.com/egoist/tsup/releases/tag/v6.0.0)
[Compare Source](https://togithub.com/egoist/tsup/compare/v5.12.9...v6.0.0)
#### Upgrade guide
- `shims` option is `false` by default: If you're dual-publishing (i.e. `--format esm,cjs`) and using platform specific API like `import.meta.url`, `__dirname` and `__filename`, you need to manually enable `--shims` flag now, because `import.meta.url` won't work in a `cjs` module, and `__dirname`, `__filename` won't work in an `esm` module.
- `target` option is now `node14` by default: previously it was `node12`, the minimal node version that tsup can run in is also changed to `node14`
#### New Features
- New `treeshake` option: You can use Rollup for tree-shaking now, read more https://tsup.egoist.sh/#tree-shaking
### [`v5.12.9`](https://togithub.com/egoist/tsup/releases/tag/v5.12.9)
[Compare Source](https://togithub.com/egoist/tsup/compare/v5.12.8...v5.12.9)
##### Bug Fixes
- **deps:** Update rollup and rollup-plugin-dts to latest versions ([#632](https://togithub.com/egoist/tsup/issues/632)) ([a792668](https://togithub.com/egoist/tsup/commit/a792668a405f5af73eae7921fda62340e71e6698))
##### Features
- **minor:** allow tsup config function to be asynchronous ([#627](https://togithub.com/egoist/tsup/issues/627)) ([ad2629a](https://togithub.com/egoist/tsup/commit/ad2629a00d71923f11fce94ecd0943763d2ea8e4))
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
5.12.8
->6.0.1
Release Notes
egoist/tsup
### [`v6.0.1`](https://togithub.com/egoist/tsup/releases/tag/v6.0.1) [Compare Source](https://togithub.com/egoist/tsup/compare/v6.0.0...v6.0.1) ##### Bug Fixes - add missing `tsup-node` command ([a175339](https://togithub.com/egoist/tsup/commit/a1753393684b425d7f543a2a0a747df970c796fd)) ### [`v6.0.0`](https://togithub.com/egoist/tsup/releases/tag/v6.0.0) [Compare Source](https://togithub.com/egoist/tsup/compare/v5.12.9...v6.0.0) #### Upgrade guide - `shims` option is `false` by default: If you're dual-publishing (i.e. `--format esm,cjs`) and using platform specific API like `import.meta.url`, `__dirname` and `__filename`, you need to manually enable `--shims` flag now, because `import.meta.url` won't work in a `cjs` module, and `__dirname`, `__filename` won't work in an `esm` module. - `target` option is now `node14` by default: previously it was `node12`, the minimal node version that tsup can run in is also changed to `node14` #### New Features - New `treeshake` option: You can use Rollup for tree-shaking now, read more https://tsup.egoist.sh/#tree-shaking ### [`v5.12.9`](https://togithub.com/egoist/tsup/releases/tag/v5.12.9) [Compare Source](https://togithub.com/egoist/tsup/compare/v5.12.8...v5.12.9) ##### Bug Fixes - **deps:** Update rollup and rollup-plugin-dts to latest versions ([#632](https://togithub.com/egoist/tsup/issues/632)) ([a792668](https://togithub.com/egoist/tsup/commit/a792668a405f5af73eae7921fda62340e71e6698)) ##### Features - **minor:** allow tsup config function to be asynchronous ([#627](https://togithub.com/egoist/tsup/issues/627)) ([ad2629a](https://togithub.com/egoist/tsup/commit/ad2629a00d71923f11fce94ecd0943763d2ea8e4))Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.