Skip to content

deps: Update dependency rules_cc to v0.2.11#425

Merged
ffortier merged 1 commit into
mainfrom
renovate/rules_cc-0.x
Oct 21, 2025
Merged

deps: Update dependency rules_cc to v0.2.11#425
ffortier merged 1 commit into
mainfrom
renovate/rules_cc-0.x

Conversation

@ffortier
Copy link
Copy Markdown
Owner

@ffortier ffortier commented Oct 21, 2025

This PR contains the following updates:

Package Type Update Change
rules_cc bazel_dep patch 0.2.10 -> 0.2.11

Release Notes

bazelbuild/rules_cc (rules_cc)

v0.2.11

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.11")
Using WORKSPACE:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    sha256 = "5287821524d1c1d20f1c0ffa90bd2c2d776473dd8c84dafa9eb783150286d825",
    strip_prefix = "rules_cc-0.2.11",
    url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.11/rules_cc-0.2.11.tar.gz",
)

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

compatibility_proxy_repo()

Full Changelog: bazelbuild/rules_cc@0.2.10...0.2.11


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Oct 21, 2025

Walkthrough

The PR updates the Bazel rules_cc dependency from version 0.2.10 to 0.2.11 across three MODULE.bazel files. No logic changes, control flow modifications, or public API alterations are present—this is a straightforward version bump for the C/C++ toolchain rules dependency.

Changes

Cohort / File(s) Summary
rules_cc dependency version bump (0.2.10 → 0.2.11)
modules/toolchains_cc65/MODULE.bazel, modules/uxn/MODULE.bazel, third_party/cpp/toolchains.MODULE.bazel
Updated rules_cc bazel_dep from 0.2.10 to 0.2.11 in all three MODULE.bazel files

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 A tiny hop, a version tick,
Rules_cc climbs from two-ten quick!
Three modules dance in harmony,
To 0.2.11, so fair to see!
No logic bent, just clean and bright,
The toolchain's path is smooth and right!

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title "deps: Update dependency rules_cc to v0.2.11" directly and clearly describes the main change in the pull request. The changeset updates the rules_cc Bazel dependency from version 0.2.10 to 0.2.11 across three MODULE.bazel files. The title is concise, uses a meaningful prefix ("deps:") to indicate the type of change, and includes the specific dependency name and target version, making it immediately clear and searchable for teammates reviewing the commit history.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch renovate/rules_cc-0.x

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 185706a and c772bcb.

⛔ Files ignored due to path filters (1)
  • MODULE.bazel.lock is excluded by !**/*.lock
📒 Files selected for processing (3)
  • modules/toolchains_cc65/MODULE.bazel (1 hunks)
  • modules/uxn/MODULE.bazel (1 hunks)
  • third_party/cpp/toolchains.MODULE.bazel (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: build-darwin-aarch64
  • GitHub Check: build-windows-x86_64
  • GitHub Check: build-linux-x86_64
🔇 Additional comments (1)
modules/toolchains_cc65/MODULE.bazel (1)

4-4: Version 0.2.11 of rules_cc is valid and has no known security issues.

The version 0.2.11 exists in the official repository and no security vulnerabilities were detected. The update is safe to proceed.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ffortier ffortier merged commit 5f9d66e into main Oct 21, 2025
10 checks passed
@ffortier ffortier deleted the renovate/rules_cc-0.x branch October 21, 2025 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants