yeoman / doctor

Detect potential issues with users system that could prevent Yeoman from working correctly
http://yeoman.io
BSD 2-Clause "Simplified" License
61 stars 17 forks source link

Update bin-version-check dependency to verion 4.0.0 #49

Closed dankingtech closed 3 years ago

dankingtech commented 5 years ago

Please update the package dependencies.

Installing software using the latest version of yeoman-doctor gives deprecation warnings:

npm WARN deprecated cross-spawn-async@2.2.5: cross-spawn no longer requires a build toolchain, use it instead

The package was updated in an upstream dependency, execa, which eventually was updated in bin-version-check version 4.0.0:

https://github.com/sindresorhus/bin-version-check/issues/3

UlisesGascon commented 4 years ago

Thanks for let us know @dankadmin. I will create a PR soon. 👍

Logicer16 commented 3 years ago

Seen as this has been open for over a year, and the pr was closed without reason, I've opened a new on in #54. Note: there is a version 5.0.0 but that is a pure ESM version requiring node 12 or later and I'm not sure if this project is ready to support that or not.