Skip to content

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

Merged
pi0 merged 1 commit intodevfrom
renovate/all-minor-patch
Mar 27, 2020
Merged

chore(deps): update all non-major dependencies#90
pi0 merged 1 commit intodevfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 31, 2020

This PR contains the following updates:

Package Type Update Change
ky dependencies minor ^0.16.2 -> ^0.19.0
ky-universal dependencies minor ^0.3.0 -> ^0.5.0
semver dependencies patch ^7.1.1 -> ^7.1.3
vuepress devDependencies minor ^1.3.0 -> ^1.4.0

Release Notes

sindresorhus/ky

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
sindresorhus/ky-universal

v0.5.0

Compare Source

v0.4.0

Compare Source

Breaking
npm/node-semver

v7.1.3

Compare Source

v7.1.2

Compare Source

vuejs/vuepress

v1.4.0

Compare Source

Bug Fixes
Features

1.3.1 (2020-02-20)

Bug Fixes
Features

v1.3.1

Compare Source

Bug Fixes
Features

1.3.1 (2020-02-20)

Bug Fixes
Features

Renovate configuration

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

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

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

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


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

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

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e03f825 to 05358db Compare February 2, 2020 19:21
@renovate renovate Bot changed the title chore(deps): update dependency semver to ^7.1.2 chore(deps): update all non-major dependencies Feb 2, 2020
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 05358db to 81499a7 Compare February 2, 2020 19:35
@codecov-io
Copy link
Copy Markdown

codecov-io commented Feb 2, 2020

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##             dev     #90   +/-   ##
=====================================
  Coverage   92.1%   92.1%           
=====================================
  Files          1       1           
  Lines         38      38           
  Branches      18      18           
=====================================
  Hits          35      35           
  Misses         2       2           
  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 866b931...0487fe5. Read the comment docs.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 86d13fd to f92a20f Compare February 14, 2020 07:42
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f92a20f to 6995a2f Compare February 20, 2020 08:28
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 6995a2f to 9faeb15 Compare February 27, 2020 20:42
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 9faeb15 to 0487fe5 Compare March 6, 2020 15:32
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 0487fe5 to 015bf48 Compare March 18, 2020 11:44
@pi0 pi0 merged commit 2f1411b into dev Mar 27, 2020
@pi0
Copy link
Copy Markdown
Member

pi0 commented Mar 27, 2020

BREAKING CHANGE: Require Node.js 10+

@pi0 pi0 deleted the renovate/all-minor-patch branch March 27, 2020 12:40
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.

3 participants