Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump protobuf from 2.1.0 to 3.1.0 in /dart_sdk #2082

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2023

Bumps protobuf from 2.1.0 to 3.1.0.

Release notes

Sourced from protobuf's releases.

protobuf-3.1.0

  • CodedBufferReader readBytes now copies the returned bytes to avoid accidental sharing of the input buffer with the returned Uint8List. New member readBytesAsView added with the old behavior. (#863)

  • Avoid sharing the input buffer in unknown length-delimited fields using the new readBytes. (#863)

#863: google/protobuf.dart#863

protobuf-3.0.0

  • Require Dart 2.19.
  • Remove ReadonlyMessageMixin (#183, #644)
  • Remove frozenMessageModificationHandler (#175, #643)
  • Remove PbListBase and FrozenPbList types. All proto repeated fields now use PbList. To check if a list is frozen, use isFrozen getter. (#624, #626)
  • Initialize map fields in GeneratedMessage.getField. This behavior is consistent with getField called on repeated fields. (#373, #707)
  • Remove unused and optional PbMap constructor argument BuilderInfo? info. ([d94d3f0])
  • UnknownFieldSetField methods hasRequiredFields, isInitialized and getter length removed. (#721)
  • Update library documentation to hide internals, add documentation for public types. (#681)
  • Fix PbMap._isReadonly field initialization in PbMap.unmodifiable. (#741, #754)
  • Fix decoding map fields when key or value (or both) fields of a map entry is missing. (#719, #745)
  • Fix updating frozen (immutable) messages with merge methods (mergeFromBuffer, mergeFromProto3Json, ...). (#489, #727)
  • Fix handling null values in proto3 JSON deserializer. (#751, #760, #763)
  • Fix handling negative JSON values when parsing uint32 fields. (#839)
  • Avoid serializing unknown fields twice in reparseMessage. (#840)

#183: google/protobuf.dart#183 #644: google/protobuf.dart#644 #175: google/protobuf.dart#175 #643: google/protobuf.dart#643 #624: google/protobuf.dart#624 #626: google/protobuf.dart#626 #373: google/protobuf.dart#373 #707: google/protobuf.dart#707 [d94d3f0]: google/protobuf.dart@d94d3f0 #721: google/protobuf.dart#721 #681: google/protobuf.dart#681 #741: google/protobuf.dart#741 #719: google/protobuf.dart#719 #745: google/protobuf.dart#745 #489: google/protobuf.dart#489 #727: google/protobuf.dart#727 #751: google/protobuf.dart#751 #760: google/protobuf.dart#760 #763: google/protobuf.dart#763 #754: google/protobuf.dart#754 #839: google/protobuf.dart#839 #840: google/protobuf.dart#840

Commits
  • a852ba4 Release protobuf-3.1.0, protoc_plugin-21.1.0 (#868)
  • 8505c58 Generate constructor arguments again, add a flag to disable (#855)
  • 217c030 Avoid holding onto the buffer when parsing unknown length-delimited fields (#...
  • d9e8a31 Compiler: generate doc comments (#860)
  • a912f76 Add more message set tests, fix a bug (#859)
  • 7bebbc6 Update protoc_plugin Makefile: (#858)
  • acc0462 Ignore non-items in message sets (#857)
  • 0eb3796 Ignore unknown tags in message set items (#856)
  • 2996e1d Implement message set wire format (#836)
  • e76bd74 Remove protoc_plugin exe from repo, update .gitignore (#851)
  • Additional commits viewable in compare view

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 2.1.0 to 3.1.0.
- [Release notes](https://github.com/google/protobuf.dart/releases)
- [Commits](google/protobuf.dart@protobuf-v2.1.0...protobuf-v3.1.0)

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

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 Aug 15, 2023
@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label Sep 30, 2023
@github-actions github-actions bot closed this Oct 6, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pub/dart_sdk/protobuf-3.1.0 branch October 6, 2023 00:08
@zube zube bot removed the [zube]: Done label Jan 4, 2024
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 Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants