jsx-eslint / eslint-plugin-react

React-specific linting rules for ESLint
MIT License
9.01k stars 2.77k forks source link

feat: drop Node 4, 6, 8, 10, 12, 14 & 16 support #3845

Open MichaelDeBoey opened 3 weeks ago

MichaelDeBoey commented 3 weeks ago

BREAKING CHANGE: Requires Node@^18.18.0 || ^20.9.0 || >=21.1.0

MichaelDeBoey commented 3 weeks ago

@ljharb Settings should be updated to remove node 4 - 17 from required checks

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.67%. Comparing base (256cf74) to head (89fd797). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3845 +/- ## ========================================== + Coverage 94.11% 97.67% +3.55% ========================================== Files 133 136 +3 Lines 9958 9971 +13 Branches 3693 3694 +1 ========================================== + Hits 9372 9739 +367 + Misses 586 232 -354 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.