Skip to content

Update dependency tsdown to ^0.22.0#131

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

Update dependency tsdown to ^0.22.0#131
transcend-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tsdown-0.x

Conversation

@transcend-renovate
Copy link
Copy Markdown
Contributor

@transcend-renovate transcend-renovate Bot commented May 13, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tsdown (source) ^0.21.2^0.22.0 age adoption passing confidence

Release Notes

rolldown/tsdown (tsdown)

v0.22.1

Compare Source

   🚀 Features
  • dts: Add deps.dts option to override dependency bundling for declaration files  -  by @​sxzz (881bf)
   🐞 Bug Fixes
  • Improve error handling for unsupported TypeScript syntax on Node.js  -  by @​sxzz (b93db)
  • Add extra space for emoji rendering in Windows Terminal  -  by @​sxzz (925cc)
  • unbundle: Add shims support for unbundled builds  -  by @​sxzz (fc991)
    View changes on GitHub

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 America/Los_Angeles)

  • 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.


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

This PR has been generated by Mend Renovate.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 13, 2026

Open in StackBlitz

@transcend-io/airgap.js-types

pnpm add https://pkg.pr.new/@transcend-io/airgap.js-types@131
yarn add https://pkg.pr.new/@transcend-io/airgap.js-types@131.tgz

@transcend-io/cli

pnpm add https://pkg.pr.new/@transcend-io/cli@131
yarn add https://pkg.pr.new/@transcend-io/cli@131.tgz

@transcend-io/internationalization

pnpm add https://pkg.pr.new/@transcend-io/internationalization@131
yarn add https://pkg.pr.new/@transcend-io/internationalization@131.tgz

@transcend-io/privacy-types

pnpm add https://pkg.pr.new/@transcend-io/privacy-types@131
yarn add https://pkg.pr.new/@transcend-io/privacy-types@131.tgz

@transcend-io/sdk

pnpm add https://pkg.pr.new/@transcend-io/sdk@131
yarn add https://pkg.pr.new/@transcend-io/sdk@131.tgz

@transcend-io/type-utils

pnpm add https://pkg.pr.new/@transcend-io/type-utils@131
yarn add https://pkg.pr.new/@transcend-io/type-utils@131.tgz

@transcend-io/utils

pnpm add https://pkg.pr.new/@transcend-io/utils@131
yarn add https://pkg.pr.new/@transcend-io/utils@131.tgz

@transcend-io/mcp

pnpm add https://pkg.pr.new/@transcend-io/mcp@131
yarn add https://pkg.pr.new/@transcend-io/mcp@131.tgz

@transcend-io/mcp-server-admin

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-admin@131
yarn add https://pkg.pr.new/@transcend-io/mcp-server-admin@131.tgz

@transcend-io/mcp-server-assessment

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-assessment@131
yarn add https://pkg.pr.new/@transcend-io/mcp-server-assessment@131.tgz

@transcend-io/mcp-server-base

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-base@131
yarn add https://pkg.pr.new/@transcend-io/mcp-server-base@131.tgz

@transcend-io/mcp-server-consent

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-consent@131
yarn add https://pkg.pr.new/@transcend-io/mcp-server-consent@131.tgz

@transcend-io/mcp-server-discovery

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-discovery@131
yarn add https://pkg.pr.new/@transcend-io/mcp-server-discovery@131.tgz

@transcend-io/mcp-server-dsr

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-dsr@131
yarn add https://pkg.pr.new/@transcend-io/mcp-server-dsr@131.tgz

@transcend-io/mcp-server-inventory

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-inventory@131
yarn add https://pkg.pr.new/@transcend-io/mcp-server-inventory@131.tgz

@transcend-io/mcp-server-preferences

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-preferences@131
yarn add https://pkg.pr.new/@transcend-io/mcp-server-preferences@131.tgz

@transcend-io/mcp-server-workflows

pnpm add https://pkg.pr.new/@transcend-io/mcp-server-workflows@131
yarn add https://pkg.pr.new/@transcend-io/mcp-server-workflows@131.tgz

commit: 247a596

@transcend-renovate transcend-renovate Bot force-pushed the renovate/tsdown-0.x branch from 5df2234 to b2d2b89 Compare May 13, 2026 00:25
@transcend-renovate transcend-renovate Bot changed the title chore(deps): update dependency tsdown to ^0.22.0 Update dependency tsdown to ^0.22.0 May 13, 2026
@transcend-renovate transcend-renovate Bot force-pushed the renovate/tsdown-0.x branch 2 times, most recently from 920860d to e642786 Compare May 27, 2026 18:28
@transcend-renovate transcend-renovate Bot force-pushed the renovate/tsdown-0.x branch from e642786 to 247a596 Compare May 31, 2026 14:26
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