Closed greenkeeper[bot] closed 7 years ago
Your tests are still failing with this version. Compare the changes 🚨
no-misused-new
)Your tests are still failing with this version. Compare the changes 🚨
Done by 286d20377ee1730a7a437b5c0453aa6b48832305
Version 4.4.0 of tslint just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As tslint is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:
Status Details
- ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/inversify/InversifyJS/builds/195329421)Release Notes
v4.4.0arrow-return-shorthand
(#1972)no-unbound-method
(#2089)no-boolean-literal-compare
(#2013)no-unsafe-any
(#2047)no-unnecessary-qualifier
(#2008)no-unnecessary-initializer
(#2106)await-promise
(#2102)no-floating-promises
(#1632)strict-type-predicates
(#2046)no-misused-new
(#1963)prefer-method-signature
(#2028)prefer-function-over-method
(#2037)allow-fast-null-checks
added tono-unused-expression
(#1638)comment-format-rule
addsignore-words
andignore-pattern
options (#1757)whitespace
addscheck-preblock
option (#2002)strict-boolean-expressions
addsallow-null-union
,allow-undefined-union
,allow-string
, andallow-number
and (#2033)align
(#2097)no-trailing-whitespace
(#2060)no-magic-numbers
false positive on default parameter values (#2004)no-empty-interface
allow empty interface with 2 or more parents (#2070)no-trailing-whitespace
fixed for comments and EOF (#2060)no-empty
no longer fails for private or protected constructor (#1976)tslint:disable
/tslint-enable
now handles multiple rules and fixes what code is enabled/disabled (#2061)no-inferrable-types
now validates property declarations (#2081)unified-signatures
false positive (#2016)whitespace
finds all whitespace errors in JsxExpressions and TemplateExpressions (#2036)comment-format
no more false positives in JsxText (#2036)--test
option now accepts glob (#2079)Thanks to our contributors!
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: