Skip to content

chore: bump tsdown and @apst/tsdown#117

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/multi-ce14b9fd66
Mar 9, 2026
Merged

chore: bump tsdown and @apst/tsdown#117
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/multi-ce14b9fd66

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps tsdown and @apst/tsdown. These dependencies needed to be updated together.
Updates tsdown from 0.20.3 to 0.21.0

Release notes

Sourced from tsdown's releases.

v0.21.0 - Notable Changes

Breaking Changes

Dependency options renamed to deps namespace

The dependency-related options have been moved under a new deps namespace with clearer names:

  • external -> deps.neverBundle
  • noExternal -> deps.alwaysBundle
  • inlineOnly -> deps.onlyAllowBundle
  • skipNodeModulesBundle -> deps.skipNodeModulesBundle

Before:

export default defineConfig({
  external: ['vue'],
  noExternal: ['lodash'],
})

After:

export default defineConfig({
  deps: {
    neverBundle: ['vue'],
    alwaysBundle: ['lodash'],
  },
})

The old options still work but are deprecated and will emit warnings.

failOnWarn default changed from 'ci-only' to false

If you relied on the previous behavior where warnings would fail the build in CI environments, you now need to explicitly set failOnWarn: true or failOnWarn: 'ci-only' in your config.

Node.js < 22.18.0 deprecated

tsdown now emits a deprecation warning when running on Node.js versions below 22.18.0. Plan to upgrade your Node.js version accordingly.

New Features

Experimental Node.js SEA executable bundling (exe)

tsdown can now bundle your TypeScript project into a standalone executable using Node.js Single Executable Applications (SEA). A new @tsdown/exe package provides cross-platform executable building support. See the exe documentation for details.

export default defineConfig({
  exe: true, // or { useCodeCache: true, useSnapshot: true }
</tr></table> 

... (truncated)

Commits
  • 5145496 chore: release v0.21.0
  • c5db6dc refactor(exe): improve nodeVersion type
  • ce7abe9 feat(exe): support latest and latest-lts for nodeVersion
  • 944e92a feat: support bundling .node files by default
  • 1183ad3 fix(css): remove empty js chunks (#799)
  • 0aae946 chore: upgrade rolldown
  • 9440739 chore: release v0.21.0-beta.5
  • d8a1f5c fix: resolve css files in node_modules (#795)
  • 0173c6e feat(exe)!: require Node >=25.7 and default format to esm (#798)
  • 288a5f0 feat(css): default css.transformer to lightningcss (#797)
  • Additional commits viewable in compare view

Updates @apst/tsdown from 0.1.2 to 0.2.0

Changelog

Sourced from @​apst/tsdown's changelog.

0.2.0 (2026-03-05)

Breaking Changes

  • set tsdown minimum supported version to 0.21.0

What's Changed

  • set es-toolkit supported version range to ^1.40.0
  • remove @types/node from devDependencies
Commits
  • 564fac2 release: 0.2.0
  • f146dde docs: update changelog
  • 5d235d2 refactor: move @types/node to root
  • e00bbcd refactor: set es-toolkit version range to ^1.40.0
  • 261bfea feat: support tsdown 0.21.0
  • 8a36de5 fix: fix error in tsdown config
  • 4fae4da fix: ensure correct way to execute
  • See full diff in compare view

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)

Bumps [tsdown](https://github.com/rolldown/tsdown) and [@apst/tsdown](https://github.com/alpheusday/tsdown/tree/HEAD/package). These dependencies needed to be updated together.

Updates `tsdown` from 0.20.3 to 0.21.0
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.20.3...v0.21.0)

Updates `@apst/tsdown` from 0.1.2 to 0.2.0
- [Release notes](https://github.com/alpheusday/tsdown/releases)
- [Changelog](https://github.com/alpheusday/tsdown/blob/main/package/CHANGELOG.md)
- [Commits](https://github.com/alpheusday/tsdown/commits/0.2.0/package)

---
updated-dependencies:
- dependency-name: tsdown
  dependency-version: 0.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@apst/tsdown"
  dependency-version: 0.2.0
  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 Mar 9, 2026
@github-actions github-actions bot enabled auto-merge (squash) March 9, 2026 00:11
@github-actions github-actions bot merged commit b16d046 into main Mar 9, 2026
15 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-ce14b9fd66 branch March 9, 2026 00:14
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