Skip to content

chore(deps): bump rules_cc from 0.2.18 to 0.2.19 in the all-in-one group across 1 directory#82

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/all-in-one-13e7475b8e
Open

chore(deps): bump rules_cc from 0.2.18 to 0.2.19 in the all-in-one group across 1 directory#82
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/all-in-one-13e7475b8e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the all-in-one group with 1 update in the / directory: 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()

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

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 dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Jun 3, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.3.0) and connecting to it...
INFO: Invocation ID: c889e8be-eb5a-4863-bb56-51dd8a8073b5
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

Analyzing: target //:license-check (24 packages loaded, 10 targets configured)

Analyzing: target //:license-check (78 packages loaded, 10 targets configured)

Analyzing: target //:license-check (85 packages loaded, 10 targets configured)

Analyzing: target //:license-check (97 packages loaded, 37 targets configured)

Analyzing: target //:license-check (153 packages loaded, 2895 targets configured)

Analyzing: target //:license-check (158 packages loaded, 6077 targets configured)

Analyzing: target //:license-check (162 packages loaded, 8145 targets configured)

Analyzing: target //:license-check (162 packages loaded, 8145 targets configured)

Analyzing: target //:license-check (166 packages loaded, 10036 targets configured)

Analyzing: target //:license-check (166 packages loaded, 10036 targets configured)

Analyzing: target //:license-check (166 packages loaded, 10036 targets configured)

Analyzing: target //:license-check (166 packages loaded, 10036 targets configured)

Analyzing: target //:license-check (166 packages loaded, 10036 targets configured)

Analyzing: target //:license-check (167 packages loaded, 10160 targets configured)

Analyzing: target //:license-check (167 packages loaded, 10160 targets configured)

Analyzing: target //:license-check (167 packages loaded, 10160 targets configured)

Analyzing: target //:license-check (168 packages loaded, 10280 targets configured)

Analyzing: target //:license-check (168 packages loaded, 10280 targets configured)

Analyzing: target //:license-check (168 packages loaded, 10280 targets configured)

Analyzing: target //:license-check (168 packages loaded, 10280 targets configured)

INFO: Analyzed target //:license-check (169 packages loaded, 11859 targets configured).
[11 / 16] checking cached actions
INFO: From Generating Dash formatted dependency file ...:
INFO: Successfully converted 2 packages from Cargo.lock to bazel-out/k8-fastbuild/bin/formatted.txt
[14 / 16] [Prepa] JavaToolchainCompileBootClasspath external/rules_java+/toolchains/platformclasspath.jar
INFO: Found 1 target...
Target //:license.check.license_check up-to-date:
  bazel-bin/license.check.license_check
  bazel-bin/license.check.license_check.jar
INFO: Elapsed time: 202.918s, Critical Path: 2.36s
INFO: 16 processes: 12 internal, 3 processwrapper-sandbox, 1 worker.
INFO: Build completed successfully, 16 total actions
INFO: Running command line: bazel-bin/license.check.license_check ./formatted.txt <args omitted>
usage: org.eclipse.dash.licenses.cli.Main [-batch <int>] [-cd <url>]
       [-confidence <int>] [-ef <url>] [-excludeSources <sources>] [-help] [-lic
       <url>] [-project <shortname>] [-repo <url>] [-review] [-summary <file>]
       [-timeout <seconds>] [-token <token>]

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

The created documentation from the pull request is available at: docu-html

Bumps the all-in-one group with 1 update in the / directory: [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: all-in-one
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump rules_cc from 0.2.18 to 0.2.19 in the all-in-one group chore(deps): bump rules_cc from 0.2.18 to 0.2.19 in the all-in-one group across 1 directory Jun 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/bazel/all-in-one-13e7475b8e branch from f4adfd4 to 06d8199 Compare June 4, 2026 03:05
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

Status: Backlog

Development

Successfully merging this pull request may close these issues.

0 participants