Closed greenkeeper[bot] closed 7 years ago
After pinning to 4.2.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
arrow-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 to no-unused-expression
(#1638)comment-format-rule
adds ignore-words
and ignore-pattern
options (#1757)whitespace
adds check-preblock
option (#2002)strict-boolean-expressions
adds allow-null-union
, allow-undefined-union
, allow-string
, and allow-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!
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 π¨
Version 4.3.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/189413746)Release Notes
v4.3.0tslint:latest
configuration (#1981)space-before-function-paren
(#1897)typeof-compare
(#1927)import-spacing
(#1935)unified-signatures
(#1944)object-literal-key-quotes
(#1953)no-angle-bracket-type-assertion
(#1979)adjacent-overload-signature
now handles static/computed function names (#1831)file-header
now handles files with only comments (#1913)no-consecutive-blank-lines
now allows blank lines in template strings (#1886)object-literal-key-quotes
no longer throws exception when using rest operator (#1916)restrict-plus-operands
no longer shows false positive in ternary operation (#1925)prefer-for-of
now handles nestedfor
loops with reused iterator (#1926)tsconfig.json
passed as--project
argument doens't have files (#1933)object-literal-key-quotes
now handles shorthand and spread properties (#1945)arrow-parens
Allow binding patterns([x, y]) => ...
and({x, y}) => ...
to have parens (#1958)semicolon
fixer now handles comma separator in interfaces and indicates failure when commas are using in interfaces (#1856)only-arrow-functions
optionallow-named-functions
now allows function declarations (#1961)prefer-for-of
no longer shows false positive when array is in parentheses (#1986)prefer-const
now works for TypeScript versions < 2.1.0 (#1989)member-access
narrow location of error (#1964)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: