Skip to content

Bump rules_cc from 0.2.17 to 0.2.18#4022

Merged
marcalff merged 1 commit into
mainfrom
dependabot/bazel/rules_cc-0.2.18
Apr 22, 2026
Merged

Bump rules_cc from 0.2.17 to 0.2.18#4022
marcalff merged 1 commit into
mainfrom
dependabot/bazel/rules_cc-0.2.18

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps rules_cc from 0.2.17 to 0.2.18.

Release notes

Sourced from rules_cc's releases.

0.2.18

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.18")

Using WORKSPACE:

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

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

Commits
  • 0850152 Centralize stamp injection between the cc toolchain and PostMark.
  • 8956a5b Fix interface library soname
  • f2cb3b4 Disable interface library -soname if already passed
  • ea015e6 Remove incompatible_use_specific_tool_files use
  • 9bf4119 Remove unnecessary requires for archiver_flags
  • 0b11998 cc_toolchain's tool_map should be cfg-exec-configured
  • 2993fd1 Remove uses of bazel_features ge
  • cab7071 Fix bazel_features usage in strip_include_prefix test
  • 72e42e7 Handle None shared_non_lto_backends in lto_index_action.
  • 6d26834 Refactor visibility to make it easier to add new packages without churn upstr...
  • 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 [rules_cc](https://github.com/bazelbuild/rules_cc) from 0.2.17 to 0.2.18.
- [Release notes](https://github.com/bazelbuild/rules_cc/releases)
- [Commits](bazelbuild/rules_cc@0.2.17...0.2.18)

---
updated-dependencies:
- dependency-name: rules_cc
  dependency-version: 0.2.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Apr 22, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 22, 2026 01:25
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file bazel Pull requests that update bazel code labels Apr 22, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.74%. Comparing base (c3b3d7c) to head (1329f23).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4022      +/-   ##
==========================================
- Coverage   81.75%   81.74%   -0.01%     
==========================================
  Files         374      374              
  Lines       16083    16083              
==========================================
- Hits        13147    13145       -2     
- Misses       2936     2938       +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.

@marcalff marcalff merged commit ccf3a02 into main Apr 22, 2026
69 checks passed
@marcalff marcalff deleted the dependabot/bazel/rules_cc-0.2.18 branch April 22, 2026 06:43
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