Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency rules_cc to v0.1.1 #14981

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Feb 7, 2025

This PR contains the following updates:

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

Release Notes

bazelbuild/rules_cc (rules_cc)

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: bazelbuild/rules_cc@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: bazelbuild/rules_cc@0.0.13...0.1.0


Configuration

📅 Schedule: Branch creation - "* * * * 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 as a code owner February 7, 2025 14:01
@dpebot
Copy link
Collaborator

dpebot commented Feb 7, 2025

/gcbrun

Copy link

codecov bot commented Feb 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.90%. Comparing base (580b965) to head (1802d04).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14981      +/-   ##
==========================================
- Coverage   92.90%   92.90%   -0.01%     
==========================================
  Files        2351     2351              
  Lines      210185   210185              
==========================================
- Hits       195280   195264      -16     
- Misses      14905    14921      +16     

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

@scotthart scotthart added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge Indicates a pull request not ready for merge, due to either quality or timing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants