dimanech/atlas-guide

An in-range update of sass is breaking the build 🚨

greenkeeper opened this issue Β· 2 comments

The dependency sass was updated from 1.14.3 to 1.15.0.

🚨 View failing branch.

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

sass is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • βœ… continuous-integration/travis-ci/push: The Travis CI build passed (Details).
  • βœ… coverage/coveralls: First build on greenkeeper/sass-1.15.0 at 96.877% (Details).
  • ❌ continuous-integration/appveyor/branch: AppVeyor build failed (Details).

Release Notes for Dart Sass 1.15.0

To install Dart Sass 1.15.0, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Add support for passing arguments to @content blocks. See [the proposal][content-args] for details.

  • Add support for the new rgb() and hsl() syntax introduced in CSS Colors Level 4, such as rgb(0% 100% 0% / 0.5). See [the proposal][color-4-rgb-hsl] for more details.

  • Add support for interpolation in at-rule names. See [the proposal][at-rule-interpolation] for details.

  • Add paths from the SASS_PATH environment variable to the load paths in the command-line interface, Dart API, and JS API. These load paths are checked just after the load paths explicitly passed by the user.

  • Allow saturation and lightness values outside of the 0% to 100% range in the hsl() and hsla() functions. They're now clamped to be within that range rather than producing an error if they're outside it.

  • Properly compile selectors that end in escaped whitespace.

[content-args]: https://github.com/sass/language/blob/master/accepted/content-args.md [color-4-rgb-hsl]: https://github.com/sass/language/blob/master/accepted/color-4-rgb-hsl.md [at-rule-interpolation]: https://github.com/sass/language/blob/master/accepted/at-rule-interpolation.md

JavaScript API

  • Always include the error location in error messages.

See the full changelog for changes in earlier releases.

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 1.14.3 your tests are passing again. Downgrade this dependency πŸ“Œ.

  • The dependency sass was updated from 1.15.0 to 1.15.1.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Dart Sass 1.15.1

To install Dart Sass 1.15.1, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Always add quotes to attribute selector values that begin with --, since IE 11 doesn't consider them to be identifiers.

See the full changelog for changes in earlier releases.