shelljs / shx

Portable Shell Commands for Node
MIT License
1.72k stars 44 forks source link

Bump shelljs version to fix circular dependency warnings under Node.js v14 #182

Closed chocolateboy closed 4 years ago

chocolateboy commented 4 years ago

https://github.com/shelljs/shelljs/issues/991

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #182   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          114       114           
=========================================
  Hits           114       114           

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 b733ec9...011f7b9. Read the comment docs.

nfischer commented 4 years ago

I don't think this is necessary. npm will take the highest package version meeting semver requirements.

I don't intend to push a new shx version for this.