Commit 6192087
authored
chore(deps): update dependency tsdown to v0.18.1 (#3141)
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.18.0` ->
`0.18.1`](https://renovatebot.com/diffs/npm/tsdown/0.18.0/0.18.1) |

|

|
---
### Release Notes
<details>
<summary>rolldown/tsdown (tsdown)</summary>
###
[`v0.18.1`](https://redirect.github.com/rolldown/tsdown/releases/tag/v0.18.1)
[Compare
Source](https://redirect.github.com/rolldown/tsdown/compare/v0.18.0...v0.18.1)
##### 🚀 Features
- Support glob patterns in object entry - by
[@​sxzz](https://redirect.github.com/sxzz)
[<samp>(bcb7a)</samp>](https://redirect.github.com/rolldown/tsdown/commit/bcb7a62)
```ts
export default defineConfig({
entry: {
'*': './src/*.ts',
'data-loaders': './src/data-loaders/entries/index.ts',
'data-loaders/*': './src/data-loaders/entries/!(index).ts',
'volar/*': './src/volar/entries/*.ts',
},
}
```
- Upgrade rolldown to 1.0.0-beta.55 - by
[@​sxzz](https://redirect.github.com/sxzz)
[<samp>(5be3e)</samp>](https://redirect.github.com/rolldown/tsdown/commit/5be3e67)
- Mark `exports` option as a stable feature - by
[@​sxzz](https://redirect.github.com/sxzz)
[<samp>(ce9e0)</samp>](https://redirect.github.com/rolldown/tsdown/commit/ce9e077)
##### 🐞 Bug Fixes
- Keep banner / footer as-is - by
[@​sxzz](https://redirect.github.com/sxzz)
[<samp>(f67e0)</samp>](https://redirect.github.com/rolldown/tsdown/commit/f67e032)
##### [View changes on
GitHub](https://redirect.github.com/rolldown/tsdown/compare/v0.18.0...v0.18.1)
</details>
---
### 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.
---
- [ ] <!-- 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/RobinTail/express-zod-api).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 30bcbff commit 6192087
1 file changed
+89
-89
lines changed
0 commit comments