From dbbfc6fae533457204bbbac466ee70994847aee7 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 2 Apr 2020 00:14:15 +0200 Subject: [PATCH] fix(deps): update dependency @google-cloud/common to v3 (#481) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@google-cloud/common](https://togithub.com/googleapis/nodejs-common) | dependencies | major | [`^2.0.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fcommon/2.4.0/3.0.0) | --- ### Release Notes
googleapis/nodejs-common ### [`v3.0.0`](https://togithub.com/googleapis/nodejs-common/blob/master/CHANGELOG.md#​300-httpswwwgithubcomgoogleapisnodejs-commoncomparev240v300-2020-03-26) [Compare Source](https://togithub.com/googleapis/nodejs-common/compare/v2.4.0...v3.0.0) ##### ⚠ BREAKING CHANGES - drop support for node.js 8 ([#​554](https://togithub.com/googleapis/nodejs-common/issues/554)) - remove support for custom promises ([#​541](https://togithub.com/googleapis/nodejs-common/issues/541)) ##### Features - add progress events ([#​540](https://www.github.com/googleapis/nodejs-common/issues/540)) ([1834059](https://www.github.com/googleapis/nodejs-common/commit/18340596ecb61018e5427371b9b5a120753ec003)) ##### Bug Fixes - remove support for custom promises ([#​541](https://www.github.com/googleapis/nodejs-common/issues/541)) ([ecf1c16](https://www.github.com/googleapis/nodejs-common/commit/ecf1c167927b609f13dc4fbec1954ff3a2765344)) - **deps:** update dependency [@​google-cloud/projectify](https://togithub.com/google-cloud/projectify) to v2 ([#​553](https://www.github.com/googleapis/nodejs-common/issues/553)) ([23030a2](https://www.github.com/googleapis/nodejs-common/commit/23030a25783cd091f4720c25a15416c91e7bd0a0)) - **deps:** update dependency [@​google-cloud/promisify](https://togithub.com/google-cloud/promisify) to v2 ([#​552](https://www.github.com/googleapis/nodejs-common/issues/552)) ([63175e0](https://www.github.com/googleapis/nodejs-common/commit/63175e0c4504020466a95e92c2449bdb8ac47546)) ##### Miscellaneous Chores - drop support for node.js 8 ([#​554](https://www.github.com/googleapis/nodejs-common/issues/554)) ([9f41047](https://www.github.com/googleapis/nodejs-common/commit/9f410477432893f68e57b5eeb31a068a3d8ef52f))
--- ### 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#googleapis/nodejs-translate). --- packages/google-cloud-translate/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-translate/package.json b/packages/google-cloud-translate/package.json index fe9b0446bfe..73ba21617e3 100644 --- a/packages/google-cloud-translate/package.json +++ b/packages/google-cloud-translate/package.json @@ -44,7 +44,7 @@ "prelint": "cd samples; npm link ../; npm i" }, "dependencies": { - "@google-cloud/common": "^2.0.0", + "@google-cloud/common": "^3.0.0", "@google-cloud/promisify": "^1.0.0", "arrify": "^2.0.0", "extend": "^3.0.2",