Va1 / browser-sync-webpack-plugin

Easily use BrowserSync in your Webpack project.
MIT License
369 stars 40 forks source link

feat: allow `browser-sync` v3 #96

Closed G-Rath closed 3 weeks ago

G-Rath commented 8 months ago

v3 drops support for localtunnel since it wasn't that used and the dependency has been abandoned and now bring in a vulnerable version of axios.

No changes should be needed for this package to support v3, beyond just updating the version constraint for the peer dependency.

Resolves #94 Resolves #97

Bersman commented 7 months ago

@Va1 Is it possible to merge this and create a new version?

joworeiter commented 6 months ago

@Va1 yes, please merge!

Jas-n commented 6 months ago

There's an updated repo on npm via npm install --save-dev browser-sync-v3-webpack-plugin

bbuie commented 5 months ago

What is the blocker to getting this merged?

Va1 commented 3 weeks ago

pardon the delay

janbrasna commented 2 weeks ago

@Va1 Great to have it up-to-date, thanks!

Do you need a hand drafting a new version release to tag it and publish to npm, or you wanna do it yourself at some point?