Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
We've updated a dependency and here is what you need to know:
You should probably take a good look at the info here and the test results before merging this pull request, of course.
What changed?
✳️ got (9.2.2 → 9.3.1) · Repo
Release Notes
9.3.1
url
argument when it's an object. 191e00acontent-length
header when upload body size isnull
. 311b184v9.3.0...v9.3.1
9.3.0
beforeRedirect
,beforeRetry
, andafterResponse
hooks. 325409cbody
property inHTTPError
. fdc0fa6v9.2.0...v9.3.0
Commits
See the full diff on Github. The new version differs by 24 commits:
9.3.1
Don't override headers defined in the `url` argument when it's an object (#633)
Don't set content-length header when uploadBodySize is null (#651)
Document the `.defaults` property (#649)
Mention how to access the defaults
Update docs according to the new defaults
9.3.0
Add npm release script
Upgrade dependencies
Change the way to retry using the afterResponse hook (#647)
Improve docs for the `query` option (#643)
Allow defaults to be mutable (#645)
Add missing test for retrying using the afterResponse hook
Move setting redirectUrls to request-as-event-emitter.js
Mention `node-fetch` Node.js stream API in comparison table (#644)
Add more hooks (#640)
Code cleanup and bug fixes (#635)
Fix `tunnel` package reference in the docs (#627)
Support electron renderer timings
Retry on a few more errors
Include `body` property in `HTTPError` (#622)
Fix typo in the readme (#624)
Transform user set headers to lowercase (#613)
Mention hooks in the feature highlights section
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands