-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
chore(lint): upgrade typescript eslint deps #11567
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #11567 +/- ##
=======================================
Coverage 29.01% 29.01%
=======================================
Files 484 484
Lines 14708 14708
Branches 3474 3474
=======================================
Hits 4268 4268
Misses 9683 9683
Partials 757 757 ☔ View full report in Codecov by Sentry. |
+1 |
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.
升 major 应该会有 Breaking Change,要么升级到 5.x 的最新版,看代码也兼容了 TypeScript 5.0
v6 Changelog 的 Breaking Change 在这里:https://typescript-eslint.io/blog/announcing-typescript-eslint-v6/#user-facing-breaking-changes
好的,已采用 v5 最新版本,经验证可以在 TS v5.2 下运行。 |
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.
+1
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree. You may find that it works just fine, or you may not. SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <5.2.0 YOUR TYPESCRIPT VERSION: 5.2.2 Please only submit bug reports when using the officially supported version. ============= @fz6m 是不是还得继续升级 |
close #11564