gruntjs / grunt-contrib-connect

Start a static web server.
http://gruntjs.com
MIT License
714 stars 146 forks source link

Release 4.0.0: upgrade from `opn@6` to `open@7`, require Node 16 #282

Closed Krinkle closed 1 year ago

Krinkle commented 1 year ago

Also upgrade grunt-contrib-internal from 6 to 8, which updates CI from Node 10+ to Node 14+.

Fixes https://github.com/gruntjs/grunt-contrib-connect/issues/269.

Krinkle commented 1 year ago

@vladikoff I happen to have merge rights (for unrelated reasons), but would prefer someone more experienced review/land this. Plus, I wouldn't have rights to release it to npm.

Check commit message for details.

Krinkle commented 1 year ago

@vladikoff Okay, thanks. I've landed the commit and pushed a tag. If you could npm publish it, that'd be great!

vladikoff commented 1 year ago

@Krinkle Done!