Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

An in-range update of tslint-consistent-codestyle is breaking the build 🚨 #107

Closed
greenkeeper bot opened this issue Mar 9, 2018 · 5 comments
Closed

Comments

@greenkeeper
Copy link

greenkeeper bot commented Mar 9, 2018

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 1.12.0 of tslint-consistent-codestyle was just published.

Branch Build failing 🚨
Dependency tslint-consistent-codestyle
Current Version 1.11.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

tslint-consistent-codestyle 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 v1.12.0

Features:

This package now provides all rules for the Wotan linter runtime as well.
Example .wotanrc.yaml:

extends:
  - tslint-consistent-codestyle # makes rules from the package available with the 'tcc/' prefix
rules: # now configure the rules you want to use, remember to use the 'tcc/' prefix
  tcc/no-collapsible-if: error
  tcc/no-unused:
    options: 'ignore-parameters'
Commits

The new version differs by 5 commits.

See the full diff

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 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 9, 2018

After pinning to 1.11.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 18, 2018

Version 1.12.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 6 commits.

  • 6ed1c23 v1.12.1
  • f46061a no-unnecessary-type-annotation: detect other IIFE style
  • c1ceca0 Execute TSLint rules via Wotan/Valtyr
  • 3faad6c Update @fimbul/wotan to the latest version 🚀 (#55)
  • 1b62c5c fix(package): update @fimbul/bifrost to version 0.5.0 (#54)
  • 40e1718 Automate github release

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 21, 2018

Version 1.12.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v1.12.2
  • no-unnecessary-type-annotation: fix infinite loop on union with generic signature (#57)
Commits

The new version differs by 2 commits.

  • b9be501 v1.12.2
  • ab811f7 no-unnecessary-type-annotation: make signature parsing more reliable

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 27, 2018

Version 1.12.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v1.12.3
  • no-else-after-return: use correct control flow analysis
Commits

The new version differs by 3 commits.

  • 76de864 v1.12.3
  • f49be29 no-else-after-return: use correct control flow analysis
  • 949760e Update dependencies

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 28, 2018

Version 1.13.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v1.13.0

Features:

  • no-else-after-return: added option "allow-else-if"
Commits

The new version differs by 2 commits.

  • 09c7b6d v1.13.0
  • 97609c0 no-else-after-return: add option 'allow-else-if' (#61)

See the full diff

@gallayl gallayl closed this as completed Apr 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant