Skip to content
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

feat: support ESLint 8.x #10

Merged
merged 2 commits into from Nov 27, 2022
Merged

feat: support ESLint 8.x #10

merged 2 commits into from Nov 27, 2022

Conversation

MichaelDeBoey
Copy link
Member

@MichaelDeBoey MichaelDeBoey commented Nov 21, 2022

@codecov-commenter
Copy link

codecov-commenter commented Nov 26, 2022

Codecov Report

Base: 95.84% // Head: 96.01% // Increases project coverage by +0.17% 🎉

Coverage data is based on head (b7795ce) compared to base (8ac38b1).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #10      +/-   ##
==========================================
+ Coverage   95.84%   96.01%   +0.17%     
==========================================
  Files          12       13       +1     
  Lines         626      653      +27     
==========================================
+ Hits          600      627      +27     
  Misses         26       26              
Impacted Files Coverage Δ
src/find-variable.js 100.00% <0.00%> (ø)
src/pattern-matcher.js 100.00% <0.00%> (ø)
src/get-function-head-location.js 100.00% <0.00%> (ø)
src/get-function-name-with-kind.js 100.00% <0.00%> (ø)
src/index.js 100.00% <0.00%> (ø)
src/get-static-value.js 98.02% <0.00%> (+<0.01%) ⬆️
src/has-side-effect.js 98.03% <0.00%> (+0.03%) ⬆️
src/reference-tracker.js 93.86% <0.00%> (+0.15%) ⬆️
src/get-property-name.js 93.33% <0.00%> (+0.47%) ⬆️
src/is-parenthesized.js 78.94% <0.00%> (+0.56%) ⬆️
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Base automatically changed from patch-10 to main November 27, 2022 04:22
@MichaelDeBoey MichaelDeBoey marked this pull request as ready for review November 27, 2022 04:22
MichaelDeBoey and others added 2 commits November 27, 2022 16:33
* chore: use esbuild-register instead of esm.

* chore: add esbuild to deps

* chore: use @babel/register instead of esbuild-register
@MichaelDeBoey MichaelDeBoey merged commit 0bd0441 into main Nov 27, 2022
@MichaelDeBoey MichaelDeBoey deleted the eslint-8 branch November 27, 2022 23:18
@github-actions
Copy link

🎉 This PR is included in version 4.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support ESLint 8.x
3 participants