Skip to content

Commit 1f6c09a

Browse files
chore(deps): update dependency tsdown to v0.20.0 (#1540)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [tsdown](http://tsdown.dev/) ([source](https://redirect.github.com/rolldown/tsdown)) | [`0.19.0` → `0.20.0`](https://renovatebot.com/diffs/npm/tsdown/0.19.0/0.20.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/tsdown/0.20.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tsdown/0.19.0/0.20.0?slim=true) | --- ### Release Notes <details> <summary>rolldown/tsdown (tsdown)</summary> ### [`v0.20.0`](https://redirect.github.com/rolldown/tsdown/releases/tag/v0.20.0) [Compare Source](https://redirect.github.com/rolldown/tsdown/compare/v0.19.0...v0.20.0) #####    🚨 Breaking Changes - Upgrade dts plugin, remove `dts.resolve` option  -  by [@&#8203;sxzz](https://redirect.github.com/sxzz) [<samp>(16655)</samp>](https://redirect.github.com/rolldown/tsdown/commit/16655bc) #####    🚀 Features - Add option to disable legacy CJS warning  -  by [@&#8203;sxzz](https://redirect.github.com/sxzz) [<samp>(9fada)</samp>](https://redirect.github.com/rolldown/tsdown/commit/9fadadd) - Apply `inlineOnly` option for dts files  -  by [@&#8203;sxzz](https://redirect.github.com/sxzz) [<samp>(7d89d)</samp>](https://redirect.github.com/rolldown/tsdown/commit/7d89d54) - Upgrade rolldown to 1.0.0-beta.60  -  by [@&#8203;sxzz](https://redirect.github.com/sxzz) [<samp>(bb3ee)</samp>](https://redirect.github.com/rolldown/tsdown/commit/bb3ee8d) - Upgrade rolldown to rc 1  -  by [@&#8203;sxzz](https://redirect.github.com/sxzz) [<samp>(1959f)</samp>](https://redirect.github.com/rolldown/tsdown/commit/1959f24) - **entry**: Support mixed array and object entries  -  by [@&#8203;sxzz](https://redirect.github.com/sxzz) [<samp>(a8083)</samp>](https://redirect.github.com/rolldown/tsdown/commit/a808345) #####    🐞 Bug Fixes - Optional `parseEnv`  -  by [@&#8203;sxzz](https://redirect.github.com/sxzz) [<samp>(be1b6)</samp>](https://redirect.github.com/rolldown/tsdown/commit/be1b60c) - Reload config on restart  -  by [@&#8203;sxzz](https://redirect.github.com/sxzz) [<samp>(1756b)</samp>](https://redirect.github.com/rolldown/tsdown/commit/1756b03) - Config extensions typo  -  by [@&#8203;aryaemami59](https://redirect.github.com/aryaemami59) in [#&#8203;722](https://redirect.github.com/rolldown/tsdown/issues/722) [<samp>(d2bb7)</samp>](https://redirect.github.com/rolldown/tsdown/commit/d2bb75e) - **windows**: Normalize path separators in build output  -  by [@&#8203;ryuapp](https://redirect.github.com/ryuapp) in [#&#8203;719](https://redirect.github.com/rolldown/tsdown/issues/719) [<samp>(c4525)</samp>](https://redirect.github.com/rolldown/tsdown/commit/c45257c) #####    🏎 Performance - Native filter for external plugin  -  by [@&#8203;sxzz](https://redirect.github.com/sxzz) [<samp>(8764e)</samp>](https://redirect.github.com/rolldown/tsdown/commit/8764e47) #####     [View changes on GitHub](https://redirect.github.com/rolldown/tsdown/compare/v0.19.0...v0.20.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/eslint-plugin-package-json). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2925d79 commit 1f6c09a

File tree

2 files changed

+131
-94
lines changed

2 files changed

+131
-94
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"prettier-plugin-curly": "0.4.0",
100100
"prettier-plugin-packagejson": "3.0.0",
101101
"prettier-plugin-sh": "0.18.0",
102-
"tsdown": "0.19.0",
102+
"tsdown": "0.20.0",
103103
"typescript": "5.9.3",
104104
"typescript-eslint": "8.53.0",
105105
"vitest": "4.0.13"

0 commit comments

Comments
 (0)