Skip to content

chore: update ESlint from v8 to v9 #1641

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ersachin3112
Copy link
Contributor

@ersachin3112 ersachin3112 commented Jul 13, 2025

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

update ESlint from v8 to v9

Breaking Changes

No

Additional Info

No

Copy link

codecov bot commented Jul 13, 2025

Codecov Report

Attention: Patch coverage is 99.56710% with 1 line in your changes missing coverage. Please review.

Project coverage is 96.58%. Comparing base (f5be49c) to head (8d1764d).
Report is 48 commits behind head on master.

Files with missing lines Patch % Lines
src/utils.js 97.91% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1641      +/-   ##
==========================================
+ Coverage   96.15%   96.58%   +0.42%     
==========================================
  Files          10       10              
  Lines        1196     1200       +4     
  Branches      461      467       +6     
==========================================
+ Hits         1150     1159       +9     
+ Misses         37       36       -1     
+ Partials        9        5       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

export default defineConfig([
{
extends: [configs["recommended-dirty"]],
ignores: ["*.md", "CHANGELOG.md", "README.md"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not ignore markdown files, except autogenerated, i.e. CHANGELOG.md, but it is already in default ignore

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

Successfully merging this pull request may close these issues.

2 participants