Commit 2558337
authored
Bump tsdown from 0.21.0 to 0.21.2 (#164)
Bumps [tsdown](https://github.com/rolldown/tsdown) from 0.21.0 to
0.21.2.
<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.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]
If you are using CSS features (e.g., CSS imports), you now need to
manually install the <code>@tsdown/css</code> package:</p>
<pre lang="bash"><code>npm install @tsdown/css -D
# or
pnpm add @tsdown/css -D
</code></pre>
<p>Note: CSS support 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><strong>css</strong>:
<ul>
<li>Add <code>css.inject</code> option to preserve CSS imports in JS
output - by <a href="https://github.com/sxzz"><code>@sxzz</code></a>
and <strong>Claude Haiku 4.5</strong> in <a
href="https://redirect.github.com/rolldown/tsdown/issues/808">rolldown/tsdown#808</a>
<a href="https://github.com/rolldown/tsdown/commit/ad74582"><!-- raw
HTML omitted -->(ad745)<!-- raw HTML omitted --></a></li>
<li>Support <code>?inline</code> query for CSS imports - by <a
href="https://github.com/sxzz"><code>@sxzz</code></a> in <a
href="https://redirect.github.com/rolldown/tsdown/issues/810">rolldown/tsdown#810</a>
<a href="https://github.com/rolldown/tsdown/commit/b737941"><!-- raw
HTML omitted -->(b7379)<!-- raw HTML omitted --></a></li>
<li>Support <code>node_modules</code> package resolution - by <a
href="https://github.com/sxzz"><code>@sxzz</code></a> and
<strong>Claude Haiku 4.5</strong> in <a
href="https://redirect.github.com/rolldown/tsdown/issues/812">rolldown/tsdown#812</a>
<a href="https://github.com/rolldown/tsdown/commit/b06b421"><!-- raw
HTML omitted -->(b06b4)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Generate correct filename for sass files when dts is enabled - by
<a href="https://github.com/ocavue"><code>@ocavue</code></a> in <a
href="https://redirect.github.com/rolldown/tsdown/issues/802">rolldown/tsdown#802</a>
<a href="https://github.com/rolldown/tsdown/commit/848a7b7"><!-- raw
HTML omitted -->(848a7)<!-- raw HTML omitted --></a></li>
<li><strong>css</strong>:
<ul>
<li>Handle virtual module IDs from framework plugins - by <a
href="https://github.com/sxzz"><code>@sxzz</code></a> <a
href="https://github.com/rolldown/tsdown/commit/c421fa5"><!-- raw HTML
omitted -->(c421f)<!-- raw HTML omitted --></a></li>
<li>Ignore css imports with URL query - by <a
href="https://github.com/ocavue"><code>@ocavue</code></a> and <a
href="https://github.com/sxzz"><code>@sxzz</code></a> in <a
href="https://redirect.github.com/rolldown/tsdown/issues/806">rolldown/tsdown#806</a>
<a href="https://github.com/rolldown/tsdown/commit/c1d23a9"><!-- raw
HTML omitted -->(c1d23)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5> <a
href="https://github.com/rolldown/tsdown/compare/v0.21.0...v0.21.1">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rolldown/tsdown/commit/ab8446b3f531fbd1b751ef53b3be7c3ec85eec35"><code>ab8446b</code></a>
chore: release v0.21.2</li>
<li><a
href="https://github.com/rolldown/tsdown/commit/57c5b3c15c3eacd6794fda211c361f19405ba12a"><code>57c5b3c</code></a>
chore: upgrade deps</li>
<li><a
href="https://github.com/rolldown/tsdown/commit/cbd7b384c4d30d1bfec091129a402c4c7b85e37f"><code>cbd7b38</code></a>
feat(deps): rename <code>onlyAllowBundle</code> to
<code>onlyBundle</code> (<a
href="https://redirect.github.com/rolldown/tsdown/issues/819">#819</a>)</li>
<li><a
href="https://github.com/rolldown/tsdown/commit/d9f0fcce1304d448a41868ca79bcef6bbd9aa098"><code>d9f0fcc</code></a>
chore(deps): update all non-major dependencies (<a
href="https://redirect.github.com/rolldown/tsdown/issues/815">#815</a>)</li>
<li><a
href="https://github.com/rolldown/tsdown/commit/139076c1d6a7987549e8e3fa87c8e2ecb0db546a"><code>139076c</code></a>
fix(css): skip data URIs and external URLs in CSS url() rebasing</li>
<li><a
href="https://github.com/rolldown/tsdown/commit/d49ef37c49ea1f3254a6e0de5958fdab120e93b5"><code>d49ef37</code></a>
feat(exe)!: add <code>exe.outDir</code> for separate executable output
dir, defaults to ...</li>
<li><a
href="https://github.com/rolldown/tsdown/commit/88691808c3e2c345141a06a924945f379921b3b3"><code>8869180</code></a>
test: add case for preserving folder structure in <code>unbundle</code>
mode (<a
href="https://redirect.github.com/rolldown/tsdown/issues/817">#817</a>)</li>
<li><a
href="https://github.com/rolldown/tsdown/commit/bad2d173aaef1803882b1cee3df1da28b11bb35c"><code>bad2d17</code></a>
feat: add <code>root</code> option for controlling output directory
structure</li>
<li><a
href="https://github.com/rolldown/tsdown/commit/2b1be7e0accdb1d6e903cd42642666431fc5e93d"><code>2b1be7e</code></a>
chore: release v0.21.1</li>
<li><a
href="https://github.com/rolldown/tsdown/commit/38ca9c1beb2e9d25bc3cb91ba4dedd963fa85f4c"><code>38ca9c1</code></a>
chore: upgrade unrun</li>
<li>Additional commits viewable in <a
href="https://github.com/rolldown/tsdown/compare/v0.21.0...v0.21.2">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 2cb6802 commit 2558337
1 file changed
Lines changed: 102 additions & 92 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments