Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency ky to v0.33.3 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 15, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ky 0.15.0 -> 0.33.3 age adoption passing confidence

Release Notes

sindresorhus/ky (ky)

v0.33.3

Compare Source

  • Fix compatibility with native Fetch being disabled on Node.js (#​494) 00e45d0

v0.33.2

Compare Source

v0.33.1

Compare Source

  • Fix compatibility with Unidici ae2fe07

v0.33.0

Compare Source

v0.32.2

Compare Source

v0.32.1

Compare Source

  • Don't return empty string for .json() if Transfer-Encoding is chunked (#​464) 195e0e2

v0.32.0

Compare Source

v0.31.4

Compare Source

  • Fix Firefox compatibility for the onDownloadProgress option bccbfdb

v0.31.3

Compare Source

  • Fix Node.js compatibility 0b141f1

v0.31.2

Compare Source

v0.31.1

Compare Source

  • Fix copying response body with 204 status code when using onDownloadProgress (#​444) d48ed95

v0.31.0

Compare Source

Breaking
  • Require Node.js 14 when used in Node.js e557973
Improvements
Fixes
  • Fix response details getting lost when using onDownloadProgress (#​441) f34fb1f

v0.30.0

Compare Source

  • Allow overriding Content-Type header for JSON requests (#​429) d00864f

v0.29.0

Compare Source

v0.28.7

Compare Source

v0.28.6

Compare Source

v0.28.5

Compare Source

  • Export more TypeScript types ad991fa

v0.28.4

Compare Source

v0.28.3

Compare Source

v0.28.2

Compare Source

v0.28.1

Compare Source

v0.28.0

Compare Source

Breaking
  • Make HTTPError and TimeoutError named exports 6ec7fd7
Improvements
Fixes
  • Fix merging of searchParams in .create() and .extend() (#​335) b3c9e88
  • Throw timeouts even if throwHttpErrors option is false (#​334) eefcde5
Meta

v0.27.0

Compare Source

v0.26.0

Compare Source

Breaking
Improvements
Fixes
  • Fix aborting when onDownloadProgress throws an exception (#​301) 87c94fd
  • Fix support for ky.stop as return type in BeforeRetryHook TypeScript type (#​307) b86ff0a
  • Fix BeforeRetryHook and NormalizedOptions TypeScript type definitions (#​308) 5da3da0
Docs

v0.25.1

Compare Source

v0.25.0

Compare Source

Possibly breaking for TypeScript users
  • Fix Deno and React Native compatibility (#​295) 2bff89a
    • If you use TypeScript and don't already include the dom library in your tsconfig, you need to do this now.
Improvements

v0.24.0

Compare Source

Breaking
Fixes
  • Fix handling of network errors for beforeRetry hook (#​276) 9876da1

v0.23.0

Compare Source

v0.22.0

Compare Source

v0.21.0

Compare Source

v0.20.0

Compare Source

v0.19.1

Compare Source

  • Fix the NormalizedOptions.headers TypeScript type (#​243)
  • Ensure HTTPError always has a defined message (#​249)

v0.19.0

Compare Source

  • Add TimeoutError and HTTPError to ky TypeScript namespace (#​241) 9c9dfe9
  • Delete Content-Type header for multipart requests (#​211) d547e89

v0.18.0

Compare Source

  • Fix request cancellation on timeout (#​238) 041e935
  • Add response to beforeRetry hook and change its parameter to be a single object (#​201) 3f3e14d
    • Migrate:
-(request, options, error, retryCount) => {
+({request, response, options, error, retryCount}) => {

v0.17.0

Compare Source

Breaking
  • Require Node.js 10 if you use it in Node.js 7c1d371
  • Move named exports to properties of default export (#​206) cf6ca95
    • HTTPError and TimeoutError are now properties on the default export ky instead of individual named exports.
    • If you use the UMD build, you no longer need the .default property: const ky = require('ky/umd').default;const ky = require('ky/umd');
Fixes

v0.16.2

Compare Source

v0.16.1

Compare Source

  • Remove content-type header check for FormData body (#​208) 2078a15

v0.16.0

Compare Source

Breaking
  • Hooks now always receive a Request instance as the first argument instead of the input URL, which could previously either be a string, Request, or URL (#​180) c5821a7
Enhancements
Fixes
Docs
Meta

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Author

renovate bot commented Nov 15, 2019

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/ky-0.x branch from 855cf67 to f6d11d6 Compare November 26, 2019 06:26
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.16.0 fix(deps): update dependency ky to v0.16.1 Nov 26, 2019
@renovate renovate bot force-pushed the renovate/ky-0.x branch from f6d11d6 to 2b1596d Compare February 9, 2020 03:52
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.16.1 fix(deps): update dependency ky to v0.17.0 Feb 9, 2020
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 2b1596d to 7489b14 Compare March 14, 2020 09:57
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.17.0 fix(deps): update dependency ky to v0.19.0 Mar 14, 2020
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 7489b14 to 6bee4dd Compare April 28, 2020 08:56
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.19.0 fix(deps): update dependency ky to v0.19.1 Apr 28, 2020
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 6bee4dd to ed17db5 Compare July 1, 2020 12:56
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.19.1 fix(deps): update dependency ky to v0.20.0 Jul 1, 2020
@renovate renovate bot force-pushed the renovate/ky-0.x branch from ed17db5 to a24e291 Compare August 23, 2020 19:03
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.20.0 fix(deps): update dependency ky to v0.23.0 Aug 23, 2020
@renovate renovate bot force-pushed the renovate/ky-0.x branch from a24e291 to 75889da Compare October 26, 2020 08:59
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.23.0 fix(deps): update dependency ky to v0.24.0 Oct 26, 2020
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 75889da to bb02bc5 Compare November 26, 2020 19:51
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.24.0 fix(deps): update dependency ky to v0.25.0 Nov 26, 2020
@renovate renovate bot force-pushed the renovate/ky-0.x branch from bb02bc5 to d770dd1 Compare December 11, 2020 16:58
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.25.0 fix(deps): update dependency ky to v0.25.1 Dec 11, 2020
@renovate renovate bot force-pushed the renovate/ky-0.x branch from d770dd1 to 0ac4844 Compare January 10, 2021 16:56
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.25.1 fix(deps): update dependency ky to v0.26.0 Jan 10, 2021
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 0ac4844 to a4c1676 Compare April 26, 2021 13:56
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.26.0 fix(deps): update dependency ky to v0.27.0 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/ky-0.x branch from a4c1676 to 7d63a6a Compare May 9, 2021 23:34
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.27.0 fix(deps): update dependency ky to v0.28.0 May 9, 2021
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 7d63a6a to 779edae Compare May 15, 2021 20:44
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.28.0 fix(deps): update dependency ky to v0.28.1 May 15, 2021
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 779edae to 168b43b Compare June 6, 2021 20:53
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.28.1 fix(deps): update dependency ky to v0.28.5 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 168b43b to f80af37 Compare October 20, 2021 06:16
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.28.5 fix(deps): update dependency ky to v0.28.6 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/ky-0.x branch from f80af37 to 638832a Compare March 7, 2022 16:00
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.28.6 fix(deps): update dependency ky to v0.30.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 638832a to 14d54a5 Compare June 24, 2022 01:01
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.30.0 fix(deps): update dependency ky to v0.31.0 Jun 24, 2022
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.31.0 fix(deps): update dependency ky to v0.31.3 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 5d5176e to 98fc5ef Compare November 20, 2022 14:38
@renovate renovate bot force-pushed the renovate/ky-0.x branch from 98fc5ef to aef7591 Compare March 18, 2023 16:09
@renovate renovate bot changed the title fix(deps): update dependency ky to v0.31.3 fix(deps): update dependency ky to v0.33.3 Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants