Skip to content

chore(deps-dev): bump tsdown from 0.21.10 to 0.22.0#1760

Open
dependabot[bot] wants to merge 1 commit into
nextfrom
dependabot/npm_and_yarn/next/tsdown-0.22.0
Open

chore(deps-dev): bump tsdown from 0.21.10 to 0.22.0#1760
dependabot[bot] wants to merge 1 commit into
nextfrom
dependabot/npm_and_yarn/next/tsdown-0.22.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps tsdown from 0.21.10 to 0.22.0.

Release notes

Sourced from tsdown's releases.

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.

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

... (truncated)

Commits

@dependabot dependabot Bot added affects:dependencies PRs: Updates a dependency file priority:p2 Issues and PRs: Medium priority status:confirmed Issues and PRs: Confirmed bug, or enhancement is confirmed to be added status:tested PRs: Tested and working with no issues type:enhancement PRs: Related to adding or improving something labels May 7, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 7, 2026 21:03
@zptx-bot zptx-bot enabled auto-merge (squash) May 7, 2026 21:03
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/next/tsdown-0.22.0 branch from cbd2f4b to 2af8419 Compare May 7, 2026 21:05
zptx-bot
zptx-bot previously approved these changes May 7, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/next/tsdown-0.22.0 branch from 2af8419 to 31564b2 Compare May 8, 2026 21:05
zptx-bot
zptx-bot previously approved these changes May 8, 2026
Bumps [tsdown](https://github.com/rolldown/tsdown) from 0.21.10 to 0.22.0.
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.21.10...v0.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/next/tsdown-0.22.0 branch from 31564b2 to 50a9770 Compare May 12, 2026 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

affects:dependencies PRs: Updates a dependency file priority:p2 Issues and PRs: Medium priority status:confirmed Issues and PRs: Confirmed bug, or enhancement is confirmed to be added status:tested PRs: Tested and working with no issues type:enhancement PRs: Related to adding or improving something

Development

Successfully merging this pull request may close these issues.

1 participant