nuxt / http

Universal HTTP Module for Nuxt.js
https://http.nuxtjs.org
MIT License
229 stars 51 forks source link

feat(deps)!: update dependency ky to ^0.24.0 #131

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
ky dependencies minor ^0.23.0 -> ^0.24.0

Release Notes

sindresorhus/ky ### [`v0.24.0`](https://togithub.com/sindresorhus/ky/releases/v0.24.0) [Compare Source](https://togithub.com/sindresorhus/ky/compare/v0.23.0...v0.24.0) ##### Breaking - Remove `response` property for the first argument passed to `beforeRetry` hooks ([#​276](https://togithub.com/sindresorhus/ky/issues/276)) [`9876da1`](https://togithub.com/sindresorhus/ky/commit/9876da1) You can access it on `error.response` instead. See [#​276](https://togithub.com/sindresorhus/ky/pull/276) for details. ##### Fixes - Fix handling of network errors for `beforeRetry` hook ([#​276](https://togithub.com/sindresorhus/ky/issues/276)) [`9876da1`](https://togithub.com/sindresorhus/ky/commit/9876da1)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov-commenter commented 4 years ago

Codecov Report

Merging #131 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #131   +/-   ##
=======================================
  Coverage   97.18%   97.18%           
=======================================
  Files           1        1           
  Lines          71       71           
  Branches       39       39           
=======================================
  Hits           69       69           
  Misses          2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c123f5c...ee861e1. Read the comment docs.

praburangki commented 4 years ago

Any plans on merging this PR? would love to test out the latest release from ky especially the fix for the afterResponse hook.