chore(deps): update dependency tsdown to ^0.22.9#97
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
renovate
Bot
force-pushed
the
renovate/pnpm-workspace-dependencies
branch
from
March 30, 2026 09:40
bbd2957 to
68127f1
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-workspace-dependencies
branch
from
March 31, 2026 21:26
68127f1 to
a1451b3
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-workspace-dependencies
branch
from
April 16, 2026 15:54
a1451b3 to
d961fe1
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-workspace-dependencies
branch
from
April 19, 2026 12:59
d961fe1 to
01f31d6
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-workspace-dependencies
branch
from
April 25, 2026 17:42
01f31d6 to
8f60724
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-workspace-dependencies
branch
from
May 10, 2026 13:03
8f60724 to
7980b55
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-workspace-dependencies
branch
from
May 18, 2026 19:09
7980b55 to
ef12820
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-workspace-dependencies
branch
2 times, most recently
from
May 31, 2026 17:38
af20d78 to
0286fed
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-workspace-dependencies
branch
from
June 1, 2026 22:14
0286fed to
7687432
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-workspace-dependencies
branch
from
June 7, 2026 13:17
7687432 to
2ee935a
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-workspace-dependencies
branch
from
June 11, 2026 16:17
2ee935a to
d26259c
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-workspace-dependencies
branch
from
June 19, 2026 19:03
d26259c to
1e90175
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-workspace-dependencies
branch
from
July 11, 2026 08:52
1e90175 to
4de6217
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-workspace-dependencies
branch
2 times, most recently
from
July 14, 2026 20:00
c3eea01 to
762d820
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-workspace-dependencies
branch
from
July 16, 2026 06:02
762d820 to
a4e56a2
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-workspace-dependencies
branch
2 times, most recently
from
July 18, 2026 08:38
69f7e1c to
5da20b9
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-workspace-dependencies
branch
from
July 19, 2026 18:03
5da20b9 to
7872755
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.21.4→^0.22.9Release Notes
rolldown/tsdown (tsdown)
v0.22.9Compare Source
🚀 Features
🐞 Bug Fixes
onlyImport- by @sxzz in #1019 (a625a)View changes on GitHub
v0.22.8Compare Source
🚀 Features
onlyImportoption - by @sxzz and Claude Fable 5 (c5798)🐞 Bug Fixes
View changes on GitHub
v0.22.7Compare Source
🚀 Features
suppressWarningsoption to filter warnings - by @sxzz (dc510)View changes on GitHub
v0.22.6Compare Source
No significant changes
View changes on GitHub
v0.22.5Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.22.4Compare Source
🚀 Features
🐞 Bug Fixes
SOURCEMAP_BROKENwarning - by @ocavue in #982 (84b7c)🏎 Performance
View changes on GitHub
v0.22.3Compare Source
🚨 Breaking Changes
🐞 Bug Fixes
🏎 Performance
View changes on GitHub
v0.22.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.22.1Compare Source
🚀 Features
deps.dtsoption to override dependency bundling for declaration files - by @sxzz (881bf)🐞 Bug Fixes
View changes on GitHub
v0.22.0Compare Source
🚨 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).
unrunis no longer bundledIf your environment relies on the
unrunconfig loader (i.e. you're on a Node version without native TypeScript support and use the defaultautoloader), install it manually:npm i -D unrun # or, alternatively, the new tsx loader: npm i -D tsxIf you use Node.js 22.18.0+ with native TypeScript support, no change is needed — the
autoloader will picknative.dtsauto-enabled from tsconfigIf your
tsconfig.jsonhascompilerOptions.declaration: truebut you do not want tsdown to emit.d.tsfiles, opt out explicitly:exports.binauto-detectionAny entry chunk containing a shebang (e.g.
#!/usr/bin/env node) now causes tsdown to write abinfield inpackage.jsonautomatically. The semantics differ slightly from explicitbin: true:truefalseTo opt out entirely:
Links
v0.21.10Compare Source
🚀 Features
View changes on GitHub
v0.21.9Compare Source
🚀 Features
tsdownConfigandtsdownConfigResolvedplugin hooks - by @sxzz in #918 (665e5)🐞 Bug Fixes
View changes on GitHub
v0.21.8Compare Source
🚀 Features
ignoreRulestype to autocomplete known values - by @mrlubos in #892 (c8f5c)extensionsoption for subpath export keys - by @SinhSinhAn and @sxzz in #899 (1bb7a)baseline-widely-availabletarget - by @sxzz in #896 (d6a16)🐞 Bug Fixes
View changes on GitHub
v0.21.7Compare Source
🚀 Features
moduleoption for attw and publint to allow passing imported modules directly - by @sxzz (31e90)🐞 Bug Fixes
View changes on GitHub
v0.21.6Compare Source
🚀 Features
cjsReexportoption to eliminate dual module type hazard - by @mandarini and @sxzz in #856 (875c1)binoption to auto-generate package.json bin field - by @sxzz in #869 (7ebd6)🐞 Bug Fixes
.modulefrom CSS output filenames - by @sxzz in #866 (03ade)View changes on GitHub
v0.21.5Compare Source
🚀 Features
🐞 Bug Fixes
optionalDependenciesby default - by @sxzz (cd24d)@typespackages for dts deep imports - by @brc-dd and @sxzz in #852 (0b276)View changes on GitHub
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.