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
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()
andhsl()
syntax introduced in CSS Colors Level 4, such asrgb(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%
to100%
range in thehsl()
andhsla()
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 from1.15.0
to1.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.