Open greenkeeper[bot] opened 4 years ago
After pinning to 1.23.7 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
devDependency
sass was updated from 1.24.1
to 1.24.2
.Your tests are still failing with this version. Compare changes
To install Dart Sass 1.24.2, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.
See the full changelog for changes in earlier releases.
devDependency
sass was updated from 1.24.3
to 1.24.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
To install Dart Sass 1.24.4, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.
See the full changelog for changes in earlier releases.
devDependency
sass was updated from 1.25.0
to 1.26.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
Potentially breaking bug fix: @use
rules whose URLs' basenames begin with _
now correctly exclude that _
from the rules' namespaces.
Fix a bug where imported forwarded members weren't visible in mixins and functions that were defined before the @import
.
Don't throw errors if the exact same member is loaded or forwarded from multiple modules at the same time.
See the full changelog for changes in earlier releases.
devDependency
sass was updated from 1.26.0
to 1.26.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
--watch
mode could enter into a state where recompilation would not occur after a syntax error was introduced into a dependency and then fixed.See the full changelog for changes in earlier releases.
devDependency
sass was updated from 1.26.1
to 1.26.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
selector.extend()
and selector.replace()
functions.See the full changelog for changes in earlier releases.
devDependency
sass was updated from 1.26.2
to 1.26.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
To install Sass 1.26.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
devDependency
sass was updated from 1.26.3
to 1.26.5
.Your tests are passing again with this update. Explicitly upgrade to this version π
To install Sass 1.26.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
devDependency
sass was updated from 1.26.5
to 1.26.6
.Your tests are passing again with this update. Explicitly upgrade to this version π
To install Sass 1.26.6, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
devDependency
sass was updated from 1.26.6
to 1.26.7
.Your tests are passing again with this update. Explicitly upgrade to this version π
To install Sass 1.26.7, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
The devDependency sass was updated from
1.23.7
to1.24.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 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
- β **Travis CI - Branch:** The build **errored**.Release Notes for Dart Sass 1.24.0
To install Dart Sass 1.24.0, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Add an optional
with
clause to the@forward
rule. This works like the@use
rule'swith
clause, except that@forward ... with
can declare variables as!default
to allow downstream modules to reconfigure their values.Support configuring modules through
@import
rules.See the full changelog for changes in earlier releases.
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: