-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Add tests for TS 4.7, 4.8, 4.9 #7618
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 063efcc. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 063efcc:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7618 +/- ##
=======================================
Coverage 43.88% 43.88%
=======================================
Files 184 184
Lines 7029 7029
Branches 1536 1535 -1
=======================================
Hits 3085 3085
Misses 3578 3578
Partials 366 366 |
As I explained in #7605, to make pre-5.0 types work, the root tsconfig needed to be changed. The default moduleResolution is now "Node" rather than "Bundler", and project-level tsconfigs add "Bundler" as an override.
Tests are added for TS 4.7, 4.8, and 4.9 to select projects (and can be easily added to the others as required).