mafintosh / csv-parser

Streaming csv parser inspired by binary-csv that aims to be faster than everyone else
MIT License
1.41k stars 134 forks source link

fix: update execa dependency to 2.1.0 #147

Closed Trott closed 4 years ago

Trott commented 4 years ago

This PR contains:

Breaking Changes?

If yes, please describe the breakage.

Please Describe Your Changes

Update execa dependency to 2.1.0 in package-lock.json. Without this change, tests will fail when run with Node.js 13.x-pre and may fail when 13.0.0 is released in 13 days.

Refs: https://github.com/sindresorhus/execa/pull/370

codecov-io commented 4 years ago

Codecov Report

Merging #147 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #147   +/-   ##
=======================================
  Coverage   97.24%   97.24%           
=======================================
  Files           1        1           
  Lines         145      145           
=======================================
  Hits          141      141           
  Misses          4        4

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 d221504...15f0d7b. Read the comment docs.

shellscape commented 4 years ago

Thanks for this PR 🍺

Trott commented 4 years ago

I know it's just a test fix, but any chance I can persuade you to publish a new release? There seem to be some legitimate bug fixes since the last release, so it wouldn't be a complete no-change release for end users. This particular fix will help Node.js's ecosystem-testing tool CITGM, which downloads a tarball of the latest release and runs tests. So CITGM won't use this fix until it's part of a release.