Update dependency got to ^11.5.1
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
got | dependencies | minor | ^11.5.1 | source |
Release Notes
sindresorhus/got
v11.5.1
Enhancements
- Upgrade
http2-wrapper
to1.0.0-beta.5.0
16e7f03
- Compatibility fix to ignore incorrect Node.js 12 typings
f7a1379
61d6f61
Bug fixes
Docs
- Mention HTTP/2 proxying in
readme.md
4ebd26a
- Update the comparison table
bd2d532
c833939
- Document the hierarchy of error classes (#1359)
559526e
- Fix example code for HTTPS proxy (#1360)
4083347
v11.5.0
Improvements
- Add
backoff
option to pagination (#1182)4be7446
- Upgrade dependencies (#1345)
b9a855d
476c026
8d697bc
- Upgrade to TypeScript 3.9 (#1267)
b51d836
Fixes
- Fix TypeScript types for Promise API (#1344)
676be6d
- Fix cache not working with HTTP2
ac5f67d
- Fix
response
event not being emitted on cache verify request (#1305)da4769e
- Work around a bug in Node.js <=12.18.2
f33e8bc
- Remove request error handler after response is downloaded
e1afe82
- Revert "Remove request error handler after response is downloaded"
aeb2e07
Docs
- Mention advanced usage of a
beforeRequest
hook779062a
- Mention to end the stream if there's no body
044767e
v11.4.0
- Fix hanging promise on timeout on HTTP error
934211f
- Use async iterators to get response body (#1256)
7dcd145
- Fix promise not returning Buffer on compressed response
5028c11
- Clarify options.encoding docs
04f3ea4
- Fix unhandled
The server aborted pending request
rejection728aef9
- Add missing
ECONNRESET
code to an abort errord325d35
- Fix
prefixUrl
not working when theurl
argument is empty8d3412a
- Improve the
searchParams
option4dbada9
- Fix non-enumerable options [such as body] not being used
8f775c7
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.