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 ^0.33.0 #17

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 12, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ky ^0.11.0 -> ^0.33.0 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

v0.15.0

Compare Source

v0.14.0

Compare Source

v0.13.0

Compare Source

Breaking
  • Pass input & options arguments to beforeRequest & afterResponse hooks (#​163) 9181aa2
 await ky('…', {
 	hooks: {
 		beforeRequest: [
-			options => {}
+			(input, options) => {}
 		]
 		afterResponse: [
-			response => {}
+			(input, options, response) => {}
 		]
 	}
 });
Enhancements
  • Make the retry option more powerful (#​110) d4ddb7a
    You can now control which HTTP methods and status codes that should cause a retry.
  • Simplify the Options TypeScript type (#​165) bfdc9b5
    This should make it easier to wrap Ky when using TypeScript.

v0.12.0

Compare Source

v0.11.2

Compare Source

  • Fix timeout regression that caused Node.js to not terminate (#​145) 30450d8

v0.11.1

Compare Source

  • Fix TypeScript 3.5 compatibility 93d2faf

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 renovate bot changed the title Update dependency ky to ^0.12.0 Update dependency ky to ^0.13.0 Sep 5, 2019
@renovate renovate bot changed the title Update dependency ky to ^0.13.0 Update dependency ky to ^0.15.0 Oct 4, 2019
@renovate renovate bot changed the title Update dependency ky to ^0.15.0 Update dependency ky to ^0.16.0 Nov 21, 2019
@renovate renovate bot changed the title Update dependency ky to ^0.16.0 Update dependency ky to ^0.17.0 Feb 19, 2020
@renovate renovate bot changed the title Update dependency ky to ^0.17.0 Update dependency ky to ^0.19.0 Mar 7, 2020
@renovate renovate bot changed the title Update dependency ky to ^0.19.0 Update dependency ky to ^0.20.0 Jul 1, 2020
@renovate renovate bot changed the title Update dependency ky to ^0.20.0 Update dependency ky to ^0.23.0 Aug 25, 2020
@renovate renovate bot changed the title Update dependency ky to ^0.23.0 fix(deps): update dependency ky to ^0.24.0 Oct 27, 2020
@renovate renovate bot changed the title fix(deps): update dependency ky to ^0.24.0 fix(deps): update dependency ky to ^0.25.0 Nov 28, 2020
@renovate renovate bot changed the title fix(deps): update dependency ky to ^0.25.0 fix(deps): update dependency ky to ^0.26.0 Jan 9, 2021
@renovate renovate bot changed the title fix(deps): update dependency ky to ^0.26.0 fix(deps): update dependency ky to ^0.27.0 Apr 26, 2021
@renovate renovate bot changed the title fix(deps): update dependency ky to ^0.27.0 fix(deps): update dependency ky to ^0.28.0 May 9, 2021
@renovate renovate bot changed the title fix(deps): update dependency ky to ^0.28.0 fix(deps): update dependency ky to ^0.30.0 Apr 25, 2022
@renovate renovate bot changed the title fix(deps): update dependency ky to ^0.30.0 fix(deps): update dependency ky to ^0.31.0 Jun 24, 2022
@renovate renovate bot changed the title fix(deps): update dependency ky to ^0.31.0 fix(deps): update dependency ky to ^0.32.0 Nov 20, 2022
@renovate renovate bot changed the title fix(deps): update dependency ky to ^0.32.0 fix(deps): update dependency ky to ^0.33.0 Mar 17, 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