Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps protobuf from 4.2.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

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [protobuf](https://github.com/google/protobuf.dart) from 4.2.0 to 5.0.0.
- [Release notes](https://github.com/google/protobuf.dart/releases)
- [Commits](google/protobuf.dart@protobuf-v4.2.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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Oct 6, 2025
Copy link

github-actions bot commented Oct 6, 2025

PR Health

Breaking changes ⚠️
Package Change Current Version New Version Needed Version Looking good?
grpc Non-Breaking 4.2.0 4.2.0 4.2.1
Got "4.2.0" expected >= "4.2.1" (non-breaking changes --> patch)
⚠️

This check can be disabled by tagging the PR with skip-breaking-check.

Changelog Entry
Package Changed Files
package:grpc pubspec.yaml

Changes to files need to be accounted for in their respective changelogs.

This check can be disabled by tagging the PR with skip-changelog-check.

API leaks ⚠️

The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.

Package Leaked API symbol Leaking sources
grpc $1.Duration generated/google/rpc/error_details.pb.dart::RetryInfo::retryDelay
generated/google/protobuf/duration.pb.dart::Duration::clone
generated/google/protobuf/duration.pb.dart::Duration::copyWith
generated/google/protobuf/duration.pb.dart::Duration::create
generated/google/protobuf/duration.pb.dart::Duration::createEmptyInstance
generated/google/protobuf/duration.pb.dart::Duration::createRepeated
generated/google/protobuf/duration.pb.dart::Duration::getDefault
generated/google/rpc/error_details.pb.dart::RetryInfo::retryDelay
generated/google/rpc/error_details.pb.dart::RetryInfo::ensureRetryDelay
generated/google/rpc/error_details.pb.dart::RetryInfo::new::retryDelay

This check can be disabled by tagging the PR with skip-leaking-check.

@grpc grpc deleted a comment from github-actions bot Oct 6, 2025
@grpc grpc deleted a comment from github-actions bot Oct 6, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2025

Looks like protobuf is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Oct 6, 2025
@dependabot dependabot bot deleted the dependabot/pub/protobuf-5.0.0 branch October 6, 2025 14:03
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 size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants