chore(deps): update dependency tsdown to ^0.22.0#2851
Conversation
|
There was a problem hiding this comment.
1 issue found across 2 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="package.json">
<violation number="1" location="package.json:23">
P1: Upgrading to tsdown ^0.22.0 conflicts with this repo’s `engines.node >=20.0.0`; tsdown 0.22 requires Node 22.18.0+, so installs/CI on Node 20 can fail.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "copyfiles": "2.4.1", | ||
| "rimraf": "6.1.3", | ||
| "tsdown": "^0.21.0", | ||
| "tsdown": "^0.22.0", |
There was a problem hiding this comment.
P1: Upgrading to tsdown ^0.22.0 conflicts with this repo’s engines.node >=20.0.0; tsdown 0.22 requires Node 22.18.0+, so installs/CI on Node 20 can fail.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 23:
<comment>Upgrading to tsdown ^0.22.0 conflicts with this repo’s `engines.node >=20.0.0`; tsdown 0.22 requires Node 22.18.0+, so installs/CI on Node 20 can fail.</comment>
<file context>
@@ -20,7 +20,7 @@
"copyfiles": "2.4.1",
"rimraf": "6.1.3",
- "tsdown": "^0.21.0",
+ "tsdown": "^0.22.0",
"typescript": "5.9.3",
"vite-tsconfig-paths": "^6.1.1",
</file context>
11c8188 to
dfaebe4
Compare
050018a to
329f1e4
Compare
135964a to
f47e586
Compare
d3dd9fc to
4730ec2
Compare
1774582 to
81ce3c0
Compare
81ce3c0 to
1bce069
Compare
tsdown 0.22 moved config-file loading to the optional peer dependency unrun, which bun does not auto-install. Add it to devDependencies so tsdown.config.ts loads and the build succeeds.
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2851 +/- ##
========================================
Coverage 99.62% 99.62%
========================================
Files 69 69
Lines 1876 1876
Branches 576 576
========================================
Hits 1869 1869
Misses 7 7 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This PR contains the following updates:
^0.21.0→^0.22.0Release Notes
rolldown/tsdown (tsdown)
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
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.