robatwilliams / es-compat

Check JavaScript code compatibility with target runtime environments
MIT License
65 stars 13 forks source link

Update eslint plugin to use new @mdn/browser-compat-data package #28

Closed m-allanson closed 2 years ago

m-allanson commented 3 years ago

Installing and running this just now gave me a deprecation warning:

(node:28542) DeprecationWarning: mdn-browser-compat-data is deprecated. Upgrade to @mdn/browser-compat-data. Learn more: https://github.com/mdn/browser-compat-data/blob/v1.1.0/UPGRADE-2.0.x.md

From the usage in features/es2016.js.

robatwilliams commented 2 years ago

@m-allanson thanks for reporting, fixed in v2.0.0 - just released