From dafdf8eedc213c25f23ba5cc5cfa8eea4b2e9727 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 16 Oct 2020 04:48:17 +0200 Subject: [PATCH] fix(deps): update dependency type-fest to ^0.18.0 (#912) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [type-fest](https://togithub.com/sindresorhus/type-fest) | dependencies | minor | [`^0.17.0` -> `^0.18.0`](https://renovatebot.com/diffs/npm/type-fest/0.17.0/0.18.0) | --- ### Release Notes
sindresorhus/type-fest ### [`v0.18.0`](https://togithub.com/sindresorhus/type-fest/releases/v0.18.0) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v0.17.0...v0.18.0) - Add [`SetReturnType`](https://togithub.com/sindresorhus/type-fest/blob/master/source/set-return-type.d.ts) and [`Asyncify`](https://togithub.com/sindresorhus/type-fest/blob/master/source/asyncify.d.ts) types ([#​127](https://togithub.com/sindresorhus/type-fest/issues/127)) [`94a665f`](https://togithub.com/sindresorhus/type-fest/commit/94a665f)
--- ### Renovate configuration :date: **Schedule**: "after 9am and before 3pm" (UTC). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. :no_bell: **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 has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/nodejs-logging). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4a229a1..3cafcbe1 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "snakecase-keys": "^3.1.2", "stream-events": "^1.0.5", "through2": "^4.0.0", - "type-fest": "^0.17.0" + "type-fest": "^0.18.0" }, "devDependencies": { "@google-cloud/bigquery": "^5.0.0",