build(deps): bump the bazel-packages group across 1 directory with 2 updates#332
build(deps): bump the bazel-packages group across 1 directory with 2 updates#332dependabot[bot] wants to merge 1 commit into
Conversation
This comment has been minimized.
This comment has been minimized.
BenchmarksBenchmark execution time: 2026-07-06 17:33:13 Comparing candidate commit 07cb90f in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 8 metrics, 0 unstable metrics.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9529171f68
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| ) | ||
|
|
||
| bazel_dep(name = "abseil-cpp", version = "20260107.1", repo_name = "com_google_absl") | ||
| bazel_dep(name = "abseil-cpp", version = "20260526.0", repo_name = "com_google_absl") |
There was a problem hiding this comment.
Avoid requiring an unpinned Bazel upgrade
In builds that run Bzlmod with Bazel <8.6.0 (or pre-9.1.0 on the 9.x line), Abseil 20260526.0 is a known-bad release because its upstream MODULE.bazel removed compatibility_level; Abseil's release notes say those Bazel versions fail and recommend upgrading Bazel. This repo does not pin Bazel, and the Bazel job in .github/workflows/dev.yml invokes bazelisk --bazelrc=... build dd_trace_cpp, so users or CI images that have not moved to Bazel 8.6+/9.1+ can hit module-resolution failures before compilation; either pin/require a compatible Bazel version with this bump or stay on the previous Abseil LTS.
Useful? React with 👍 / 👎.
…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 20260107.1 to 20260526.0 - [Release notes](https://github.com/abseil/abseil-cpp/releases) - [Commits](abseil/abseil-cpp@20260107.1...20260526.0) Updates `rules_cc` from 0.2.14 to 0.2.21 - [Release notes](https://github.com/bazelbuild/rules_cc/releases) - [Commits](bazelbuild/rules_cc@0.2.14...0.2.21) --- updated-dependencies: - dependency-name: abseil-cpp dependency-version: '20260526.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: bazel-packages - dependency-name: rules_cc dependency-version: 0.2.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bazel-packages ... Signed-off-by: dependabot[bot] <support@github.com>
9529171 to
07cb90f
Compare
Bumps the bazel-packages group with 2 updates in the / directory: abseil-cpp and rules_cc.
Updates
abseil-cppfrom 20260107.1 to 20260526.0Release notes
Sourced from abseil-cpp's releases.
... (truncated)
Commits
5650e9cRemove an obsolete //visibility:private tag (#2070)b29e7f9Apply LTS transformations for 20260526 LTS branch (#2063)147d631Use absl::StripLeadingAsciiWhitespace instead of a lambda using std::isspace635c53fAdd extra tests for working with reserved tables.54615feRefactor ClearBackingArray and add test for clearing with different sizes.e9f87bcDisable inlining for some templated symbols in Abseileb0e0d4Add parentheses-removal support for non-VA_OPT-supporting compilers to st...f883d40Fix comment in variant.h to refer toabsl::variant.0e9e3daAdd an overload of absl::c_move to move between containers.b368f2cPR #2057: doc: clarify moved-from state for hash containersUpdates
rules_ccfrom 0.2.14 to 0.2.21Release notes
Sourced from rules_cc's releases.
... (truncated)
Commits
1a20833Change default needs_include_validation to match createCppCompileAction's par...fad3ad3Starlarkify compute_output_name_prefix_dir593d6fcRemove unused variable084155dAutomatic code cleanup.da170e4Revert toolchain expansions and introduce profile changelist defines to links...5eeedebSupport the new(ish)@//tools/cpp:cc_runtimes_toolchain_typetoolchain for ...97e2922Add Windows ThinLTO argumentsbeab926Remove--incompatible_make_thinlto_command_lines_standalonefrom `test_lto_...f2e4ad2Make default OSX toolchain respect the use_libtool flaga7a6249Migrate batch 3 of CcBinaryThinLtoTest to Starlark