Skip to content

chore(deps-dev): bump tsdown from 0.21.10 to 0.22.1#1770

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/tsdown-0.22.1
Open

chore(deps-dev): bump tsdown from 0.21.10 to 0.22.1#1770
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/tsdown-0.22.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 28, 2026

Bumps tsdown from 0.21.10 to 0.22.1.

Release notes

Sourced from tsdown's releases.

v0.22.1

   🚀 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

   🚨 Breaking Changes

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

... (truncated)

Commits
  • 0bddff1 chore: release v0.22.1
  • fc9913d fix(unbundle): add shims support for unbundled builds
  • 3504171 chore: upgrade deps
  • 881bf0d feat(dts): add deps.dts option to override dependency bundling for declarat...
  • 937f253 ci: use actionspack to bundle workflows
  • 6c92bcd chore: upgrade deps
  • 6ac0214 chore: upgrade deps
  • 5d6b054 refactor: tsup outExtension migration compatibility (#950)
  • d424e08 docs: remove dts.cjsReexport and clarify Node.js requirement
  • 27dee93 docs: clarify dts.cjsReexport outDir limitation and CJS maintenance status
  • 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)

Summary by cubic

Upgrade dev build tool tsdown from 0.21.10 to 0.22.1, adopting rolldown 1.x and improved DTS handling for more reliable builds.

  • Migration
    • Requires Node.js 22.18.0+.
    • If you relied on the unrun TypeScript config loader on older Node, install tsx or unrun as a dev dependency. On Node 22.18.0+, the auto loader uses the native TS loader and no action is needed.

Written for commit 8169b3f. Summary will update on new commits.

Review in cubic

Bumps [tsdown](https://github.com/rolldown/tsdown) from 0.21.10 to 0.22.1.
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.21.10...v0.22.1)

---
updated-dependencies:
- dependency-name: tsdown
  dependency-version: 0.22.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 28, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 28, 2026

⚠️ No Changeset found

Latest commit: 8169b3f

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants