From d25b9f04e60c318ddd5b750b2dba8be3cfda8f18 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Fri, 3 Apr 2020 05:02:19 -0700 Subject: [PATCH 1/3] Change triggered by none of the following: This git repo (https://github.com/googleapis/nodejs-recaptcha-enterprise.git) --- package.json | 2 +- protos/protos.js | 2 +- synth.metadata | 19 ++++++++++++++++++- synth.py | 3 --- 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 77fd55e..33ceb23 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@types/mocha": "^7.0.0", "@types/node": "^12.0.0", - "@types/sinon": "^9.0.0", + "@types/sinon": "^7.5.2", "c8": "^7.0.0", "eslint": "^6.0.0", "eslint-config-prettier": "^6.0.0", diff --git a/protos/protos.js b/protos/protos.js index 9db953e..95df102 100644 --- a/protos/protos.js +++ b/protos/protos.js @@ -28,7 +28,7 @@ var $Reader = $protobuf.Reader, $Writer = $protobuf.Writer, $util = $protobuf.util; // Exported root namespace - var $root = $protobuf.roots["default"] || ($protobuf.roots["default"] = {}); + var $root = $protobuf.roots._google_cloud_recaptcha_enterprise_1_8_0_protos || ($protobuf.roots._google_cloud_recaptcha_enterprise_1_8_0_protos = {}); $root.google = (function() { diff --git a/synth.metadata b/synth.metadata index e2f2c50..f072823 100644 --- a/synth.metadata +++ b/synth.metadata @@ -1,5 +1,22 @@ { - "updateTime": "2020-03-31T19:56:03.113784Z", + "updateTime": "2020-04-03T12:02:18.853411Z", + "sources": [ + { + "git": { + "name": "googleapis", + "remote": "https://github.com/googleapis/googleapis.git", + "sha": "3d5d228a58bdf875e6147b228db3159010c735ee", + "internalRef": "304500143" + } + }, + { + "git": { + "name": "synthtool", + "remote": "https://github.com/googleapis/synthtool.git", + "sha": "99820243d348191bc9c634f2b48ddf65096285ed" + } + } + ], "destinations": [ { "client": { diff --git a/synth.py b/synth.py index 7e32267..06139a4 100644 --- a/synth.py +++ b/synth.py @@ -20,9 +20,6 @@ logging.basicConfig(level=logging.DEBUG) -AUTOSYNTH_MULTIPLE_COMMITS = True - - # run the gapic generator gapic = gcp.GAPICMicrogenerator() versions = ['v1', 'v1beta1'] From d3658802c1ff6bf12efb3fdf76fc5bd60ef23b19 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Fri, 3 Apr 2020 05:02:48 -0700 Subject: [PATCH 2/3] build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#147) https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/602ad4eb51db816b88db346188cdcf21a8bc2c9d commit 602ad4eb51db816b88db346188cdcf21a8bc2c9d Author: Benjamin E. Coe Date: Tue Mar 31 18:38:44 2020 -0700 build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#147) --- synth.metadata | 2 +- synth.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/synth.metadata b/synth.metadata index f072823..cf86b7f 100644 --- a/synth.metadata +++ b/synth.metadata @@ -1,5 +1,5 @@ { - "updateTime": "2020-04-03T12:02:18.853411Z", + "updateTime": "2020-04-03T12:02:48.016063Z", "sources": [ { "git": { diff --git a/synth.py b/synth.py index 06139a4..7e32267 100644 --- a/synth.py +++ b/synth.py @@ -20,6 +20,9 @@ logging.basicConfig(level=logging.DEBUG) +AUTOSYNTH_MULTIPLE_COMMITS = True + + # run the gapic generator gapic = gcp.GAPICMicrogenerator() versions = ['v1', 'v1beta1'] From f7b099a48a4f0e182c2e6321bd18e4786c8327db Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Fri, 3 Apr 2020 05:02:48 -0700 Subject: [PATCH 3/3] chore(deps): update dependency @types/sinon to v9 (#148) https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/0af0ddc80878c403a495c926cc4bbb0ce035572d commit 0af0ddc80878c403a495c926cc4bbb0ce035572d Author: WhiteSource Renovate Date: Wed Apr 1 23:36:35 2020 +0200 chore(deps): update dependency @types/sinon to v9 (#148) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/sinon](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | devDependencies | major | [`^7.5.2` -> `^9.0.0`](https://renovatebot.com/diffs/npm/@types%2fsinon/7.5.2/9.0.0) | --- ### 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-recaptcha-enterprise). --- package.json | 2 +- synth.metadata | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 33ceb23..77fd55e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@types/mocha": "^7.0.0", "@types/node": "^12.0.0", - "@types/sinon": "^7.5.2", + "@types/sinon": "^9.0.0", "c8": "^7.0.0", "eslint": "^6.0.0", "eslint-config-prettier": "^6.0.0", diff --git a/synth.metadata b/synth.metadata index cf86b7f..5fbd9d2 100644 --- a/synth.metadata +++ b/synth.metadata @@ -1,5 +1,5 @@ { - "updateTime": "2020-04-03T12:02:48.016063Z", + "updateTime": "2020-04-03T12:01:49.096475Z", "sources": [ { "git": {