build(deps): bump the bazel-packages group with 2 updates#332
build(deps): bump the bazel-packages group with 2 updates#332dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the bazel-packages group with 2 updates: [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.20 - [Release notes](https://github.com/bazelbuild/rules_cc/releases) - [Commits](bazelbuild/rules_cc@0.2.14...0.2.20) --- 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>
|
BenchmarksBenchmark execution time: 2026-07-01 19:32:25 Comparing candidate commit 9529171 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 👍 / 👎.
Bumps the bazel-packages group with 2 updates: abseil-cpp and rules_cc.
Updates
abseil-cppfrom 20260107.1 to 20260526.0Release notes
Sourced from abseil-cpp's releases.
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.20Release notes
Sourced from rules_cc's releases.
... (truncated)
Commits
1abb3afUpdate rules_cc bazel_features dependency to version 1.50.0.a0d30c6Add llvm-profdata action, support env8d64d25Reorganize rules_cc buildkite config.8169167Move remaining builtins_bzl test files to rules_cc.5758824Migrate C++ PDB and Coverage Support tests (Batch 3) to Starlark.634f2e3Add integration tests for Propeller linking. Also a small fix to propeller fe...7eb96e3Add env var to disable macOS toolchainf65555cRefactor cc_binary tests to use derived assertions instead of detached assert...2796ad9Make link_action_subject inputs/outputs return File objects.ab9f0cfMigrate several cc_binary tests from Java to Starlark.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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