egoist/tsup
### [`v6.1.2`](https://togithub.com/egoist/tsup/releases/tag/v6.1.2)
[Compare Source](https://togithub.com/egoist/tsup/compare/v6.1.1...v6.1.2)
##### Bug Fixes
- make `--minify` work with es5 target, fix [#653](https://togithub.com/egoist/tsup/issues/653) ([8230221](https://togithub.com/egoist/tsup/commit/8230221e4ee689cf070e8e288f098f8484404d53))
### [`v6.1.1`](https://togithub.com/egoist/tsup/releases/tag/v6.1.1)
[Compare Source](https://togithub.com/egoist/tsup/compare/v6.1.0...v6.1.1)
##### Features
- **cli:** add `--tsconfig` flag to accept custom tsconfig path ([#652](https://togithub.com/egoist/tsup/issues/652)) ([58d0145](https://togithub.com/egoist/tsup/commit/58d0145e846def5a7a21a71ede8f58c2b72af92d))
- **minor:** use shell option for complex commands in onSuccess ([#649](https://togithub.com/egoist/tsup/issues/649)) ([be48b8b](https://togithub.com/egoist/tsup/commit/be48b8b7a5b0defaecf6c5d65b57f8efe8979dd2))
### [`v6.1.0`](https://togithub.com/egoist/tsup/releases/tag/v6.1.0)
[Compare Source](https://togithub.com/egoist/tsup/compare/v6.0.1...v6.1.0)
##### Bug Fixes
- allow `format` to be a string in config file ([0a96985](https://togithub.com/egoist/tsup/commit/0a969854fa76cc671041ffa5e71bfa5aec3a2314))
- ignore esbuild warning if silent is true ([#643](https://togithub.com/egoist/tsup/issues/643)) ([36e2199](https://togithub.com/egoist/tsup/commit/36e21993685a4bcd77d528640bc5383240368857))
##### Features
- allow to use an object as entry with `--entry` flag ([33a7c5f](https://togithub.com/egoist/tsup/commit/33a7c5f94e734b10c6fc9cf444edb8685dabdf58))
- new option `outExtension` ([b9cd8d5](https://togithub.com/egoist/tsup/commit/b9cd8d5f0973f94d494b8b0d0e65121e5712ee49))
- support custom config file with `--config` flag ([90f2d1a](https://togithub.com/egoist/tsup/commit/90f2d1ae3abbf6eeb965f791b3ddf199bc3cc95d))
### [`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: Branch creation - At any time (no schedule defined), Automerge - 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.0
Release Notes
egoist/tsup
### [`v6.1.2`](https://togithub.com/egoist/tsup/releases/tag/v6.1.2) [Compare Source](https://togithub.com/egoist/tsup/compare/v6.1.1...v6.1.2) ##### Bug Fixes - make `--minify` work with es5 target, fix [#653](https://togithub.com/egoist/tsup/issues/653) ([8230221](https://togithub.com/egoist/tsup/commit/8230221e4ee689cf070e8e288f098f8484404d53)) ### [`v6.1.1`](https://togithub.com/egoist/tsup/releases/tag/v6.1.1) [Compare Source](https://togithub.com/egoist/tsup/compare/v6.1.0...v6.1.1) ##### Features - **cli:** add `--tsconfig` flag to accept custom tsconfig path ([#652](https://togithub.com/egoist/tsup/issues/652)) ([58d0145](https://togithub.com/egoist/tsup/commit/58d0145e846def5a7a21a71ede8f58c2b72af92d)) - **minor:** use shell option for complex commands in onSuccess ([#649](https://togithub.com/egoist/tsup/issues/649)) ([be48b8b](https://togithub.com/egoist/tsup/commit/be48b8b7a5b0defaecf6c5d65b57f8efe8979dd2)) ### [`v6.1.0`](https://togithub.com/egoist/tsup/releases/tag/v6.1.0) [Compare Source](https://togithub.com/egoist/tsup/compare/v6.0.1...v6.1.0) ##### Bug Fixes - allow `format` to be a string in config file ([0a96985](https://togithub.com/egoist/tsup/commit/0a969854fa76cc671041ffa5e71bfa5aec3a2314)) - ignore esbuild warning if silent is true ([#643](https://togithub.com/egoist/tsup/issues/643)) ([36e2199](https://togithub.com/egoist/tsup/commit/36e21993685a4bcd77d528640bc5383240368857)) ##### Features - allow to use an object as entry with `--entry` flag ([33a7c5f](https://togithub.com/egoist/tsup/commit/33a7c5f94e734b10c6fc9cf444edb8685dabdf58)) - new option `outExtension` ([b9cd8d5](https://togithub.com/egoist/tsup/commit/b9cd8d5f0973f94d494b8b0d0e65121e5712ee49)) - support custom config file with `--config` flag ([90f2d1a](https://togithub.com/egoist/tsup/commit/90f2d1ae3abbf6eeb965f791b3ddf199bc3cc95d)) ### [`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: Branch creation - At any time (no schedule defined), Automerge - 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.