-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update tslint to the latest version 🚀 #30
Conversation
Codecov Report
@@ Coverage Diff @@
## master #30 +/- ##
=======================================
Coverage 68.38% 68.38%
=======================================
Files 1 1
Lines 136 136
Branches 27 27
=======================================
Hits 93 93
Misses 32 32
Partials 11 11 Continue to review full report at Codecov.
|
Version 5.2.0 just got published.Update to this version instead 🚀 Release Notesv5.2.0
Thanks to our contributors!
|
Version 5.3.0 just got published.Update to this version instead 🚀 Release Notesv5.3.0This change may require a change to tslint.json
🎉 Notable features & enhancements
Thanks to our contributors!
|
Version 5.3.2 just got published.Update to this version instead 🚀 Release Notesv5.3.2
|
Version 5.4.2 just got published. |
Version 5.4.3 just got published.Update to this version instead 🚀 Release Notesv5.4.3🛠 Bugfixes
|
Version 5.5.0 just got published.Update to this version instead 🚀 Release Notesv5.5.0Editor's note: This release features an important bugfix for overlapping fixes when using 🎉 New rules and options
🛠 Bugfixes & enhancements
Thanks to our contributors!
|
Version 5.6.0 just got published.Update to this version instead 🚀 Release Notesv5.6.0🎉 New rules, options, and fixers
🛠 Bugfixes & enhancements
Thanks to our contributors!
|
Version 5.7.0 just got published.Update to this version instead 🚀 Release Notesv5.7.0🎉 New rules, options, and fixers
🛠 Bugfixes & enhancements
Thanks to our contributors!
|
Version 5.8.0 just got published.Update to this version instead 🚀 Release Notesv5.8.0
|
Version 5.9.0 just got published.Update to this version instead 🚀 Release Notesv5.9.0
|
Version 5.9.1 just got published.Update to this version instead 🚀 Release Notesv5.9.1🛠 Bugfixes |
Version 5.1.0 of tslint just got published.
The version 5.1.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of tslint.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
v5.1.0no-invalid-template-strings
(#2332)no-sparse-arrays
(#2407)no-void-expression
: addsignore-arrow-function-shorthand
(#2445)tslint:all
configuration (#2417)no-reference-import
fromjsRules
torules
(#2441)no-unnecessary-callback-wrapper
: only check if callback is identifier, allow all other expressions (#2510)member-access
: Skip index signature, it can not have an access modifier (#2437)restrict-plus-operands
fixes regression where every assignment and comparison was checked (#2454)no-unnecessary-callback-wrapper
: allow async wrapper function (#2510)prefer-for-of
: No error ifdelete
is used (#2458)radix
: don't warn for missing radix on method calls (#2352)no-use-before-declare
: Handle symbol with empty declarations list. (#2436)strict-type-predicates
: Check for construct signatures inisFunction
. (#2479)strict-boolean-expressions
: When--strictNullChecks
is turned off,allow-null-union
andallow-undefined-union
turn off "always truthy" errors. (#2373)radix
: added check for global.parseInt and window.parseInt (#2352)arrow-return-shorthand
: Improve failure message when return expression is an object literal (#2466)Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴