Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps the pub group with 1 update: protobuf.

Updates protobuf from 3.1.0 to 5.0.0

Release notes

Sourced from protobuf's releases.

package:protobuf v5.0.0

  • Improve performance of GeneratedMessage.deepCopy. (#742)
  • Fix unknown enum handling in GeneratedMessage.mergeFromProto3Json when the ignoreUnknownFields optional argument is true. (#853)
  • Add BuilderInfo methods to support protoc-plugin 23.0.0. (#1047)
  • Generalize argument type of PbList.from from List<T> to Iterable<T>. (#1054)
  • Fix clearing oneof fields with GeneratedMessage.clear. (#1057)
  • Fix unknown JSON handling when using GeneratedMessage methods mergeFromJson, mergeFromJsonMap, writeToJson, writeToJsonMap. (#1058)

#742: google/protobuf.dart#742 #853: google/protobuf.dart#853 #1047: google/protobuf.dart#1047 #1054: google/protobuf.dart#1054 #1057: google/protobuf.dart#1057 #1058: google/protobuf.dart#1058

package:protobuf v4.1.1

package:protobuf v4.1.0

  • Improve packed field decoding performance. (#959, #981)
  • Minimum SDK dependency bumped from 3.3.0 to 3.6.0. (#1001)

#959: google/protobuf.dart#959 #981: google/protobuf.dart#981 #1001: google/protobuf.dart#1001

package:protobuf v4.0.0

  • Breaking: The following types and members are now removed:
    • PbEventMixin
    • PbFieldChange
    • EventBuffer
    • GeneratedMessage.createRepeatedField
    • GeneratedMessage.createMapField These were used to implement events, which are unused internally. To keep API surface small (to make it easier to change the library or migrate to another library) these types and members are removed. (#738)
  • Breaking: CodedBufferWriter.writeRawBytes now takes a Uint8List argument (instead of TypedData).
  • GeneratedMessageGenericExtensions.deepCopy is now annotated with @useResult and will generate a warning when its result is not used. (#896)
  • Breaking: PbMap.unmodifiable now takes key and value field types as arguments, instead of another PbMap. To migrate, use PbMap.unmodifiable(map.keyFieldType, map.valueFieldType) instead of PbMap.unmodifiable(map). (#902)
  • Messages deserialized from JSON now generate the unknown fields when serialized as JSON. Note that, as before, unknown fields in JSON messages are not stored in the unknownFields of the message. They are only used by the JSON serializers to support roundtripping. (#49, #918)
  • Minimum SDK dependency bumped from 2.19.0 to 3.3.0. (#953)

#738: google/protobuf.dart#738 #896: google/protobuf.dart#896 #902: google/protobuf.dart#902 #49: google/protobuf.dart#49 #918: google/protobuf.dart#918 #953: google/protobuf.dart#953

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
protobuf [>= 4.a < 5]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pub group with 1 update: [protobuf](https://github.com/google/protobuf.dart).


Updates `protobuf` from 3.1.0 to 5.0.0
- [Release notes](https://github.com/google/protobuf.dart/releases)
- [Commits](google/protobuf.dart@protobuf-v3.1.0...protobuf-v5.0.0)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Oct 6, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file dart Pull requests that update Dart code labels Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants