Skip to content

chore(deps): update dependency tsdown to v0.23.0 - #1361

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tsdown-0.x
Open

chore(deps): update dependency tsdown to v0.23.0#1361
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tsdown-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
tsdown (source) 0.22.30.23.0 age confidence

Release Notes

rolldown/tsdown (tsdown)

v0.23.0

Compare Source

   🧭 Migration Guide

Most users can upgrade directly. Before upgrading, run one final build with tsdown@0.22.14 and resolve all deprecation warnings.

  • config:
    • bundle: falseunbundle: true; bundle: true can be removed
    • outExtensionoutExtensions
    • publicDir / --public-dircopy / --copy
    • removeNodeProtocol: truenodeProtocol: 'strip'
    • injectStylecss.inject
  • deps:
    • inlineOnly / deps.onlyAllowBundledeps.onlyBundle
    • skipNodeModulesBundle: truedeps.neverBundle: true
    • resolveDepSubpath now defaults to false; set it to true to preserve the previous behavior
  • dts:
    • Select a generator with dts.generator, for example { generator: 'oxc' }
    • dts.cjsReexport was removed; dual-format builds now generate CJS declarations in a separate pass
  • attw:
    • The default profile changed from strict to esm-only; set profile: 'strict' to preserve the previous checks
  • programmatic API:
    • build() now returns { bundles, watch }; replace const bundles = await build() with const { bundles } = await build()
  • requirements:
    • Node.js 25 is no longer supported; use ^22.18.0, ^24.11.0, or >=26.0.0
    • The packages no longer publish legacy types and typesVersions fallbacks; use TypeScript’s bundler, node16, or nodenext module resolution
   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.22.14

Compare Source

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

v0.22.13

Compare Source

   🚀 Features
  • deps: Support neverBundle: true to externalize all dependencies  -  by @​sxzz (d30a7)
   🐞 Bug Fixes
    View changes on GitHub

v0.22.12

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v0.22.11

Compare Source

   🚀 Features
    View changes on GitHub

v0.22.10

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.22.9

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.22.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • config: Concat plugins arrays when merging config  -  by @​sxzz (b1c80)
    View changes on GitHub

v0.22.7

Compare Source

   🚀 Features
  • logger: Add suppressWarnings option to filter warnings  -  by @​sxzz (dc510)
    View changes on GitHub

v0.22.6

Compare Source

No significant changes

    View changes on GitHub

v0.22.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.22.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov

codecov Bot commented Jul 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.35%. Comparing base (692a746) to head (2ea62e1).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1361   +/-   ##
=======================================
  Coverage   97.35%   97.35%           
=======================================
  Files          49       49           
  Lines        6020     6020           
  Branches     1544     1544           
=======================================
  Hits         5861     5861           
  Misses        157      157           
  Partials        2        2           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
renovate Bot force-pushed the renovate/tsdown-0.x branch 2 times, most recently from 24da9e0 to 731676f Compare July 14, 2026 17:06
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to v0.22.4 chore(deps): update dependency tsdown to v0.22.5 Jul 14, 2026
@renovate
renovate Bot force-pushed the renovate/tsdown-0.x branch from 731676f to b6c4641 Compare July 16, 2026 04:30
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to v0.22.5 chore(deps): update dependency tsdown to v0.22.7 Jul 16, 2026
@renovate
renovate Bot force-pushed the renovate/tsdown-0.x branch 2 times, most recently from 12825a2 to dda8139 Compare July 18, 2026 09:51
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to v0.22.7 chore(deps): update dependency tsdown to v0.22.8 Jul 18, 2026
@renovate
renovate Bot force-pushed the renovate/tsdown-0.x branch from dda8139 to cddc674 Compare July 19, 2026 15:09
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to v0.22.8 chore(deps): update dependency tsdown to v0.22.9 Jul 19, 2026
@renovate
renovate Bot force-pushed the renovate/tsdown-0.x branch from cddc674 to d8c20ce Compare July 22, 2026 21:54
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to v0.22.9 chore(deps): update dependency tsdown to v0.22.12 Jul 22, 2026
@renovate
renovate Bot force-pushed the renovate/tsdown-0.x branch 2 times, most recently from 14e440c to 14efcbb Compare July 24, 2026 21:57
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to v0.22.12 chore(deps): update dependency tsdown to v0.22.13 Jul 24, 2026
@renovate
renovate Bot force-pushed the renovate/tsdown-0.x branch from 14efcbb to 4558720 Compare July 26, 2026 21:59
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to v0.22.13 chore(deps): update dependency tsdown to v0.22.14 Jul 26, 2026
MichaelDeBoey
MichaelDeBoey previously approved these changes Jul 30, 2026
@MichaelDeBoey
MichaelDeBoey enabled auto-merge (squash) July 30, 2026 14:25
@renovate
renovate Bot force-pushed the renovate/tsdown-0.x branch from 4558720 to 4332140 Compare July 30, 2026 14:27
@renovate
renovate Bot force-pushed the renovate/tsdown-0.x branch 3 times, most recently from 8d95b36 to e15ceb1 Compare August 14, 2026 21:57
@renovate
renovate Bot force-pushed the renovate/tsdown-0.x branch from e15ceb1 to 3161bd0 Compare August 26, 2026 15:58
@renovate
renovate Bot force-pushed the renovate/tsdown-0.x branch 2 times, most recently from f1d3f14 to d99222e Compare September 6, 2026 01:31
@renovate
renovate Bot force-pushed the renovate/tsdown-0.x branch from d99222e to 2ea62e1 Compare September 6, 2026 20:37
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to v0.22.14 chore(deps): update dependency tsdown to v0.23.0 Sep 6, 2026
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.

1 participant