Skip to content

Bump abseil-cpp from 20260107.1 to 20260817.0 - #4494

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/abseil-cpp-20260817.0
Open

Bump abseil-cpp from 20260107.1 to 20260817.0#4494
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/abseil-cpp-20260817.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps abseil-cpp from 20260107.1 to 20260817.0.

Release notes

Sourced from abseil-cpp's releases.

Abseil LTS branch, August 2026

Abseil LTS 20260817.0

What's New

Breaking Changes

  • absl::void_t is now deprecated; users should use C++17 std::void_t directly.
  • Hashtable iterators returned from insert/emplace are now non-iterable (any prior use of iteration was likely a bug).

Known Issues

  • None at this time

Baseline: 2065f4ded0558c6f89fee67c8e5228feb4eb960e

Abseil LTS branch, May 2026

Abseil LTS 20260526.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: b29e7f9d7f4016e668647e5c2f27a1dc1e0b5243 Cherry-pick: 5650e9cf76d3be4318d5fa3af38ee483ddfd5e4a

Abseil LTS branch, May 2026, Release Candidate 1

Abseil LTS 20260526.rc1

... (truncated)

Commits
  • 2065f4d Apply LTS transformations for 20260817 LTS branch (#2129)
  • 060c916 cord_internal: fix a clang-tidy complaint about implicit bool conversions.
  • 7e70692 Internal cleanup
  • c92db17 Rollback Merge CRC+memcpy functionality into Extend function
  • 9655f54 Merge CRC+memcpy functionality into Extend function.
  • 0cd1562 Update dependencies in preparation for release
  • 3b49be4 Add more bits to size by reducing size of capacity and seed.
  • ba427a3 Remove unused includes from absl/hash/hash.h and `absl/hash/internal/hash.h...
  • 0042850 Remove asan instrumentation in some test code to prevent re-entrancy deadlock...
  • 5b1163c Remove unused includes from absl/hash/hash.h and `absl/hash/internal/hash.h...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [abseil-cpp](https://github.com/abseil/abseil-cpp) from 20260107.1 to 20260817.0.
- [Release notes](https://github.com/abseil/abseil-cpp/releases)
- [Commits](abseil/abseil-cpp@20260107.1...20260817.0)

---
updated-dependencies:
- dependency-name: abseil-cpp
  dependency-version: '20260817.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Aug 28, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 28, 2026 01:23
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file bazel Pull requests that update bazel code labels Aug 28, 2026
@codecov

codecov Bot commented Aug 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.12%. Comparing base (45f2629) to head (e064e9f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4494   +/-   ##
=======================================
  Coverage   83.12%   83.12%           
=======================================
  Files         519      519           
  Lines       20256    20256           
=======================================
  Hits        16835    16835           
  Misses       3421     3421           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants