[code-infra] Port repo to use tsgo#4963
Conversation
commit: |
Bundle size
PerformanceTotal duration: 1,258.04 ms -119.13 ms(-8.7%) | Renders: 50 (+0) | Paint: 1,896.55 ms -195.11 ms(-9.3%)
11 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.
e6fe080 to
3617d73
Compare
ad33f4d to
a521577
Compare


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