tweag / rules_nixpkgs

Rules for importing Nixpkgs packages into Bazel.
Apache License 2.0
294 stars 81 forks source link

chore(deps): update dependency rules_cc to v0.1.0 #591

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Type Update Change
rules_cc bazel_dep minor 0.0.9 -> 0.1.0
rules_cc http_archive minor 0.0.9 -> 0.1.0

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bazelbuild/rules_cc (rules_cc) ### [`v0.1.0`](https://redirect.github.com/bazelbuild/rules_cc/releases/tag/0.1.0) [Compare Source](https://redirect.github.com/bazelbuild/rules_cc/compare/0.0.15...0.1.0) 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 - Restore compatibility with Bazel 6 by [@​meteorcloudy](https://redirect.github.com/meteorcloudy) in [https://github.com/bazelbuild/rules_cc/pull/253](https://redirect.github.com/bazelbuild/rules_cc/pull/253) - add emscripten compiler config_setting by [@​zaucy](https://redirect.github.com/zaucy) in [https://github.com/bazelbuild/rules_cc/pull/198](https://redirect.github.com/bazelbuild/rules_cc/pull/198) - Remove redundant with_feature_set for sanitizers by [@​hauserx](https://redirect.github.com/hauserx) in [https://github.com/bazelbuild/rules_cc/pull/260](https://redirect.github.com/bazelbuild/rules_cc/pull/260) - Update README.md by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazelbuild/rules_cc/pull/234](https://redirect.github.com/bazelbuild/rules_cc/pull/234) - Deduplicate tools for `cc_tool_map` by [@​fmeum](https://redirect.github.com/fmeum) in [https://github.com/bazelbuild/rules_cc/pull/256](https://redirect.github.com/bazelbuild/rules_cc/pull/256) - Use sh rules from rules_shell by [@​comius](https://redirect.github.com/comius) in [https://github.com/bazelbuild/rules_cc/pull/265](https://redirect.github.com/bazelbuild/rules_cc/pull/265) #### New Contributors - [@​zaucy](https://redirect.github.com/zaucy) made their first contribution in [https://github.com/bazelbuild/rules_cc/pull/198](https://redirect.github.com/bazelbuild/rules_cc/pull/198) - [@​hauserx](https://redirect.github.com/hauserx) made their first contribution in [https://github.com/bazelbuild/rules_cc/pull/260](https://redirect.github.com/bazelbuild/rules_cc/pull/260) **Full Changelog**: https://github.com/bazelbuild/rules_cc/compare/0.0.13...0.1.0 ### [`v0.0.15`](https://redirect.github.com/bazelbuild/rules_cc/releases/tag/0.0.15) [Compare Source](https://redirect.github.com/bazelbuild/rules_cc/compare/0.0.14...0.0.15) 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.0.15/rules_cc-0.0.15.tar.gz"], sha256 = "f4aadd8387f381033a9ad0500443a52a0cea5f8ad1ede4369d3c614eb7b2682e", strip_prefix = "rules_cc-0.0.15", ) #### What's Changed - Revert "Remove cc_proto_library from defs.bzl" #### New Contributors **Full Changelog**: https://github.com/bazelbuild/rules_cc/compare/0.0.14...0.0.15 ### [`v0.0.14`](https://redirect.github.com/bazelbuild/rules_cc/releases/tag/0.0.14) [Compare Source](https://redirect.github.com/bazelbuild/rules_cc/compare/0.0.13...0.0.14) 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.0.14/rules_cc-0.0.14.tar.gz"], sha256 = "906e89286acc67c20819c3c88b3283de0d5868afda33635d70acae0de9777bb7", strip_prefix = "rules_cc-0.0.14", ) #### What's Changed - Restore compatibility with Bazel 6 by [@​meteorcloudy](https://redirect.github.com/meteorcloudy) in [https://github.com/bazelbuild/rules_cc/pull/253](https://redirect.github.com/bazelbuild/rules_cc/pull/253) - add emscripten compiler config_setting by [@​zaucy](https://redirect.github.com/zaucy) in [https://github.com/bazelbuild/rules_cc/pull/198](https://redirect.github.com/bazelbuild/rules_cc/pull/198) - Remove redundant with_feature_set for sanitizers by [@​hauserx](https://redirect.github.com/hauserx) in [https://github.com/bazelbuild/rules_cc/pull/260](https://redirect.github.com/bazelbuild/rules_cc/pull/260) - Update README.md by [@​alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazelbuild/rules_cc/pull/234](https://redirect.github.com/bazelbuild/rules_cc/pull/234) - Deduplicate tools for `cc_tool_map` by [@​fmeum](https://redirect.github.com/fmeum) in [https://github.com/bazelbuild/rules_cc/pull/256](https://redirect.github.com/bazelbuild/rules_cc/pull/256) - Use sh rules from rules_shell by [@​comius](https://redirect.github.com/comius) in [https://github.com/bazelbuild/rules_cc/pull/265](https://redirect.github.com/bazelbuild/rules_cc/pull/265) #### New Contributors - [@​zaucy](https://redirect.github.com/zaucy) made their first contribution in [https://github.com/bazelbuild/rules_cc/pull/198](https://redirect.github.com/bazelbuild/rules_cc/pull/198) - [@​hauserx](https://redirect.github.com/hauserx) made their first contribution in [https://github.com/bazelbuild/rules_cc/pull/260](https://redirect.github.com/bazelbuild/rules_cc/pull/260) **Full Changelog**: https://github.com/bazelbuild/rules_cc/compare/0.0.13...0.0.14 ### [`v0.0.13`](https://redirect.github.com/bazelbuild/rules_cc/releases/tag/0.0.13) [Compare Source](https://redirect.github.com/bazelbuild/rules_cc/compare/0.0.12...0.0.13) 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.0.13/rules_cc-0.0.13.tar.gz"], sha256 = "d9bdd3ec66b6871456ec9c965809f43a0901e692d754885e89293807762d3d80", strip_prefix = "rules_cc-0.0.13", ) #### What's Changed - Rules based toolchain example by [@​armandomontanez](https://redirect.github.com/armandomontanez) in [https://github.com/bazelbuild/rules_cc/pull/237](https://redirect.github.com/bazelbuild/rules_cc/pull/237) #### New Contributors - [@​armandomontanez](https://redirect.github.com/armandomontanez) made their first contribution in [https://github.com/bazelbuild/rules_cc/pull/237](https://redirect.github.com/bazelbuild/rules_cc/pull/237) **Full Changelog**: https://github.com/bazelbuild/rules_cc/compare/0.0.12...0.0.13 ### [`v0.0.12`](https://redirect.github.com/bazelbuild/rules_cc/releases/tag/0.0.12) [Compare Source](https://redirect.github.com/bazelbuild/rules_cc/compare/0.0.11...0.0.12) 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.0.12/rules_cc-0.0.12.tar.gz"], sha256 = "b26168b9a13f094794982b832975eaf53cefc5dced5b3be7df6b8b794dc2744b", strip_prefix = "rules_cc-0.0.12", ) **Full Changelog**: https://github.com/bazelbuild/rules_cc/compare/0.0.11...0.0.12 ### [`v0.0.11`](https://redirect.github.com/bazelbuild/rules_cc/releases/tag/0.0.11) [Compare Source](https://redirect.github.com/bazelbuild/rules_cc/compare/0.0.10...0.0.11) #### Loading rules_cc 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.0.11/rules_cc-0.0.11.tar.gz"], sha256 = "7e2a1f6c5dd908e6e88d7c80257c99d14e16fa985b56342287fddb6a32c435b5", strip_prefix = "rules_cc-0.0.11", ) #### What's Changed - Update bcr configuration by [@​comius](https://redirect.github.com/comius) in [https://github.com/bazelbuild/rules_cc/pull/240](https://redirect.github.com/bazelbuild/rules_cc/pull/240) - Allow extra args to cc_sysroot by [@​keith](https://redirect.github.com/keith) in [https://github.com/bazelbuild/rules_cc/pull/244](https://redirect.github.com/bazelbuild/rules_cc/pull/244) - Add objc_compile to compile_actions by [@​keith](https://redirect.github.com/keith) in [https://github.com/bazelbuild/rules_cc/pull/245](https://redirect.github.com/bazelbuild/rules_cc/pull/245) - Make stardoc a dev dependency by [@​meteorcloudy](https://redirect.github.com/meteorcloudy) in [https://github.com/bazelbuild/rules_cc/pull/249](https://redirect.github.com/bazelbuild/rules_cc/pull/249) - Fix empty glob in cc/private/BUILD by [@​Wyverald](https://redirect.github.com/Wyverald) in [https://github.com/bazelbuild/rules_cc/pull/250](https://redirect.github.com/bazelbuild/rules_cc/pull/250) #### New Contributors - [@​Wyverald](https://redirect.github.com/Wyverald) made their first contribution in [https://github.com/bazelbuild/rules_cc/pull/250](https://redirect.github.com/bazelbuild/rules_cc/pull/250) **Full Changelog**: https://github.com/bazelbuild/rules_cc/compare/0.0.10...0.0.11 ### [`v0.0.10`](https://redirect.github.com/bazelbuild/rules_cc/releases/tag/0.0.10) [Compare Source](https://redirect.github.com/bazelbuild/rules_cc/compare/0.0.9...0.0.10) #### What's Changed - Update dependency io_bazel_rules_go to v0.42.0 by [@​renovate-bot](https://redirect.github.com/renovate-bot) in [https://github.com/bazelbuild/rules_cc/pull/201](https://redirect.github.com/bazelbuild/rules_cc/pull/201) **Full Changelog**: https://github.com/bazelbuild/rules_cc/compare/0.0.9...0.0.10 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.0.10/rules_cc-0.0.10.tar.gz"], sha256 = "65b67b81c6da378f136cc7e7e14ee08d5b9375973427eceb8c773a4f69fa7e49", strip_prefix = "rules_cc-0.0.10", )

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 these updates again.



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

avdv commented 2 months ago

rules_cc 0.0.10 depends on stardoc 0.7.0, which depends on rules_java 7.6.1 (also see #533) which requires Bazel 7.0.0 (https://github.com/bazelbuild/bazel-central-registry/blob/40bc9ad53e5a59d596935839e7c072679e706266/modules/rules_java/7.6.1/MODULE.bazel#L5C5-L5C6)