vladimir-barsuchenko / angular-tuned

2 stars 0 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 9.2.1 of stylelint was just published.

Branch Build failing 🚨
Dependency stylelint
Current Version 9.2.0
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 - ❌ **ci/circleci** Your tests failed on CircleCI [Details](https://circleci.com/gh/levgaas/angular-tuned/139?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) - βœ… **continuous-integration/travis-ci/push** The Travis CI build passed [Details](https://travis-ci.org/levgaas/angular-tuned/builds/379816916?utm_source=github_status&utm_medium=notification)

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

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.2.0 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.3.0 just got published.

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

Release Notes 9.3.0
  • Added: support for <style> tags and style="" attributes in XML and XSLT files (#3386).
  • Added: globbyOptions option (#3339).
  • Added: keyframes-name-pattern rule (#3321).
  • Added: media-feature-name-value-whitelist rule (#3320).
  • Added: selector-pseudo-element-colon-notation autofix (#3345).
  • Fixed: .vue files throwing errors for <style lang="stylus"> and <style lang="postcss"> (#3331).
  • Fixed: declaration-block-no-* false positives for non-standard syntax (#3381).
  • Fixed: function-whitespace-after false positives for "/" (#3132).
  • Fixed: length-zero-no-unit incorrect autofix for at-includes (#3347).
  • Fixed: max-nesting-depth false positives for nested properties (#3349).
  • Fixed: no-empty-source false positives on vue external sources <style src="*"> tag (#3331).
  • Fixed: max-line-length false positives for non-CSS blocks (#3367).
  • Fixed: no-eol-whitespace false positives for non-CSS blocks (#3367).
  • Fixed: no-extra-semicolons false positives for non-CSS blocks (#3367).
  • Fixed: no-missing-end-of-source-newline false positives for non-CSS blocks (#3367).
Commits

The new version differs by 46 commits.

  • 13784d7 Prepare 9.3.0
  • 5391106 Update CHANGELOG.md
  • 3507bac Fix false positives on non-standard syntax in declaration-block-no-* (#3381)
  • 75172b6 Add stylelint-no-indistinguishable-colors plugin (#3394)
  • e766f02 Update CHANGELOG.md
  • d9e313a Add media-feature-name-value-whitelist (#3320)
  • f885c04 Fix template (#3392)
  • 282121b Update CHANGELOG.md
  • 7d80cc5 fix(package): update postcss-html to version 0.28.0 (#3386)
  • 872a193 fix(package): update postcss-syntax to version 0.28.0 (#3388)
  • 182e183 fix(package): update postcss-markdown to version 0.28.0 (#3387)
  • ad665de Update flow-bin to the latest version πŸš€ (#3378)
  • 243b279 Update CoC (#3385)
  • 163ca21 Update issue templates (#3384)
  • d3d4bfc Add non-obvious list of rule README conventions (#3363)

There are 46 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Version 9.4.0 just got published.

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

Release Notes 9.4.0
  • Added: bundled support for styles in template literals (#3405).
  • Added: linebreaks rule (#3289).
  • Added: compact formatter (#3488).
  • Added: at-rule-semicolon-newline-after autofix (#3450).
  • Added: block-closing-brace-newline-after autofix (#3443).
  • Added: block-opening-brace-space-before autofix (#3438).
  • Added: declaration-block-trailing-semicolon autofix (#3382).
  • Added: declaration-colon-space-before autofix (#3445).
  • Added: property-case autofix (#3448).
  • Added: selector-combinator-space-after autofix (#3446).
  • Added: selector-combinator-space-before autofix (#3457).
  • Added: selector-list-comma-space-before autofix (#3447).
  • Fixed: block-opening-brace-newline-after false positives for nested rule-sets prefixed with comments (#3383).
  • Fixed: declaration-block-trailing-semicolon report of errors with the --fix option (#3493).
  • Fixed: font-family-name-quotes false positives for system-ui system font (#3463).
  • Fixed: keyframes-name-pattern support for raw JS RegExp (#3437).
  • Fixed: media-feature-name-no-unknown false positives for level 5 names (#3397).
  • Fixed: no-descending-specificity false positives for #{&} (#3420).
  • Fixed: no-missing-end-of-source-newline false positives for style attributes (#3485).
Commits

The new version differs by 67 commits.

  • 5c789fd Update CHANGELOG.md
  • f7edb36 Fix reports of errors with the --fix option in declaration-block-trailing-semicolon
  • 148c09f Typo (#3497)
  • 7340df1 Tweak README (#3496)
  • 4b868f3 Prepare 9.4.0
  • faef7cc Prepare CHANGELOG
  • 093e021 Remove unused error option from --rd docs (#3495)
  • 002619d Simplify README structure and language (#3491)
  • 35a24b8 Use "ID" and not "id" throughout (#3486)
  • 824b895 Update CHANGELOG.md
  • 700b7fb Add a "compact" formatter (#3488)
  • b07e9c8 Fix inconsistent linebreaks docs (#3489)
  • acec955 Update CHANGELOG.md
  • 8e28932 Add autofix to block-closing-brace-newline-after (#3443)
  • db49361 Update CHANGELOG.md

There are 67 commits in total.

See the full diff