hyldmo/typescript-react-starter-kit

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

Closed this issue Β· 2 comments

The devDependency stylelint-scss was updated from 3.4.0 to 3.4.1.

🚨 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).

Release Notes for 3.4.1
  • Fixed: at-function-named-arguments was not correctly handling functions inside Sass maps.
Commits

The new version differs by 8 commits.

  • 75bb4db Prepare version 3.4.1
  • 152dbae Merge pull request #290 from kristerkari/bugfix/at-function-named-arguments-functions-inside-sass-maps
  • 9127b1c Add more tests
  • 0fa5584 at-function-named-arguments: correctly parse functions inside Sass maps
  • 0c77143 Merge pull request #285 from kristerkari/feature/eslint-config-stylelint
  • 60d4e98 Use eslint-config-stylelint
  • 10b4ef2 run prettier
  • 830655f Update dev deps

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 🌴

After pinning to 3.4.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 passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 3.4.2
  • Fixed: operator-no-unspaced no longer warns for relative url paths.
Commits

The new version differs by 6 commits.

  • 39bdb6d Prepare version 3.4.2
  • 6609549 Merge pull request #293 from kristerkari/bugfix/issue-292
  • 64052bf Add comment
  • 761cd82 operator-no-unspaced: dont warn for relative url paths
  • b2a4acf Merge pull request #291 from kristerkari/feature/updt-deps
  • 8ab6a0a Update dev deps

See the full diff