mattdesl / budo

:clapper: a dev server for rapid prototyping
MIT License
2.17k stars 106 forks source link

Update browserify to ^15.0.0 #221

Closed bcomnes closed 6 years ago

bcomnes commented 6 years ago

Budo will no longer crash on code with spread operators making more in line with node these days, but drops support for node < 4.0 maybe. See https://github.com/browserify/browserify/pull/1794#pullrequestreview-87403598 for details. <3 Budo.

mattdesl commented 6 years ago

Cool, I guess this should be a major bump of budo then?

mattdesl commented 6 years ago

Also let's get watchify updated before budo I think?

bcomnes commented 6 years ago

Not necessarily, unless you are still supporting ancient node.

bcomnes commented 6 years ago

Also let's get watchify updated before budo I think?

Urg yeah good point. I can get back to you.

mattdesl commented 6 years ago

I’m cool with dropping old node support, but technically it introduces a breaking change in budo and so it will mean a major version bump.

bcomnes commented 6 years ago

👍

mattdesl commented 6 years ago

This is done in 11