Skip to content

Bump google.golang.org/protobuf from 1.28.1 to 1.30.0#71

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-go_modules-main-google.golang.org-protobuf-1.30.0
Closed

Bump google.golang.org/protobuf from 1.28.1 to 1.30.0#71
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-go_modules-main-google.golang.org-protobuf-1.30.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 20, 2023

Bumps google.golang.org/protobuf from 1.28.1 to 1.30.0.

Release notes

Sourced from google.golang.org/protobuf's releases.

v1.30.0

Announcement In the previous two releases, v1.29.0 and v1.29.1, we associated the tags with the wrong commits and thus the tags do not reference any commit in this repository. This tag, v1.30.0, refers to an existing commit again. Sorry for the inconvenience.

Notable changes

New Features

  • CL/449576: protoadapt: helper functions to convert v1 or v2 message to either v1 or v2 message.

v1.29.1

Notable changes

Bug fixes

  • CL/475995: internal/encoding/text: fix parsing of incomplete numbers

v1.29.0

Overview

This version introduces a new package protodelim to marshal and unmarshal size-delimited messages. It also brings the implementation up to date with the latest protobuf features.

Notable changes

New Features

  • CL/419254: encoding: add protodelim package
  • CL/450775: reflect/protoreflect: add Value.Equal method
  • CL/462315: cmd/protoc-gen-go: make deprecated messages more descriptive
  • CL/473015: encoding/prototext: allow whitespace and comments between minus sign and number in negative numeric literal

Alignment with protobuf

  • CL/426054: types/descriptorpb: update *.pb.go to use latest protoc release, 21.5
  • CL/425554: encoding/protojson: fix parsing of google.protobuf.Timestamp
  • CL/461238: protobuf: remove the check for reserved field numbers
  • CL/469255: types/descriptorpb: regenerate using latest protobuf v22.0 release
  • CL/472696: cmd/protoc-gen-go: support protobuf retention feature

Documentation improvements:

  • CL/464275: proto: document Equal behavior of invalid messages
  • CL/466375: all: update links to Protocol Buffer documentation

Minor performance improvements

... (truncated)

Commits
  • f221882 all: release v1.30.0
  • e344383 protoadapt: helper functions to convert v1 or v2 message to either v1 or v2 m...
  • 32efccd all: start v1.29.1-devel
  • 771d8c7 all: release v1.29.1
  • edaf511 internal/encoding/text: fix parsing of incomplete numbers
  • fe5bc54 all: start v1.29.0-devel
  • d3c9826 all: release v1.29.0
  • eba8b09 cmd/protoc-gen-go: support protobuf retention feature
  • fcf5f6c encoding/prototext: allow whitespace and comments between minus sign and numb...
  • bc1253a types/descriptorpb: regenerate using latest protobuf v22.0 release
  • 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 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 [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.28.1 to 1.30.0.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash)
- [Commits](protocolbuffers/protobuf-go@v1.28.1...v1.30.0)

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 20, 2023

Dependabot tried to add @dbrajovic and @zivkovicmilos as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/0xPolygon/go-ibft/pulls/71/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the 0xPolygon/go-ibft repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot Bot added the dependencies Update to the dependencies label Mar 20, 2023
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 20, 2023

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.74%. Comparing base (72a0991) to head (f8bf316).
⚠️ Report is 13 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #71      +/-   ##
==========================================
+ Coverage   91.60%   91.74%   +0.14%     
==========================================
  Files           6        6              
  Lines        1418     1418              
==========================================
+ Hits         1299     1301       +2     
+ Misses         93       91       -2     
  Partials       26       26              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jul 3, 2023

Superseded by #84.

@dependabot dependabot Bot closed this Jul 3, 2023
@dependabot dependabot Bot deleted the dependabot-go_modules-main-google.golang.org-protobuf-1.30.0 branch July 3, 2023 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update to the dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant