Skip to content

Commit 5d9675d

Browse files
authored
fix(deps): update dependency @google-cloud/iot to v2 (#1715)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@google-cloud/iot](https://togithub.com/googleapis/nodejs-iot) | dependencies | major | [`^1.0.0` -> `^2.0.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fiot/1.8.0/2.0.0) | --- ### Release Notes <details> <summary>googleapis/nodejs-iot</summary> ### [`v2.0.0`](https://togithub.com/googleapis/nodejs-iot/blob/master/CHANGELOG.md#&#8203;200-httpswwwgithubcomgoogleapisnodejs-iotcomparev180v200-2020-04-12) [Compare Source](https://togithub.com/googleapis/nodejs-iot/compare/v1.8.0...v2.0.0) ##### ⚠ BREAKING CHANGES - The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM. ##### Features - drop node8 support, support for async iterators ([#&#8203;297](https://www.github.com/googleapis/nodejs-iot/issues/297)) ([1cf607e](https://www.github.com/googleapis/nodejs-iot/commit/1cf607edcecfe2053596096efaa1cabe0d11de1e)) ##### Bug Fixes - export explicit version from protos.js ([#&#8203;302](https://www.github.com/googleapis/nodejs-iot/issues/302)) ([8c8acba](https://www.github.com/googleapis/nodejs-iot/commit/8c8acba58f2670139863849cb86e3d8fe9fc7af7)) - remove eslint, update gax, fix generated protos, run the generator ([#&#8203;306](https://www.github.com/googleapis/nodejs-iot/issues/306)) ([8edd1b5](https://www.github.com/googleapis/nodejs-iot/commit/8edd1b51347efc7a78390702ba8bd0a714599695)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :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#GoogleCloudPlatform/nodejs-docs-samples).
1 parent e299924 commit 5d9675d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iot/manager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"system-test": "mocha system-test/*.test.js --timeout=600000"
1818
},
1919
"dependencies": {
20-
"@google-cloud/iot": "^1.6.1",
20+
"@google-cloud/iot": "^2.0.0",
2121
"@google-cloud/pubsub": "^1.2.0",
2222
"googleapis": "^48.0.0",
2323
"yargs": "^15.1.0"

iot/mqtt_example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"system-test": "mocha system-test/*.test.js --timeout=600000"
1818
},
1919
"dependencies": {
20-
"@google-cloud/iot": "^1.0.0",
20+
"@google-cloud/iot": "^2.0.0",
2121
"jsonwebtoken": "^8.5.0",
2222
"mqtt": "^3.0.0",
2323
"yargs": "^15.0.0"

0 commit comments

Comments
 (0)