Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 6f33c17

Browse files
authored
fix(deps): update dependency @google-cloud/common to v4 (#1448)
[![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/cloud-trace-nodejs).
1 parent 70363c8 commit 6f33c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"typescript": "^4.6.4"
9191
},
9292
"dependencies": {
93-
"@google-cloud/common": "^3.0.0",
93+
"@google-cloud/common": "^4.0.0",
9494
"@opencensus/propagation-stackdriver": "0.1.0",
9595
"builtin-modules": "^3.0.0",
9696
"console-log-level": "^1.4.0",

0 commit comments

Comments
 (0)