sourcegraph / src-cli

Sourcegraph CLI
https://sourcegraph.com
Apache License 2.0
267 stars 57 forks source link

Update dependency aspect_bazel_lib to v2.7.0 #1068

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update New value References Sourcegraph
aspect_bazel_lib http_archive minor v2.7.0 source code search for "aspect_bazel_lib"

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

aspect-build/bazel-lib (aspect_bazel_lib) ### [`v2.7.0`](https://togithub.com/aspect-build/bazel-lib/releases/tag/v2.7.0) [Compare Source](https://togithub.com/aspect-build/bazel-lib/compare/v2.6.1...v2.7.0) #### Using Bzlmod with Bazel 6: 1. Enable with `common --enable_bzlmod` in `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "aspect_bazel_lib", version = "2.7.0") ``` > Read more about bzlmod: #### Using WORKSPACE Paste this snippet into your `WORKSPACE` file: ```starlark load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "aspect_bazel_lib", sha256 = "357dad9d212327c35d9244190ef010aad315e73ffa1bed1a29e20c372f9ca346", strip_prefix = "bazel-lib-2.7.0", url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.0/bazel-lib-v2.7.0.tar.gz", ) load("@​aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains") ### Required bazel-lib dependencies aspect_bazel_lib_dependencies() ### Register bazel-lib toolchains aspect_bazel_lib_register_toolchains() ``` #### What's Changed - feat: add //lib:enable_runfiles config_setting by [@​gregmagolan](https://togithub.com/gregmagolan) in [https://github.com/aspect-build/bazel-lib/pull/807](https://togithub.com/aspect-build/bazel-lib/pull/807) - feat: add get_home_directory to repo_utils by [@​gregmagolan](https://togithub.com/gregmagolan) in [https://github.com/aspect-build/bazel-lib/pull/809](https://togithub.com/aspect-build/bazel-lib/pull/809) - feat: export utils from //lib:utils.bzl to match repo_utils and platform_utils by [@​gregmagolan](https://togithub.com/gregmagolan) in [https://github.com/aspect-build/bazel-lib/pull/810](https://togithub.com/aspect-build/bazel-lib/pull/810) - feat: add platform_transition_test by [@​lamcw](https://togithub.com/lamcw) in [https://github.com/aspect-build/bazel-lib/pull/770](https://togithub.com/aspect-build/bazel-lib/pull/770) #### New Contributors - [@​lamcw](https://togithub.com/lamcw) made their first contribution in [https://github.com/aspect-build/bazel-lib/pull/770](https://togithub.com/aspect-build/bazel-lib/pull/770) **Full Changelog**: https://github.com/aspect-build/bazel-lib/compare/v2.6.1...v2.7.0

Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" 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 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.