chore(deps): update dependency tsdown to ^0.22.0#862
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
31e6e11 to
2156463
Compare
2156463 to
31ccc71
Compare
31ccc71 to
d05862d
Compare
d05862d to
c0d0d16
Compare
c0d0d16 to
6041cce
Compare
6041cce to
3607b17
Compare
3607b17 to
bf11e1f
Compare
bf11e1f to
1ff0676
Compare
1ff0676 to
d96ad01
Compare
7096eee to
c2bb1b4
Compare
c2bb1b4 to
4ce97a4
Compare
4ce97a4 to
81c21eb
Compare
81c21eb to
8aff9e5
Compare
8aff9e5 to
7d29045
Compare
7d29045 to
9eee765
Compare
9eee765 to
2817e3d
Compare
2817e3d to
ec5e479
Compare
ec5e479 to
34d4d04
Compare
34d4d04 to
5d8d794
Compare
5d8d794 to
ea28684
Compare
ea28684 to
25f3e75
Compare
|
25f3e75 to
3b6955c
Compare
3b6955c to
39fcaed
Compare
This PR contains the following updates:
^0.21.2→^0.22.0Release Notes
rolldown/tsdown (tsdown)
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
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here