The devDependency sass-loader was updated from 7.3.1 to 8.0.0.
This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
move all sass (includePaths, importer, functions) options to the sassOptions option. The functions option can't be used as Function, you should use sassOption as Function to achieve this.
the data option was renamed to the prependData option
default value of the sourceMap option depends on the devtool value (eval/false values don't enable source map generation)
Features
automatically use the fibers package if it is possible (#744) (96184e1)
source map generation depends on the devtool option (#743) (fcea88e)
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).
The devDependency sass-loader was updated from
7.3.1
to8.0.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: evilebottnawi License: MIT
Release Notes for v8.0.0
âš BREAKING CHANGES
webpack
version is4.36.0
node.js
version is8.9.0
includePaths
,importer
,functions
) options to thesassOptions
option. Thefunctions
option can't be used asFunction
, you should usesassOption
asFunction
to achieve this.data
option was renamed to theprependData
optionsourceMap
option depends on thedevtool
value (eval
/false
values don't enable source map generation)Features
fibers
package if it is possible (#744) (96184e1)devtool
option (#743) (fcea88e)node-sass
/sass
@import
(including support_index
andindex
files in a directory)Bug Fixes
pnp
Commits
The new version differs by 2 commits.
aa9b53b
chore(release): 8.0.0
45ad0be
chore: next (#748)
See the full diff
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: