Skip to content

chore(deps): update dependency tsdown to ^0.22.0#235

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tsdown-0.x
Open

chore(deps): update dependency tsdown to ^0.22.0#235
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tsdown-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 18, 2026

This PR contains the following updates:

Package Change Age Confidence
tsdown (source) ^0.21.1^0.22.0 age confidence

Release Notes

rolldown/tsdown (tsdown)

v0.22.0

Compare Source

   🚨 Breaking Changes
  • Drop Node.js < 22.18.0 support, make unrun optional, add tsx config loader  -  by @​sxzz (a1042)
  • dts: Auto-enable dts when tsconfig declaration is true  -  by @​sxzz in #​872 (085f0)
  • publint: Use pkg from publint results, require publint v0.3.8+  -  by @​sxzz (413bb)
   🚀 Features
   🐞 Bug Fixes

🔄 Migration Guide

Node.js version

Upgrade to Node.js 22.18.0 or later. Bun and Deno remain supported (experimental).

unrun is no longer bundled

If your environment relies on the unrun config loader (i.e. you're on a Node version without native TypeScript support and use the default auto loader), install it manually:

npm i -D unrun

# or, alternatively, the new tsx loader:
npm i -D tsx

If you use Node.js 22.18.0+ with native TypeScript support, no change is needed — the auto loader will pick native.

dts auto-enabled from tsconfig

If your tsconfig.json has compilerOptions.declaration: true but you do not want tsdown to emit .d.ts files, opt out explicitly:

// tsdown.config.ts
export default defineConfig({
  dts: false,
})
exports.bin auto-detection

Any entry chunk containing a shebang (e.g. #!/usr/bin/env node) now causes tsdown to write a bin field in package.json automatically. The semantics differ slightly from explicit bin: true:

Value Single shebang Multiple shebangs No shebangs
(unset) Auto-set bin Warn, skip Silent
true Auto-set bin Throw Warn
false No bin No bin No bin

To opt out entirely:

export default defineConfig({
  exports: { bin: false },
})
Links

v0.21.10

Compare Source

   🚀 Features
    View changes on GitHub

v0.21.9

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.21.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.21.7

Compare Source

   🚀 Features
  • Add module option for attw and publint to allow passing imported modules directly  -  by @​sxzz (31e90)
   🐞 Bug Fixes
  • deps: Add skipNodeModulesBundle dep subpath e2e tests and fix docs  -  by @​sxzz (deff7)
    View changes on GitHub

v0.21.6

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.21.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.21.4

Compare Source

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

v0.21.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Mar 18, 2026

Open in StackBlitz

npm i https://pkg.pr.new/spanner-assert@235

commit: 4d49619

@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from 224243a to 239a647 Compare March 22, 2026 13:44
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to ^0.21.2 chore(deps): update dependency tsdown to ^0.21.3 Mar 22, 2026
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from 239a647 to a3a1c91 Compare March 23, 2026 18:33
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to ^0.21.3 chore(deps): update dependency tsdown to ^0.21.4 Mar 23, 2026
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from a3a1c91 to a24005c Compare April 1, 2026 13:54
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to ^0.21.4 chore(deps): update dependency tsdown to ^0.21.5 Apr 1, 2026
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from a24005c to 3a2d928 Compare April 3, 2026 09:43
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to ^0.21.5 chore(deps): update dependency tsdown to ^0.21.6 Apr 3, 2026
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from 3a2d928 to fa3e66f Compare April 4, 2026 16:31
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to ^0.21.6 chore(deps): update dependency tsdown to ^0.21.7 Apr 4, 2026
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from fa3e66f to db30dbd Compare April 8, 2026 18:31
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from db30dbd to 50a8edb Compare April 20, 2026 13:11
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to ^0.21.7 chore(deps): update dependency tsdown to ^0.21.8 Apr 20, 2026
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to ^0.21.8 chore(deps): update dependency tsdown to ^0.21.9 Apr 23, 2026
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch 3 times, most recently from 99a11fd to cbebeee Compare April 29, 2026 19:36
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to ^0.21.9 chore(deps): update dependency tsdown to ^0.21.10 Apr 29, 2026
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch 2 times, most recently from f6f49f3 to 216a4cd Compare May 14, 2026 13:43
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to ^0.21.10 chore(deps): update dependency tsdown to ^0.22.0 May 14, 2026
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from 216a4cd to 4d49619 Compare May 18, 2026 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants