You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like you published eslint-config-airbnb@18.1.0 to npm yesterday, but didn't push some associated commits to the GitHub repo. In particular, package.json still lists its version as 18.0.1.
The other change that I noticed is that master's peer dependency on eslint-plugin-react-hooks is listed as ^2.0.0 || ^1.7.0, but the published version's dependency is on ^2.5.0 || ^1.7.0.
I was going to ask if this could be relaxed back to ^2.0.0 || ^1.7.0. The 2.5.0 release includes a somewhat controversial change. Basically, one of its rules now uses ESLint's new "suggestions" feature instead of the auto-fix feature. Most IDE extensions haven't caught up to this feature, and there's currently no way to apply suggestions via the ESLint CLI, so I imagine many users will want to pin this dependency at 2.4.0 until they are able to properly use 2.5.0. This is not possible with the current peer dep range.
(Happy to make a new issue for this, or rename this issue, once those commits are on GH!)
Thanks, as always, for your work maintaining these configs. 😊
The text was updated successfully, but these errors were encountered:
Hi @ljharb,
It looks like you published eslint-config-airbnb@18.1.0 to npm yesterday, but didn't push some associated commits to the GitHub repo. In particular, package.json still lists its version as 18.0.1.
The other change that I noticed is that master's peer dependency on eslint-plugin-react-hooks is listed as
^2.0.0 || ^1.7.0
, but the published version's dependency is on^2.5.0 || ^1.7.0
.I was going to ask if this could be relaxed back to
^2.0.0 || ^1.7.0
. The 2.5.0 release includes a somewhat controversial change. Basically, one of its rules now uses ESLint's new "suggestions" feature instead of the auto-fix feature. Most IDE extensions haven't caught up to this feature, and there's currently no way to apply suggestions via the ESLint CLI, so I imagine many users will want to pin this dependency at 2.4.0 until they are able to properly use 2.5.0. This is not possible with the current peer dep range.(Happy to make a new issue for this, or rename this issue, once those commits are on GH!)
Thanks, as always, for your work maintaining these configs. 😊
The text was updated successfully, but these errors were encountered: