-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat: update to TypeScript 5.9.2 #11445
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
Conversation
Thanks for the PR, @bradzacher! 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. |
✅ Deploy Preview for typescript-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
View your CI Pipeline Execution ↗ for commit 42911d9
☁️ Nx Cloud last updated this comment at |
30a760d
to
799d99c
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11445 +/- ##
==========================================
+ Coverage 90.86% 90.88% +0.01%
==========================================
Files 503 505 +2
Lines 51052 51124 +72
Branches 8416 8416
==========================================
+ Hits 46390 46462 +72
Misses 4648 4648
Partials 14 14
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
@@ -98,7 +98,7 @@ | |||
"rimraf": "^5.0.5", | |||
"semver": "7.7.0", | |||
"tsx": "*", | |||
"typescript": ">=4.8.4 <5.9.0", | |||
"typescript": ">=4.8.4 <6.0.0", |
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.
You could be more conservative here (and in other places) and use <5.10.0
.
https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/#what’s-next
Now that TypeScript 5.9 is out [...] next version: TypeScript 6.0.
They might change their mind though and add 5.10
in between …
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.
TypeScript versioning works this way.
They will not do a 5.10 release - only a 6.0
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.
See also this PR; microsoft/TypeScript#62162
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.
Linter failure appears to be legitimate, but otherwise LGTM
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.
🚀🚀
PR Checklist
Overview
This PR bumps the dependency version and regenerates the lib defs.