Update dependency css-loader to v3
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
css-loader | devDependencies | major | ^3.0.0 | source |
Release Notes
webpack-contrib/css-loader
v3.0.0
Bug Fixes
- avoid the "from" argument must be of type string error (#908) (e5dfd23)
- invert
Function
behavior forurl
andimport
options (#939) (e9eb5ad) - properly export locals with escaped characters (#917) (a0efcda)
- property handle non css characters in localIdentName (#920) (d3a0a3c)
Features
- modules options now accepts object config (#937) (1d7a464)
- support
@value
at-rule in selectors (#941) (05a42e2)
BREAKING CHANGES
- minimum required nodejs version is 8.9.0
-
@value
at rules now support inselector
, recommends checking all@values
at-rule usage (hint: you can add prefix to all@value
at-rules, for example@value v-foo: black;
or@value m-foo: screen and (max-width: 12450px)
, and then do upgrade) - invert
{Function}
behavior forurl
andimport
options (need returntrue
when you want handleurl
/@import
and returnfalse
if not) -
exportLocalsStyle
option was remove in favorlocalsConvention
option, also it is accept only{String}
value (usecamelCase
value if you previously value wastrue
andasIs
if you previously value wasfalse
) -
exportOnlyLocals
option was remove in favoronlyLocals
option -
modules
option now can be{Object}
and allow to setupCSS Modules
options:-
localIdentName
option was removed in favormodules.localIdentName
option -
context
option was remove in favormodules.context
option -
hashPrefix
option was removed in favormodules.hashPrefix
option -
getLocalIdent
option was removed in favormodules.getLocalIdent
option -
localIdentRegExp
option was removed in favormodules.localIdentRegExp
option
-
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.