Skip to content

Commit 75c6caa

Browse files
chore(deps): update dependency tsup to v8.5.0 (#755)
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.4.0` -> `8.5.0`](https://renovatebot.com/diffs/npm/tsup/8.4.0/8.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tsup/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tsup/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tsup/8.4.0/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tsup/8.4.0/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>egoist/tsup (tsup)</summary> ### [`v8.5.0`](https://redirect.github.com/egoist/tsup/releases/tag/v8.5.0) [Compare Source](https://redirect.github.com/egoist/tsup/compare/v8.4.0...v8.5.0) #####    🚀 Features - Use `fix-dts-default-cjs-exports` to transform CJS types  -  by [@&#8203;userquin](https://redirect.github.com/userquin) in [https://github.com/egoist/tsup/issues/1310](https://redirect.github.com/egoist/tsup/issues/1310) [<samp>(c654e)</samp>](https://redirect.github.com/egoist/tsup/commit/c654e5f) - Allow passing custom swc configuration to swcPlugin  -  by [@&#8203;Romakita](https://redirect.github.com/Romakita) in [https://github.com/egoist/tsup/issues/1313](https://redirect.github.com/egoist/tsup/issues/1313) [<samp>(fdfd5)</samp>](https://redirect.github.com/egoist/tsup/commit/fdfd59a) #####    🐞 Bug Fixes - Make `removeNodeProtocol` work with `shims`  -  by [@&#8203;aryaemami59](https://redirect.github.com/aryaemami59) [<samp>(769aa)</samp>](https://redirect.github.com/egoist/tsup/commit/769aa49) - CopyPublicDir in watch mode  -  by [@&#8203;geeee](https://redirect.github.com/geeee) in [https://github.com/egoist/tsup/issues/1331](https://redirect.github.com/egoist/tsup/issues/1331) [<samp>(7c1e1)</samp>](https://redirect.github.com/egoist/tsup/commit/7c1e13e) #####     [View changes on GitHub](https://redirect.github.com/egoist/tsup/compare/v8.4.0...v8.5.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/are-docs-informative). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 144f846 commit 75c6caa

File tree

2 files changed

+45
-6
lines changed

2 files changed

+45
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"prettier-plugin-sh": "0.17.0",
6666
"release-it": "19.0.1",
6767
"sentences-per-line": "0.3.0",
68-
"tsup": "8.4.0",
68+
"tsup": "8.5.0",
6969
"typescript": "5.8.2",
7070
"typescript-eslint": "8.32.0",
7171
"vitest": "3.1.1"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)