Skip to content

chore: migrate to eslint-config-webpack #453

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

Merged
merged 2 commits into from
Jun 10, 2025
Merged

Conversation

alexander-akait
Copy link
Member

@alexander-akait alexander-akait commented Jun 10, 2025

There is only one things that we be potential broken - using directly in browser without es6 support, but today is 2025 year and time to drop such browsers and we have:

"engines": {
    "node": ">=10.13.0"
  },

it means any features which supported in 10.13.0 can be used in our code and so if you want to support only es3/es5 env you need to transpile

Copy link

codecov bot commented Jun 10, 2025

Codecov Report

Attention: Patch coverage is 88.69565% with 39 lines in your changes missing coverage. Please review.

Project coverage is 93.06%. Comparing base (6df312e) to head (84770c5).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
lib/LogInfoPlugin.js 0.00% 7 Missing and 8 partials ⚠️
lib/util/path.js 79.31% 5 Missing and 1 partial ⚠️
lib/SyncAsyncFileSystemDecorator.js 73.33% 0 Missing and 4 partials ⚠️
lib/util/entrypoints.js 95.83% 4 Missing ⚠️
lib/CachedInputFileSystem.js 85.71% 2 Missing and 1 partial ⚠️
lib/Resolver.js 91.42% 2 Missing and 1 partial ⚠️
lib/DescriptionFileUtils.js 96.15% 1 Missing ⚠️
lib/PnpPlugin.js 66.66% 1 Missing ⚠️
lib/ResolverFactory.js 97.29% 1 Missing ⚠️
lib/util/process-browser.js 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #453      +/-   ##
==========================================
+ Coverage   93.02%   93.06%   +0.04%     
==========================================
  Files          44       44              
  Lines        2149     2133      -16     
  Branches      662      651      -11     
==========================================
- Hits         1999     1985      -14     
+ Misses        121      119       -2     
  Partials       29       29              
Flag Coverage Δ
integration 93.06% <88.69%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@alexander-akait alexander-akait merged commit 775f2fb into main Jun 10, 2025
27 of 28 checks passed
@alexander-akait alexander-akait deleted the chore-update-eslint branch June 10, 2025 17:28
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.

1 participant