kentcdodds / nps-utils

Utilities for http://npm.im/nps (npm-package-scripts)
https://doclets.io/kentcdodds/nps-utils/master
MIT License
101 stars 23 forks source link

build(package update): update version of concurrently #34

Open mdhitchcock opened 4 years ago

mdhitchcock commented 4 years ago

Update version of concurrently away from buggy 3.6.1 and to more current ^4.1

The version of concurrently that the current package.json locks in is old and has a couple serious bugs (https://github.com/kimmobrunfeldt/concurrently/issues/147 and https://github.com/kimmobrunfeldt/concurrently/issues/193). One effect is that any keystroke in a terminal running a package script using nps-utils will crash and leave processes running. This change is just to bump the version of concurrently from ^3.4.0 (which will install 3.6.1) to version ^4.1.0

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #34   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          79     79           
=====================================
  Hits           79     79

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 b20c1db...f906a2b. Read the comment docs.