Skip to content

Commit 792923e

Browse files
Bump tsdown from 0.21.9 to 0.21.10 (#195)
Bumps [tsdown](https://github.com/rolldown/tsdown) from 0.21.9 to 0.21.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rolldown/tsdown/releases">tsdown's releases</a>.</em></p> <blockquote> <h2>v0.21.10</h2> <h3>   🚀 Features</h3> <ul> <li>Upgrade rolldown  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/8a4498d"><!-- raw HTML omitted -->(8a449)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/rolldown/tsdown/compare/v0.21.9...v0.21.10">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rolldown/tsdown/commit/53d495ba2e21aa5553bbb9cd07a38caa9d859f1b"><code>53d495b</code></a> chore: release v0.21.10</li> <li><a href="https://github.com/rolldown/tsdown/commit/8a4498de8f0029d2a4c02db1994588b8db836f3e"><code>8a4498d</code></a> feat: upgrade rolldown</li> <li><a href="https://github.com/rolldown/tsdown/commit/6be9cedd1b210a5162267e874337feae3f7cb115"><code>6be9ced</code></a> docs: fix <code>fixedExtension</code> API links in how-it-works guide (<a href="https://redirect.github.com/rolldown/tsdown/issues/924">#924</a>)</li> <li><a href="https://github.com/rolldown/tsdown/commit/4dbd87214af275ed4fc46e8dc9813e33386022d6"><code>4dbd872</code></a> ci: pin github actions to full commit SHAs</li> <li><a href="https://github.com/rolldown/tsdown/commit/0d5670ece427c8370abe2c9731c5d63518b8a4ba"><code>0d5670e</code></a> docs: add Vite+, LobeHub, and OpenClaw to users list</li> <li><a href="https://github.com/rolldown/tsdown/commit/b8a8da0d4a8976c79ed9da25795c696f00d91867"><code>b8a8da0</code></a> chore: upgrade deps</li> <li>See full diff in <a href="https://github.com/rolldown/tsdown/compare/v0.21.9...v0.21.10">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bbbb088 commit 792923e

6 files changed

Lines changed: 32 additions & 72 deletions

File tree

bun.lock

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

packages/adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@agent-facets/common": "workspace:*",
28-
"tsdown": "^0.21.9",
28+
"tsdown": "^0.21.10",
2929
"typescript": "^6.0.3"
3030
},
3131
"publishConfig": {

packages/adapters/claude-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@agent-facets/adapter": "workspace:*",
2525
"arktype": "2.2.0",
26-
"tsdown": "^0.21.9",
26+
"tsdown": "^0.21.10",
2727
"typescript": "^6.0.3"
2828
},
2929
"publishConfig": {

packages/adapters/codex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@agent-facets/adapter": "workspace:*",
25-
"tsdown": "^0.21.9",
25+
"tsdown": "^0.21.10",
2626
"typescript": "^6.0.3"
2727
},
2828
"publishConfig": {

packages/adapters/opencode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@agent-facets/adapter": "workspace:*",
2525
"arktype": "2.2.0",
26-
"tsdown": "^0.21.9",
26+
"tsdown": "^0.21.10",
2727
"typescript": "^6.0.3"
2828
},
2929
"publishConfig": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@agent-facets/common": "workspace:*",
3131
"@agent-facets/adapter": "workspace:*",
32-
"tsdown": "^0.21.9",
32+
"tsdown": "^0.21.10",
3333
"typescript": "^6.0.3"
3434
},
3535
"peerDependencies": {

0 commit comments

Comments
 (0)