Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.12.7
->6.1.2
5.12.6
->6.1.2
Release Notes
egoist/tsup
v6.1.2
Compare Source
Bug Fixes
--minify
work with es5 target, fix #653 (8230221)v6.1.1
Compare Source
Features
--tsconfig
flag to accept custom tsconfig path (#652) (58d0145)v6.1.0
Compare Source
Bug Fixes
format
to be a string in config file (0a96985)Features
--entry
flag (33a7c5f)outExtension
(b9cd8d5)--config
flag (90f2d1a)v6.0.1
Compare Source
Bug Fixes
tsup-node
command (a175339)v6.0.0
Compare Source
Upgrade guide
shims
option isfalse
by default: If you're dual-publishing (i.e.--format esm,cjs
) and using platform specific API likeimport.meta.url
,__dirname
and__filename
, you need to manually enable--shims
flag now, becauseimport.meta.url
won't work in acjs
module, and__dirname
,__filename
won't work in anesm
module.target
option is nownode14
by default: previously it wasnode12
, the minimal node version that tsup can run in is also changed tonode14
New Features
treeshake
option: You can use Rollup for tree-shaking now, read more https://tsup.egoist.sh/#tree-shakingv5.12.9
Compare Source
Bug Fixes
Features
v5.12.8
Compare Source
Bug Fixes
source-map
to 0.8.0-beta.0, closes #623 (c67e03d)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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.