Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency googleapis to v49 (#327)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [googleapis](https://github.com/googleapis/google-api-nodejs-client) | dependencies | major | [`^47.0.0` -> `^49.0.0`](https://renovatebot.com/diffs/npm/googleapis/47.0.0/49.0.0) |

---

### Release Notes

<details>
<summary>googleapis/google-api-nodejs-client</summary>

### [`v49.0.0`](https://github.com/googleapis/google-api-nodejs-client/blob/master/CHANGELOG.md#&#8203;4900-httpswwwgithubcomgoogleapisgoogle-api-nodejs-clientcomparev4800v4900-2020-04-15)

[Compare Source](https://github.com/googleapis/google-api-nodejs-client/compare/v48.0.0...v49.0.0)

##### ⚠ BREAKING CHANGES

-   regenerate the API ([#&#8203;2028](https://github.com/googleapis/google-api-nodejs-client/issues/2028))
-   **dep:** deprecate node 8 ([#&#8203;2021](https://github.com/googleapis/google-api-nodejs-client/issues/2021))

##### Features

-   regenerate the API ([#&#8203;2028](https://github.com/googleapis/google-api-nodejs-client/issues/2028)) ([fea414a](https://github.com/googleapis/google-api-nodejs-client/commit/fea414a450e5702f71c84f40b3e1ab8981ab997e))

##### Bug Fixes

-   apache license URL ([#&#8203;468](https://github.com/googleapis/google-api-nodejs-client/issues/468)) ([#&#8203;2017](https://github.com/googleapis/google-api-nodejs-client/issues/2017)) ([05090da](https://github.com/googleapis/google-api-nodejs-client/commit/05090da6fd417af1a53be83b5d5e59c89ed48e7e))
-   **deps:** update common and auth ([#&#8203;2038](https://github.com/googleapis/google-api-nodejs-client/issues/2038)) ([73d284b](https://github.com/googleapis/google-api-nodejs-client/commit/73d284be28a7fdbd6c1b43adc6eee765ea4cad73))

##### Miscellaneous Chores

-   **dep:** deprecate node 8 ([#&#8203;2021](https://github.com/googleapis/google-api-nodejs-client/issues/2021)) ([48a4f05](https://github.com/googleapis/google-api-nodejs-client/commit/48a4f051ecb42c592540716284fa6d00d4a9d375))

### [`v48.0.0`](https://github.com/googleapis/google-api-nodejs-client/blob/master/CHANGELOG.md#&#8203;4800-httpswwwgithubcomgoogleapisgoogle-api-nodejs-clientcomparev4700v4800-2020-03-11)

[Compare Source](https://github.com/googleapis/google-api-nodejs-client/compare/v47.0.0...v48.0.0)

##### ⚠ BREAKING CHANGES

-   removes toolresults_v1.
-   regenerate all APIs ([#&#8203;1978](https://github.com/googleapis/google-api-nodejs-client/issues/1978))

##### Features

-   regenerate all APIs ([#&#8203;1978](https://github.com/googleapis/google-api-nodejs-client/issues/1978)) ([f0d4913](https://github.com/googleapis/google-api-nodejs-client/commit/f0d49136eaa12838a74a56aa45e08fa870278ae5))
-   run the generator (adds: displayvideo, gamesConfiguration, managedidentities, networkmanagement) ([#&#8203;1989](https://github.com/googleapis/google-api-nodejs-client/issues/1989)) ([8bcb212](https://github.com/googleapis/google-api-nodejs-client/commit/8bcb212fbab43a1e3214da4712b4c3363d1b1285))

##### Bug Fixes

-   **deps:** update dependency uuid to v7 ([#&#8203;1970](https://github.com/googleapis/google-api-nodejs-client/issues/1970)) ([fdf096e](https://github.com/googleapis/google-api-nodejs-client/commit/fdf096ee80c87a98b7d20666a2e38996228fbaf1))
-   allow an empty requestBody to be provided for APIs that support multipart post ([#&#8203;1988](https://github.com/googleapis/google-api-nodejs-client/issues/1988)) ([074f641](https://github.com/googleapis/google-api-nodejs-client/commit/074f6417754930cbcbf5589bbcb88549b9f430a9))

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->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-iot).
  • Loading branch information
renovate-bot authored Apr 28, 2020
1 parent 2e9d41b commit e1fee34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/http_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"uuid": "^3.3.2",
"yargs": "^15.0.0",
"@google-cloud/pubsub": "^1.0.0",
"googleapis": "^47.0.0"
"googleapis": "^49.0.0"
}
}
2 changes: 1 addition & 1 deletion samples/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@google-cloud/iot": "^1.6.1",
"@google-cloud/pubsub": "^1.2.0",
"googleapis": "^47.0.0",
"googleapis": "^49.0.0",
"mocha": "^7.1.1",
"uuid": "^3.3.2",
"yargs": "^15.1.0"
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@google-cloud/iot": "^2.0.0",
"@google-cloud/pubsub": "^1.6.0",
"googleapis": "^47.0.0"
"googleapis": "^49.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit e1fee34

Please sign in to comment.