Skip to content

chore(deps): bump tsdown from 0.22.12 to 0.22.14 - #55

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tsdown-0.22.14
Closed

chore(deps): bump tsdown from 0.22.12 to 0.22.14#55
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tsdown-0.22.14

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps tsdown from 0.22.12 to 0.22.14.

Release notes

Sourced from tsdown's releases.

v0.22.14

   🚀 Features

  • Add CLI build concurrency option  -  by @​sxzz and Jeroen Zwartepoorte (8a14c)
    View changes on GitHub

v0.22.13

   🚀 Features

  • deps: Support neverBundle: true to externalize all dependencies  -  by @​sxzz (d30a7)

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • ff3bdbd chore: release v0.22.14
  • 8a14c35 feat: add CLI build concurrency option
  • 0525465 docs: add note about cjsDefault only applying to explicit entry modules
  • a3a3551 refactor: fix lint
  • 3dec506 refactor: use native Promise.withResolvers
  • e0266c1 docs: add tsdown users image
  • a733505 refactor: upgrade verkit, simplify version parse
  • e5fe2ca style: format
  • 3e1fc63 chore: release v0.22.13
  • a6c8734 chore: upgrade deps
  • Additional commits viewable in compare view

@alexpate

Copy link
Copy Markdown
Contributor

Holding this for now. tsdown 0.22.14 calls Promise.withResolvers (Node 22+), so it cannot run on Node 20 — matrix (20) fails at pnpm build.

Note this is not a regression in this bump: both 0.22.12 and 0.22.14 already declare engines: { node: "^22.18.0 || >=24.11.0" }. Node 20 was never supported upstream; 0.22.14 just started actually using a Node 22 API.

Skipping the matrix job's pnpm build step alone would not fix it — turbo.json has test.dependsOn: ["build"], so pnpm test re-triggers tsdown on Node 20 anyway.

Unblocking this needs one of:

  • dropping test.dependsOn: ["build"] (tests import from src/, never dist/, so Node 20 coverage does not need a build), or
  • dropping Node 20 from the matrix and raising engines to >=22 (Node 20 reached EOL in April 2026).

Deferred pending a decision on whether to keep claiming Node 20 support.

@dependabot dependabot Bot changed the title Bump tsdown from 0.22.12 to 0.22.14 chore(deps): bump tsdown from 0.22.12 to 0.22.14 Jul 27, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/tsdown-0.22.14 branch from 99ac63f to 3026918 Compare July 27, 2026 08:31
Bumps [tsdown](https://github.com/rolldown/tsdown) from 0.22.12 to 0.22.14.
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.22.12...v0.22.14)

---
updated-dependencies:
- dependency-name: tsdown
  dependency-version: 0.22.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/tsdown-0.22.14 branch from 3026918 to a00128c Compare July 27, 2026 08:34
@alexpate alexpate closed this Jul 27, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/tsdown-0.22.14 branch July 27, 2026 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant