Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

개발 의존성 tsdown을 0.22.0으로 업데이트했습니다. 최신 빌드 체인과 호환되며 기본 동작 일부가 변경됩니다.

  • ⚠️ Breaking Changes

    • Node.js 22.18.0 이상이 필요합니다. 로컬/CI 런타임을 업데이트하세요.
    • tsconfig.json에서 compilerOptions.declaration: true이면 dts가 자동 활성화됩니다. 원치 않으면 tsdown 설정에서 dts: false로 비활성화하세요.
    • CI에서 publint를 사용한다면 버전 0.3.8+가 필요합니다.
  • How to test

    • Node 버전을 확인하세요: node -v가 22.18.0 이상.
    • 의존성을 재설치 후 빌드/테스트를 실행하세요: pnpm i && pnpm build && pnpm test.
    • declaration: true인 프로젝트는 .d.ts 산출물이 기대대로 생성되는지 확인하세요. 필요 시 dts: false로 조정 후 재빌드.
    • publint를 사용한다면 0.3.8 이상으로 업데이트 후 CI가 통과하는지 확인하세요.

Written for commit c3373aa. Summary will update on new commits. Review in cubic

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 @github

dependabot Bot commented on behalf of github May 12, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@sonarqubecloud

Copy link
Copy Markdown

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Requires human review: This major version bump of dev dependency tsdown includes breaking changes such as dropping Node.js <22.18.0 support, auto-enabling dts from tsconfig, and requiring a newer publint, which could disrupt the build pipeline and require manual configuration adjustments.

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