Version 5.9.0 of tslint was just published.
|
Branch
|
Build failing 🚨
|
|
Dependency
|
tslint
|
|
Current Version
|
5.8.0
|
|
Type
|
devDependency
|
This version is covered by your current version range and after updating it in your project the build failed.
tslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- ❌ continuous-integration/travis-ci/push The Travis CI build failed Details
Release Notes
v5.9.0
⚠️ Deprecations
- [deprecation] Several utility functions from
src/language/utils.ts have been deprecated (#3476)
- [deprecation] Linting non-existent files now outputs a warning. This will be an error in TSLint 6. (#3313)
Configuration inheritance changes
Significant changes have been made to configuration inheritance to address a long-standing UX issue around defualtSeverity: #2569.
defaultSeverity defined in a tslint.json file will now override the defaultSeverity value defined in any configurations you are extending.
This means that any rules specified in the base configurations can now take on a new defaultSeverity if you so choose. If you extend multiple
configuration files, the defaultSeverity defined in the last one wins.
In practice, this allows users to, for example, more easily use the built-in TSLint configurations (tslint:recommended, tslint:latest, tslint:all)
and treat all errors as warnings instead of errors.
For more details, see the relevant PRs:
- Override
defaultSeverity defined in extended configs (#3449)
- Inherit defaultSeverity and apply it to preceding base configs (#3530)
🎉 Features
🛠 Bugfixes & enhancements
Thanks to our contributors!
- Klaus Meinhardt
- Josh Goldberg
- Chris Barr
- Nathan Shively-Sanders
- Jeremy Morton
- Sergey Koshechkin
- Daniel Kucal
- Eric Smekens
- Johannes Choo
- Elena Vilchik
- Eugene Timokhov
- Carlo Bottiglieri
- reduckted
- Glavin Wiechert
- jbsingh
- Mateusz Witkowski
- HideDev
- Bruno Lemos
- aervin_
- Roman
- Ryan Waskiewicz
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴
Version 5.9.0 of tslint was just published.
This version is covered by your current version range and after updating it in your project the build failed.
tslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
Release Notes
v5.9.0src/language/utils.tshave been deprecated (#3476)Configuration inheritance changes
Significant changes have been made to configuration inheritance to address a long-standing UX issue around
defualtSeverity: #2569.defaultSeveritydefined in atslint.jsonfile will now override thedefaultSeverityvalue defined in any configurations you are extending.This means that any rules specified in the base configurations can now take on a new
defaultSeverityif you so choose. If you extend multipleconfiguration files, the
defaultSeveritydefined in the last one wins.In practice, this allows users to, for example, more easily use the built-in TSLint configurations (
tslint:recommended,tslint:latest,tslint:all)and treat all errors as warnings instead of errors.
For more details, see the relevant PRs:
defaultSeveritydefined in extended configs (#3449)🎉 Features
file-header(#3475)no-dynamic-delete(#3573)prefer-readonly(#2896)newline-per-chained-call(#3278)"temporalDeadZone"forno-shadowed-variableto ignore shadowing in the temporal dead zone of classes, parameters, enums and variables declared withletorconst(#3389)
"shorthand-first"forobject-literal-sort-key(#3607)max-line-length(#3099)🛠 Bugfixes & enhancements
--projectexcludes all files of external dependencies (#3320)tsconfig.jsonis invalid (#3410)no-implicit-dependenciesdon't crash on malformed package.json (#3373)strict-type-predicatesallows comparing typeof result with non-literals (#3542)no-redundant-jsdocfixed crash on unhandled tag (#3414)object-literal-sort-keysfixed regression that effectively disabled the rule with\r\nline breaks (#3427)curlyfixer now correctly handles comments (#3473)no-unsafe-anyfixed false-positive with namespaced types (#3487)no-any(#3486)no-unnecessary-type-assertionfixed false negatives for types with numeric keys (#3468)callable-typesadds parentheses when fixing a type literal inside an array type (#3440)no-unsafe-anyallows spreading ananyvalue into an object (#3439)arrow-parensfixer (#3618)prefer-constfalse negative with index signature named like a variable (#3385)whitespacerule checks property declarations if"check-decl"is enabled (#3546)no-duplicate-superrule. (#3544)no-shadowed-variablenow excludes declaration files and ambient modules (#3387)no-duplicate-importsAllow duplicate imports from separate ambient module declarations (#3398)await-promisecorrectly recognises classes extending Promise (#3383)prefer-conditional-expression: don't repeat error on nested if statements (#3528)completed-docs: don't require documentation on methods in object literals (#3532)one-linefixed crash on syntax error in class or interface (#3538)no-redundant-jsdocallow@templatetag if it has a description (#3415)typeof-compare(#3429)"properties"option forcompleted-docsrule now checks getter and setter accessors. (#3497)no-magic-numbersignores parseInt radix parameter (#3536)--projectoption (#3313)stylish-formatter's output jumps to the first failure in that file. (#3491)ban-comma-operatorignores comma operator inside for-loop incrementor (#3485)space-within-parensupdated to always allow empty parentheses(). (#3513)completed-docsmodifier lists (#3379)ban-comma-operator(#3384)completed-docsrule to use a function instead of a walker (#3466)ban-comma-operator: fix metadata, list as "functionality" rule (#3612)no-use-before-declaredocumentation to clarify the rule's status (#3520)await-promiseoptions documentation (#3519)hasFixmetadata for theindentrule (#3529)no-irregular-whitespace(#3627)Thanks to our contributors!
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴