Skip to content

chore(deps): update dependency tsdown to ^0.22.0#862

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 1, 2026

This PR contains the following updates:

Package Change Age Confidence
tsdown (source) ^0.21.2^0.22.0 age confidence

Release Notes

rolldown/tsdown (tsdown)

v0.22.0

Compare Source

   🚨 Breaking Changes
  • Drop Node.js < 22.18.0 support, make unrun optional, add tsx config loader  -  by @​sxzz (a1042)
  • dts: Auto-enable dts when tsconfig declaration is true  -  by @​sxzz in #​872 (085f0)
  • publint: Use pkg from publint results, require publint v0.3.8+  -  by @​sxzz (413bb)
   🚀 Features
   🐞 Bug Fixes

🔄 Migration Guide

Node.js version

Upgrade to Node.js 22.18.0 or later. Bun and Deno remain supported (experimental).

unrun is no longer bundled

If your environment relies on the unrun config loader (i.e. you're on a Node version without native TypeScript support and use the default auto loader), install it manually:

npm i -D unrun

# or, alternatively, the new tsx loader:
npm i -D tsx

If you use Node.js 22.18.0+ with native TypeScript support, no change is needed — the auto loader will pick native.

dts auto-enabled from tsconfig

If your tsconfig.json has compilerOptions.declaration: true but you do not want tsdown to emit .d.ts files, opt out explicitly:

// tsdown.config.ts
export default defineConfig({
  dts: false,
})
exports.bin auto-detection

Any entry chunk containing a shebang (e.g. #!/usr/bin/env node) now causes tsdown to write a bin field in package.json automatically. The semantics differ slightly from explicit bin: true:

Value Single shebang Multiple shebangs No shebangs
(unset) Auto-set bin Warn, skip Silent
true Auto-set bin Throw Warn
false No bin No bin No bin

To opt out entirely:

export default defineConfig({
  exports: { bin: false },
})
Links

v0.21.10

Compare Source

   🚀 Features
    View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 3am on the first day of the month"
  • 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 has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@renovate renovate Bot requested a review from a team as a code owner May 1, 2026 00:13
@renovate renovate Bot requested review from pedrobonamin and removed request for a team May 1, 2026 00:13
@vercel
Copy link
Copy Markdown

vercel Bot commented May 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
plugins-studio Error Error May 27, 2026 2:03pm

Request Review

@renovate renovate Bot enabled auto-merge (squash) May 1, 2026 00:13
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 1, 2026

⚠️ No Changeset found

Latest commit: 39fcaed

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from 31e6e11 to 2156463 Compare May 1, 2026 11:35
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from 2156463 to 31ccc71 Compare May 4, 2026 07:00
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from 31ccc71 to d05862d Compare May 4, 2026 14:57
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from d05862d to c0d0d16 Compare May 4, 2026 15:13
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from c0d0d16 to 6041cce Compare May 6, 2026 09:07
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from 6041cce to 3607b17 Compare May 6, 2026 13:39
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from 3607b17 to bf11e1f Compare May 8, 2026 14:21
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from bf11e1f to 1ff0676 Compare May 10, 2026 10:28
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to ^0.21.10 chore(deps): update dependency tsdown to ^0.22.0 May 10, 2026
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from 1ff0676 to d96ad01 Compare May 11, 2026 08:36
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from 7096eee to c2bb1b4 Compare May 15, 2026 08:45
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from c2bb1b4 to 4ce97a4 Compare May 15, 2026 12:25
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from 4ce97a4 to 81c21eb Compare May 15, 2026 14:16
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from 81c21eb to 8aff9e5 Compare May 18, 2026 09:39
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from 8aff9e5 to 7d29045 Compare May 18, 2026 12:11
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from 7d29045 to 9eee765 Compare May 19, 2026 14:59
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from 9eee765 to 2817e3d Compare May 19, 2026 15:10
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from 2817e3d to ec5e479 Compare May 22, 2026 08:45
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from ec5e479 to 34d4d04 Compare May 22, 2026 09:20
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from 34d4d04 to 5d8d794 Compare May 22, 2026 09:25
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from 5d8d794 to ea28684 Compare May 26, 2026 12:05
@renovate renovate Bot force-pushed the renovate/tsdown-0.x branch from ea28684 to 25f3e75 Compare May 26, 2026 15:43
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 26, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 28 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 18, reused 0, downloaded 0, added 0
Progress: resolved 21, reused 0, downloaded 0, added 0
Progress: resolved 26, reused 0, downloaded 0, added 0
Progress: resolved 28, reused 0, downloaded 0, added 0
Progress: resolved 29, reused 0, downloaded 0, added 0
Progress: resolved 30, reused 0, downloaded 0, added 0
Progress: resolved 64, reused 0, downloaded 0, added 0
Progress: resolved 101, reused 0, downloaded 0, added 0
Progress: resolved 102, reused 0, downloaded 0, added 0
/tmp/renovate/repos/github/sanity-io/plugins/turbo/generators:
 ERR_PNPM_TRUST_DOWNGRADE  High-risk trust downgrade for "tinyexec@1.2.2" (possible package takeover)

This error happened while installing the dependencies of tsdown@0.22.0

Trust checks are based solely on publish date, not semver. A package cannot be installed if any earlier-published version had stronger trust evidence. Earlier versions had trusted publisher, but this version has provenance attestation. A trust downgrade may indicate a supply chain incident.

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.

0 participants