chaijs / chai-http

HTTP Response assertions for the Chai Assertion Library.
http://chaijs.com/plugins/chai-http
633 stars 113 forks source link

Update superagent to ^6.1.0 #281

Closed Exotrom closed 3 years ago

Exotrom commented 3 years ago

Update superagent dependency to 6.1.0 in order to address the DeprecationWarning referenced in #262 Cookiejar also must be updated to be in sync with superagent.

austince commented 3 years ago

We should also close https://github.com/chaijs/chai-http/pull/265 when this goes out as well

carlosmondra commented 3 years ago

This is great! Do you know when this will be released?

austince commented 3 years ago

Trying to release this ASAP, but looks like there is a bug in the CI release pipeline. Fix for it here: https://github.com/chaijs/chai-http/pull/283