super3 / zmine

Simple Zcash GUI miner built with Node and Vue.
http://www.zmine.org/
GNU Affero General Public License v3.0
7 stars 4 forks source link

Bump got from 8.3.1 to 9.3.2 #33

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps got from 8.3.1 to 9.3.2.

Release notes *Sourced from [got's releases](https://github.com/sindresorhus/got/releases).* > ## v9.3.2 > - No new timeouts after an error. https://github.com/sindresorhus/got/commit/d8dd881382dab612ad5b9204de93a02527dc81a9 > - Fix the retry math. https://github.com/sindresorhus/got/commit/07b3ce5070515c1a4d1462d2c046ef13b805e812 > > https://github.com/sindresorhus/got/compare/v9.3.1...v9.3.2 > > ## v9.3.1 > - Don't override headers defined in the `url` argument when it's an object. 191e00a > - Don't set `content-length` header when upload body size is `null`. 311b184 > > https://github.com/sindresorhus/got/compare/v9.3.0...v9.3.1 > > ## 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 > > https://github.com/sindresorhus/got/compare/v9.2.0...v9.3.0 > > ## v9.2.2 > - Gracefully handle invalid `Location` redirect URLs. ([#605](https://github-redirect.dependabot.com/sindresorhus/got/issues/605)) 7ae6939 > - Don't override hooks when merging arguments. 3ad3950 > - Merge hooks on `got.extend()`. ([#608](https://github-redirect.dependabot.com/sindresorhus/got/issues/608)) 292f78a > > https://github.com/sindresorhus/got/compare/v9.2.1...v9.2.2 > > ## v9.2.1 > - Don't cache response when HTTP error was received. [#597](https://github-redirect.dependabot.com/sindresorhus/got/issues/597) b8480f3 > - Fix merging default & custom handlers. 5f191b9 > > > https://github.com/sindresorhus/got/compare/v9.2.0...v9.2.1 > > ## v9.2.0 > - [Experimental HTTP2 support.](https://github.com/sindresorhus/got#experimental-http2-support) ([#583](https://github-redirect.dependabot.com/sindresorhus/got/issues/583)) 8191daf > - Add [`cookieJar` option](https://github.com/sindresorhus/got#cookiejar). ([#596](https://github-redirect.dependabot.com/sindresorhus/got/issues/596)) eedebc9 > - Provide [timings](https://github.com/sindresorhus/got#timings). ([#590](https://github-redirect.dependabot.com/sindresorhus/got/issues/590)) 78a56ec > - Set `content-length` header to zero when doing a PUT request with no body. ([#584](https://github-redirect.dependabot.com/sindresorhus/got/issues/584)) 9a966ec > - Don't parse the `query` option when it's a string. ([#589](https://github-redirect.dependabot.com/sindresorhus/got/issues/589)) f23f350 > - Document the [`response` object](https://github.com/sindresorhus/got#response). ([#592](https://github-redirect.dependabot.com/sindresorhus/got/issues/592)) 267cb66 > - Fix Electron throwing `HTTP trailers are not supported` error. ([#598](https://github-redirect.dependabot.com/sindresorhus/got/issues/598)) e66a6b6 > > https://github.com/sindresorhus/got/compare/v9.1.0...v9.2.0 > > ## v9.1.0 > - Add [`got.mergeInstances()`](https://github.com/sindresorhus/got/blob/master/advanced-creation.md#merging-instances) which lets you easily compose multiple instances of Got into a single one. It's like plugins without any of the plugin mess. ([#510](https://github-redirect.dependabot.com/sindresorhus/got/issues/510)) f0b190a > - Normalize the URL in the `baseUrl` option. ([#579](https://github-redirect.dependabot.com/sindresorhus/got/issues/579)) c901c46 > ... (truncated)
Commits - [`4a383f2`](https://github.com/sindresorhus/got/commit/4a383f23887edff7b2569b6984eb3d1a2e13f94d) 9.3.2 - [`07b3ce5`](https://github.com/sindresorhus/got/commit/07b3ce5070515c1a4d1462d2c046ef13b805e812) Fix the retry math ([#653](https://github-redirect.dependabot.com/sindresorhus/got/issues/653)) - [`d8dd881`](https://github.com/sindresorhus/got/commit/d8dd881382dab612ad5b9204de93a02527dc81a9) No new timeouts after an error ([#652](https://github-redirect.dependabot.com/sindresorhus/got/issues/652)) - [`50fdab3`](https://github.com/sindresorhus/got/commit/50fdab303cb2a6b34383de13e5e0ece9ceaf80c9) 9.3.1 - [`191e00a`](https://github.com/sindresorhus/got/commit/191e00a388c6782c88e6c8fc609e5b3d1af2e264) Don't override headers defined in the `url` argument when it's an object ([#633](https://github-redirect.dependabot.com/sindresorhus/got/issues/633)) - [`311b184`](https://github.com/sindresorhus/got/commit/311b1849009b4f742b2e2dae54c7042d70658be8) Don't set content-length header when uploadBodySize is null ([#651](https://github-redirect.dependabot.com/sindresorhus/got/issues/651)) - [`46c0951`](https://github.com/sindresorhus/got/commit/46c09513dee5898cb2a49e355b052053fcb6b15e) Document the `.defaults` property ([#649](https://github-redirect.dependabot.com/sindresorhus/got/issues/649)) - [`84a9534`](https://github.com/sindresorhus/got/commit/84a953489d9d550cdd2a524f60f0708a66763f75) Mention how to access the defaults - [`3af3616`](https://github.com/sindresorhus/got/commit/3af36164a8b6c3aeace88a13abfb324274fd8335) Update docs according to the new defaults - [`232e0f3`](https://github.com/sindresorhus/got/commit/232e0f365ff4a636e9fc53bda79f4b483998cc50) 9.3.0 - Additional commits viewable in [compare view](https://github.com/sindresorhus/got/compare/v8.3.1...v9.3.2)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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](https://app.dependabot.com): - 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.
dependabot-preview[bot] commented 5 years ago

Superseded by #49.