[code-infra] Port repo to use tsgo#4963
Conversation
commit: |
Bundle size
PerformanceTotal duration: 1,339.29 ms -126.83 ms(-8.7%) | Renders: 50 (+0) | Paint: 2,019.61 ms -201.88 ms(-9.1%)
9 tests within noise — details Check out the code infra dashboard for more information about this PR. |
✅ Deploy Preview for base-ui ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
5b03f8a to
e956bf8
Compare
| "tailwindcss": "4.2.4", | ||
| "terser": "5.47.1", | ||
| "tsx": "4.21.0", | ||
| "typescript": "6.0.3", |
There was a problem hiding this comment.
TS API Extractor requires typescript as a peer dependency. If it's the only package that does so, I can declare typescript as a dev dependency there. Do you know if any other scripts use typescript@6?
There was a problem hiding this comment.
No other script/package uses ts@6 yet directly AFAIK. code-infra requires a peer dep on v5.
There was a problem hiding this comment.
All right, I'll make it a direct dependency, then.
ad33f4d to
a521577
Compare
|
Docs already built here - https://app.netlify.com/projects/base-ui/deploys/6a26be447fc7e40008166d1b |


Typechecking down from 51-54s to 7-9s (upto 6.4x less) and minor improvement in package build time.