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 #133

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

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 force-pushed the renovate/ky-0.x branch 3 times, most recently from 6f42cd7 to 0334a1d Compare January 7, 2020 18:41
@renovate renovate bot force-pushed the renovate/ky-0.x branch 3 times, most recently from 8649733 to 0b1d31d Compare January 10, 2020 14:24
@renovate renovate bot changed the title fix(deps): update dependency ky to ^0.16.0 fix(deps): update dependency ky to ^0.17.0 Feb 2, 2020
@renovate renovate bot changed the title fix(deps): update dependency ky to ^0.17.0 fix(deps): update dependency ky to ^0.18.0 Feb 27, 2020
@renovate renovate bot changed the title fix(deps): update dependency ky to ^0.18.0 fix(deps): update dependency ky to ^0.19.0 Mar 6, 2020
@renovate renovate bot changed the title fix(deps): update dependency ky to ^0.19.0 fix(deps): update dependency ky to ^0.20.0 Jul 1, 2020
@renovate renovate bot changed the title fix(deps): update dependency ky to ^0.20.0 fix(deps): update dependency ky to ^0.23.0 Jul 31, 2020
@renovate renovate bot changed the title fix(deps): update dependency ky to ^0.23.0 fix(deps): update dependency ky to ^0.24.0 Sep 28, 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 10, 2021
@jonathanmtran jonathanmtran added the dependencies Pull requests that update a dependency file label Jul 15, 2021
@renovate renovate bot changed the title fix(deps): update dependency ky to ^0.26.0 fix(deps): update dependency ky to ^0.30.0 Mar 7, 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 23, 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 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant