[WIP] Update dependency tsdown to v0.20.1#3278
Closed
Copilot wants to merge 3 commits intorenovate/tsdown-0.xfrom
Closed
[WIP] Update dependency tsdown to v0.20.1#3278Copilot wants to merge 3 commits intorenovate/tsdown-0.xfrom
Copilot wants to merge 3 commits intorenovate/tsdown-0.xfrom
Conversation
|
|
1 task
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>
50e46fc to
d6cf8f2
Compare
Copilot stopped work on behalf of
mrlubos due to an error
January 28, 2026 23:21
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.
Investigation Summary
The PR fails because tsdown 0.20.1 introduced a regression in how it handles type declaration bundling:
check-exportscommand fails due to unresolved imports in generated.d.mtsfiles#app/defaults) into the generated type definitionsexternalconfiguration totsdown.config.tswith patterns to exclude framework-specific importsexternalconfig doesn't fully resolve the DTS bundling issue in v0.20.1Current Status
The
externalconfiguration has been added but the build still fails because tsdown 0.20.1's DTS bundler doesn't properly respect the external configuration for certain imports (specifically Nuxt's#appimports that use package.jsonimportsfield).Recommendation
The tsdown dependency update from 0.18.4 to 0.20.1 should be reverted or held until:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.