Fix ESLint v10 RuleContext API removal (follow-up to #3972)#3979
Fix ESLint v10 RuleContext API removal (follow-up to #3972)#3979ledsun wants to merge 2 commits into
Conversation
ljharb
left a comment
There was a problem hiding this comment.
we'll need regression tests - it might be as simple as adding eslint 10 to the GHA matrix.
f987ffa to
a7b967b
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3979 +/- ##
==========================================
+ Coverage 94.76% 97.26% +2.50%
==========================================
Files 134 137 +3
Lines 10165 10252 +87
Branches 3794 3833 +39
==========================================
+ Hits 9633 9972 +339
+ Misses 532 280 -252 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
6a95ab9 to
13c7805
Compare
|
@ledsun do you have time to address the failing checks. I'm looking at updating to eslint 10 and we're using the eslint-plugin-react |
They now seem to be one requested change and/or review away. CodeCov finally shut up about the 3.15% coverage it still wanted. This all may be coming to an end soon. Yay! |
|
eslint-plugin-import work has been merged successfully: import-js/eslint-plugin-import#3230 |
|
Sorry for the ping, but I wanted to check whether there are any updates on this PR. There have been some issues and blocked PRs on the ESLint side where things depend on Just for reference: |
|
There was a long waiting on import-js/eslint-plugin-import#3230 but it was finally merged on June 28-29, however no release has been made for it yet, since there are other issues that seem to need fixing first, see the newer commits made since then: https://github.com/import-js/eslint-plugin-import/commits/main/ |
|
Is there a small portion of demand? It's been a long time since I woke up @ljharb |
|
Hey is someone updating the PR? If not I can help, from last comments I am not sure |
This PR follows up on the feedback in the comments of #3972 and incorporates the requested changes.
I think this PR will fix #3977.