Skip to content

Bump abseil-cpp from 20260107.1 to 20260817.0 - #4494

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

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 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 86.51%. Comparing base (3b7c618) to head (bde4008).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4494      +/-   ##
==========================================
- Coverage   86.52%   86.51%   -0.00%     
==========================================
  Files         525      525              
  Lines       20464    20464              
==========================================
- Hits        17704    17702       -2     
- Misses       2760     2762       +2     

see 1 file with indirect coverage changes

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

@dependabot
dependabot Bot force-pushed the dependabot/bazel/abseil-cpp-20260817.0 branch 3 times, most recently from 1a6f5ff to 357205f Compare September 16, 2026 06:23
@marcalff

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/bazel/abseil-cpp-20260817.0 branch from 357205f to 83ddec4 Compare September 16, 2026 15:22
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 force-pushed the dependabot/bazel/abseil-cpp-20260817.0 branch from 83ddec4 to bde4008 Compare September 18, 2026 00:32
@marcalff marcalff closed this Sep 20, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 20, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/bazel/abseil-cpp-20260817.0 branch September 20, 2026 20:38
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.

1 participant