Skip to content

Bump the tsdown group across 1 directory with 2 updates#4049

Merged
nstepien merged 1 commit into
mainfrom
dependabot/npm_and_yarn/tsdown-43591e6f7c
May 15, 2026
Merged

Bump the tsdown group across 1 directory with 2 updates#4049
nstepien merged 1 commit into
mainfrom
dependabot/npm_and_yarn/tsdown-43591e6f7c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the tsdown group with 2 updates in the / directory: @tsdown/css and tsdown.

Updates @tsdown/css from 0.21.10 to 0.22.0

Release notes

Sourced from @​tsdown/css'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
  • e3b454b chore: release v0.22.0
  • 85e65d8 fix: explicitly drop node 23 support
  • a0f3a08 chore: release v0.22.0-beta.3
  • c4e6dac chore: release v0.22.0-beta.2
  • e3d5e72 chore: release v0.22.0-beta.1
  • a104223 feat!: drop Node.js < 22.18.0 support, make unrun optional, add tsx config lo...
  • 13ce21e docs: improve jsdoc (#928)
  • See full diff in compare view

Updates 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 dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 15, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 15, 2026
Bumps the tsdown group with 2 updates in the / directory: [@tsdown/css](https://github.com/rolldown/tsdown/tree/HEAD/packages/css) and [tsdown](https://github.com/rolldown/tsdown).


Updates `@tsdown/css` from 0.21.10 to 0.22.0
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](https://github.com/rolldown/tsdown/commits/v0.22.0/packages/css)

Updates `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/css"
  dependency-version: 0.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tsdown
- dependency-name: tsdown
  dependency-version: 0.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tsdown
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the tsdown group with 2 updates Bump the tsdown group across 1 directory with 2 updates May 15, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tsdown-43591e6f7c branch from d8657c5 to bc1ed14 Compare May 15, 2026 18:20
@nstepien nstepien merged commit 53c56ac into main May 15, 2026
2 checks passed
@nstepien nstepien deleted the dependabot/npm_and_yarn/tsdown-43591e6f7c branch May 15, 2026 18:24
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.

1 participant