Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/common to v4 (#1663)
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/common](https://togithub.com/googleapis/nodejs-common) | [`^3.0.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fcommon/3.10.0/4.0.2) | [![age](https://badges.renovateapi.com/packages/npm/@google-cloud%2fcommon/4.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@google-cloud%2fcommon/4.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@google-cloud%2fcommon/4.0.2/compatibility-slim/3.10.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@google-cloud%2fcommon/4.0.2/confidence-slim/3.10.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v4.0.2`](https://togithub.com/googleapis/nodejs-common/blob/HEAD/CHANGELOG.md#&#8203;402-httpsgithubcomgoogleapisnodejs-commoncomparev401v402-2022-06-21)

[Compare Source](https://togithub.com/googleapis/nodejs-common/compare/v4.0.1...v4.0.2)

##### Bug Fixes

-   Requests Respect `config.projectIdRequired` === `false` ([#&#8203;753](https://togithub.com/googleapis/nodejs-common/issues/753)) ([41934ef](https://togithub.com/googleapis/nodejs-common/commit/41934efbbc3e2b62f97142d46ae594d243ed31b8))

### [`v4.0.1`](https://togithub.com/googleapis/nodejs-common/blob/HEAD/CHANGELOG.md#&#8203;401-httpsgithubcomgoogleapisnodejs-commoncomparev400v401-2022-06-13)

[Compare Source](https://togithub.com/googleapis/nodejs-common/compare/v4.0.0...v4.0.1)

##### Bug Fixes

-   **deps:** update dependency [@&#8203;google-cloud/projectify](https://togithub.com/google-cloud/projectify) to v3 ([#&#8203;754](https://togithub.com/googleapis/nodejs-common/issues/754)) ([d9a74ec](https://togithub.com/googleapis/nodejs-common/commit/d9a74ec0cb232cdb44b36f2e4ea11c7435d28099))

### [`v4.0.0`](https://togithub.com/googleapis/nodejs-common/blob/HEAD/CHANGELOG.md#&#8203;400-httpsgithubcomgoogleapisnodejs-commoncomparev3100v400-2022-06-07)

[Compare Source](https://togithub.com/googleapis/nodejs-common/compare/v3.10.0...v4.0.0)

##### ⚠ BREAKING CHANGES

-   update library to use Node 12 ([#&#8203;749](https://togithub.com/googleapis/nodejs-common/issues/749))

##### Bug Fixes

-   **deps:** update dependency [@&#8203;google-cloud/promisify](https://togithub.com/google-cloud/promisify) to v3 ([#&#8203;746](https://togithub.com/googleapis/nodejs-common/issues/746)) ([8333d1d](https://togithub.com/googleapis/nodejs-common/commit/8333d1d4dc02a623b7dd1034e019170cfde8db3a))
-   **deps:** update dependency retry-request to v5 ([#&#8203;748](https://togithub.com/googleapis/nodejs-common/issues/748)) ([e07fe0f](https://togithub.com/googleapis/nodejs-common/commit/e07fe0f711b2ba7e367879abe995dddc7a5fefa7))
-   **deps:** update dependency teeny-request to v8 ([#&#8203;751](https://togithub.com/googleapis/nodejs-common/issues/751)) ([4317850](https://togithub.com/googleapis/nodejs-common/commit/4317850e1c1b6510681b567f9f2961f255134450))

##### Build System

-   update library to use Node 12 ([#&#8203;749](https://togithub.com/googleapis/nodejs-common/issues/749)) ([3d5acce](https://togithub.com/googleapis/nodejs-common/commit/3d5accebfd198f33fc93a7dc7e8cd2d1cb7064f5))

</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-spanner).
  • Loading branch information
renovate-bot authored Jul 7, 2022
1 parent 9349402 commit 487c58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"compile-protos": "compileProtos src"
},
"dependencies": {
"@google-cloud/common": "^3.0.0",
"@google-cloud/common": "^4.0.0",
"@google-cloud/precise-date": "^2.0.0",
"@google-cloud/projectify": "^2.0.0",
"@google-cloud/promisify": "^3.0.0",
Expand Down

0 comments on commit 487c58c

Please sign in to comment.