Closed marcofugaro closed 4 years ago
CI is breaking on node 8 as expected.
đź‘Ť if CI is green
Alright, updated the travis node version and fixed the conflict.
Great stuff! And sorry for the hiccup…
Would anyone like to approve the PR? I can also force-merge it, but I guess that’s what brought us here in the first place…
@andywer could you release a new version when you have time? 🙏
@marcofugaro Released as v2.1.0 🚀
This PR upgrades these main dependencies:
And these minor dependencies:
Along with it, some packages require a newer version of node, since the dependencies require it as well. I think we should do a mayor for this reason.
The loader that changed their api are
css-loader
andsass-loader
, I updated README, test and code to reflect these changes. Also I removed some deprecated options from test and examples (hmr
for style-loader andminimize
for css-loader)Finally, I did not touch
@webpack-blocks/typescript
and@webpack-blocks/uglify
since those are bigger tasks.