Skip to content

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

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/tsdown-0.x
Sep 5, 2026
Merged

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

Conversation

@renovate

@renovate renovate Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
tsdown (source) 0.22.140.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

Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Sep 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (64fc037) to head (8e356a2).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #836   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          355       355           
  Branches        56        56           
=========================================
  Hits           355       355           

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

@codecov

codecov Bot commented Sep 5, 2026

Copy link
Copy Markdown

Bundle Report

Changes will decrease total bundle size by 78 bytes (-0.18%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
node-esm 21.25kB -39 bytes (-0.18%) ⬇️
browser-esm 21.41kB -39 bytes (-0.18%) ⬇️

Affected Assets, Files, and Routes:

view changes for bundle: node-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
node.d.ts -39 bytes 3.16kB -1.22%
view changes for bundle: browser-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
browser.d.ts -39 bytes 3.16kB -1.22%

@renovate
renovate Bot force-pushed the renovate/tsdown-0.x branch from 2963b3e to 2307d57 Compare September 5, 2026 04:35
@renovate
renovate Bot force-pushed the renovate/tsdown-0.x branch from 2307d57 to 8e356a2 Compare September 5, 2026 09:57
@renovate
renovate Bot merged commit b9fd6de into main Sep 5, 2026
15 checks passed
@renovate
renovate Bot deleted the renovate/tsdown-0.x branch September 5, 2026 14:15
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