Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/tsdown-0.22.0
Open

chore(deps-dev): bump tsdown from 0.21.10 to 0.22.0#1742
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 7, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 7, 2026

⚠️ No Changeset found

Latest commit: c1a605e

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

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.

1 issue found across 2 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="package.json">

<violation number="1" location="package.json:74">
P1: tsdown 0.22.0 requires Node.js >= 22.18.0, but this repo still declares `engines.node: >=20`. That mismatch can break `build`/`prepack` for users/CI running Node 20.x. Update the repo’s Node engine/CI matrix accordingly, or keep tsdown on a compatible version.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review, or fix all with cubic.

Comment thread package.json
"@types/swagger2openapi": "7.0.4",
"axios": "1.16.0",
"tsdown": "0.21.10",
"tsdown": "0.22.0",
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot May 7, 2026

Choose a reason for hiding this comment

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

P1: tsdown 0.22.0 requires Node.js >= 22.18.0, but this repo still declares engines.node: >=20. That mismatch can break build/prepack for users/CI running Node 20.x. Update the repo’s Node engine/CI matrix accordingly, or keep tsdown on a compatible version.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 74:

<comment>tsdown 0.22.0 requires Node.js >= 22.18.0, but this repo still declares `engines.node: >=20`. That mismatch can break `build`/`prepack` for users/CI running Node 20.x. Update the repo’s Node engine/CI matrix accordingly, or keep tsdown on a compatible version.</comment>

<file context>
@@ -71,7 +71,7 @@
     "@types/swagger2openapi": "7.0.4",
     "axios": "1.16.0",
-    "tsdown": "0.21.10",
+    "tsdown": "0.22.0",
     "typedoc": "0.28.19",
     "vitest": "4.1.5"
</file context>
Fix with 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 dependabot Bot force-pushed the dependabot/bun/tsdown-0.22.0 branch from 22e3093 to c1a605e Compare May 8, 2026 05:18
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