Skip to content

Commit 6746ec9

Browse files
chore(deps): update dependency tsup to ^8.3.0 (#1655)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tsup](https://tsup.egoist.dev/) ([source](https://redirect.github.com/egoist/tsup)) | [`^8.2.4` -> `^8.3.0`](https://renovatebot.com/diffs/npm/tsup/8.2.4/8.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tsup/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tsup/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tsup/8.2.4/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tsup/8.2.4/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>egoist/tsup (tsup)</summary> ### [`v8.3.0`](https://redirect.github.com/egoist/tsup/releases/tag/v8.3.0) [Compare Source](https://redirect.github.com/egoist/tsup/compare/v8.2.4...v8.3.0) ##### Bug Fixes - fix `experimentalDts` file cleaning and watching ([#&#8203;1199](https://redirect.github.com/egoist/tsup/issues/1199)) ([76dc18b](https://redirect.github.com/egoist/tsup/commit/76dc18b7036c408e6fc5254e3eeb3430f65c7866)) ##### Features - add support for `cts` and `mts` config files ([#&#8203;1178](https://redirect.github.com/egoist/tsup/issues/1178)) ([ec811b3](https://redirect.github.com/egoist/tsup/commit/ec811b3b7d22479c230292a024f1dee5d171b0ea)) - add support for async `injectStyle` ([#&#8203;1193](https://redirect.github.com/egoist/tsup/issues/1193)) ([f25a9db](https://redirect.github.com/egoist/tsup/commit/f25a9db77d22c91ea8f6bd1ed31ea8415d0a7d5d)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JoshuaKGoldberg/create-typescript-app). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf3c823 commit 6746ec9

File tree

2 files changed

+32
-11
lines changed

2 files changed

+32
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"prettier-plugin-sh": "^0.14.0",
9898
"release-it": "^17.6.0",
9999
"sentences-per-line": "^0.2.1",
100-
"tsup": "^8.2.4",
100+
"tsup": "^8.3.0",
101101
"tsx": "^4.17.0",
102102
"typescript": "^5.6.2",
103103
"typescript-eslint": "^8.1.0",

pnpm-lock.yaml

Lines changed: 31 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)