Skip to content

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

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

Open
wants to merge 1 commit into
base: trunk
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 patch 0.1.0 -> 0.1.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.


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

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

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Feb 7, 2025
@coveralls
Copy link

coveralls commented Feb 7, 2025

Pull Request Test Coverage Report for Build 16344063106

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 69.867%

Totals Coverage Status
Change from base Build 13096216219: 0.0%
Covered Lines: 9868
Relevant Lines: 14124

💛 - Coveralls

@renovate-bot renovate-bot force-pushed the renovate/all-dependencies branch 21 times, most recently from 117ba4c to dbb7a4f Compare June 4, 2025 05:04
@renovate-bot renovate-bot force-pushed the renovate/all-dependencies branch 7 times, most recently from 938143b to d1d0b26 Compare June 8, 2025 00:37
@renovate-bot renovate-bot force-pushed the renovate/all-dependencies branch 18 times, most recently from ff39b52 to 0e832d9 Compare July 13, 2025 08:33
@renovate-bot renovate-bot force-pushed the renovate/all-dependencies branch 5 times, most recently from 94d9d2c to f672f9f Compare July 15, 2025 05:35
@renovate-bot 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-bot renovate-bot force-pushed the renovate/all-dependencies branch 4 times, most recently from 77ae4e1 to cab3fde Compare July 17, 2025 02:13
@renovate-bot renovate-bot force-pushed the renovate/all-dependencies branch from cab3fde to 0762562 Compare July 17, 2025 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants