-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat: update to TypeScript 4.9 #5716
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
feat: update to TypeScript 4.9 #5716
Conversation
Thanks for the PR, @sosukesuzuki! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day. |
✅ Deploy Preview for typescript-eslint ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
package.json
Outdated
"typescript": "~4.8.3", | ||
"@types/node": "^17.0.31", | ||
"typescript": "~4.9.1-beta", | ||
"@types/node": "^18.7.23", |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5716 +/- ##
=======================================
Coverage 91.29% 91.30%
=======================================
Files 365 366 +1
Lines 12251 12255 +4
Branches 3577 3577
=======================================
+ Hits 11185 11189 +4
Misses 758 758
Partials 308 308
Flags with carried forward coverage won't be shown. Click here to find out more.
|
09fb954
to
a6e074b
Compare
It has landed https://devblogs.microsoft.com/typescript/announcing-typescript-4-9-rc/ 🎉 |
a6e074b
to
154f540
Compare
@bradzacher @JoshuaKGoldberg This PR is ready for review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great to me, thanks!
I'm not 100% familiar with how these are generated so I'll defer to @bradzacher
Given the final version of 4.9 is to release today, should we expect this to be merged and released anytime soon? |
It would be great if we can test this already in a canary version. |
Not sure which would be a canary, but there the |
Please follow along at the issue #5688 for status of support for TS4.9. |
This comment was marked as spam.
This comment was marked as spam.
* feat: update typescript to 4.9.1 * fix: add patch file for 4.9.1-beta * feat(typescript-estree): update version range * feat: run `generate-lib` script * chore: update patch for typescript * fix: run `lint-fix` * feat: update to typescript 4.9.2-rc * chore: run patch-package * chore: update `@types/node`
We need to wait that RC version is releasedPR Checklist
Overview
typescript@4.9.1-beta
generate:lib