bundle-require
bundle-require copied to clipboard
chore(deps): update dependency tsup to v6
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| tsup | 5.11.11 -> 6.1.2 |
Release Notes
egoist/tsup
v6.1.2
Bug Fixes
v6.1.1
Features
-
cli: add
--tsconfigflag to accept custom tsconfig path (#652) (58d0145) - minor: use shell option for complex commands in onSuccess (#649) (be48b8b)
v6.1.0
Bug Fixes
- allow
formatto be a string in config file (0a96985) - ignore esbuild warning if silent is true (#643) (36e2199)
Features
- allow to use an object as entry with
--entryflag (33a7c5f) - new option
outExtension(b9cd8d5) - support custom config file with
--configflag (90f2d1a)
v6.0.1
Bug Fixes
- add missing
tsup-nodecommand (a175339)
v6.0.0
Upgrade guide
-
shimsoption isfalseby default: If you're dual-publishing (i.e.--format esm,cjs) and using platform specific API likeimport.meta.url,__dirnameand__filename, you need to manually enable--shimsflag now, becauseimport.meta.urlwon't work in acjsmodule, and__dirname,__filenamewon't work in anesmmodule. -
targetoption is nownode14by default: previously it wasnode12, the minimal node version that tsup can run in is also changed tonode14
New Features
- New
treeshakeoption: You can use Rollup for tree-shaking now, read more https://tsup.egoist.sh/#tree-shaking
v5.12.9
Bug Fixes
Features
v5.12.8
Bug Fixes
v5.12.7
Bug Fixes
- define a build-time constant called
TSUP_FORMAT(f4a56ed) - resolve to package.json only if tsup key exists (#622) (67eea53)
v5.12.6
Bug Fixes
v5.12.5
Bug Fixes
v5.12.4
Bug Fixes
- make sure
sourcesare relative path in sourcemap, closes #603 (637ec28) - reject promise with an error (401e204)
v5.12.3
Bug Fixes
v5.12.2
Bug Fixes
v5.12.1
Bug Fixes
v5.12.0
Bug Fixes
- exclude
bannerandfooterin the options for rollup (4cc7ea7) - unlink the outDir twice will report an error (#569) (5bd6819)
Features
- allow
bannerandfooterto a function (2521e9f)
v5.11.13
Bug Fixes
v5.11.12
Bug Fixes
- node 12.20.0 compatibility (b8c51f4)
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.