[PR #343] [MERGED] build(deps-dev): bump tsdown from 0.20.3 to 0.21.4 #378

Closed
opened 2026-06-05 17:22:52 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/343
Author: @dependabot[bot]
Created: 3/23/2026
Status: Merged
Merged: 3/23/2026
Merged by: @christian-bromann

Base: mainHead: dependabot/npm_and_yarn/tsdown-0.21.4


📝 Commits (1)

  • 155ac9b build(deps-dev): bump tsdown from 0.20.3 to 0.21.4

📊 Changes

10 files changed (+198 additions, -160 deletions)

View changed files

📝 internal/eval-harness/package.json (+1 -1)
📝 libs/acp/package.json (+1 -1)
📝 libs/deepagents/package.json (+1 -1)
📝 libs/providers/daytona/package.json (+1 -1)
📝 libs/providers/deno/package.json (+1 -1)
📝 libs/providers/modal/package.json (+1 -1)
📝 libs/providers/node-vfs/package.json (+1 -1)
📝 libs/providers/quickjs/package.json (+1 -1)
📝 libs/standard-tests/package.json (+1 -1)
📝 pnpm-lock.yaml (+189 -151)

📄 Description

Bumps tsdown from 0.20.3 to 0.21.4.

Release notes

Sourced from tsdown's releases.

v0.21.4

   🚀 Features

   🐞 Bug Fixes

  • exports: Preserve CRLF line endings in package.json  -  by @​sxzz (a4d4e)
    View changes on GitHub

v0.21.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.21.2

   🚨 Breaking Changes

  • exe: Add exe.outDir for separate executable output dir, defaults to build  -  by @​sxzz (d49ef)

Note: Executable is still an experimental feature and does not follow SemVer. Breaking changes may occur in any release.

   🚀 Features

   🐞 Bug Fixes

  • css: Skip data URIs and external URLs in CSS url() rebasing  -  by @​sxzz (13907)
    View changes on GitHub

v0.21.1

   🚨 Breaking Changes

[!IMPORTANT]

... (truncated)

Commits
  • c5d4166 chore: release v0.21.4
  • a417351 docs: update skills install commands with --skill flag
  • cd4ce32 refactor(docs): clarify deprecated-but-compatible migration options
  • d622ca5 docs: clarify tsdown-migrate skill and deprecated options (#835)
  • f401a3b chore(deps): update all non-major dependencies (#820)
  • 2a88a67 feat(css): add CSS modules support (#834)
  • a4d4e1d fix(exports): preserve CRLF line endings in package.json
  • 6151433 chore: release v0.21.3
  • 7c23ad8 feat(copy): add support for watching copy source files (#721)
  • f182324 fix(unbundle): root should be lowest common ancestor of entry files
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/deepagentsjs/pull/343 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/23/2026 **Status:** ✅ Merged **Merged:** 3/23/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/tsdown-0.21.4` --- ### 📝 Commits (1) - [`155ac9b`](https://github.com/langchain-ai/deepagentsjs/commit/155ac9b99ba2cd9a04e6b8621cfdfd105fdab0d2) build(deps-dev): bump tsdown from 0.20.3 to 0.21.4 ### 📊 Changes **10 files changed** (+198 additions, -160 deletions) <details> <summary>View changed files</summary> 📝 `internal/eval-harness/package.json` (+1 -1) 📝 `libs/acp/package.json` (+1 -1) 📝 `libs/deepagents/package.json` (+1 -1) 📝 `libs/providers/daytona/package.json` (+1 -1) 📝 `libs/providers/deno/package.json` (+1 -1) 📝 `libs/providers/modal/package.json` (+1 -1) 📝 `libs/providers/node-vfs/package.json` (+1 -1) 📝 `libs/providers/quickjs/package.json` (+1 -1) 📝 `libs/standard-tests/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+189 -151) </details> ### 📄 Description Bumps [tsdown](https://github.com/rolldown/tsdown) from 0.20.3 to 0.21.4. <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.4</h2> <h3>   🚀 Features</h3> <ul> <li><strong>css</strong>: Add CSS modules support  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> in <a href="https://redirect.github.com/rolldown/tsdown/issues/834">rolldown/tsdown#834</a> <a href="https://github.com/rolldown/tsdown/commit/2a88a67"><!-- raw HTML omitted -->(2a88a)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>exports</strong>: Preserve CRLF line endings in package.json  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/a4d4e1d"><!-- raw HTML omitted -->(a4d4e)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/rolldown/tsdown/compare/v0.21.3...v0.21.4">View changes on GitHub</a></h5> <h2>v0.21.3</h2> <h3>   🚀 Features</h3> <ul> <li><strong>copy</strong>: Add support for watching copy source files  -  by <a href="https://github.com/schplitt"><code>@​schplitt</code></a> in <a href="https://redirect.github.com/rolldown/tsdown/issues/721">rolldown/tsdown#721</a> <a href="https://github.com/rolldown/tsdown/commit/7c23ad8"><!-- raw HTML omitted -->(7c23a)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>css</strong>: Watch inline CSS files in watch mode  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/2051a40"><!-- raw HTML omitted -->(2051a)<!-- raw HTML omitted --></a></li> <li><strong>exports</strong>: Sort inlined dependencies by package name  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/0ec719d"><!-- raw HTML omitted -->(0ec71)<!-- raw HTML omitted --></a></li> <li><strong>publint</strong>: Support Yarn v1  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/4a29176"><!-- raw HTML omitted -->(4a291)<!-- raw HTML omitted --></a></li> <li><strong>unbundle</strong>: Root should be lowest common ancestor of entry files  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/f182324"><!-- raw HTML omitted -->(f1823)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/rolldown/tsdown/compare/v0.21.2...v0.21.3">View changes on GitHub</a></h5> <h2>v0.21.2</h2> <h3>   🚨 Breaking Changes</h3> <ul> <li><strong>exe</strong>: Add <code>exe.outDir</code> for separate executable output dir, defaults to <code>build</code>  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/d49ef37"><!-- raw HTML omitted -->(d49ef)<!-- raw HTML omitted --></a></li> </ul> <blockquote> <p>Note: Executable is still an <strong>experimental</strong> feature and does not follow SemVer. Breaking changes may occur in any release.</p> </blockquote> <h3>   🚀 Features</h3> <ul> <li>Add <code>root</code> option for controlling output directory structure  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/bad2d17"><!-- raw HTML omitted -->(bad2d)<!-- raw HTML omitted --></a></li> <li><strong>deps</strong>: Rename <code>onlyAllowBundle</code> to <code>onlyBundle</code>  -  by <a href="https://github.com/peaklabs-dev"><code>@​peaklabs-dev</code></a> and <a href="https://github.com/sxzz"><code>@​sxzz</code></a> in <a href="https://redirect.github.com/rolldown/tsdown/issues/819">rolldown/tsdown#819</a> <a href="https://github.com/rolldown/tsdown/commit/cbd7b38"><!-- raw HTML omitted -->(cbd7b)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>css</strong>: Skip data URIs and external URLs in CSS url() rebasing  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/139076c"><!-- raw HTML omitted -->(13907)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/rolldown/tsdown/compare/v0.21.1...v0.21.2">View changes on GitHub</a></h5> <h2>v0.21.1</h2> <h3>   🚨 Breaking Changes</h3> <ul> <li><strong>css</strong>: Move all CSS support to <code>@tsdown/css</code> package  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> in <a href="https://redirect.github.com/rolldown/tsdown/issues/809">rolldown/tsdown#809</a> <a href="https://github.com/rolldown/tsdown/commit/1b1a172"><!-- raw HTML omitted -->(1b1a1)<!-- raw HTML omitted --></a></li> </ul> <blockquote> <p>[!IMPORTANT]</p> </blockquote> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rolldown/tsdown/commit/c5d416647850b025668cad553debbfda02c8d05a"><code>c5d4166</code></a> chore: release v0.21.4</li> <li><a href="https://github.com/rolldown/tsdown/commit/a4173511cf33980f1a2122bd8c369d84636f9b08"><code>a417351</code></a> docs: update skills install commands with --skill flag</li> <li><a href="https://github.com/rolldown/tsdown/commit/cd4ce32535d57c7a725c937e822d4e8744673159"><code>cd4ce32</code></a> refactor(docs): clarify deprecated-but-compatible migration options</li> <li><a href="https://github.com/rolldown/tsdown/commit/d622ca54e4bf2b43e28c0d51d94224cfe4ec08da"><code>d622ca5</code></a> docs: clarify tsdown-migrate skill and deprecated options (<a href="https://redirect.github.com/rolldown/tsdown/issues/835">#835</a>)</li> <li><a href="https://github.com/rolldown/tsdown/commit/f401a3b749998e0351e98c018250062a7614a7af"><code>f401a3b</code></a> chore(deps): update all non-major dependencies (<a href="https://redirect.github.com/rolldown/tsdown/issues/820">#820</a>)</li> <li><a href="https://github.com/rolldown/tsdown/commit/2a88a677cb26d3c38579908538eb24b1bb671757"><code>2a88a67</code></a> feat(css): add CSS modules support (<a href="https://redirect.github.com/rolldown/tsdown/issues/834">#834</a>)</li> <li><a href="https://github.com/rolldown/tsdown/commit/a4d4e1d88f36fc87c7043193c2559b850c9f660a"><code>a4d4e1d</code></a> fix(exports): preserve CRLF line endings in package.json</li> <li><a href="https://github.com/rolldown/tsdown/commit/61514338f92ea5d9f3b8fc3c45d920de75ed1b14"><code>6151433</code></a> chore: release v0.21.3</li> <li><a href="https://github.com/rolldown/tsdown/commit/7c23ad887919d9c05b8046712a291364d288988e"><code>7c23ad8</code></a> feat(copy): add support for watching copy source files (<a href="https://redirect.github.com/rolldown/tsdown/issues/721">#721</a>)</li> <li><a href="https://github.com/rolldown/tsdown/commit/f1823244c08987824c78e67c634ce26ff894a983"><code>f182324</code></a> fix(unbundle): root should be lowest common ancestor of entry files</li> <li>Additional commits viewable in <a href="https://github.com/rolldown/tsdown/compare/v0.20.3...v0.21.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tsdown&package-manager=npm_and_yarn&previous-version=0.20.3&new-version=0.21.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 17:22:52 -04:00
yindo closed this issue 2026-06-05 17:22:52 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#378