Update dependency abseil-cpp to v20260526 - #33
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/abseil-cpp-20260526.x
branch
from
July 26, 2026 16:26
73d8a3a to
abfcbc9
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:
20260107.1→20260526.0Release Notes
abseil/abseil-cpp (abseil-cpp)
v20260526.0: Abseil LTS branch, May 2026Compare Source
Abseil LTS
2026052.0What's New
status_macros.h: Helper macros and methods to return and propagate errors withabsl::Status.absl::StatusBuilder: A builder type that implicitly converts toabsl::Statusandabsl::StatusOr<T>that helps add additional information.absl::SourceLocation: A type that provides source-code location info for C++17 and later. It differs fromstd::source_locationin several ways. Seesource_location.hfor more information.absl::ClockInterface: An abstract interface representing a clock, allowing decoupling code that uses time from the code that creates a point in time. Useful for injecting clocks into interfaces, especially for testing purposes.absl::SimulatedClock: A concrete clock implementation that does not "tick" on its own. Useful for manipulating time for testing purposes.absl::AnySpan: A type that provides a view of any random access container.absl::optional_ref: A type that provides astd::optional-like interface aroundT*.absl::bind_back: A drop-in replacement for C++23'sstd::bind_back().absl::CopyCordToSpan: A safer way to copy the contents of anabsl::Cordto a buffer.absl::HighPrecision: Anabsl::StrCatformatter that produces strings that would parse to the exact original floating point value (except in the case of NaNs).throw_delegate.h: Helper functions that allow throwing exceptions consistently from anywhere without risking ODR violations.Breaking Changes
std::equivalent.Known Issues
compatibility_levelwas deprecated in 8.6.0 and 9.1.0 and thus removed fromMODULE.bazel. However, this is causing builds with Bazel versions prior to 8.6.0 and 9.1.0 to fail. The recommended workaround is to update to a newer version of Bazel.Baseline:
b29e7f9Cherry-pick:
5650e9cConfiguration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.