Skip to content

Commit

Permalink
fix(deps): update dependency @googleapis/run to v5 (#2527)
Browse files Browse the repository at this point in the history
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@googleapis/run](https://togithub.com/googleapis/google-api-nodejs-client) | [`^2.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@googleapis%2frun/2.0.0/5.1.0) | [![age](https://badges.renovateapi.com/packages/npm/@googleapis%2frun/5.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@googleapis%2frun/5.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@googleapis%2frun/5.1.0/compatibility-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@googleapis%2frun/5.1.0/confidence-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v5.1.0`](https://togithub.com/googleapis/google-api-nodejs-client/releases/5.1.0)

[Compare Source](https://togithub.com/googleapis/google-api-nodejs-client/compare/v2.0.0...5.1.0)

##### 5.1.0 - 19 April 2016

###### Backwards compatible changes

-   Added `instances.list` to `appengine` `v1beta4` API
-   Added `instances.list` to `appengine` `v1beta5` API
-   Added `instanceGroupManagers.resizeAdvanced` to `compute` `beta` API

###### Other

-   Switched from coveralls to codecov

</details>

---

### Configuration

📅 **Schedule**: "after 9am and before 3pm" (UTC).

🚦 **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, 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#github/googleapis/repo-automation-bots).
  • Loading branch information
renovate-bot committed Sep 17, 2021
1 parent 1497ae9 commit 439484f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions packages/cron-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cron-utils/package.json
Expand Up @@ -18,8 +18,8 @@
"bugs": "https://github.com/googleapis/repo-automation-bots/issues",
"dependencies": {
"@google-cloud/scheduler": "^2.2.2",
"@googleapis/run": "^2.0.0",
"google-auth-library": "^7.1.2",
"@googleapis/run": "^5.0.0",
"google-auth-library": "^7.9.2",
"js-yaml": "^4.1.0",
"yargs": "^17.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gcf-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/gcf-utils/package.json
Expand Up @@ -23,7 +23,7 @@
"@google-cloud/secret-manager": "^3.7.3",
"@google-cloud/storage": "^5.8.5",
"@google-cloud/tasks": "^2.3.4",
"@googleapis/run": "^2.0.0",
"@googleapis/run": "^5.0.0",
"@octokit/plugin-enterprise-compatibility": "1.3.0",
"@octokit/rest": "^18.5.2",
"@probot/octokit-plugin-config": "^1.0.0",
Expand Down

0 comments on commit 439484f

Please sign in to comment.