Kenneth-Sills / eslint-config-airbnb-typescript

Airbnb's ESLint config with TypeScript support
MIT License
7 stars 0 forks source link

peerDependencies includes eslint-config-airbnb@^15, much older than the current 19.0.4 #19

Closed marvold-mw closed 3 weeks ago

marvold-mw commented 3 weeks ago

First, thanks for taking on maintenance of a fork of this project!

While testing this fork out, I ran into issues; we have upstream eslint-config-airbnb 19.0.4 installed for frontend projects. However, this version specifies a peer dependency on major version 15, which leads to conflicts. While 15 is the latest version for eslint-config-airbnb-base, the two airbnb configs have different major version numbers and version 15 of the full frontend config dates back to 2017. I suspect this is an oversight, but it would be good if this project was using the latest version of the upstream package.

github-actions[bot] commented 3 weeks ago

:tada: This issue has been resolved in version 20.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

Kenneth-Sills commented 3 weeks ago

Thank you, I appreciate the report! What an embarrassing oversight on my part. :sweat_smile:

I've published v20, which should now have the correct peer dependency requirement for eslint-config-aribnb. Please do let me know if you have any other issues!

marvold-mw commented 3 weeks ago

No worries, thanks for the quick response!