Commit 3c1a9fc
Update dependency tsdown to ^0.13.0 (#40496)
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [tsdown](https://redirect.github.com/rolldown/tsdown) | dependencies | minor | [`^0.12.7` -> `^0.13.0`](https://renovatebot.com/diffs/npm/tsdown/0.12.9/0.13.2) | `0.14.2` (+5) |
| [tsdown](https://redirect.github.com/rolldown/tsdown) | devDependencies | minor | [`^0.12.7` -> `^0.13.0`](https://renovatebot.com/diffs/npm/tsdown/0.12.9/0.13.2) | `0.14.2` (+5) |
---
### Release Notes
<details>
<summary>rolldown/tsdown (tsdown)</summary>
### [`v0.13.2`](https://redirect.github.com/rolldown/tsdown/releases/tag/v0.13.2)
[Compare Source](https://redirect.github.com/rolldown/tsdown/compare/v0.13.1...v0.13.2)
##### 🚨 Upstream Breaking Changes
- Rename `dts.isolatedDeclarations` to `dts.oxc` - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(5bdb9)</samp>](https://redirect.github.com/sxzz/rolldown-plugin-dts/commit/5bdb92c)
##### 🚀 Features
- Support silent as programmatic usage - by [@​Gugustinette](https://redirect.github.com/Gugustinette) and [@​sxzz](https://redirect.github.com/sxzz) in [https://github.com/rolldown/tsdown/issues/404](https://redirect.github.com/rolldown/tsdown/issues/404) [<samp>(6d4b4)</samp>](https://redirect.github.com/rolldown/tsdown/commit/6d4b439)
##### 🐞 Bug Fixes
- Invalidate tsc before rebuild - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(0c7ab)</samp>](https://redirect.github.com/rolldown/tsdown/commit/0c7ab92)
- Silent for resolved options - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(4566c)</samp>](https://redirect.github.com/rolldown/tsdown/commit/4566c0a)
##### [View changes on GitHub](https://redirect.github.com/rolldown/tsdown/compare/v0.13.1...v0.13.2)
### [`v0.13.1`](https://redirect.github.com/rolldown/tsdown/releases/tag/v0.13.1)
[Compare Source](https://redirect.github.com/rolldown/tsdown/compare/v0.13.0...v0.13.1)
##### 🚀 Features
- Exports with dir index - by [@​Debbl](https://redirect.github.com/Debbl) in [https://github.com/rolldown/tsdown/issues/393](https://redirect.github.com/rolldown/tsdown/issues/393) [<samp>(dd6c7)</samp>](https://redirect.github.com/rolldown/tsdown/commit/dd6c7c6)
##### 🐞 Bug Fixes
- Clean outDir on rebuilds in watch mode - by [@​ekzhang](https://redirect.github.com/ekzhang) in [https://github.com/rolldown/tsdown/issues/398](https://redirect.github.com/rolldown/tsdown/issues/398) [<samp>(7308f)</samp>](https://redirect.github.com/rolldown/tsdown/commit/7308f76)
- Overload `defineConfig` - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(7c32a)</samp>](https://redirect.github.com/rolldown/tsdown/commit/7c32a1d)
- Kill sub-process for onSuccess - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(bd9d8)</samp>](https://redirect.github.com/rolldown/tsdown/commit/bd9d818)
##### [View changes on GitHub](https://redirect.github.com/rolldown/tsdown/compare/v0.13.0...v0.13.1)
### [`v0.13.0`](https://redirect.github.com/rolldown/tsdown/releases/tag/v0.13.0)
[Compare Source](https://redirect.github.com/rolldown/tsdown/compare/v0.12.9...v0.13.0)
##### 🚨 Breaking Changes
- Drop node 18, require node 20.19+ - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(d80f7)</samp>](https://redirect.github.com/rolldown/tsdown/commit/d80f7c2)
- Reuse generated dts by default - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(81f21)</samp>](https://redirect.github.com/rolldown/tsdown/commit/81f2169)
##### 🚀 Features
- Add `banner` & `footer` options - by [@​gwansikk](https://redirect.github.com/gwansikk) and [@​sxzz](https://redirect.github.com/sxzz) in [https://github.com/rolldown/tsdown/issues/338](https://redirect.github.com/rolldown/tsdown/issues/338) [<samp>(54e21)</samp>](https://redirect.github.com/rolldown/tsdown/commit/54e21e1)
- Add `cjsDts` to input/output options context - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(3c4b3)</samp>](https://redirect.github.com/rolldown/tsdown/commit/3c4b357)
- Export types - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(f13bc)</samp>](https://redirect.github.com/rolldown/tsdown/commit/f13bc1b)
##### 🐞 Bug Fixes
- Don't external shim file - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(8ee20)</samp>](https://redirect.github.com/rolldown/tsdown/commit/8ee20bf)
- **report**: Path separator - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(6e11a)</samp>](https://redirect.github.com/rolldown/tsdown/commit/6e11a50)
- **types**: Keep type of options - by [@​posva](https://redirect.github.com/posva) in [https://github.com/rolldown/tsdown/issues/381](https://redirect.github.com/rolldown/tsdown/issues/381) [<samp>(00b5d)</samp>](https://redirect.github.com/rolldown/tsdown/commit/00b5d03)
- **workspace**: Normalize windows path - by [@​RSS1102](https://redirect.github.com/RSS1102) in [https://github.com/rolldown/tsdown/issues/376](https://redirect.github.com/rolldown/tsdown/issues/376) [<samp>(375d9)</samp>](https://redirect.github.com/rolldown/tsdown/commit/375d997)
##### [View changes on GitHub](https://redirect.github.com/rolldown/tsdown/compare/v0.12.9...v0.13.0)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, 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 these updates again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
GitOrigin-RevId: 1629992cd63c7d94208932ed19f7d17470eb623d1 parent 061a49d commit 3c1a9fc
File tree
4 files changed
+221
-112
lines changed- npm-packages
- @convex-dev
- codemod
- platform
- workos
- common/config/rush
4 files changed
+221
-112
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments