Skip to content
This repository was archived by the owner on Jul 16, 2019. It is now read-only.

Conversation

@dependabot-preview
Copy link

Bumps got from 8.0.1 to 9.3.0.

Release notes

Sourced from got's releases.

v9.3.0

  • Add option to allow defaults to be mutable. b392f60
  • Add beforeRedirect, beforeRetry, and afterResponse hooks. 325409c
  • Retry on a few more errors. fbaaa2a
  • Include body property in HTTPError. fdc0fa6
  • Transform user set headers to lowercase. a07b2be
  • Support Electron renderer timings. 25f18be

sindresorhus/got@v9.2.0...v9.3.0

v9.2.2

  • Gracefully handle invalid Location redirect URLs. (#605) 7ae6939
  • Don't override hooks when merging arguments. 3ad3950
  • Merge hooks on got.extend(). (#608) 292f78a

sindresorhus/got@v9.2.1...v9.2.2

v9.2.1

  • Don't cache response when HTTP error was received. #597 b8480f3
  • Fix merging default & custom handlers. 5f191b9

sindresorhus/got@v9.2.0...v9.2.1

v9.2.0

sindresorhus/got@v9.1.0...v9.2.0

v9.1.0

  • 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
  • Follow redirects with encoded URI. (#564) 3d98b9b
  • Allow the query option to be a URLSearchParams instance. (#565) b8a086f
  • Support retrying on 500 HTTP status code. a3e77de
  • Bump get-stream to 0.4.0 for improved handling of stream edge-cases. (#578) 45d3a60
  • Normalize the casing of the method option. (#547) ecf3180
  • Fix the agent option with got.extend(). (#577) 2ffcd49
  • Fix throwing errors when using got.stream(). (#550) ae5b114
  • Ignore empty query objects. (#572) eb652f8

sindresorhus/got@v9.0.0...v9.1.0

... (truncated)
Commits
  • 232e0f3 9.3.0
  • c5bfad5 Add npm release script
  • b50d76c Upgrade dependencies
  • ea41bdc Change the way to retry using the afterResponse hook (#647)
  • 5adfc27 Improve docs for the query option (#643)
  • b392f60 Allow defaults to be mutable (#645)
  • 180cbd5 Add missing test for retrying using the afterResponse hook
  • 01e9cd8 Move setting redirectUrls to request-as-event-emitter.js
  • 3a50d8b Mention node-fetch Node.js stream API in comparison table (#644)
  • 325409c Add more hooks (#640)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [got](https://github.com/sindresorhus/got) from 8.0.1 to 9.3.0.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](sindresorhus/got@v8.0.1...v9.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@holvonix-bot
Copy link
Contributor

[task] 📙 👉 @holvonixAdvay please review

@codecov
Copy link

codecov bot commented Oct 30, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@4b5520d). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #103   +/-   ##
========================================
  Coverage          ?   63.6%           
========================================
  Files             ?       1           
  Lines             ?     261           
  Branches          ?       0           
========================================
  Hits              ?     166           
  Misses            ?      95           
  Partials          ?       0

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4b5520d...bde074e. Read the comment docs.

@dependabot-preview
Copy link
Author

Superseded by #106.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/got-9.3.0 branch November 5, 2018 09:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants