chore(deps): update dependency rules_buf to v0.5.1

This MR contains the following updates:

Package Type Update Change
rules_buf bazel_dep minor 0.4.0 -> 0.5.1

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

bufbuild/rules_buf (rules_buf)

v0.5.1

MODULE.bazel Usage

bazel_dep(name = "rules_buf", version = "0.5.1")

WORKSPACE Usage

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_buf",
    sha256 = "e2e86189b01ca0b509a377cda9ab30039490e14efce24ce38e9b5114d880e125",
    strip_prefix = "rules_buf-0.5.1",
    urls = [
        "https://github.com/bufbuild/rules_buf/releases/download/v0.5.1/rules_buf-0.5.1.tar.gz",
    ],
)

What's Changed

Full Changelog: https://github.com/bufbuild/rules_buf/compare/v0.5.0...v0.5.1

v0.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/bufbuild/rules_buf/compare/v0.4.0...v0.5.0


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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

Edited by GitLab Dependency Bot

Merge request reports

Loading