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 could not complete due to an error [Details](https://travis-ci.org/zixia/wechaty.io/builds/205911962)
Release Notesv4.5.0
[bugfix] no-switch-case-fallthrough handle break, throw, continue and return nested in block, if-else and switch (#2218)
[bugfix] no-switch-case-fallthrough allow empty case clauses before default clause (#2218)
[bugfix] no-mergeable-namespace ignore property types that can't be merged (#2105)
[bugfix] object-literal-key-quotes no need to quote a float if its .toString() is the same. (#2144)
[bugfix] no-consecutive-blank-lines Correctly apply fixes at EOF (#2239)
[bugfix]: Fixes installation issue with node 7.5 (#2212)
[bugfix]: quotemark now handles escaped chars (#2224)
[enhancement] Don't exit when a rule requires type checking but type checking is not enabled (#2188)
[enhancement] no-switch-case-fallthrough allow single line comment // falls through (#2218)
[enhancement] no-unbound-method allows property access and binary expressions (#2143)
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).
Version 4.5.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 could not complete due to an error [Details](https://travis-ci.org/zixia/wechaty.io/builds/205911962)Release Notes
v4.5.0no-import-side-effect
(#2155)match-default-export-name
(#2117)no-non-null-assertion
(#2221)ban-types
(#2175)no-duplicate-super
(#2038)newline-before-return
(#2173)completed-docs
adds options for location, type, and privacy. Also adds interfaces, enums, types (#2095)no-inferrable-types
adds optionignore-properties
(#2178)typedef
adds optionsobject-destructuring
andarray-destructuring
options (#2146)member-ordering
adds optionalphabetize
(#2101)no-trailing-whitespace
adds optionignore-jsdoc
(#2177)no-trailing-whitespace
adds optionignore-comments
option (#2153)no-inferrable-types
automatically remove inferrable type annotations (#2178)no-any
(#2165)noConsecutiveBlankLines
(#2201)object-literal-shorthand
(#2165)no-switch-case-fallthrough
handle break, throw, continue and return nested in block, if-else and switch (#2218)no-switch-case-fallthrough
allow empty case clauses before default clause (#2218)no-mergeable-namespace
ignore property types that can't be merged (#2105)object-literal-key-quotes
no need to quote a float if its .toString() is the same. (#2144)no-consecutive-blank-lines
Correctly apply fixes at EOF (#2239)quotemark
now handles escaped chars (#2224)no-switch-case-fallthrough
allow single line comment// falls through
(#2218)no-unbound-method
allows property access and binary expressions (#2143)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: