Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2024

This PR contains the following updates:

Package Type Update Change
rules_proto http_archive major 6.0.2 -> 7.1.0

Release Notes

bazelbuild/rules_proto (rules_proto)

v7.1.0

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_proto", version = "7.1.0")

Using WORKSPACE:

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

http_archive(
    name = "rules_proto",
    sha256 = "14a225870ab4e91869652cfd69ef2028277fc1dc4910d65d353b62d6e0ae21f4",
    strip_prefix = "rules_proto-7.1.0",
    url = "https://github.com/bazelbuild/rules_proto/releases/download/7.1.0/rules_proto-7.1.0.tar.gz",
)

load("@​rules_proto//proto:repositories.bzl", "rules_proto_dependencies")
rules_proto_dependencies()

load("@​rules_proto//proto:toolchains.bzl", "rules_proto_toolchains")
rules_proto_toolchains()

What's Changed

Full Changelog: bazelbuild/rules_proto@7.0.3...7.1.0

v7.0.2

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_proto", version = "7.0.1")

Using WORKSPACE:

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

http_archive(
    name = "rules_proto",
    sha256 = "0e5c64a2599a6e26c6a03d6162242d231ecc0de219534c38cb4402171def21e8",
    strip_prefix = "rules_proto-7.0.2",
    url = "https://github.com/bazelbuild/rules_proto/releases/download/7.0.2/rules_proto-7.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()

What's Changed

  • Adding back reference to ProtoLangToolchainInfo

Full Changelog: bazelbuild/rules_proto@7.0.1...7.0.2

v7.0.1

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_proto", version = "7.0.1")

Using WORKSPACE:

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

http_archive(
    name = "rules_proto",
    sha256 = "33e496a2b3fe925d5247d848535cb0371890f3e9514a13fd79b0ac9a60a5fc41",
    strip_prefix = "rules_proto-7.0.1",
    url = "https://github.com/bazelbuild/rules_proto/releases/download/7.0.1/rules_proto-7.0.1.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()

What's Changed

  • Update rules_cc version to 0.0.15

Full Changelog: bazelbuild/rules_proto@7.0.0...7.0.1

v7.0.0

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_proto", version = "7.0.0")

Using WORKSPACE:

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

http_archive(
    name = "rules_proto",
    sha256 = "8e195dbb6a505ca4c7aafa6b7cffa47fe49a261b27a342053cfb2b973cc4aa12",
    strip_prefix = "rules_proto-7.0.0",
    url = "https://github.com/bazelbuild/rules_proto/releases/download/7.0.0/rules_proto-7.0.0.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()

What's Changed

Full Changelog: bazelbuild/rules_proto@6.0.2...7.0.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 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.

@renovate renovate bot requested a review from avdv as a code owner November 6, 2024 19:23
@renovate renovate bot added the merge-queue merge on green CI label Nov 6, 2024
@renovate renovate bot force-pushed the renovate/rules_proto-7.x branch 2 times, most recently from e836e72 to fde7ac4 Compare November 12, 2024 12:41
@renovate renovate bot force-pushed the renovate/rules_proto-7.x branch from fde7ac4 to 6669d34 Compare December 10, 2024 17:09
@renovate renovate bot force-pushed the renovate/rules_proto-7.x branch from 6669d34 to 1e5e108 Compare December 18, 2024 16:17
@renovate renovate bot force-pushed the renovate/rules_proto-7.x branch 3 times, most recently from 5559542 to fd245ad Compare January 14, 2025 11:37
@renovate renovate bot force-pushed the renovate/rules_proto-7.x branch from fd245ad to cdf9197 Compare January 16, 2025 06:37
@renovate renovate bot force-pushed the renovate/rules_proto-7.x branch 2 times, most recently from d989fb4 to dcbb210 Compare January 30, 2025 13:44
@renovate renovate bot force-pushed the renovate/rules_proto-7.x branch from dcbb210 to 2801649 Compare February 6, 2025 10:59
@renovate renovate bot force-pushed the renovate/rules_proto-7.x branch from 2801649 to cf0f7dc Compare March 10, 2025 18:24
@renovate renovate bot force-pushed the renovate/rules_proto-7.x branch from cf0f7dc to aea600d Compare April 15, 2025 16:21
@renovate renovate bot changed the title Update dependency rules_proto to v7 chore(deps): update dependency rules_proto to v7 Apr 16, 2025
@renovate renovate bot force-pushed the renovate/rules_proto-7.x branch 2 times, most recently from 2f56c7b to 6687c3c Compare April 16, 2025 09:17
@renovate renovate bot force-pushed the renovate/rules_proto-7.x branch from 6687c3c to d347b91 Compare April 30, 2025 17:59
@renovate renovate bot force-pushed the renovate/rules_proto-7.x branch from d347b91 to b6f0cd3 Compare May 22, 2025 09:28
@renovate renovate bot force-pushed the renovate/rules_proto-7.x branch from b6f0cd3 to a13cc10 Compare June 10, 2025 14:03
@renovate renovate bot force-pushed the renovate/rules_proto-7.x branch from a13cc10 to 3959916 Compare August 1, 2025 08:38
@renovate renovate bot force-pushed the renovate/rules_proto-7.x branch from 3959916 to 35d8d5d Compare August 3, 2025 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge-queue merge on green CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant