Update css-loader to the latest version π
The devDependency css-loader was updated from 0.28.11 to 2.0.2.
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.
Commits
The new version differs by 92 commits.
c41f994chore(release): 2.0.2dfb2f8efix: inappropriate modification of animation keywords (#876)eb6f749chore: updatedefaults(#875)60a34d7docs(readme): adding extract css chunks to readme (#874)e233d0achore(release): v2.0.1a88fed1fix: safe checking if params are present for at rule (#871)503391fchore(deps): update defaults (#870)8c0bb58Update CHANGELOG.md (#867)124ada5ci: fix commitlint analyze (#869)ba8a7bcdocs: improve readme (#868)12f88e2test: resolving in node_modules (#866)1825e8afix:getLocalIdentnow acceptsfalsevalue (#865)634ab49chore(release): 2.0.06ade2d0refactor: remove unused file (#860)e7525c9test: nested url (#859)
There are 92 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
- The
devDependencycss-loader was updated from0.28.11to2.1.0.
- The
devDependencycss-loader was updated from0.28.11to2.1.1.
Update to this version instead π
Commits
The new version differs by 13 commits.
bc16c3dchore(release): 2.1.1b671db7fix: don't remove value from attribute selector (#904)3797e4dfix: sourcemap generating when previous loader pass sourcemap as string (#905)cc81af1refactor: stuff (#903)e9ce745fix: source map generation whensourceRootis present (#901)a49e904docs: improve documentation forhashPrefix,context,getLocalIdent(#900)c309788refactor: avoidlodashin favor native implementations0ba8c66fix: do not break selector with escaping (#896)2293eb0chore: update defaults (#895)2a2ee7bdocs: sourceMaps are disabled by default (#890)2d45e95test: base64 (#888)1fb8948docs: update README.md (#885)034f9a3test: emoji (#881)
See the full diff
- The
devDependencycss-loader was updated from0.28.11to3.0.0.
Update to this version instead π
Release Notes for v3.0.0
3.0.0 (2019-06-11)
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) exportLocalsStyleoption 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
Commits
The new version differs by 30 commits.
c4b7f71chore(release): 3.0.0a50dc48chore(deps): update (#959)366d05afeat:exportLocalsStylewas remove in favor newlocalsConvention(#958)aa75fa7feat:exportOnlyLocalswas remove in favor newonlyLocalsoption (#957)49f3ff0refactor: loader (#956)0672e78test: more (#952)c3fd459test: more (#951)e8c8796refactor: loader (#950)2fa6389refactor: runtime (#949)823fd60chore: minimum required nodejs version is 8.9.0 (#948)9d70b78refactor: code and tests (#947)4781d81refactor: postcss plugins (#946)6701cbdrefactor: postcss-icss-parser (#943)37a40bbtest: fix problem with nothing (#942)05a42e2feat: support@valueat-rule in selectors (#941)
There are 30 commits in total.
See the full diff