Skip to content

Update dependency abseil-cpp to v20260526 - #4602

Merged
marcalff merged 1 commit into
mainfrom
renovate/abseil-cpp-20260526.x
Sep 20, 2026
Merged

marcalff merged 1 commit into
mainfrom
renovate/abseil-cpp-20260526.x

Conversation

@renovate

@renovate renovate Bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
abseil-cpp bazel_dep major 20260107.120260526.0

Release Notes

abseil/abseil-cpp (abseil-cpp)

v20260526.0: Abseil LTS branch, May 2026

Compare Source

Abseil LTS 2026052.0

What's New

  • status_macros.h: Helper macros and methods to return and propagate errors with absl::Status.
  • absl::StatusBuilder: A builder type that implicitly converts to absl::Status and absl::StatusOr<T> that helps add additional information.
  • absl::SourceLocation: A type that provides source-code location info for C++17 and later. It differs from std::source_location in several ways. See source_location.h for 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 a std::optional-like interface around T*.
  • absl::bind_back: A drop-in replacement for C++23's std::bind_back().
  • absl::CopyCordToSpan: A safer way to copy the contents of an absl::Cord to a buffer.
  • absl::HighPrecision: An absl::StrCat formatter 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

  • For GCC users, Abseil now requires at least GCC 10 following Google's Foundational C++ Support Policy. See this table for a list of currently supported versions compilers, platforms, and build tools.
  • Many pre-C++17 polyfill types are marked deprecated. Users should migrate to the std:: equivalent.

Known Issues

  • Bazel's compatibility_level was deprecated in 8.6.0 and 9.1.0 and thus removed from MODULE.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.
  • Abseil fails to compile with GCC 16 when BMI2 extensions are enabled. See #​2071 for details.

Baseline: b29e7f9
Cherry-pick: 5650e9c


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 8am on Monday"
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate
renovate Bot requested a review from a team as a code owner September 18, 2026 21:59
@codecov

codecov Bot commented Sep 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.52%. Comparing base (506914c) to head (4431371).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4602      +/-   ##
==========================================
+ Coverage   86.51%   86.52%   +0.01%     
==========================================
  Files         525      525              
  Lines       20464    20464              
==========================================
+ Hits        17703    17704       +1     
+ Misses       2761     2760       -1     

see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@marcalff

marcalff commented Sep 19, 2026

Copy link
Copy Markdown
Member

Fails with:

ERROR: Error computing the main repository mapping:
grpc@1.80.0 depends on abseil-cpp@20250814.1 with compatibility level 1,
but <root> depends on abseil-cpp@20260526.0 with compatibility level 0 which is different

@renovate
renovate Bot force-pushed the renovate/abseil-cpp-20260526.x branch from 3458f96 to 22b48e1 Compare September 19, 2026 23:19
@marcalff

Copy link
Copy Markdown
Member

Blocked by:

@marcalff marcalff added the issue:blocked Fix blocked, waiting for other fixes as prerequisites label Sep 20, 2026
@renovate
renovate Bot force-pushed the renovate/abseil-cpp-20260526.x branch 2 times, most recently from 54c5c4a to 9c1b079 Compare September 20, 2026 13:07
@renovate
renovate Bot force-pushed the renovate/abseil-cpp-20260526.x branch from 9c1b079 to 4431371 Compare September 20, 2026 13:08
@marcalff
marcalff merged commit b60944d into main Sep 20, 2026
77 checks passed
@marcalff
marcalff deleted the renovate/abseil-cpp-20260526.x branch September 20, 2026 15:25
@marcalff marcalff removed the issue:blocked Fix blocked, waiting for other fixes as prerequisites label Sep 20, 2026
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.

1 participant