tweag / rules_nixpkgs

Rules for importing Nixpkgs packages into Bazel.
Apache License 2.0
285 stars 80 forks source link

chore(deps): update dependency rules_proto to v6.0.2 #560

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rules_proto http_archive patch 6.0.0 -> 6.0.2

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


Release Notes

bazelbuild/rules_proto (rules_proto) ### [`v6.0.2`](https://togithub.com/bazelbuild/rules_proto/releases/tag/6.0.2) [Compare Source](https://togithub.com/bazelbuild/rules_proto/compare/6.0.0...6.0.2) #### Using bzlmod with Bazel 6 or later: 1. \[Bazel 6] Add `common --enable_bzlmod` to `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "rules_proto", version = "6.0.2") ``` #### Using WORKSPACE: ```starlark load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_proto", sha256 = "6fb6767d1bef535310547e03247f7518b03487740c11b6c6adb7952033fe1295", strip_prefix = "rules_proto-6.0.2", url = "https://github.com/bazelbuild/rules_proto/releases/download/6.0.2/rules_proto-6.0.2.tar.gz", ) load("@​rules_proto//proto:repositories.bzl", "rules_proto_dependencies") rules_proto_dependencies() load("@​rules_proto//proto:setup.bzl", "rules_proto_setup") rules_proto_setup() load("@​rules_proto//proto:toolchains.bzl", "rules_proto_toolchains") rules_proto_toolchains() ``` #### What's Changed - Make rules_cc a production dep by [@​keith](https://togithub.com/keith) in [https://github.com/bazelbuild/rules_proto/pull/215](https://togithub.com/bazelbuild/rules_proto/pull/215) - Fix Bazel version to 7.1.2, update lock file, fix no bzlmod builds by [@​comius](https://togithub.com/comius) in [https://github.com/bazelbuild/rules_proto/pull/217](https://togithub.com/bazelbuild/rules_proto/pull/217) **Full Changelog**: https://github.com/bazelbuild/rules_proto/compare/6.0.0...6.0.2

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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 3 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

āš ļø Warning: custom changes will be lost.