Update dependency sass-loader to ^7.3.1 - autoclosed
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
sass-loader | devDependencies | minor | ^7.3.1 | source |
Release Notes
webpack-contrib/sass-loader
v7.3.1
⚠ BREAKING CHANGES
- minimum required
webpack
version is4.36.0
- minimum required
node.js
version is8.9.0
- move all sass (
includePaths
,importer
,functions
) options to thesassOptions
option. Thefunctions
option can't be used asFunction
, you should usesassOption
asFunction
to achieve this. - the
data
option was renamed to theprependData
option - default value of the
sourceMap
option depends on thedevtool
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) - validate loader options (#737) (7b543fc)
- reworked error handling from
node-sass
/sass
- improve resolution for
@import
(including support_index
andindex
files in a directory)
Bug Fixes
- compatibility with
pnp
7.3.1 (2019-08-20)
Bug Fixes
v7.3.0
Bug Fixes
- handle module import ending
/
as module (#728) (997a255) - resolution algorithm (#720) (0e94940)
- use "compressed" output when mode is "production" (#723) (b2af379)
Features
v7.2.0
Bug Fixes
- better handle stdin in sources (#681) (e279f2a)
- prefer
sass
/scss
/css
extensions (#711) (6fc9d4e) - relax node engine (#708) (2a51502)
Features
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.