Skip to content

chore(deps): update dependency rules_cc to v0.2.0#479

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/rules_cc-0.x
Aug 23, 2025
Merged

chore(deps): update dependency rules_cc to v0.2.0#479
renovate[bot] merged 1 commit intomainfrom
renovate/rules_cc-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 16, 2025

This PR contains the following updates:

Package Type Update Change
rules_cc bazel_dep minor 0.1.1 -> 0.2.0

Release Notes

bazelbuild/rules_cc (rules_cc)

v0.2.0

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

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

load("@​rules_cc//cc:repositories.bzl", "rules_cc_dependencies", "rules_cc_toolchains")

rules_cc_dependencies()

rules_cc_toolchains()

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

compatibility_proxy_repo()

Full Changelog: https://github.com/bazelbuild/rules\_cc/compare/0.1.4...0.2.0

v0.1.4

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

http_archive(
    name = "rules_cc",
    sha256 = "0d3b4f984c4c2e1acfd1378e0148d35caf2ef1d9eb95b688f8e19ce0c41bdf5b",
    strip_prefix = "rules_cc-0.1.4",
    url = "https://github.com/bazelbuild/rules_cc/releases/download/0.1.4/rules_cc-0.1.4.tar.gz",
)

Full Changelog: https://github.com/bazelbuild/rules\_cc/compare/0.1.3...0.1.4

v0.1.3

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

http_archive(
    name = "rules_cc",
    sha256 = "64cb81641305dcf7b3b3d5a73095ee8fe7444b26f7b72a12227d36e15cfbb6cb",
    strip_prefix = "rules_cc-0.1.3",
    url = "https://github.com/bazelbuild/rules_cc/releases/download/0.1.3/rules_cc-0.1.3.tar.gz",
)

Full Changelog: https://github.com/bazelbuild/rules\_cc/compare/0.1.2...0.1.3

v0.1.2

Compare Source

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

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.1.2/rules_cc-0.1.2.tar.gz"],
    sha256 = "d62624b45e0912713dcd3b8e30ba6ae55418ed6bf99e6d135cd61b8addae312b",
    strip_prefix = "rules_cc-0.1.2",
)

Incompatible changes

Full Changelog: https://github.com/bazelbuild/rules\_cc/compare/0.1.1...0.1.2


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 enabled auto-merge (squash) June 16, 2025 14:31
@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch from 6f42361 to 070456a Compare June 17, 2025 16:32
@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch from 070456a to f3fa194 Compare July 15, 2025 20:04
@renovate renovate bot changed the title chore(deps): update dependency rules_cc to v0.1.2 chore(deps): update dependency rules_cc to v0.1.3 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch from f3fa194 to bb58c9b Compare July 18, 2025 12:41
@renovate renovate bot changed the title chore(deps): update dependency rules_cc to v0.1.3 chore(deps): update dependency rules_cc to v0.1.4 Jul 18, 2025
@renovate renovate bot changed the title chore(deps): update dependency rules_cc to v0.1.4 chore(deps): update dependency rules_cc to v0.2.0 Aug 6, 2025
@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch 2 times, most recently from 5d83baa to 3b170e1 Compare August 13, 2025 11:34
@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch from 3b170e1 to ea02088 Compare August 14, 2025 11:37
@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch 2 times, most recently from 80a1e49 to d2124c6 Compare August 23, 2025 15:29
@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch from d2124c6 to bb434aa Compare August 23, 2025 15:40
@renovate renovate bot merged commit 3334126 into main Aug 23, 2025
17 checks passed
@renovate renovate bot deleted the renovate/rules_cc-0.x branch August 23, 2025 15:56
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.

0 participants