Skip to content

Commit d422deb

Browse files
authored
chore(deps): Update dependency google-protobuf to v4 (#109)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google-protobuf](https://redirect.github.com/protocolbuffers/protobuf-javascript) | dependencies | major | [`^3.21.2` -> `^4.0.0`](https://renovatebot.com/diffs/npm/google-protobuf/3.21.4/4.0.0) | --- ### Release Notes <details> <summary>protocolbuffers/protobuf-javascript (google-protobuf)</summary> ### [`v4.0.0`](https://redirect.github.com/protocolbuffers/protobuf-javascript/releases/tag/v4.0.0) [Compare Source](https://redirect.github.com/protocolbuffers/protobuf-javascript/compare/v3.21.4...v4.0.0) #### What's Changed - Backport: binary proto serialization/deserialization changes and enable protobuf Editions 2023 (breaking change) - Backport: Fix JSPB binary utf8 decoding and validate by default (breaking change) - Do not ignore descriptor extensions - Limit global resolution to globalThis by (breaking change) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent db6dfe1 commit d422deb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
},
4848
"main": "dist/index.js",
4949
"dependencies": {
50-
"google-protobuf": "^3.21.2"
50+
"google-protobuf": "^4.0.0"
5151
}
5252
}

0 commit comments

Comments
 (0)