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

fix(deps): update module github.com/jhump/protoreflect to v1.16.0 #91

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 9, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/jhump/protoreflect v1.15.6 -> v1.16.0 age adoption passing confidence

Release Notes

jhump/protoreflect (github.com/jhump/protoreflect)

v1.16.0

Compare Source

This release adds support for Protobuf Editions to many of the packages. Note, however, that the desc/protoparse package does not yet work to parse Protobuf Editions source files. This release also includes a handful of bug-fixes.

"github.com/jhump/protoreflect/desc"

Additions:

  • Adds an Edition method to *desc.FileDescriptor, which returns non-zero for files that use Protobuf Editions (instead of syntax "proto2" or "proto3").

Changes/fixes:

  • Fixes an issue in the various Wrap* functions, that could result in a descriptor hierarchy where the same descriptors were incorrectly present multiple times. This could happen if a file in the transitive dependency graph being wrapped had more than one incoming edge (e.g. same file appearing in import statements from two or more other files).
"github.com/jhump/protoreflect/desc/builder"

Additions:

  • Adds an Editions field and SetEditions method to *builder.FileBuilder, for creating files that use Protobuf Editions.
"github.com/jhump/protoreflect/desc/protoprint"

Changes/fixes:

  • Now correctly prints the contents for files that use Protobuf Editions. Previously, if given a descriptor for a file used Protobuf Editions, it could generate invalid source output.
  • Fixed a bug when Printer.CustomSortFunction was set wherein enum values could be printed in incorrect order, resulting in invalid source output. In syntax "proto3" and in open enums in Protobuf Editions, the first value must be the one with a zero numeric value.
"github.com/jhump/protoreflect/grpcreflect"

Additions:

  • Adds a new AllowMissingFileDescriptors method to *grpcreflect.Client that allows users to opt-in to a lenient mode that will try to return schemas even when some files are unavailable. This will only be successful in cases where the missing files only provide custom options or are unused imports. This restores some lenience that was inadvertently provided (due to bugs and missing validation checks) when versions of this repo prior to v1.15 were combined with versions of the google.golang.org/grpc module prior to v1.61.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Apr 9, 2024
@renovate renovate bot force-pushed the renovate/github.com-jhump-protoreflect-1.x branch 2 times, most recently from 3cf4b05 to 4320b21 Compare April 25, 2024 16:19
@renovate renovate bot force-pushed the renovate/github.com-jhump-protoreflect-1.x branch 2 times, most recently from 0b2ac71 to 351a2fe Compare May 9, 2024 16:14
@renovate renovate bot force-pushed the renovate/github.com-jhump-protoreflect-1.x branch from 351a2fe to 759f5da Compare May 20, 2024 23:11
Copy link
Contributor Author

renovate bot commented Jun 13, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 10 additional dependencies were updated

Details:

Package Change
google.golang.org/grpc v1.57.1 -> v1.61.0
google.golang.org/protobuf v1.31.1-0.20231221224323-bfcd6476a38e -> v1.33.1-0.20240408130810-98873a205002
github.com/bufbuild/protocompile v0.8.0 -> v0.10.0
github.com/golang/protobuf v1.5.3 -> v1.5.4
golang.org/x/net v0.17.0 -> v0.22.0
golang.org/x/sync v0.5.0 -> v0.6.0
golang.org/x/sys v0.13.0 -> v0.18.0
golang.org/x/text v0.13.0 -> v0.14.0
google.golang.org/genproto v0.0.0-20230526161137-0005af68ea54 -> v0.0.0-20231106174013-bbf56f31fb17
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 -> v0.0.0-20231106174013-bbf56f31fb17

@renovate renovate bot force-pushed the renovate/github.com-jhump-protoreflect-1.x branch from 759f5da to b8fc3c5 Compare June 13, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants