Skip to content

Commit 68517f6

Browse files
committed
RR-4 tsdown: remove tsup
Deletes tsup.config.ts and the tsup devDependency. The devDependency line was removed with an editor followed by 'pnpm install' rather than 'pnpm remove', which re-resolves the whole graph against the registry and takes minutes. Dropping tsup also finally removes @microsoft/api-extractor and its whole closure from the lockfile. api-extractor was deleted as a direct devDependency back in 8058bb9 but survived because tsup declares it as an optional peer dependency and pnpm kept the existing resolution rather than pruning it. Lockfile goes from 841 to 670 package entries.
1 parent ee980f2 commit 68517f6

3 files changed

Lines changed: 1 addition & 1022 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
"redux": "^5.0.1",
8888
"rimraf": "^6.1.3",
8989
"tsdown": "^0.22.14",
90-
"tsup": "^8.5.1",
9190
"typescript": "^5.8.2",
9291
"unrun": "^0.3.1",
9392
"vitest": "^4.1.8"

0 commit comments

Comments
 (0)