This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
We've updated a dependency and here is what you need to know:
name
version specification
old version
new version
got
^9.0.0
9.0.0
9.1.0
You should probably take a good look at the info here and the test results before merging this pull request, of course.
Add got.mergeInstances() which lets you easily compose multiple instances of Got into a single one. It's like plugins without any of the plugin mess. (#510) f0b190a
Normalize the URL in the baseUrl option. (#579) c901c46
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.
Welcome to Depfu š
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
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.0.0 ā 9.1.0) Ā· Repo
Release Notes
9.1.0
got.mergeInstances()
which lets you easily compose multiple instances of Got into a single one. It's like plugins without any of the plugin mess. (#510) f0b190abaseUrl
option. (#579) c901c46query
option to be aURLSearchParams
instance. (#565) b8a086fget-stream
to 0.4.0 for improved handling of stream edge-cases. (#578) 45d3a60method
option. (#547) ecf3180agent
option withgot.extend()
. (#577) 2ffcd49got.stream()
. (#550) ae5b114v9.0.0...v9.1.0
Commits
See the full diff on Github. The new version differs by 24 commits:
9.1.0
Normalize the URL in the `baseUrl` option (#579)
Remove AppVeyor
Follow redirects with encoded URI (#564)
Bump `get-stream` to 0.4.0 (#578)
Don't freeze any other values than plain objects and arrays (#577)
Tiny readme formatting tweak
Allow the `query` option to be a URLSearchParams instance (#565)
Fix AWS example in readme (#575)
Add note about `global-tunnel` package
Ignore empty query objects (#572)
Upgrade to ava@1.0.0-beta.7
Mention browser and Electron support in the comparison table (#556)
Support retrying on HTTP `500`
Fix a typo in the readme (#553)
Show the differences between HTTP libs (#552)
Tiny readme tweak
Add ability to merge instances (#510)
Fix throwing errors when using got.stream() (#550)
Normalize options.method (#547)
Increase timeouts in `test/timeout.js` because AppVeyor is too slow
Remove `is.buffer(body)` as it never happens when getting body size
Add `buffer as options.body` test
Readme improvements
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
.