Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2025

Bumps the pub group with 1 update in the / directory: protobuf.

Updates protobuf from 3.1.0 to 4.1.0

Release notes

Sourced from protobuf's releases.

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

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 in the / directory: [protobuf](https://github.com/google/protobuf.dart).


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

---
updated-dependencies:
- dependency-name: protobuf
  dependency-version: 4.1.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 Jun 3, 2025
@dependabot dependabot bot requested a review from matthewnitschke-wk as a code owner June 3, 2025 18:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file dart Pull requests that update Dart code labels Jun 3, 2025
@matthewnitschke-wk
Copy link
Contributor

@dependabot ignore protobuf major version

@dependabot dependabot bot closed this Jun 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 3, 2025

OK, I won't notify you about version 4.x.x of protobuf again, unless you unignore it.

@dependabot dependabot bot deleted the 0693dependabot/pub/pub-c3618cf7b6 branch June 3, 2025 18:43
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.

1 participant