chore(deps): update dependency tsup to v8 #105
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.4
->^8.0.0
Release Notes
egoist/tsup (tsup)
v8.3.5
Compare Source
🐞 Bug Fixes
experimentalDts
only once - by @aryaemami59 in https://github.com/egoist/tsup/issues/1236 (fddd4)View changes on GitHub
v8.3.4
Compare Source
No significant changes
View changes on GitHub
v8.3.0
Compare Source
Bug Fixes
experimentalDts
file cleaning and watching (#1199) (76dc18b)Features
cts
andmts
config files (#1178) (ec811b3)injectStyle
(#1193) (f25a9db)v8.2.4
Compare Source
Bug Fixes
v8.2.3
Compare Source
v8.2.2
Compare Source
v8.2.1
Compare Source
v8.2.0
Compare Source
v8.1.2
Compare Source
v8.1.1
Compare Source
v8.1.0
Compare Source
Features
v8.0.2
Compare Source
Bug Fixes
v8.0.1
Compare Source
Bug Fixes
--experimental-dts
to be compatible with--clean
(#1041) (8c26e63)v8.0.0
Compare Source
Bug Fixes
await postcss for async plugins (#1036) (d4e22c5)
ci!: drop node 16 (4c1ad38)
Features
BREAKING CHANGES
v7.3.0
Compare Source
Bug Fixes
Features
v7.2.0
Compare Source
Bug Fixes
Features
v7.1.0
Compare Source
Features
v7.0.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
v6.7.0
Compare Source
Features
v6.6.3
Compare Source
Bug Fixes
v6.6.2
Compare Source
Bug Fixes
v6.6.1
Compare Source
Bug Fixes
declare
keyword (a85439d), closes #834v6.6.0
Compare Source
Bug Fixes
Features
v6.5.0
Compare Source
Bug Fixes
Features
--publicDir [dir]
flag (3da1c00)v6.4.0
Compare Source
Bug Fixes
Features
v6.3.0
Compare Source
Bug Fixes
Features
v6.2.3
Compare Source
Bug Fixes
v6.2.2
Compare Source
Bug Fixes
v6.2.1
Compare Source
Bug Fixes
onSuccess
to do cleanup (64deb61)v6.2.0
Compare Source
Bug Fixes
Features
--target es5
(#664) (34df1da)v6.1.3
Compare Source
Bug Fixes
DataCloneError
when DTS is on (#668) (5040317)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-shakingConfiguration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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 was generated by Mend Renovate. View the repository job log.