Skip to content

chore(deps): update dependency aspect_bazel_lib to v1.19.1#63

Merged
mergify[bot] merged 1 commit intomainfrom
renovate/aspect_bazel_lib-1.x
Jan 6, 2023
Merged

chore(deps): update dependency aspect_bazel_lib to v1.19.1#63
mergify[bot] merged 1 commit intomainfrom
renovate/aspect_bazel_lib-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
aspect_bazel_lib http_archive patch v1.19.0 -> v1.19.1

Release Notes

aspect-build/bazel-lib

v1.19.1

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 = "aspect_bazel_lib", version = "1.19.1")

Read more about bzlmod: https://blog.aspect.dev/bzlmod

Using WORKSPACE

Paste this snippet into your file:

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

http_archive(
    name = "aspect_bazel_lib",
    sha256 = "ae56efc54ce3025ea908900e0d061423310b15e4676ae1359105583a2944665c",
    strip_prefix = "bazel-lib-1.19.1",
    url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.19.1.tar.gz",
)

load("@​aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies")

aspect_bazel_lib_dependencies()

Optional toolchains:

##### Register the following toolchain to use jq

load("@​aspect_bazel_lib//lib:repositories.bzl", "register_jq_toolchains")

register_jq_toolchains()

##### Register the following toolchain to use yq

load("@​aspect_bazel_lib//lib:repositories.bzl", "register_yq_toolchains")

register_yq_toolchains()
What's Changed

Full Changelog: bazel-contrib/bazel-lib@v1.19.0...v1.19.1


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 has been generated by Mend Renovate. View repository job log here.

mergify bot added a commit that referenced this pull request Jan 6, 2023
@mergify mergify bot merged commit 67d4d15 into main Jan 6, 2023
@mergify mergify bot deleted the renovate/aspect_bazel_lib-1.x branch January 6, 2023 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant