Open greenkeeper[bot] opened 5 years ago
devDependency
superagent was updated from 3.8.3
to 4.1.0
.Update to this version instead π
.connect()
IP/DNS override option (Kornel).trustLocalhost()
option for allowing broken HTTPS on localhost
.abort()
used with promises rejects the promise.The new version differs by 11 commits.
8580c4f
v4.1.0
d7916f1
Abort
3b25a43
Bump
d30fc77
Allow HTTPS to be broken on localhost (only!)
e6e66a0
IP/DNS override option
a0e6a75
Fixed rotten HTTPS tests
a37c4b5
Promisify test
bed47aa
Show more await in docs
3e46870
Merge pull request #1438 from mmmmmrob/patch-1
9ef1369
Adding link to new cheerio plugin
cf40cf0
Readme
See the full diff
devDependency
superagent was updated from 3.8.3
to 5.0.2
.Update to this version instead π
devDependency
superagent was updated from 3.8.3
to 5.0.2
.devDependency
superagent was updated from 3.8.3
to 5.0.2
.Update to this version instead π
devDependency
superagent was updated from 3.8.3
to 5.0.3
.devDependency
superagent was updated from 3.8.3
to 5.0.4
.devDependency
superagent was updated from 3.8.3
to 5.0.5
.devDependency
superagent was updated from 3.8.3
to 5.0.6
.devDependency
superagent was updated from 3.8.3
to 5.0.7
.devDependency
superagent was updated from 3.8.3
to 5.0.8
.devDependency
superagent was updated from 3.8.3
to 5.0.9
.devDependency
superagent was updated from 3.8.3
to 5.1.0
.
The devDependency superagent was updated from
3.8.3
to4.0.0
.This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v4 = ES6 natively
Breaking changes
.end(β¦)
returnsundefined
instead of the request. If you need the request object after calling.end()
(and you probably don't), save it in a variable and callrequest.end(β¦)
. Consider not using.end()
at all, and migrating to promises by calling.then()
instead..buffer(false)
to requests or setsuperagent.buffer[yourMimeType] = false
..pipe()
throw.Minor changes
req.abort().end()
is called.end()
promise on all error events (Kornel LesinΜski)https.servername
from theHost
header (Kornel LesiΕski)response.buffered
is more accurate.Commits
The new version differs by 75 commits.
e94bb10
Bump
4ef086e
Better messaging around H2
7a6dc25
Bump
5e3632f
Merge pull request #1414 from sogaani/http2-with-node10
575ca5e
Add supporting HTTP/2 to Express
dc5b04f
Anytime close socket when call request.abort()
1d04d5d
Fix http2 request with node 10.
b08371c
Drop HTTP/2, as it doesn't work in Node 10 any more
9c7a97e
npm is annoying
5e757d1
Test H/2 only on Node 10
0b8b48f
Lag
ce41a40
Bump deps
b54d3ae
Lag-proof test
08a850d
Fix deprecated
070a0a2
Bump
There are 75 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: