Skip to content
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

chore(deps): update all dependencies #1517

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented May 27, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
bazel_features http_archive minor v1.11.0 -> v1.13.0
com_google_googleapis http_archive digest 0148e48 -> 7976ffa
rules_proto http_archive patch 6.0.0-rc2 -> 6.0.2

Release Notes

bazel-contrib/bazel_features (bazel_features)

v1.13.0

Compare Source

Using Bzlmod with Bazel 6

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "bazel_features", version = "1.13.0")

Using WORKSPACE

Paste this snippet into your file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "bazel_features",
    sha256 = "5d7e4eb0bb17aee392143cd667b67d9044c270a9345776a5e5a3cccbc44aa4b3",
    strip_prefix = "bazel_features-1.13.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.13.0/bazel_features-v1.13.0.tar.gz",
)
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

What's Changed

Full Changelog: bazel-contrib/bazel_features@v1.12.0...v1.13.0

v1.12.0

Compare Source

Using Bzlmod with Bazel 6

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "bazel_features", version = "1.12.0")

Using WORKSPACE

Paste this snippet into your file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "bazel_features",
    sha256 = "cec7fbc7bce6597cf2e83e01ddd9328a1bb057dc1a3092745238f49d3301ab5a",
    strip_prefix = "bazel_features-1.12.0",
    url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.12.0/bazel_features-v1.12.0.tar.gz",
)
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

What's Changed

New Contributors

Full Changelog: bazel-contrib/bazel_features@v1.11.0...v1.12.0

bazelbuild/rules_proto (rules_proto)

v6.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 = "6.0.2")

Using WORKSPACE:

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

Full Changelog: bazelbuild/rules_proto@6.0.0...6.0.2


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate-bot renovate-bot requested a review from a team as a code owner May 27, 2024 08:07
@forking-renovate forking-renovate bot added the automerge Summon MOG for automerging label May 27, 2024
@renovate-bot renovate-bot requested a review from a team as a code owner May 27, 2024 08:07
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 27, 2024
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Summon MOG for automerging label May 27, 2024
@renovate-bot renovate-bot changed the title chore(deps): update com_google_googleapis digest to 14eabb1 chore(deps): update com_google_googleapis digest to f49123a May 27, 2024
@renovate-bot renovate-bot changed the title chore(deps): update com_google_googleapis digest to f49123a chore(deps): update com_google_googleapis digest to 2796b76 May 28, 2024
@renovate-bot renovate-bot changed the title chore(deps): update com_google_googleapis digest to 2796b76 chore(deps): update com_google_googleapis digest to 485a3de May 28, 2024
@renovate-bot renovate-bot changed the title chore(deps): update com_google_googleapis digest to 485a3de chore(deps): update com_google_googleapis digest to dd6a42d May 28, 2024
@renovate-bot renovate-bot changed the title chore(deps): update com_google_googleapis digest to dd6a42d chore(deps): update com_google_googleapis digest to 1e41378 May 29, 2024
@renovate-bot renovate-bot changed the title chore(deps): update com_google_googleapis digest to 1e41378 chore(deps): update com_google_googleapis digest to 41b263f May 29, 2024
@renovate-bot renovate-bot changed the title chore(deps): update com_google_googleapis digest to 41b263f chore(deps): update com_google_googleapis digest to a4f2d1d May 30, 2024
@renovate-bot renovate-bot changed the title chore(deps): update com_google_googleapis digest to a4f2d1d chore(deps): update com_google_googleapis digest to 51496b2 May 30, 2024
@renovate-bot renovate-bot changed the title chore(deps): update com_google_googleapis digest to 51496b2 chore(deps): update com_google_googleapis digest to 94da39f May 30, 2024
@renovate-bot renovate-bot changed the title chore(deps): update com_google_googleapis digest to 94da39f chore(deps): update com_google_googleapis digest to 1e8e2a1 May 30, 2024
@renovate-bot renovate-bot changed the title chore(deps): update com_google_googleapis digest to 1e8e2a1 chore(deps): update com_google_googleapis digest to 19af522 May 30, 2024
@renovate-bot renovate-bot changed the title chore(deps): update com_google_googleapis digest to 19af522 chore(deps): update com_google_googleapis digest to 3b6f144 May 31, 2024
@renovate-bot renovate-bot force-pushed the renovate/bazel-all branch 17 times, most recently from 59c07ae to 180b20b Compare June 28, 2024 21:47
@renovate-bot renovate-bot force-pushed the renovate/bazel-all branch 6 times, most recently from 43073a4 to 1067c8c Compare July 8, 2024 13:57
@lqiu96 lqiu96 enabled auto-merge (squash) July 8, 2024 14:06
auto-merge was automatically disabled July 8, 2024 14:07

Head branch was pushed to by a user without write access

@lqiu96 lqiu96 merged commit a116156 into googleapis:main Jul 8, 2024
9 checks passed
@renovate-bot renovate-bot deleted the renovate/bazel-all branch July 8, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kokoro:force-run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants