-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request]: cut down on peer dependencies #1210
Comments
Totally wanna do this. Work on this would begin upstream eslint-config-standard. |
What needs to be done there? How can I help? The version there is 8.13 which is above the 8.2.1 fix so I'm a little confused on how to start here. |
Best way to help is to apply for participation in our mob: |
## [48.0.0](v47.0.0...v48.0.0) (2024-05-18) ### ⚠ BREAKING CHANGES * exports an ESLint flat config. ### Build system / dependencies * use semantic-release/commit-analyzer preset ([790b662](790b662)) ### Features * flat config ([a0571e7](a0571e7)), closes [#1299](#1299) [#1210](#1210) ### Testing * rm redundant parserOptions test ([0e49fea](0e49fea))
🎉 This issue has been resolved in version 48.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What version of this package are you using?
^37.0.0
What problem do you want to solve?
Peer dependencies
What do you think is the correct solution to this problem?
According to eslint the issue necessitating the use of peer dependencies was resolved in v8.2.1. What plans (if any) are there to update to 8.2.1 and cut down on the peer dependencies?
Are you willing to submit a pull request to implement this change?
More than happy to. I'm not familiar with the library so I would need some guidance.
The text was updated successfully, but these errors were encountered: