An in-range update of sass is breaking the build π¨
greenkeeper opened this issue Β· 2 comments
The dependency sass was updated from 1.21.0
to 1.22.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.22.0
To install Dart Sass 1.22.0, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.
Changes
-
Produce better stack traces when importing a file that contains a syntax error.
-
Make deprecation warnings for
!global
variable declarations that create new variables clearer, especially in the case where the!global
flag is unnecessary because the variables are at the top level of the stylesheet.
Dart API
- Add a
Value.realNull
getter, which returns Dart'snull
if the value is Sass's null.
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.21.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
dependency
sass was updated from1.22.0
to1.22.1
.
Your tests are still failing with this version. Compare changes
Release Notes for Dart Sass 1.22.1
To install Dart Sass 1.22.1, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.
Changes
JavaScript API
- Expand the dependency on
chokidar
to allow 3.x.
See the full changelog for changes in earlier releases.