Skip to content

build(deps): bump the bazel-packages group across 1 directory with 2 updates#285

Merged
dmehala merged 2 commits intomainfrom
dependabot/bazel/bazel-packages-c8e11e54e3
Mar 2, 2026
Merged

build(deps): bump the bazel-packages group across 1 directory with 2 updates#285
dmehala merged 2 commits intomainfrom
dependabot/bazel/bazel-packages-c8e11e54e3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps the bazel-packages group with 2 updates in the / directory: abseil-cpp and rules_cc.

Updates abseil-cpp from 20250814.1 to 20260107.1

Release notes

Sourced from abseil-cpp's releases.

Abseil LTS branch, January 2026, Patch 1

Abseil LTS 20260107.1

What's New

  • absl::StringResizeAndOverwrite(): A new function in absl/strings/resize_and_overwrite.h that acts as a polyfill for C++23's std::basic_string::resize_and_overwrite. This allows for efficient resizing and in-place initialization of strings, avoiding the overhead of default initialization, which is particularly useful when working with C-style APIs that write directly to a buffer. See abseil/abseil-cpp#1136 for performance notes.
  • absl::chunked_queue: A new container in absl/container/chunked_queue.h optimized for use as a FIFO (First-In, First-Out) queue.
  • absl::linked_hash_map and absl::linked_hash_set: New hash containers that maintain iteration order matching the insertion order. These are available in absl/container/linked_hash_map.h and absl/container/linked_hash_set.h.
  • absl::down_cast: Added to absl/base/casts.h. This function provides a safer way to perform downcasts in a polymorphic type hierarchy. In debug builds (or when hardened asserts are enabled), it uses dynamic_cast to verify the validity of the cast and terminates the program if the cast is invalid. In optimized builds, it uses static_cast for performance.

Breaking Changes

  • Mutex Deprecations: Legacy Mutex methods and MutexLock pointer constructors have been marked as deprecated. Users should migrate to the recommended APIs.
  • The polyfill type absl::string_view is now an alias for std::string_view in all builds. (abseil/abseil-cpp@9ebd93a)

Baseline: 1e566d994bed60562636342af11b38b8de8d0197 Cherry-pick: d9d76ba372a0a2d553ca40cf75e973d2a696230e Cherry-pick: a3bf78f68584df7ff1304291a64e162266b072ac Cherry-pick: 7313246786857168dac4c3191e80843b58e294c3 (Patch 1) Cherry-pick: 5b086d78c4424ab03771e2eed85a356082d4c7ae (Patch 1)

Abseil LTS branch, January 2026

Abseil LTS 20260107.0

What's New

  • absl::StringResizeAndOverwrite(): A new function in absl/strings/resize_and_overwrite.h that acts as a polyfill for C++23's std::basic_string::resize_and_overwrite. This allows for efficient resizing and in-place initialization of strings, avoiding the overhead of default initialization, which is particularly useful when working with C-style APIs that write directly to a buffer. See abseil/abseil-cpp#1136 for performance notes.
  • absl::chunked_queue: A new container in absl/container/chunked_queue.h optimized for use as a FIFO (First-In, First-Out) queue.
  • absl::linked_hash_map and absl::linked_hash_set: New hash containers that maintain iteration order matching the insertion order. These are available in absl/container/linked_hash_map.h and absl/container/linked_hash_set.h.
  • absl::down_cast: Added to absl/base/casts.h. This function provides a safer way to perform downcasts in a polymorphic type hierarchy. In debug builds (or when hardened asserts are enabled), it uses dynamic_cast to verify the validity of the cast and terminates the program if the cast is invalid. In optimized builds, it uses static_cast for performance.

Breaking Changes

  • Mutex Deprecations: Legacy Mutex methods and MutexLock pointer constructors have been marked as deprecated. Users should migrate to the recommended APIs.
  • The polyfill type absl::string_view is now an alias for std::string_view in all builds. (abseil/abseil-cpp@9ebd93a)

Baseline: 1e566d994bed60562636342af11b38b8de8d0197 Cherry-pick: d9d76ba372a0a2d553ca40cf75e973d2a696230e Cherry-pick: a3bf78f68584df7ff1304291a64e162266b072ac

Abseil LTS branch, August 2025, Patch 2

Abseil LTS 20250814.2

What's New:

  • absl::Mutex now contains lower-case method names like lock() and shared_lock() to align with standard C++ mutex methods. This allows absl::Mutex to be used with std::scoped_lock and friends. The old names are still present but may be removed in a future release.
  • The RAII Mutex-locker types like absl::MutexLock, absl::ReaderMutexLock, and friends now accept references to absl::Mutex. The pointer-accepting constructors are now deprecated, and may be removed in a future release.

Breaking Changes:

  • Nullability template types, which were deprecated in the May 2025 release, have been removed.
  • absl::string_view(nullptr), which is undefined behavior according to the C++ standard, now triggers an assert failure. Note that unless you changed absl/base/options.h, absl::string_view is an alias for std::string_view, so by default you will be inheriting the behavior of your standard library instead of using the Abseil implementation.

... (truncated)

Commits
  • 255c84d Abseil LTS branch, Jan 2026, Patch 1 (#2007)
  • d407ef1 Cherry-picks for LTS 20260107 (#1990)
  • 8d0221c Apply LTS transformations for 20260107 LTS branch (#1989)
  • 6d8e1a5 Mark legacy Mutex methods and MutexLock pointer constructors as deprecated
  • 685995b cleanup: specify that it's safe to use the class in a signal handler.
  • 37147f5 Suppress bugprone-use-after-move in benign cases
  • 9391635 StrFormat: format scientific notation without heap allocation
  • bbb342c Introduce a legacy copy of GetDebugStackTraceHook API.
  • 6bd8e2b Report 1ns instead of 0ns for probe_benchmarks. Some tools incorrectly assume...
  • 7599e36 Add absl::chunked_queue
  • Additional commits viewable in compare view

Updates rules_cc from 0.2.14 to 0.2.17

Release notes

Sourced from rules_cc's releases.

0.2.17

Using bzlmod with Bazel 6 or later:

  1. [Bazel 6] Add common --enable_bzlmod to .bazelrc.

  2. Add to your MODULE.bazel file:

bazel_dep(name = "rules_cc", version = "0.2.17")

Using WORKSPACE:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
sha256 = "283fa1cdaaf172337898749cf4b9b1ef5ea269da59540954e51fba0e7b8f277a",
strip_prefix = "rules_cc-0.2.17",
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.17/rules_cc-0.2.17.tar.gz",
)
load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
compatibility_proxy_repo()

Full Changelog: bazelbuild/rules_cc@0.2.16...0.2.17

0.2.16

Using bzlmod with Bazel 6 or later:

  1. [Bazel 6] Add common --enable_bzlmod to .bazelrc.

  2. Add to your MODULE.bazel file:

bazel_dep(name = "rules_cc", version = "0.2.16")

Using WORKSPACE:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
</tr></table>

... (truncated)

Commits
  • 541eda5 Only pass profile-correction flag on GCC
  • ae1df74 Fix empty flags errors
  • a464a75 Silence warning with parse_headers
  • 2e612c7 Factorize pic preference logic
  • 0c70f24 Automatic code cleanup.
  • 1de738e Apply default compile flags passed as attrs in Windows MSVC toolchain config
  • 527271c Update contributing guide
  • 6402462 Add support to inject cc_feature into legacy toolchains
  • 61f7516 Modify template for generated toolchain to be more buildifier compliant
  • 20bf72d Fix GCC detection to be robust to symlinks
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…updates

Bumps the bazel-packages group with 2 updates in the / directory: [abseil-cpp](https://github.com/abseil/abseil-cpp) and [rules_cc](https://github.com/bazelbuild/rules_cc).


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

Updates `rules_cc` from 0.2.14 to 0.2.17
- [Release notes](https://github.com/bazelbuild/rules_cc/releases)
- [Commits](bazelbuild/rules_cc@0.2.14...0.2.17)

---
updated-dependencies:
- dependency-name: abseil-cpp
  dependency-version: '20260107.1'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: bazel-packages
- dependency-name: rules_cc
  dependency-version: 0.2.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bazel-packages
...

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 Mar 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 1, 2026 19:28
@dependabot dependabot bot requested review from dubloom and removed request for a team March 1, 2026 19:28
@dependabot dependabot bot added dependencies Pull requests that update a dependency file bazel Pull requests that update bazel code labels Mar 1, 2026
@pr-commenter
Copy link

pr-commenter bot commented Mar 1, 2026

Benchmarks

Benchmark execution time: 2026-03-02 12:17:13

Comparing candidate commit e9d2d05 in PR branch dependabot/bazel/bazel-packages-c8e11e54e3 with baseline commit 9118a61 in branch main.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 1 metrics, 0 unstable metrics.

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.76%. Comparing base (9118a61) to head (e9d2d05).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #285   +/-   ##
=======================================
  Coverage   87.76%   87.76%           
=======================================
  Files          84       84           
  Lines        5658     5658           
=======================================
  Hits         4966     4966           
  Misses        692      692           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@datadog-datadog-prod-us1
Copy link

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 87.77% (+0.00%)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: e9d2d05 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback!

@dmehala dmehala merged commit f8c3913 into main Mar 2, 2026
39 checks passed
@dmehala dmehala deleted the dependabot/bazel/bazel-packages-c8e11e54e3 branch March 2, 2026 14:17
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.

2 participants