caprover-cli icon indicating copy to clipboard operation
caprover-cli copied to clipboard

request is deprecated

Open drmrbrewer opened this issue 5 years ago • 2 comments

Am sure you are aware, but just noticed a deprecation warning when installing caprover, regarding deprecation of the node request package. It is a pain because I also use it in most of my node-based apps too! Given how widespread this is, I am sure it will be around for a long time, but deprecated packages can I suppose break your app at any time.

drmrbrewer avatar Jun 13 '20 15:06 drmrbrewer

Bumping this as well. There's a GHI of the breakdown: https://github.com/request/request/issues/3142

djdembeck avatar Jul 21 '22 01:07 djdembeck

many libraries are deprecated:

npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142

why not update them & release a new version?

deadcoder0904 avatar Jan 03 '24 07:01 deadcoder0904