-
Notifications
You must be signed in to change notification settings - Fork 51
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
chore(deps): update deps #1607
base: main
Are you sure you want to change the base?
chore(deps): update deps #1607
Conversation
8fd0933
to
c9a894e
Compare
Blocking on #1608 |
c9a894e
to
9f6f744
Compare
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
72790b9
to
ae73544
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: showcase/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
5537e58
to
e0458f6
Compare
2d32690
to
8bce86e
Compare
|
ebeae63
to
e5c843d
Compare
4b407e6
to
0c71b8c
Compare
0c71b8c
to
495e002
Compare
This PR contains the following updates:
0.8.5
->0.14.0
v0.118.0
->v0.118.3
v1.3.1
->v1.4.1
v0.6.4
->v0.6.5
v0.6.0
->v0.7.0
v1.16.0
->v1.17.0
v0.21.0
->v0.23.0
v0.218.0
->v0.224.0
65684f5
->a0af3ef
65684f5
->a0af3ef
65684f5
->a0af3ef
v1.70.0
->v1.71.0
v1.36.4
->v1.36.5
Release Notes
bazel-contrib/setup-bazel (bazel-contrib/setup-bazel)
v0.14.0
Compare Source
What's Changed
New Contributors
Full Changelog: bazel-contrib/setup-bazel@0.13.0...0.14.0
v0.13.0
Compare Source
What's Changed
New Contributors
Full Changelog: bazel-contrib/setup-bazel@0.12.1...0.13.0
v0.12.1
Compare Source
What's Changed
Full Changelog: bazel-contrib/setup-bazel@0.12.0...0.12.1
v0.12.0
Compare Source
What's Changed
New Contributors
Full Changelog: bazel-contrib/setup-bazel@0.11.0...0.12.0
v0.11.0
Compare Source
What's Changed
BAZELISK_GITHUB_TOKEN
variable by @p0deje in https://github.com/bazel-contrib/setup-bazel/pull/58Full Changelog: bazel-contrib/setup-bazel@0.10.0...0.11.0
v0.10.0
Compare Source
What's Changed
Full Changelog: bazel-contrib/setup-bazel@0.9.1...0.10.0
v0.9.1
Compare Source
What's Changed
New Contributors
Full Changelog: bazel-contrib/setup-bazel@0.9.0...0.9.1
v0.9.0
Compare Source
What's Changed
New Contributors
Full Changelog: bazel-contrib/setup-bazel@0.8.5...0.9.0
googleapis/google-cloud-go (cloud.google.com/go)
v0.118.3
Compare Source
Bug Fixes
v0.118.2
Compare Source
Bug Fixes
v0.118.1
Compare Source
Bug Fixes
google/go-cmp (github.com/google/go-cmp)
v0.7.0
Compare Source
New API:
Panic messaging:
jhump/protoreflect (github.com/jhump/protoreflect)
v1.17.0
Compare Source
This release deprecates some packages that have newer alternatives in the Protobuf runtime. It also includes some small additions to the
grpcreflect
anddesc/sourceinfo
packages. The rest of the changes are bug fixes."github.com/jhump/protoreflect/desc"
Changes:
"google.golang.org/protobuf/reflect/protoreflect"
package in the Protobuf runtime. In a v2 of this repo, this package will no longer be present.MessageDescriptor.FindFieldByName
method."github.com/jhump/protoreflect/desc/protoparse"
Changes and bugfixes:
"github.com/bufbuild/protocompile"
package. There are some behavioral differences that we hope to address with additional API and enhancements toprotocompile
. But theprotoparse
package here is just a veneer on top ofprotocompile
and we plan to do as little maintenance as possible here. In a v2 of this repo, this package will no longer be present.protocompile
dependency has been updated to use a more recent version of that package. This addresses potential panics when callingParser.ParseButDontLink
."github.com/jhump/protoreflect/desc/sourceinfo"
Changes and bugfixes:
sourceinfo.GlobalFiles.FindDescriptorByName
has been fixed.sourceinfo.GlobalFiles
registry or from the variousWrap*
functions could induce panics in user code if querying for non-existent elements. For example, callingmessageDescriptor.Fields().ByNumber(123)
could return a typed-nil value on failure, instead of a nil interface. This would result in nil-dereference panics if methods were called on this later. These have been fixed.sourceinfo.GlobalFiles
registry and from the variousWrap*
functions had concrete types defined in this package, not in the Protobuf runtime. But theprotoreflect.Descriptor
interface has a "do not implement" marker, indicating that concrete types implementing the interface should not be implemented outside of that module. To avoid future issues with the Protobuf runtime, there are no more implementations in this repo. Instead of wrapping other descriptor implementations (via embedding, and then overriding some methods), this package now builds new descriptors, using theprotodesc
package in the Protobuf runtime module.Wrap*
functions are now deprecated. The name is no longer accurate since they no longer return wrapper values. Also the new implementation, which builds new descriptors, can fail (though unlikely), but the existing signature of these functions did not allow for returning an error. So these functions could possibly panic in the face of malformed input descriptors. Users should use the newAddSourceInfoTo*
versions of these functions instead.Additions:
AddSourceInfoTo*
functions to replace theWrap*
functions. These functions augment the input descriptors by adding source code information to them."github.com/jhump/protoreflect/dynamic"
Changes:
"google.golang.org/protobuf/types/dynamicpb"
package in the Protobuf runtime. In a v2 of this repo, this package will no longer be present."github.com/jhump/protoreflect/grpcreflect"
Additions:
NewClientV1
function to return a client that uses v1 of the server reflection service. This fills the gap in the existing factory functions,NewClientV1Alpha
andNewClientAuto
.AllowFallbackResolver
method to the*grpcreflect.Client
type. This allows the client to be configured with an alternate resolver that can be used as a backup when trying to satisfy dependencies, for cases where the remote server is non-authoritative and unable to provide all of them.googleapis/google-api-go-client (google.golang.org/api)
v0.224.0
Compare Source
Features
Bug Fixes
v0.223.0
Compare Source
Features
Bug Fixes
v0.222.0
Compare Source
Features
v0.221.0
Compare Source
Features
v0.220.0
Compare Source
Features
v0.219.0
Compare Source
Features
Documentation
grpc/grpc-go (google.golang.org/grpc)
v1.71.0
: Release 1.71.0Compare Source
API Changes
MetricsRecorder
method onBalancer.ClientConn
instead of the removedBalancer.BuildOptions.MetricsRecorder
field to obtain a metrics recorder. (#8027)balancer.ClientConn
implementations must now embed a delegate implementation. This allows grpc-go to add new methods to the interface and remain backward compatible. (#8026)New Features
GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS=false
. (#8134)DisableAutoReconnect
option will not attempt to callExitIdle
automatically on their children when the children report idle. (#8052)Bug Fixes
grpc.NewClient
so the target is resolved by the proxy as expected. (#7881)WithLocalDNSResolution()
dial option to explicitly force target resolution on the client instead. (#7881)UNAVAILABLE
when the EDS resource is missing or contains no endpoints (#8070)maxReceiveMessageSize
isMaxInt
(#7918)Documentation
grpc.NewClient
andClientConn.CanonicalTarget
by providing examples. (#8078)protocolbuffers/protobuf-go (google.golang.org/protobuf)
v1.36.5
Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.36.4...v1.36.5
Bug fixes:
CL/644437: protogen: fix name mangling for fields with identical GoCamelCase
Maintenance:
CL/641655: all: remove weak field support
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.