angularjs-typescript-webpack
angularjs-typescript-webpack copied to clipboard
Update css-loader to the latest version π
The devDependency css-loader was updated from 2.1.1 to 3.0.0.
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.
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
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 from2.1.1to3.1.0.
Update to this version instead π
Release Notes for v3.1.0
3.1.0 (2019-07-18)
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
Commits
The new version differs by 6 commits.
926ebbdchore(release): 3.1.05d2c52etest: escaped in selectors (#973)f51859bfix: converting reserved and control filesystem characters to-(#972)65e4fc0feat: improved validation error messages9c32885fix: default context should be undefined instead of null (#965)9c3571cfeat: allowmodules.getLocalIdentto return a falsy value (#963)
See the full diff