chore(deps): update all dependencies - #4
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
2 times, most recently
from
June 3, 2024 20:45
845d565 to
5cdf598
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
from
June 8, 2024 02:07
5cdf598 to
20daf11
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
from
June 11, 2024 11:40
20daf11 to
4dee10a
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
from
June 18, 2024 20:53
4dee10a to
d937345
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
from
July 8, 2024 23:52
d937345 to
dbe0ca2
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
from
July 12, 2024 14:48
dbe0ca2 to
491d9d0
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
from
August 27, 2024 02:30
491d9d0 to
980a88f
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
from
August 28, 2024 20:54
980a88f to
969d216
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
from
September 10, 2024 20:58
969d216 to
e24bd6d
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
from
September 14, 2024 11:26
e24bd6d to
6e574b1
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
from
October 8, 2024 04:57
6e574b1 to
c9a90a0
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
from
October 10, 2024 18:00
c9a90a0 to
ba0e773
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
from
October 26, 2024 08:30
ba0e773 to
4811f3e
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
2 times, most recently
from
November 8, 2024 05:20
150cb78 to
8e54aa8
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
from
November 21, 2024 03:00
8e54aa8 to
4f7b5db
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
2 times, most recently
from
June 5, 2025 04:01
e81ddf1 to
a4c8ee7
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
from
June 15, 2025 11:50
a4c8ee7 to
bc1e3c2
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
from
June 28, 2025 08:01
bc1e3c2 to
bfb2a59
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
from
July 5, 2025 16:14
bfb2a59 to
f8ab350
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
from
July 27, 2025 08:02
f8ab350 to
651f4a0
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
4 times, most recently
from
August 9, 2025 06:18
f2b42c2 to
d5d2d19
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
from
August 16, 2025 15:30
d5d2d19 to
f916684
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
from
August 25, 2025 03:26
f916684 to
2d6f9dd
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
4 times, most recently
from
September 7, 2025 14:49
d8ec734 to
f4168e9
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
3 times, most recently
from
September 14, 2025 23:31
d0d3834 to
74e6262
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
4 times, most recently
from
September 23, 2025 03:58
6e2817c to
07a7857
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
5 times, most recently
from
October 4, 2025 06:38
d8feef8 to
6957ab5
Compare
renovate-bot
force-pushed
the
renovate-fork/all-dependencies
branch
from
October 6, 2025 03:44
6957ab5 to
8d1edb6
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:
20240722.0→20240722.21.66.0.bcr.2→1.83.00.0.10→0.2.22Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
abseil/abseil-cpp (abseil-cpp)
v20240722.2: Abseil LTS branch, July 2024, Patch 2Compare Source
Abseil LTS
2024072.2What's New:
absl::Status. These matchers make it easier to write unit tests for code that usesabsl::Status.Breaking Changes:
absl::AlphaNumno longer allows brace-initialization. This was never intended to be supported, nor is it recommended thatabsl::AlphaNumever be spelled in user code.absl::kuint128maxhas been removed and should be replaced withabsl::Uint128Max().absl::aligned_storage_t, which was a polyfill consistent withstd::aligned_storage_t, has been removed.std::aligned_storage_tis deprecated in C++23. See https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1413r3.pdf for a suggested replacement.absl::StrJoinnow has aabsl::string_viewoverload. This allows for passing a collection of string-like objects without having to convert everything to the same type first. However, this may be a breaking change for users passing an explicit template argument toabsl::StrJoin. In this case, simply remove the explicit template parameter.vlog_is_on.his now a public header and is no longer included fromlog.h. To useVLOG_IS_ON(),absl/log/vlog_is_on.hmust be included.Known Issues
Baseline:
3358286Cherry-pick:
2138590Cherry-pick:
9a0743aCherry-pick:
4447c75Cherry-pick:
dd4c89b(Patch 1)Cherry-pick:
7313246(Patch 2)v20240722.1: Abseil LTS branch, July 2024, Patch 1Abseil LTS
2024072.1What's New:
absl::Status. These matchers make it easier to write unit tests for code that usesabsl::Status.Breaking Changes:
absl::AlphaNumno longer allows brace-initialization. This was never intended to be supported, nor is it recommended thatabsl::AlphaNumever be spelled in user code.absl::kuint128maxhas been removed and should be replaced withabsl::Uint128Max().absl::aligned_storage_t, which was a polyfill consistent withstd::aligned_storage_t, has been removed.std::aligned_storage_tis deprecated in C++23. See https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1413r3.pdf for a suggested replacement.absl::StrJoinnow has aabsl::string_viewoverload. This allows for passing a collection of string-like objects without having to convert everything to the same type first. However, this may be a breaking change for users passing an explicit template argument toabsl::StrJoin. In this case, simply remove the explicit template parameter.vlog_is_on.his now a public header and is no longer included fromlog.h. To useVLOG_IS_ON(),absl/log/vlog_is_on.hmust be included.Known Issues
Baseline:
3358286Cherry-pick:
2138590Cherry-pick:
9a0743aCherry-pick:
4447c75Cherry-pick:
dd4c89b(Patch 1)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
v1.81.1This is release 1.81.0 (graphic) 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
Objective-C
Python
Ruby
v1.81.0This is release 1.81.0 (graphic) 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
Objective-C
Python
Ruby
v1.80.0This is release 1.80.0 (glimmering) 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++
C#
Objective-C
PHP
Python
GRPC_TRACEnot working when absl log initialized in cython. (#41814)grpc.Compressionreferences. (#41705)Ruby
v1.78.0This 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++
Objective-C
Python
asyncio.run()to hang forever during the shutdown process. (#40989)Ruby
v1.76.0This is release 1.76.0 (genuine) 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
v1.75.1This is release gRPC Core 1.75.1 (gemini).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
What's Changed
Python
Error in sys.excepthook:/Original exception was:empty): #36655, #38679, #33342python -m asyncio.Full Changelog: grpc/grpc@v1.75.0...v1.75.1
v1.75.0This is release 1.75.0 (gemini) 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++
Objective-C
stateproperty with@synchronizedlocking. (#40146)Python
typing-extensions~=4.13. (#40137)musllinux_1_1tomusllinux_1_2. (#40317)musllinux_1_1because it reached EOL in November 2024grpc.aiotypehint fixes. (#40215, #40217)isinstance(metadata, Sequence)instead ofisinstance(metadata, tuple)Optional[SerializingFunction]for more accurate type representationClientCallDetails.methodwas declared asstrbut always called withbytes, see InterceptedUnaryUnaryCall.Ruby
v1.74.1This is release gRPC Core 1.74.1 (gee).
This is a patch release for grpc-ruby.
Ruby
v1.74.0This is release 1.74.0 (gee) 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
Objective-C
PHP
Python
Ruby
v1.73.1This is release 1.73.1 (gradient) 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.
Python
v1.72.0This is release gRPC Core 1.72.0 (gusto).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
v1.71.2This is release 1.71.2 (gears) 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++
Python
grpc.aio.*).v1.71.1This is release gRPC Core 1.71.1 (gears).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
v1.71.0This is release gRPC Core 1.71.0 (gears).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
Core
C++
Python
Ruby
v1.70.1This is release 1.70.1 (genius) 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
Ruby
v1.69.0This is release 1.69.0 (gridiron) 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
Python
Added 2025-06-27:
CAUTION! This release contains a known defect in gRPC Python client reconnection logic (#38290), which was fixed in v1.71.2, v1.72.2, v1.73.1, and all subsequent releases. We recommend upgrading.
v1.68.0This is release 1.68.0 (groovy) 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
Added 2025-06-27:
CAUTION! This release contains a known defect in gRPC Python client reconnection logic (#38290), which was fixed in v1.71.2, v1.72.2, v1.73.1, and all subsequent releases. We recommend upgrading.
bazelbuild/rules_cc (rules_cc)
v0.2.22Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
What's Changed
Other notable changes
840d5320662ed2Default toolchain changes
21e1430Rules based toolchain changes
9b32183Full Changelog: bazelbuild/rules_cc@0.2.21...0.2.22
v0.2.21Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
What's Changed
New Features
@bazel_tools//tools/cpp:cc_runtimes_toolchain_type. by @trybka in5eeedebDefault toolchain changes
-mmacosx-version-minfrom default toolchain @nglevin in2d10ebause_libtoolflag by @dzbarsky inf2e4ad2Rules based toolchain changes
97e2922Full Changelog: bazelbuild/rules_cc@0.2.20...0.2.21
v0.2.20Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
What's Changed
Notable changes
cpp_dwp) forCcGenerateDwpactions ofcc_binaryandcc_testtargets by @a-googler in4c700e98edac4ec6222637eb96e3c9404cfDefault toolchain changes
determinismfeature should use/Breprowith linking by @b-spencer in5751961d8bb3108817d52a0d30c6Rules based toolchain changes
12c13bcb1ef4d48b156deFull Changelog: bazelbuild/rules_cc@0.2.19...0.2.20
v0.2.19Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
I curated the release notes for the latest release if someone can copy-paste them in to https://github.com/bazelbuild/rules_cc/releases/tag/0.2.19
What's Changed
New features
de6e35e2310907804007d63790f3ab84bd3Other notable changes
d305b34c0baec36495bc33486c594733851formatfor path mapping by @fmeum inabf355c6c78f0a3aad82a70158a9Default toolchain changes
ccaae87f2587eb06cda568e2b59afcd960d692a24aRules based toolchain changes
d596465bf92fe439a97df827e6a212dda40Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.