chore(all): update deps - #353
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
| github.com/openconfig/monax v0.0.0-20260626002019-e784596c3dca | ||
| go.mozilla.org/pkcs7 v0.9.0 | ||
| google.golang.org/grpc v1.81.1 | ||
| google.golang.org/grpc v1.82.0 |
Contributor
There was a problem hiding this comment.
The dependency version of google.golang.org/grpc is updated to v1.82.0 in go.mod, but MODULE.bazel is not updated. To keep dependency versions in sync, update MODULE.bazel to use v1.82.0 if it has been published to the Bazel Central Registry (BCR).
References
- Dependency versions should be kept in sync between
go.modandMODULE.bazel.
renovate-bot
force-pushed
the
renovate/deps
branch
4 times, most recently
from
July 7, 2026 19:43
7c5932e to
70ca12f
Compare
renovate-bot
force-pushed
the
renovate/deps
branch
4 times, most recently
from
July 15, 2026 05:28
9e02ce4 to
b212c3b
Compare
renovate-bot
force-pushed
the
renovate/deps
branch
9 times, most recently
from
July 22, 2026 17:03
a023a4e to
df3ebd9
Compare
renovate-bot
force-pushed
the
renovate/deps
branch
7 times, most recently
from
July 30, 2026 08:39
f23ad9a to
b174f09
Compare
renovate-bot
force-pushed
the
renovate/deps
branch
from
August 3, 2026 19:32
b174f09 to
0216fee
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
df4cb1c→d23441av6.0.3→v6.1.02.21.2→2.22.5v1.47.2→v1.49.0f5a3067→f4a335c0.51.3→0.52.2a415979→c308df0v0.0.0-20260720151517-883500dc841b→v0.1.01.26.4→1.26.5v0.9.0→v0.10.01.26.4→1.26.5v1.82.1→v1.83.01.81.1→1.83.00.61.1→0.62.02.2.6→2.3.00.5.1→0.10.7Release Notes
actions/checkout (actions/checkout)
v6.1.0Compare Source
crate-ci/typos (crate-ci/typos)
v1.49.0Compare Source
[1.49.0] - 2026-08-03
Features
v1.48.0Compare Source
[1.48.0] - 2026-06-30
Features
bazel-contrib/bazel-gazelle (gazelle)
v0.52.2Using Bzlmod
Using WORKSPACE
What's Changed
Full Changelog: bazel-contrib/bazel-gazelle@v0.52.1...v0.52.2
actions/go-versions (go)
v1.26.5: 1.26.5Compare Source
Go 1.26.5
mozilla-services/pkcs7 (go.mozilla.org/pkcs7)
v0.10.0Compare Source
What's Changed
Full Changelog: mozilla-services/pkcs7@v0.9.0...v0.10.0
golang/go (golang)
v1.26.5grpc/grpc-go (google.golang.org/grpc)
v1.83.0: Release 1.83.0Compare Source
Security
GRPC_GO_EXPERIMENTAL_CONTROL_BUFFER_THROTTLE_LIMIT.MetadataandRequestedServerNamepermissions matcher fields. If present in a DENY rule, previously these would be ignored and fail-open.NotRule/NotIdpermissions.source_ipprincipal identifier by treating it as equivalent todirect_remote_ip.exact_match,prefix_match, orsuffix_matchstrings. (#9223)New Features
force-xdstarget URI query parameter. (#9133)OnPolicyUpdatecallback toFileWatcherOptionsto notify when an authz policy is loaded or updated. (#9142)GRPC_EXPERIMENTAL_XDS_GCP_AUTHENTICATION_FILTER=true. (#9119)GRPC_EXPERIMENTAL_XDS_HTTP_CONNECT=true. (#9151)contains_matchin route header matchers. (#9223)Bug Fixes
GOOS=plan9), broken since v1.81.0. (#9255)grpc/grpc (grpc)
v1.83.0This is release 1.83.0 (garden) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
C#
Python
cygrpcshared object. (#42325)v1.82.1This is release gRPC Core 1.82.1 (glacier).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
What's Changed
Python
Full Changelog: grpc/grpc@v1.82.0...v1.82.1
v1.82.0This is release gRPC Core 1.82.0 (glacier).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
This is release 1.82.0 (glacier) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
PHP
Python
Added 2026-07-12:
CAUTION! This gRPC Python release
1.82.0was yanked from PyPI on 2026-07-07 due to issue #42906.3.35.Ruby
bazelbuild/rules_go (rules_go)
v0.62.0Author: zbarsky-bot
MODULE.bazelcodeWORKSPACEcodeWhat's Changed
GoLinkactions togo_linkexec group by @michaelm-openai in bazel-contrib#4630go_linkexec group to go_test by @michaelm-openai in bazel-contrib#4632New Contributors
Full Changelog: bazel-contrib/rules_go@v0.61.1...v0.62.0
bazel-contrib/rules_oci (rules_oci)
v2.3.0Using bzlmod with Bazel 6 or later:
Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
What's Changed
mediaTypeby @ouillie in #868New Contributors
Full Changelog: bazel-contrib/rules_oci@v2.2.7...v2.3.0
v2.2.7Using bzlmod with Bazel 6 or later:
Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
What's Changed
www_authh->www_authby @zachburg in #830New Contributors
Full Changelog: bazel-contrib/rules_oci@v2.2.6...v2.2.7
bazel-contrib/tar.bzl (tar.bzl)
v0.10.7Using Bzlmod with Bazel 6 or greater
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazelfile:What's Changed
Full Changelog: bazel-contrib/tar.bzl@v0.10.6...v0.10.7
v0.10.5Using Bzlmod with Bazel 6 or greater
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazelfile:What's Changed
Full Changelog: bazel-contrib/tar.bzl@v0.10.4...v0.10.5
v0.10.4Using Bzlmod with Bazel 6 or greater
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazelfile:What's Changed
v3.8.1-3by @ArchangelX360 in #110New Contributors
Full Changelog: bazel-contrib/tar.bzl@v0.10.2...v0.10.4
v0.10.2Using Bzlmod with Bazel 6 or greater
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazelfile:What's Changed
New Contributors
Full Changelog: bazel-contrib/tar.bzl@v0.10.1...v0.10.2
v0.10.1Using Bzlmod with Bazel 6 or greater
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazelfile: