From 2f636c65c7175f4915b1118677f74005faefe7a2 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 25 Jan 2023 09:28:13 +0000 Subject: [PATCH] fix(deps): update dependency protobufjs-cli to v1.1.0 (#1412) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [protobufjs-cli](https://togithub.com/protobufjs/protobuf.js) | [`1.0.2` -> `1.1.0`](https://renovatebot.com/diffs/npm/protobufjs-cli/1.0.2/1.1.0) | [![age](https://badges.renovateapi.com/packages/npm/protobufjs-cli/1.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/protobufjs-cli/1.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/protobufjs-cli/1.1.0/compatibility-slim/1.0.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/protobufjs-cli/1.1.0/confidence-slim/1.0.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
protobufjs/protobuf.js ### [`v1.1.0`](https://togithub.com/protobufjs/protobuf.js/releases/tag/protobufjs-cli-v1.1.0): protobufjs-cli: v1.1.0 [Compare Source](https://togithub.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.0.2...protobufjs-cli-v1.1.0) ##### Features - **cli:** generate static files at the granularity of proto messages ([#​1840](https://togithub.com/protobufjs/protobuf.js/issues/1840)) ([32f2d6a](https://togithub.com/protobufjs/protobuf.js/commit/32f2d6a68b27997bd0f7619998695a9fa7a4fd70))
--- ### 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. --- - [ ] 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/gax-nodejs). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 393dbf9bf..4000184e9 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "object-hash": "^3.0.0", "proto3-json-serializer": "^1.0.0", "protobufjs": "7.1.2", - "protobufjs-cli": "1.0.2", + "protobufjs-cli": "1.1.0", "retry-request": "^5.0.0" }, "devDependencies": {