bcomnes / npm-run-all2

A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintenance fork)
MIT License
250 stars 12 forks source link

Switch to standard #115

Closed bcomnes closed 1 year ago

bcomnes commented 1 year ago

Updating the eslint rules as is is too difficult, and this was easy, and it's basically good enough. Also as the years wane on it seems getting these changes merged upstream is more and more unlikely.

socket-security[bot] commented 1 year ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
standard 17.1.0 None +36 3.14 MB voxpelli

🚮 Removed packages: eslint@4.19.1, eslint-config-mysticatea@13.0.2

codecov-commenter commented 1 year ago

Codecov Report

Merging #115 (17e54ca) into master (5ce62d4) will increase coverage by 0.70%. The diff coverage is 94.10%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master     #115      +/-   ##
==========================================
+ Coverage   96.15%   96.85%   +0.70%     
==========================================
  Files          22       34      +12     
  Lines        1923     2034     +111     
==========================================
+ Hits         1849     1970     +121     
+ Misses         74       64      -10     
Flag Coverage Δ
macos-latest-18 96.75% <93.90%> (+0.60%) :arrow_up:
ubuntu-latest-18 96.46% <93.41%> (+0.30%) :arrow_up:

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

Impacted Files Coverage Δ
test-workspace/tasks/stdin.js 90.90% <83.33%> (ø)
test-workspace/tasks/append2.js 94.11% <87.50%> (ø)
lib/run-task.js 93.71% <88.99%> (+0.54%) :arrow_up:
lib/create-header.js 95.83% <89.47%> (ø)
bin/common/parse-cli-args.js 93.11% <90.24%> (+0.28%) :arrow_up:
lib/run-tasks.js 93.08% <90.96%> (+3.58%) :arrow_up:
lib/index.js 96.15% <92.75%> (-0.02%) :arrow_down:
bin/run-s/main.js 97.14% <95.45%> (-0.05%) :arrow_down:
bin/run-p/main.js 97.26% <95.74%> (-0.04%) :arrow_down:
bin/common/bootstrap.js 100.00% <100.00%> (ø)
... and 24 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

bcomnes commented 1 year ago

Closing for now.