M4MController / frontend

https://meter4.me M4M Ember.js web application
https://meter4.me
0 stars 0 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency stylelint-scss was updated from 3.6.1 to 3.7.0.

🚨 View failing branch.

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

stylelint-scss 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 could not complete due to an error ([Details](https://travis-ci.org/M4MController/frontend/builds/539123550?utm_source=github_status&utm_medium=notification)).

Release Notes for 3.7.0
  • Added: at-each-key-value-single-line rule.
  • Added: function-quote-no-quoted-strings-inside rule.
Commits

The new version differs by 31 commits.

  • 7f4cdc6 Prepare version 3.7.0 [skip ci]
  • 455212a Mark function-quote-no-quoted-strings-inside as autofixable [skip ci]
  • f473d13 Update contributors list [skip ci]
  • 8a2e759 fix example syntax for at-each-key-value-single-line readme [skip ci]
  • 34ef14a Add new rules to readme [skip ci]
  • b3ed5f6 fix readme syntax for function-quote-no-quoted-strings-inside
  • 4d37444 Rename at-rule-each-* to at-each-*
  • 1cb5d3f Merge pull request #325 from rambleraptor/each-with-maps
  • 31bb78c Merge pull request #324 from rambleraptor/quote_rule
  • b6bdc53 better docs and new test
  • 2cfa2c5 proper naming
  • 6189d71 actually changing rule name
  • 260d143 wip
  • f77b7eb PR comments
  • 149f014 linter

There are 31 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 5 years ago

After pinning to 3.6.1 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.8.0
  • Added: function-unquote-no-unquoted-strings-inside rule.
  • Fixed: wrong message name for at-each-key-value-single-line rule.
Commits

The new version differs by 10 commits.

  • ddce197 Prepare version 3.8.0 [skip ci]
  • 5abebcd fix function name [skip ci]
  • 8f851a8 Update readme [skip ci]
  • 4d6b887 Merge pull request #326 from rambleraptor/unquote
  • 8cfa902 Merge pull request #327 from kristerkari/bugfix/at-each-key-value-single-line-message
  • 17a2a9a Add changelog entry
  • 84d06cd at-each-key-value-single-line: fix message name
  • d8ccd2a unquote string rule working
  • 16dae29 updated readmes and tests
  • b93c18d creating new rule that's based on quote rule

See the full diff