wessberg / browserslist-generator

A library that makes generating and validating Browserslists a breeze!
MIT License
91 stars 8 forks source link

Update to `@mdn/browser-compat-data` v5 #10

Closed sgomes closed 1 year ago

sgomes commented 2 years ago

Looks like @mdn/browser-compat-data is now on major version 5, which means that browserslist-generator unfortunately is stuck with older versions (about 6 months old now), since it depends on ^4.1.16.

Updating package.json to use v5 (and making the necessary changes if the new major version comes with any breaking changes for browserslist-generator) would allow consumers to keep using up-to-date versions of browserslist-generator as needed.

I'll take a look at putting together a PR, but I wanted to create the issue first in case I take too long or need to pull back!

wessberg commented 1 year ago

Hi there. Sorry for the late reply. I went ahead and added migrated to v5 of @mdn/browser-compat-data recently in v2.0. Thanks!

sgomes commented 1 year ago

Thank you so much for making the change and for updating this issue, @wessberg! 👍