nuxt / http

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

chore(deps): update all non-major dependencies #21

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
core-js devDependencies patch 2.6.5 -> 2.6.5 source
ky dependencies minor ^0.9.1 -> ^0.10.0 source
ky-universal dependencies minor ^0.1.0 -> ^0.2.0 source

Release Notes

sindresorhus/ky ### [`v0.10.0`](https://togithub.com/sindresorhus/ky/releases/v0.10.0) [Compare Source](https://togithub.com/sindresorhus/ky/compare/v0.9.1...v0.10.0) Breaking (for TypeScript users only): - Don't export the `Ky` TypeScript namespace [`7114ba3`](https://togithub.com/sindresorhus/ky/commit/7114ba3) Enhancements: - Set accept header for Ky shortcut methods ([#​118](https://togithub.com/sindresorhus/ky/issues/118)) [`afc18ea`](https://togithub.com/sindresorhus/ky/commit/afc18ea) - Make it possible to install Ky in Node.js 8 even though it's not support (This is to re-enable Node.js 8 support in `ky-universal`) [`fcffa18`](https://togithub.com/sindresorhus/ky/commit/fcffa18) Fixes: - Fix regression for environments without `AbortController`, for example, React Native ([#​125](https://togithub.com/sindresorhus/ky/issues/125)) [`a012fd3`](https://togithub.com/sindresorhus/ky/commit/a012fd3)
sindresorhus/ky-universal ### [`v0.2.0`](https://togithub.com/sindresorhus/ky-universal/releases/v0.2.0) [Compare Source](https://togithub.com/sindresorhus/ky-universal/compare/v0.1.0...v0.2.0) - Re-enable support for Node.js 8 and require Ky >=0.10.0 [`c95fcae`](https://togithub.com/sindresorhus/ky-universal/commit/c95fcae)

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 if you modify the PR title to begin with "rebase!".

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

codecov-io commented 5 years ago

Codecov Report

Merging #21 into dev will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##             dev     #21   +/-   ##
=====================================
  Coverage   86.2%   86.2%           
=====================================
  Files          1       1           
  Lines         29      29           
  Branches      13      13           
=====================================
  Hits          25      25           
  Misses         3       3           
  Partials       1       1

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 fde5cd0...0b93979. Read the comment docs.