Skip to content

chore(all): update deps#254

Open
renovate-bot wants to merge 1 commit intoopenconfig:mainfrom
renovate-bot:renovate/deps
Open

chore(all): update deps#254
renovate-bot wants to merge 1 commit intoopenconfig:mainfrom
renovate-bot:renovate/deps

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Nov 27, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/cache (changelog) action digest 9255dc76682284
actions/checkout (changelog) action digest 1af3b93de0fac2
bazel minor 8.4.28.6.0 age confidence
gazelle bazel_dep minor 0.47.00.48.0 age confidence
go (source) toolchain minor 1.25.41.26.1 age confidence
golang (source) minor 1.25.41.26.1 age confidence
google.golang.org/grpc/cmd/protoc-gen-go-grpc require minor v1.5.1v1.6.1 age confidence
google.golang.org/protobuf require patch v1.36.10v1.36.11 age confidence
grpc bazel_dep minor 1.76.0.bcr.11.78.0 age confidence
rules_go bazel_dep minor 0.59.00.60.0 age confidence
super-linter/super-linter (changelog) action digest 2bdd90e61abc07

Release Notes

bazelbuild/bazel (bazel)

v8.6.0

Compare Source


Release Notes:

v8.5.1

Compare Source


Release Notes:

v8.5.0

Compare Source


Release Notes:

bazel-contrib/bazel-gazelle (gazelle)

v0.48.0

What's Changed

New Contributors

Full Changelog: bazel-contrib/bazel-gazelle@v0.47.0...v0.48.0

golang/go (go)

v1.26.1

v1.26.0

v1.25.8

v1.25.7

v1.25.6

v1.25.5

grpc/grpc-go (google.golang.org/grpc/cmd/protoc-gen-go-grpc)

v1.6.1: protoc-gen-go-grpc v1.6.1

Bug Fixes

  • Upgrade protobuf dependency to v1.36.11 to fix missing go_package errors for Editions feature protos (e.g. cpp_features.proto). (#​8853)

v1.6.0: Release 1.6.0

Compare Source

API Changes

  • Add and use connectivity package for states (#​1430)
  • metadata: Remove NewContext and FromContext for gRFC L7 (#​1392)
  • Remove expiration_interval from grpclb message (#​1477)

Features

  • Add status details support to server HTTP handler (#​1438)
  • stats: add methods to allow setting grpc-trace-bin and grpc-tags-bin headers (#​1404)
  • Expose ConnectivityState of a ClientConn. (#​1385)
  • DNS resolver (#​1300)

Performance

  • Put *gzip.Writer back to pool (#​1441)
  • Remove defer funtion in recvBufferReader Read method (#​1031)

Bug fixes

  • When sending a non heads-up goaway close the connection if there are no active streams. (#​1474)
  • Fix grpclb protos to not cause re-registration of types (#​1466)
  • transport: fix handling of InTapHandle's returned context (#​1461)
  • transport: Fix deadlock in client keepalive. (#​1460)
  • Deduplicate dns record in lookup (#​1454)
  • Fix host string passed to PerRPCCredentials (#​1433)
  • Fix a goroutine leak in DialContext (#​1424)
  • Set peer before sending request (#​1423)
  • Don't use 64-bit integers with atomic. (#​1411)
  • Automatic WriteStatus for RecvMsg/SendMsg error on server side (#​1409)
  • Server should send 2 goaway messages to gracefully shutdown the connection. (#​1403)
  • Enabling client process multiple GoAways (#​1393)
  • addrConn: change address to slice of address (#​1376)
  • Do not create new addrConn when connection error happens (#​1369)
  • Validate send quota again after acquiring writable channel (#​1367)

Documentation

  • add comment for the package in benchmark/benchmain/main.go (#​1464)
  • Add -u to installation command (#​1451)
  • Update ServerInHandle comments (#​1437)
  • Add 'experimental' note to ServeHTTP godoc (#​1429)
  • Use NewOutgoingContext in the metadata doc (#​1425)
  • Fix missing and wrong license (#​1422)
  • Change comment on stats.End.Error (#​1418)
  • Document Server.ServeHTTP (#​1406)
  • Use log instead of grpclog in routeguide example (#​1395)
  • Add doc in default implementation fatal functions on os.Exit() (#​1365)

Testing

  • Check "x/net/context" with go vet like "context" (#​1490)
  • Remove unnecessary function handleStreamSuspension (#​1468)
  • Call cancel function to avoid ctx leak (#​1465)
  • go-generate pb.go files and check in Travis to make sure they don't change (#​1426)
  • Add flags for tls file path (#​1419)
  • Call cancel on contexts in tests (#​1412)
  • benchmark: don't stop timer until after workers are done (#​1407)
  • Assign testdata path to correct variable (#​1397)
  • Do not call testdata.Path when defining flags (#​1394)
  • Fix bufconn.Close to not be blocking. (#​1377)
  • benchmark: add benchmain/main.go to run benchmark with flag set (#​1352)
  • benchmark: remove multi-layer for loop (#​1339)
  • Add testdata package and unify testdata to only one dir (#​1297)
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.11

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.10...v1.36.11

User-visible changes:
CL/726780: encoding/prototext: Support URL chars in type URLs in text-format.

Bug fixes:
CL/728680: internal/impl: check recursion limit in lazy decoding validation
CL/711015: reflect/protodesc: fix handling of import options in dynamic builds

Maintenance:
CL/728681: reflect/protodesc: add support for edition unstable
CL/727960: all: add EDITION_UNSTABLE support
CL/727940: types: regenerate using latest protobuf v33.2 release
CL/727140: internal/testprotos/lazy: convert .proto files to editions
CL/723440: cmd/protoc-gen-go: add missing annotations for few generated protobuf symbols.
CL/720980: internal/filedesc: remove duplicative Message.unmarshalOptions
CL/716360: internal/encoding/tag: use proto3 defaults if proto3
CL/716520: proto: un-flake TestHasExtensionNoAlloc
CL/713342: compiler/protogen: properly filter option dependencies in go-protobuf plugin.
CL/711200: proto: add test for oneofs containing messages with required fields
CL/710855: proto: add explicit test for a non-nil but empty byte slice

grpc/grpc (grpc)

v1.78.0

This is release 1.78.0 (gutsy) 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.

C++

  • adding address_sorting dep in naming test build. (#​41045)

Objective-C

  • [Backport][v1.78.x][Fix][Compiler] Plugins fall back to the edition 2023 for older protobuf. (#​41358)

Python

  • [python] aio: fix race condition causing asyncio.run() to hang forever during the shutdown process. (#​40989)
  • [Python] Migrate to pyproject.toml build system from setup.py builds. (#​40833)
  • [Python] Log error details when ExecuteBatchError occurs (at DEBUG level). (#​40921)
  • [Python] Update setuptools min version to 77.0.1 . (#​40931)

Ruby

  • [ruby] Fix version comparison for the ruby_abi_version symbol for ruby 4 compatibility. (#​41061)
bazelbuild/rules_go (rules_go)

v0.60.0

MODULE.bazel code

bazel_dep(name = "rules_go", version = "0.60.0")

go_sdk = use_extension("@​rules_go//go:extensions.bzl", "go_sdk")
go_sdk.from_file(go_mod = "//:go.mod")

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "86d3dc8f59d253524f933aaf2f3c05896cb0b605fc35b460c0b4b039996124c6",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.25.7")

# Create the host platform repository transitively required by rules_go.
load("@​bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@​platforms//host:extension.bzl", "host_platform_repo")

maybe(
    host_platform_repo,
    name = "host_platform",
)

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_go@v0.59.0...v0.60.0


Configuration

📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate-bot renovate-bot changed the title chore(all): update module google.golang.org/grpc/cmd/protoc-gen-go-grpc to v1.6.0 chore(all): update deps Nov 28, 2025
@renovate-bot renovate-bot force-pushed the renovate/deps branch 3 times, most recently from b7b04ab to 8386b88 Compare December 2, 2025 20:52
@renovate-bot renovate-bot force-pushed the renovate/deps branch 4 times, most recently from eff2b79 to 3c9c3aa Compare December 16, 2025 14:03
@renovate-bot renovate-bot force-pushed the renovate/deps branch 2 times, most recently from 2e88bc2 to 9556ed2 Compare December 24, 2025 21:36
@renovate-bot renovate-bot force-pushed the renovate/deps branch 3 times, most recently from fe30d14 to b9ee505 Compare January 16, 2026 21:39
@renovate-bot renovate-bot force-pushed the renovate/deps branch 4 times, most recently from 273e610 to 9478f31 Compare February 4, 2026 13:04
@renovate-bot renovate-bot force-pushed the renovate/deps branch 4 times, most recently from e9454da to 425106d Compare February 12, 2026 16:42
@forking-renovate
Copy link

ℹ️ 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):

  • 4 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.47.0 -> v0.48.0
golang.org/x/sys v0.38.0 -> v0.39.0
golang.org/x/text v0.31.0 -> v0.32.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20251111163417-95abcf5c77ba -> v0.0.0-20251202230838-ff82c1b0f217

@renovate-bot renovate-bot force-pushed the renovate/deps branch 2 times, most recently from 205e05d to 7fefaaa Compare March 5, 2026 10:07
@forking-renovate
Copy link

forking-renovate bot commented Mar 13, 2026

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: MODULE.bazel.lock
Command failed: bazel mod deps
2026/03/26 09:19:53 Downloading https://releases.bazel.build/8.6.0/release/bazel-8.6.0-linux-x86_64...
Extracting Bazel installation...
Starting local Bazel server (8.6.0) and connecting to it...
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/482b62adfc18b5e8ce1d0379fe15ae62/external/rules_python+/python/private/python_register_toolchains.bzl:121:31: Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/482b62adfc18b5e8ce1d0379fe15ae62/external/rules_python+/python/private/python.bzl", line 327, column 53, in _python_impl
		register_result = python_register_toolchains(
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/482b62adfc18b5e8ce1d0379fe15ae62/external/rules_python+/python/private/python_register_toolchains.bzl", line 121, column 31, in python_register_toolchains
		sha256 = tool_versions[python_version]["sha256"].get(platform, None)
Error: key "3.14.0b2" not found in dictionary
 no actions running
 no actions running
DEBUG: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/482b62adfc18b5e8ce1d0379fe15ae62/external/gazelle+/internal/bzlmod/go_deps.bzl:819:18: No sum for github.com/bazel-contrib/bazel-gazelle/v2@2.0.0-1 found, run bazel run @io_bazel_rules_go//go -- mod tidy to generate it
 no actions running
ERROR: error evaluating module extension @@rules_python+//python/extensions:python.bzl%python
ERROR: Results may be incomplete as 2 extensions failed.


File name: MODULE.bazel.lock
Command failed: bazel mod deps
 no actions running
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/482b62adfc18b5e8ce1d0379fe15ae62/external/rules_python+/python/private/python_register_toolchains.bzl:121:31: Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/482b62adfc18b5e8ce1d0379fe15ae62/external/rules_python+/python/private/python.bzl", line 327, column 53, in _python_impl
		register_result = python_register_toolchains(
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/482b62adfc18b5e8ce1d0379fe15ae62/external/rules_python+/python/private/python_register_toolchains.bzl", line 121, column 31, in python_register_toolchains
		sha256 = tool_versions[python_version]["sha256"].get(platform, None)
Error: key "3.14.0b2" not found in dictionary
ERROR: error evaluating module extension @@rules_python+//python/extensions:python.bzl%python
ERROR: Results may be incomplete as 2 extensions failed.


@renovate-bot renovate-bot force-pushed the renovate/deps branch 4 times, most recently from 8fe3b00 to 4fa676f Compare March 19, 2026 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants