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.2.2.

Release notes

Sourced from got's releases.

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

v9.0.0

Got version 9 is a massive release! Many new awesome features and we have pretty much fixed all the open issues regarding Got bugs on the issue tracker.

Got is a human-friendly and powerful HTTP request library for Node.js

Breaking changes

  • Requires Node.js 8.
    You might ask, why not follow the Node.js LTS cycle and target Node.js 6. In short, async/await and WHATWG URL, which enabled us to simplify the codebase and reduce the dependency-tree considerably. Got v8 is a stable release, and you can continue using that if you need to support Node.js 6.
  • The retry functionality was rewritten to improve its reliability and to support retrying on HTTP status codes. Previously, it only retried on some network failures. sindresorhus/got@98b5664
... (truncated)
Commits

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 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.2.2.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](sindresorhus/got@v8.0.1...v9.2.2)

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

[task] 📙 👉 @holvonixAdvay please review

@dependabot-preview
Copy link
Author

Superseded by #103.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/got-9.2.2 branch October 30, 2018 09:13
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