amp-by-example
amp-by-example copied to clipboard
Update dependency css-loader to v3
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| css-loader | devDependencies | major | 2.1.0 -> 3.2.0 |
Release Notes
webpack-contrib/css-loader
v3.2.0
Bug Fixes
Features
v3.1.0
Bug Fixes
Features
v3.0.0
Bug Fixes
- converting all (including reserved and control) filesystem characters to
-(it was regression in3.0.0version) (#972) (f51859b) - default context should be undefined instead of null (#965) (9c32885)
Features
- allow
modules.getLocalIdentto return a falsy value (#963) (9c3571c) - improved validation error messages (65e4fc0)
v2.1.1
Bug Fixes
- avoid the "from" argument must be of type string error (#908) (e5dfd23)
- invert
Functionbehavior forurlandimportoptions (#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
@valueat-rule in selectors (#941) (05a42e2)
BREAKING CHANGES
- minimum required nodejs version is 8.9.0
@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)- invert
{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.localIdentRegExpoption
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.