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 @google-cloud/iot to v3 (#576)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@google-cloud/iot](https://github.com/googleapis/nodejs-iot) | [`^2.0.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fiot/2.5.1/3.1.0) | [![age](https://badges.renovateapi.com/packages/npm/@google-cloud%2fiot/3.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@google-cloud%2fiot/3.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@google-cloud%2fiot/3.1.0/compatibility-slim/2.5.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@google-cloud%2fiot/3.1.0/confidence-slim/2.5.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/nodejs-iot</summary>

### [`v3.1.0`](https://github.com/googleapis/nodejs-iot/blob/HEAD/CHANGELOG.md#&#8203;310-httpsgithubcomgoogleapisnodejs-iotcomparev300v310-2022-07-05)

[Compare Source](https://github.com/googleapis/nodejs-iot/compare/v2.5.1...v3.1.0)

##### Features

-   support regapic LRO ([b02cd4d](https://github.com/googleapis/nodejs-iot/commit/b02cd4d8f954fa1c34ef77055eb5c0b628095482))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/nodejs-iot).
  • Loading branch information
renovate-bot authored Jul 25, 2022
1 parent 7eb4fa9 commit 12bf4a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/access_token_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "mocha --timeout=600000"
},
"dependencies": {
"@google-cloud/iot": "^2.0.0",
"@google-cloud/iot": "^3.0.0",
"@google-cloud/pubsub": "^3.0.0",
"@google-cloud/storage": "^6.0.0",
"yargs": "^16.0.0",
Expand Down
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 @@
"test": "mocha --timeout=600000"
},
"dependencies": {
"@google-cloud/iot": "^2.0.0",
"@google-cloud/iot": "^3.0.0",
"@google-cloud/pubsub": "^3.0.0",
"yargs": "^16.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion samples/mqtt_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "mocha --timeout=600000"
},
"dependencies": {
"@google-cloud/iot": "^2.0.0",
"@google-cloud/iot": "^3.0.0",
"@google-cloud/pubsub": "^3.0.0",
"jsonwebtoken": "^8.5.0",
"mqtt": "^4.0.0",
Expand Down

0 comments on commit 12bf4a7

Please sign in to comment.