Skip to content

Commit

Permalink
fix(deps): update dependency google-gax to ^3.5.8 (#1356)
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-gax](https://togithub.com/googleapis/gax-nodejs) | [`^3.5.7` -> `^3.5.8`](https://renovatebot.com/diffs/npm/google-gax/3.5.7/3.5.8) | [![age](https://badges.renovateapi.com/packages/npm/google-gax/3.5.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/google-gax/3.5.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/google-gax/3.5.8/compatibility-slim/3.5.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/google-gax/3.5.8/confidence-slim/3.5.7)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v3.5.8`](https://togithub.com/googleapis/gax-nodejs/blob/HEAD/CHANGELOG.md#&#8203;358-httpsgithubcomgoogleapisgax-nodejscomparev357v358-2023-03-10)

[Compare Source](https://togithub.com/googleapis/gax-nodejs/compare/v3.5.7...v3.5.8)

##### Bug Fixes

-   Better error handling for REST transport ([#&#8203;1431](https://togithub.com/googleapis/gax-nodejs/issues/1431)) ([193b387](https://togithub.com/googleapis/gax-nodejs/commit/193b38754f84b78ed85bd7d3472b5358cb43af96))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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, check this box

---

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/gapic-generator-typescript).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNC4yIiwidXBkYXRlZEluVmVyIjoiMzUuMTQuMiJ9-->
  • Loading branch information
renovate-bot committed Mar 27, 2023
1 parent 837d4f4 commit 3ea002b
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion baselines/asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.5.7"
"google-gax": "^3.5.8"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion baselines/bigquery-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.5.7"
"google-gax": "^3.5.8"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion baselines/compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.5.7"
"google-gax": "^3.5.8"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion baselines/deprecatedtest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.5.7"
"google-gax": "^3.5.8"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion baselines/disable-packing-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.5.7"
"google-gax": "^3.5.8"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion baselines/dlp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.5.7"
"google-gax": "^3.5.8"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion baselines/kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.5.7"
"google-gax": "^3.5.8"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion baselines/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.5.7"
"google-gax": "^3.5.8"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion baselines/monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.5.7"
"google-gax": "^3.5.8"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion baselines/naming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.5.7"
"google-gax": "^3.5.8"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion baselines/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.5.7"
"google-gax": "^3.5.8"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion baselines/routingtest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.5.7"
"google-gax": "^3.5.8"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion baselines/showcase-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.5.7"
"google-gax": "^3.5.8"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion baselines/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.5.7"
"google-gax": "^3.5.8"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion baselines/tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.5.7"
"google-gax": "^3.5.8"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion baselines/texttospeech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.5.7"
"google-gax": "^3.5.8"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion baselines/translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.5.7"
"google-gax": "^3.5.8"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion baselines/videointelligence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.5.7"
"google-gax": "^3.5.8"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@types/js-yaml": "^4.0.5",
"google-gax": "^3.5.7",
"google-gax": "^3.5.8",
"js-yaml": "^4.1.0",
"long": "^5.2.1",
"nunjucks": "^3.2.3",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion templates/typescript_gapic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^3.5.7"
"google-gax": "^3.5.8"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down

0 comments on commit 3ea002b

Please sign in to comment.