andywer / webpack-blocks

📦 Configure webpack using functional feature blocks.
MIT License
2.97k stars 94 forks source link

Upgrade dependencies #324

Closed marcofugaro closed 4 years ago

marcofugaro commented 4 years ago

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 and sass-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 and minimize for css-loader)

Finally, I did not touch @webpack-blocks/typescript and @webpack-blocks/uglify since those are bigger tasks.

marcofugaro commented 4 years ago

CI is breaking on node 8 as expected.

vlad-zhukov commented 4 years ago

đź‘Ť if CI is green

marcofugaro commented 4 years ago

Alright, updated the travis node version and fixed the conflict.

andywer commented 4 years ago

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…

marcofugaro commented 4 years ago

@andywer could you release a new version when you have time? 🙏

andywer commented 4 years ago

@marcofugaro Released as v2.1.0 🚀