gucong3000 / FELS

Front End Live Stream
MIT License
12 stars 7 forks source link

An in-range update of stylelint is breaking the build 🚨 #856

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

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

Version 9.2.0 of stylelint was just published.

Branch Build failing 🚨
Dependency stylelint
Current Version 9.1.3
Type devDependency

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

stylelint 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](https://travis-ci.org/gucong3000/FELS/builds/360842473?utm_source=github_status&utm_medium=notification)

Release Notes 9.2.0
  • Added: selector-max-pseudo-class rule (#3195).
  • Fixed: slow require('stylelint') time (#3242).
  • Fixed: autofix erroneously writing to unchanged files (#3241).
  • Fixed: false negatives for template literals within script tags by updating postcss-html dependency (#3238).
  • Fixed: indentation false positives for at-root (#3225).
  • Fixed: max-empty-lines false positives for non-CSS blocks (#3229).
  • Fixed: no-empty-source false positives for non-CSS blocks (#3240).
  • Fixed: string-no-newline false positives for non-CSS blocks (#3228).
Commits

The new version differs by 32 commits.

  • f60ab68 Increase timeout for long running tests
  • 55ab24d Mock getStdin
  • 67b062a Resolve promise
  • b021ad0 Incease CLI test timeout
  • 6f6aa39 Update CHANGELOG.md
  • 1814f4d Fix autofix writing to files that aren't changed (#3241)
  • 60aadd1 Fix false positives for non-CSS files in no-empty-source (#3240)
  • 973e07b Fix require (and test) performance (#3242)
  • 07df575 fix(package): update postcss-html to version 0.18.0 (#3243)
  • 2083aef Increase timeout only for specific tests
  • 059a8e3 Increase Jest timeout
  • d5d8f77 Prepare 9.2.0
  • 0dfeaae Update CHANGELOG.md
  • f6765c2 Update flow-bin to the latest version 🚀 (#3203)
  • e59f167 Update postcss-html to version 0.17.0 (#3238)

There are 32 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

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

greenkeeper[bot] commented 6 years ago

Version 9.2.1 just got published.

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

Release Notes 9.2.1
  • Fixed: cache option hiding CssSyntaxError outputs (#3258).
  • Fixed: regression with processors (e.g. styled-components) (#3261).
  • Fixed: no-descending-specificity false positives for Sass nested properties (#3283).
  • Fixed: selector-pseudo-class-no-unknown false positives proprietary webkit pseudo classes when applied to a simple selector (#3271).
Commits

The new version differs by 28 commits.

  • 0a7c7ed Update CHANGELOG.md
  • bef48d1 Prepare 9.2.1
  • 288b6a4 Update CHANGELOG.md
  • 9417497 Fix support for processors (#3261)
  • 3b9d937 Fix line endings to LF
  • 7bdecd8 chore(package): update cp-file to version 6.0.0 (#3305)
  • 143083d Update issue templates (#3294)
  • a483b73 chore: clone last 10 commits (#3303)
  • 8e77552 Cache node_modules in Travis (#3300)
  • d5f7cfd Clone only last commit at Appveyor (#3301)
  • 6bfb948 Update Cosmiconfig (#3296)
  • 16a9e60 Create CODEOWNERS
  • 22f54e4 chore(package): update chalk to version 2.4.0 (#3269)
  • f549f2a Update CHANGELOG.md
  • 34cd970 Fix nested property scss syntax false positive (#3283)

There are 28 commits in total.

See the full diff