Skip to content

chore(deps): update dependency tsdown to v0.22.0#840

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

chore(deps): update dependency tsdown to v0.22.0#840
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 25, 2026

This PR contains the following updates:

Package Change Age Confidence
tsdown (source) 0.21.40.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

Configuration

📅 Schedule: (UTC)

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

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Mar 25, 2026

⚠️ No Changeset found

Latest commit: f3a3f06

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (a33be93) to head (f3a3f06).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #840   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           55        55           
  Branches        23        23           
=========================================
  Hits            55        55           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch 2 times, most recently from 28e7ca8 to b1320a4 Compare March 27, 2026 05:46
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to v0.21.5 chore(deps): update dependency tsdown to v0.21.6 Mar 27, 2026
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to v0.21.6 chore(deps): update dependency tsdown to v0.21.7 Mar 28, 2026
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch 2 times, most recently from 69d01de to 0383643 Compare March 30, 2026 04:45
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch 3 times, most recently from aee0141 to 1ea9cdd Compare April 9, 2026 12:41
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch 2 times, most recently from fcc8023 to 1c3c001 Compare April 13, 2026 15:05
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to v0.21.7 chore(deps): update dependency tsdown to v0.21.8 Apr 13, 2026
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to v0.21.8 chore(deps): update dependency tsdown to v0.21.9 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch 4 times, most recently from a82818d to 4106608 Compare April 21, 2026 20:16
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to v0.21.9 chore(deps): update dependency tsdown to v0.21.10 Apr 22, 2026
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch 2 times, most recently from 3c85cae to c2dfe41 Compare April 27, 2026 05:29
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch 2 times, most recently from 047daf1 to 1ecc508 Compare May 7, 2026 12:32
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to v0.21.10 chore(deps): update dependency tsdown to v0.22.0 May 7, 2026
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch 2 times, most recently from fea8899 to 54e4b13 Compare May 18, 2026 17:13
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from 54e4b13 to f3a3f06 Compare May 20, 2026 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants