node-gh / gh

(DEPRECATED) GitHub CLI made with NodeJS. Use the official https://cli.github.com/ instead.
http://nodegh.io
Other
1.71k stars 217 forks source link

deprecated library warning (Request@2.88.2) #761

Closed cokia closed 4 years ago

cokia commented 4 years ago

Version number 2.8.5 Describe the bug deprecated library "request@2.88.2" To Reproduce Steps to reproduce the behavior:

  1. Run Cmd 'npm install -g gh'
  2. See warning npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142

Expected behavior deprecated library is dangerous.

Screenshots If applicable, add screenshots to help explain your problem. image

Additional context

Lisiadito commented 4 years ago

Yes request is deprecated officially since the 11th of February this year. It should be replaced by an alternative. They list some alternatives in this issue right here

protoEvangelion commented 4 years ago

Thanks for the heads up! I am planning on removing plugins in favor of hooks which will remove the need for this package completely so closing for now.