Skip to content

chore(deps): update dependency rules_cc to v0.2.17#114

Merged
tomgr merged 1 commit intomainfrom
renovate/rules_cc-0.x
Apr 9, 2026
Merged

chore(deps): update dependency rules_cc to v0.2.17#114
tomgr merged 1 commit intomainfrom
renovate/rules_cc-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 20, 2025

This PR contains the following updates:

Package Type Update Change
rules_cc bazel_dep patch 0.2.140.2.17
rules_cc http_archive patch 0.2.140.2.17

Release Notes

bazelbuild/rules_cc (rules_cc)

v0.2.17

Compare Source

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

Using WORKSPACE:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    sha256 = "283fa1cdaaf172337898749cf4b9b1ef5ea269da59540954e51fba0e7b8f277a",
    strip_prefix = "rules_cc-0.2.17",
    url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.17/rules_cc-0.2.17.tar.gz",
)

load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")

compatibility_proxy_repo()

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

v0.2.16

Compare Source

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

Using WORKSPACE:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    sha256 = "458b658277ba51b4730ea7a2020efdf1c6dcadf7d30de72e37f4308277fa8c01",
    strip_prefix = "rules_cc-0.2.16",
    url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.16/rules_cc-0.2.16.tar.gz",
)

load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")

compatibility_proxy_repo()

Full Changelog: bazelbuild/rules_cc@0.2.15...0.2.16

v0.2.15

Compare Source

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

Using WORKSPACE:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    sha256 = "5e0077e2a5287e18873ae494a4d881d2e6df5f18d5edd3703c2724f9a36a0004",
    strip_prefix = "rules_cc-0.2.15",
    url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.15/rules_cc-0.2.15.tar.gz",
)

load("@​rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")

compatibility_proxy_repo()

Full Changelog: bazelbuild/rules_cc@0.2.14...0.2.15


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch from c8ac473 to 254d53f Compare December 20, 2025 17:51
@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch from 254d53f to 6f477d9 Compare February 18, 2026 13:06
@renovate renovate bot changed the title chore(deps): update dependency rules_cc to v0.2.16 chore(deps): update dependency rules_cc to v0.2.17 Feb 18, 2026
@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch 2 times, most recently from fecec6d to d97dd99 Compare March 3, 2026 14:41
@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch from d97dd99 to 078b5f3 Compare March 13, 2026 13:16
@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch 9 times, most recently from 63a062d to 3d5b4e0 Compare April 9, 2026 09:51
@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch from 3d5b4e0 to 00ab6ff Compare April 9, 2026 09:55
@tomgr tomgr enabled auto-merge April 9, 2026 10:02
@tomgr tomgr added this pull request to the merge queue Apr 9, 2026
Merged via the queue into main with commit bea7ccb Apr 9, 2026
16 checks passed
@tomgr tomgr deleted the renovate/rules_cc-0.x branch April 9, 2026 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant