Skip to content

chore(deps): Bump rules_cc from 0.2.18 to 0.2.19 in /foreign/cpp in the cpp group#3565

Merged
hubcio merged 2 commits into
masterfrom
dependabot/bazel/foreign/cpp/cpp-13e7475b8e
Jun 26, 2026
Merged

chore(deps): Bump rules_cc from 0.2.18 to 0.2.19 in /foreign/cpp in the cpp group#3565
hubcio merged 2 commits into
masterfrom
dependabot/bazel/foreign/cpp/cpp-13e7475b8e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the cpp group in /foreign/cpp with 1 update: rules_cc.

Updates rules_cc from 0.2.18 to 0.2.19

Release notes

Sourced from rules_cc's releases.

0.2.19

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

Using WORKSPACE:

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

I curated the release notes for the latest release if someone can copy-paste them in to https://github.com/bazelbuild/rules_cc/releases/tag/0.2.19

What's Changed

New features

  • Add action types for llvm-profdata and gcov by @​keith in de6e35ef9b51629edb14c6dd5b32802520f979bc
  • Add local_defines to objc_library by @​keith in 2310907573a3417594938f70b9c6b642b8eb3907
  • Migrate objc.builtin_objc_strip_action to a build setting. by @​a-googler in 804007dc387ccee143d37fa8c3506f980735f214
  • Add feature to _virtual_includes when paths are only stripped by @​keith in 63790f3addfd26e0cbd04994fa2a03ca17d8b538
  • Add local_includes to cc_library / cc_binary by @​keith in ab84bd3287a17631bd6c534d85c517e58d84cb3b

Other notable changes

  • Remove archive from objc_library runfiles. by @​lilygorsheneva in d305b348ed81f86f305c064f5f756614124ef6ae
  • Fix data on objc_library by @​keith in c0baec3c157c59f885a3be228380b3474733c670
  • Fix data on cc_import by @​keith in 6495bc379677d92ed9653d9f6f064746c32459ea
  • Fallback to get_tool_for_action with empty tool_paths by @​keith in 3486c5959ba8036a5e57770e81454db441e48003
  • Disable empty archive output. by @​lilygorsheneva in 4733851b291a4bce47ac14104a170be9cc83544f
  • Mark file paths in format for path mapping by @​fmeum in abf355c5c0e316219c8effebf7c9a4de7d3072eb

... (truncated)

Commits
  • 72430b9 Add Copybara transformation for rules_shell.
  • 448331a Add docs:update target
  • 70158a9 Allow cc compilation actions to accept a user-defined comment.
  • 577b55d Support dynamic execution requirements with cc_tool
  • e84b9a8 Migrate testDuplicateLinkopts from Java to Starlark.
  • ccd5bda Migrate CcBinaryConfiguredTargetTest.testUnsupportedSrcFile from Java to Star...
  • 692a24a Add a feature for the default C standard on Windows
  • 1ab461d Remove an infeasible TODO comment.
  • 3aad82a Add .xll as a recognized C++ shared-library extension
  • 9c98c34 Add more missing variables for objc_executable action
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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

Bumps the cpp group in /foreign/cpp with 1 update: [rules_cc](https://github.com/bazelbuild/rules_cc).


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

---
updated-dependencies:
- dependency-name: rules_cc
  dependency-version: 0.2.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cpp
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added cpp Change related to C++ code. dependencies Pull requests that update a dependency file labels Jun 25, 2026
@github-actions github-actions Bot added the S-waiting-on-review PR is waiting on a reviewer label Jun 25, 2026
@hubcio hubcio merged commit 0efe933 into master Jun 26, 2026
34 checks passed
@hubcio hubcio deleted the dependabot/bazel/foreign/cpp/cpp-13e7475b8e branch June 26, 2026 06:56
@github-actions github-actions Bot removed the S-waiting-on-review PR is waiting on a reviewer label Jun 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cpp Change related to C++ code. dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants