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/paralin/grpc-bus/builds/186272517)
Release Notes4.2.0
[bugfix] Don't error for misplaced braces for 'else' in one-line rule (#1866)
[bugfix] no-shadowed-variable now identifies shadowed for iterator (#1816)
[bugfix] object-literal-key-quotes now includes function names (#1874)
[bugfix] error when EOF comes after disable-next-line comment (#1902)
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).
After pinning to 4.1.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Version 4.2.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/paralin/grpc-bus/builds/186272517)Release Notes
4.2.0no-string-throw
(#1878)no-empty-interface
(#1889)interface-over-type-literal
(#1890)callable-types
(#1891)no-void-expression
(#1903)ban-single-arg-parens
added toarrow-parens
(#1893)prefer-const
handles destructuring arrays (#1894), destructuring objects (#1906), and forward references (#1908)one-line
rule (#1866)no-shadowed-variable
now identifies shadowedfor
iterator (#1816)object-literal-key-quotes
now includes function names (#1874)disable-next-line
comment (#1902)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: