Skip to content

chore(deps): update dependency rules_cc to v0.1.3 (main)#15242

Merged
scotthart merged 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/main-rules_cc-0.x
Jul 17, 2025
Merged

chore(deps): update dependency rules_cc to v0.1.3 (main)#15242
scotthart merged 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/main-rules_cc-0.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Jun 30, 2025

This PR contains the following updates:

Package Type Update Change
rules_cc bazel_dep minor 0.0.17 -> 0.1.3
rules_cc http_archive minor 0.0.17 -> 0.1.3

Release Notes

bazelbuild/rules_cc (rules_cc)

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

v0.1.1

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.1/rules_cc-0.1.1.tar.gz"],
    sha256 = "712d77868b3152dd618c4d64faaddefcc5965f90f5de6e6dd1d5ddcd0be82d42",
    strip_prefix = "rules_cc-0.1.1",
)

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

v0.1.0

Compare Source

0.1.x releases are not updated, please continue to use the latest 0.0.x release.

We will continue to update 0.1.x line, once most of uses of cc_proto_library are migrated to @com_google_protobuf.

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.0/rules_cc-0.1.0.tar.gz"],
    sha256 = "4b12149a041ddfb8306a8fd0e904e39d673552ce82e4296e96fac9cbf0780e59",
    strip_prefix = "rules_cc-0.1.0",
)
Incompatible Changes
  • cc_proto_library is removed from defs.bzl
What's Changed
New Contributors

Full Changelog: https://github.com/bazelbuild/rules\_cc/compare/0.0.13...0.1.0


Configuration

📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), 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.


This change is Reviewable

@renovate-bot renovate-bot requested a review from a team June 30, 2025 23:00
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Jun 30, 2025

/gcbrun

@codecov
Copy link
Copy Markdown

codecov bot commented Jul 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.93%. Comparing base (0819ec0) to head (826c8a0).
Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #15242   +/-   ##
=======================================
  Coverage   92.93%   92.93%           
=======================================
  Files        2394     2394           
  Lines      215564   215564           
=======================================
  Hits       200332   200332           
  Misses      15232    15232           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate-bot renovate-bot changed the title chore(deps): update dependency rules_cc to v0.1.2 (main) chore(deps): update dependency rules_cc to v0.1.3 (main) Jul 15, 2025
@renovate-bot renovate-bot force-pushed the renovate/main-rules_cc-0.x branch from 225a942 to 826c8a0 Compare July 15, 2025 15:09
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Jul 15, 2025

/gcbrun

@scotthart scotthart merged commit 2144b80 into googleapis:main Jul 17, 2025
78 checks passed
@renovate-bot renovate-bot deleted the renovate/main-rules_cc-0.x branch July 17, 2025 15:12
v-pratap pushed a commit to v-pratap/google-cloud-cpp that referenced this pull request Jul 21, 2025
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.

3 participants