-
Notifications
You must be signed in to change notification settings - Fork 54
Replace tsup with tsdown #4699
Copy link
Copy link
Closed
Labels
⚙️ technicalTechnical improvements, maintenance or other issues that are not directly linked to a featureTechnical improvements, maintenance or other issues that are not directly linked to a feature
Metadata
Metadata
Assignees
Labels
⚙️ technicalTechnical improvements, maintenance or other issues that are not directly linked to a featureTechnical improvements, maintenance or other issues that are not directly linked to a feature
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
✅ Done
tsup is no longer maintained and is blocking us from upgrading to Typescript 6. #4695 (comment)
Suggest replace use of
tsupwith tsdown.Its still not in v1, but maybe do a POC to see if it can suffice as its currently blocking us from upgrading beyond typescript 6
We are currently using tsup in cli and web packages.
Make a separate PR for replacements to each package to reduce potential bugs as this will be very important to test downstream.