ios-control / ios-sim

Command-line application launcher for the iOS Simulator
Apache License 2.0
1.49k stars 253 forks source link

chore: update dependencies for 9.x #259

Closed erisu closed 4 years ago

erisu commented 5 years ago

This PR:

npm install output

added 945 packages from 568 contributors and audited 885336 packages in 18.722s
found 0 vulnerabilities

npm t output

Test Suites: 9 passed, 9 total
Tests:       61 passed, 61 total
Snapshots:   0 total
Time:        2.723s
codecov[bot] commented 5 years ago

Codecov Report

Merging #259 into master will increase coverage by 1.07%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #259      +/-   ##
==========================================
+ Coverage   85.85%   86.92%   +1.07%     
==========================================
  Files           9        9              
  Lines         304      306       +2     
  Branches       55       57       +2     
==========================================
+ Hits          261      266       +5     
+ Misses         32       29       -3     
  Partials       11       11
Impacted Files Coverage Δ
src/helpers.js 100% <100%> (ø) :arrow_up:
src/commands/showsdks.js 100% <100%> (ø) :arrow_up:
src/commands/showdevicetypes.js 100% <100%> (ø) :arrow_up:
src/commands/start.js 100% <0%> (+30%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2ff17e9...dc08baf. Read the comment docs.

erisu commented 4 years ago

I pulled out the ESlint commit from this PR and created its own PR since it also includes lint fixes.

ESLint PR https://github.com/ios-control/ios-sim/pull/265