fix(deps): update dependency protobuf to v6 - #205
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/protobuf-6.x
branch
from
July 11, 2026 07:06
d5baaaf to
00014ea
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.2.0→^6.0.0Release Notes
google/protobuf.dart (protobuf)
v6.0.0Compare Source
New
GeneratedMessageextension methodstoTextFormatandwriteTextFormatadded to convert the message into the official protocol buffers text
format. (#1080, #125)
Add well-known proto types as libraries. This change is required for
protoc_plugin-25.0.0. (#1081)
Breaking: Hide
PbListandPbMapconstructors. It is not possible toconstruct these values correctly in user code, so the constructors are now
private. Existing uses of
PbListcan be replaced byListandPbMapcanbe replaced by
Map.For immutable lists and maps, you can use
built_value. (#1072)Map fields now check key and value validity when adding elements. (#1065,
#1076)
v5.1.0Compare Source
Update default size limit of
CodedBufferReaderfrom 67,108,864 bytes to2,147,483,647 bytes, and default recursion limit from 64 to 100.
The new limits are consistent with the Java and C++ implementations. (#1060)
Fix
GeneratedMessage.addExtensionreturning non-frozen andGeneratedMessage.getExtensionallowing modifying an extension when themessage is frozen before initializing the extension field set. (#1062)
Fix
GeneratedMessage.getExtensionreturning differently typed lists when themessage extension field set is initialized and frozen and initialized but not
frozen. (#1062)
Fix
PbListmethodsaddAll,insertAll,replaceRange,setAll,setRangeiterating theIterableargument twice. (#730, #1070)Fix
GeneratedMessage.==throwing a type error when comparingmapfields insome cases. (#1075, #1077)
This bug was introduced with protobuf-5.0.0.
v5.0.0Compare Source
GeneratedMessage.deepCopy. (#742)GeneratedMessage.mergeFromProto3Jsonwhenthe
ignoreUnknownFieldsoptional argument istrue. (#853)BuilderInfomethods to support protoc-plugin 23.0.0. (#1047)PbList.fromfromList<T>toIterable<T>.(#1054)
GeneratedMessage.clear. (#1057)GeneratedMessagemethodsmergeFromJson,mergeFromJsonMap,writeToJson,writeToJsonMap.(#1058)
Configuration
📅 Schedule: (in timezone Asia/Singapore)
* 0-3 1 * *)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.