Update dependency css-loader to v5 #40
                
     Open
            
            
          
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
This PR contains the following updates:
^2.1.1->^5.0.2Release Notes
webpack-contrib/css-loader
v5.0.2Compare Source
v5.0.1Compare Source
v5.0.0Compare Source
⚠ BREAKING CHANGES
sourceMap: truegetLocalIdentescapes by default, theexportNamevalue is always unescaped/\.icss\.\w+$/i(themodules.compileTypeoption isicss)[emoji]placeholder was deprecatedicssoption was removed (it was deprecated previously)Features
url()/@import(#1195) (dd52931)null/undefined(#1193) (0f95841)v4.3.0Compare Source
Features
importLoaderscan bestring(#1178) (ec58a7c)Bug Fixes
urlfunction (88b8ddc)4.2.2 (2020-08-24)
Bug Fixes
compiler.contextand usewebpack://protocol (#1169) (fb5c53d)4.2.1 (2020-08-06)
Bug Fixes
exportOnlyLocalsoption, nowlocalsare not exported under thelocalsname, it was big regression, we apologize for that (24c0a12)v4.2.2Compare Source
v4.2.1Compare Source
v4.2.0Compare Source
Features
module.typeoption, theicssoption is deprecated (#1150) (68f72af)4.1.1 (2020-07-30)
Bug Fixes
consolecall (#1148) (b1b90ca)v4.1.1Compare Source
v4.1.0Compare Source
Features
icssoption (#1140) (a8ec7da)Bug Fixes
dataURLs (#1142) (91bc64b)v4.0.0Compare Source
⚠ BREAKING CHANGES
Node.jsversion is10.13.0webpackversion is4.27.0esModuleoption istrueby defaultsourceMapoption depends on thedevtooloptionicssplugin disable by default, you need to setup themodulesoption to enable itmodulesoption istrueby default for all files matching/\.module\.\w+$/i.test(filename)regular expression,module.autoistrueby defaultmodules.contextoption was renamed to themodules.localIdentContextoptionmodules.localIdentContextvalue iscompiler.contextfor themodule.getLocalIdentoptionmodules.hashPrefixoption was renamed to themodules.localIdentHashPrefixoptionlocalsConventionoption was moved and renamed to themodules.exportLocalsConventionoptiongetLocalIndentoption should be alwaysFunctionand should always returnStringvalueonlyLocalsoption was moved and renamed to themodules.exportOnlyLocalsoptionimportoption were changed, it is nowfunction(url, media, resourcePath) {}~before the file request, i.e. rewriteurl(~!!loader!package/img.png)tourl(!!loader!~package/img.png)Features
@valuesupports importingurl()(#1126) (7f49a0a)url()resolving algorithm (bc19ddd)stylefield from package.json (#1099) (edf5347)file:protocol (5604205)Bug Fixes
~inside packages innode_modules(76f1480)v3.6.0Compare Source
Features
modules.autoto be a filter function (#1086) (0902353)3.5.3 (2020-04-24)
Bug Fixes
3.5.2 (2020-04-10)
Bug Fixes
modules.autooption (#1075) (8c9ffe7)3.5.1 (2020-04-07)
Bug Fixes
locals(#1072) (866b84a)v3.5.3Compare Source
v3.5.2Compare Source
v3.5.1Compare Source
v3.5.0Compare Source
Features
modules.autooption, please look at an example of how you can simplify the configuration. (#1067) (c673cf4)modules.exportGlobalsoption for export global classes and ids (#1069) (519e5f4)modules.modeoption may be a function (#1065) (0d8ac3b)3.4.2 (2020-01-10)
Bug Fixes
composes(#1040) (df79602)3.4.1 (2020-01-03)
Bug Fixes
undefinedwhen sourceRoot is unavailable (#1036) (ded2a79)v3.4.2Compare Source
v3.4.1Compare Source
v3.4.0Compare Source
Features
esModuleoption (#1026) (d358cdb)Bug Fixes
3.3.2 (2019-12-12)
Bug Fixes
3.3.1 (2019-12-12)
Bug Fixes
@importat-rulesrequire(#1014) (e091d27)v3.3.2Compare Source
v3.3.1Compare Source
v3.3.0Compare Source
Features
purecss modules (#1008) (6177af5)Bug Fixes
nullorundefined(#1006) (6769783)require(#1004) (80e9662)3.2.1 (2019-12-02)
Bug Fixes
urlfunction (#1001) (8f4d6f5)v3.2.1Compare Source
v3.2.0Compare Source
Bug Fixes
.characters in localIndent to-character (regression) (#982) (967fb66)Features
v3.1.0Compare Source
Bug Fixes
-(it was regression in3.0.0version) (#972) (f51859b)Features
modules.getLocalIdentto return a falsy value (#963) (9c3571c)v3.0.0Compare Source
Bug Fixes
Functionbehavior forurlandimportoptions (#939) (e9eb5ad)Features
@valueat-rule in selectors (#941) (05a42e2)BREAKING CHANGES
@valueat rules now support inselector, recommends checking all@valuesat-rule usage (hint: you can add prefix to all@valueat-rules, for example@value v-foo: black;or@value m-foo: screen and (max-width: 12450px), and then do upgrade){Function}behavior forurlandimportoptions (need returntruewhen you want handleurl/@importand returnfalseif not)camelCaseoption was remove in favorlocalsConventionoption, also it is accept only{String}value (usecamelCasevalue if you previously value wastrueandasIsif you previously value wasfalse)exportOnlyLocalsoption was remove in favoronlyLocalsoptionmodulesoption now can be{Object}and allow to setupCSS Modulesoptions:localIdentNameoption was removed in favormodules.localIdentNameoptioncontextoption was remove in favormodules.contextoptionhashPrefixoption was removed in favormodules.hashPrefixoptiongetLocalIdentoption was removed in favormodules.getLocalIdentoptionlocalIdentRegExpoption was removed in favormodules.localIdentRegExpoptionRenovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.