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
Configuration
📅 Schedule: "every weekend" (UTC).
🚦 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.9
->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-shakingConfiguration
📅 Schedule: "every weekend" (UTC).
🚦 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.