Skip to content

Bump rules_cc from 0.2.18 to 0.2.19 in /e2e/smoke#138

Merged
mxpv merged 1 commit into
mainfrom
dependabot/bazel/e2e/smoke/rules_cc-0.2.19
Jun 3, 2026
Merged

Bump rules_cc from 0.2.18 to 0.2.19 in /e2e/smoke#138
mxpv merged 1 commit into
mainfrom
dependabot/bazel/e2e/smoke/rules_cc-0.2.19

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps 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 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.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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Jun 3, 2026
@mxpv mxpv merged commit 1d95a29 into main Jun 3, 2026
15 checks passed
@mxpv mxpv deleted the dependabot/bazel/e2e/smoke/rules_cc-0.2.19 branch June 3, 2026 20: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

None yet

Development

Successfully merging this pull request may close these issues.

1 participant