Skip to content

Commit

Permalink
fix(deps): update dependency google-proto-files to v3 (#900)
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-proto-files](https://togithub.com/googleapis/nodejs-proto-files) | [`^2.5.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/google-proto-files/2.5.2/3.0.1) | [![age](https://badges.renovateapi.com/packages/npm/google-proto-files/3.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/google-proto-files/3.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/google-proto-files/3.0.1/compatibility-slim/2.5.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/google-proto-files/3.0.1/confidence-slim/2.5.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/nodejs-proto-files</summary>

### [`v3.0.1`](https://togithub.com/googleapis/nodejs-proto-files/blob/HEAD/CHANGELOG.md#&#8203;301-httpsgithubcomgoogleapisnodejs-proto-filescomparev300v301-2022-07-21)

[Compare Source](https://togithub.com/googleapis/nodejs-proto-files/compare/v3.0.0...v3.0.1)

##### Bug Fixes

-   **deps:** update dependency protobufjs to v7 ([#&#8203;439](https://togithub.com/googleapis/nodejs-proto-files/issues/439)) ([41b973f](https://togithub.com/googleapis/nodejs-proto-files/commit/41b973f71e0a84b64d5bafa4a0d878224223d91a))

### [`v3.0.0`](https://togithub.com/googleapis/nodejs-proto-files/blob/HEAD/CHANGELOG.md#&#8203;300-httpsgithubcomgoogleapisnodejs-proto-filescomparev252v300-2022-05-20)

[Compare Source](https://togithub.com/googleapis/nodejs-proto-files/compare/v2.5.2...v3.0.0)

##### ⚠ BREAKING CHANGES

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

##### Build System

-   update library to use Node 12 ([#&#8203;434](https://togithub.com/googleapis/nodejs-proto-files/issues/434)) ([2d8996e](https://togithub.com/googleapis/nodejs-proto-files/commit/2d8996e1e37384b904a583808f14c2d28a4a961e))

##### [2.5.2](https://togithub.com/googleapis/nodejs-proto-files/compare/v2.5.1...v2.5.2) (2022-05-03)

##### Bug Fixes

-   protobuf moved to main branch ([#&#8203;426](https://togithub.com/googleapis/nodejs-proto-files/issues/426)) ([a8b9121](https://togithub.com/googleapis/nodejs-proto-files/commit/a8b9121151d2216d4eafab2808d42ce60d37a6a1))

##### [2.5.1](https://www.github.com/googleapis/nodejs-proto-files/compare/v2.5.0...v2.5.1) (2021-12-21)

##### Bug Fixes

-   **proto:** speech has additional common proto ([#&#8203;382](https://www.togithub.com/googleapis/nodejs-proto-files/issues/382)) ([6423650](https://www.github.com/googleapis/nodejs-proto-files/commit/64236509b38a8b3e864e4c679fa3c7392db39587))

</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-speech).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjIuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEyMi4xIn0=-->
  • Loading branch information
renovate-bot authored Jul 25, 2022
1 parent bdac9c3 commit 92eb657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-speech/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@google-cloud/storage": "^6.0.0",
"chalk": "^5.0.0",
"fs.promises": "^0.1.2",
"google-proto-files": "^2.5.0",
"google-proto-files": "^3.0.0",
"node-record-lpcm16": "^1.0.1",
"proto3-json-serializer": "^0.1.6",
"protobufjs": "^7.0.0",
Expand Down

0 comments on commit 92eb657

Please sign in to comment.