Commit e427b71
authored
chore(deps): update dependency aspect_bazel_lib to v3.5.0 (#800)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [aspect_bazel_lib](https://redirect.github.com/aspect-build/bazel-lib)
| http_archive | minor | `v3.4.0` → `v3.5.0` |
---
### Release Notes
<details>
<summary>aspect-build/bazel-lib (aspect_bazel_lib)</summary>
###
[`v3.5.0`](https://redirect.github.com/bazel-contrib/bazel-lib/releases/tag/v3.5.0)
[Compare
Source](https://redirect.github.com/aspect-build/bazel-lib/compare/v3.4.0...v3.5.0)
#### Using Bzlmod
Add to your `MODULE.bazel` file:
```starlark
bazel_dep(name = "bazel_lib", version = "3.5.0")
```
#### Using WORKSPACE (deprecated)
Paste this snippet into your `WORKSPACE` file:
```starlark
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazel_lib",
sha256 = "77f4af7eb3b7573dafa8afab9058ee0d9696209a8b8096ac77646a42d12d0e48",
strip_prefix = "bazel-lib-3.5.0",
url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v3.5.0/bazel-lib-v3.5.0.tar.gz",
)
load("@​bazel_lib//lib:repositories.bzl", "bazel_lib_dependencies", "bazel_lib_register_toolchains")
# Required bazel-lib dependencies
bazel_lib_dependencies()
# Required rules_shell dependencies
load("@​rules_shell//shell:repositories.bzl", "rules_shell_dependencies", "rules_shell_toolchains")
rules_shell_dependencies()
rules_shell_toolchains()
# Register bazel-lib toolchains
bazel_lib_register_toolchains()
# Create the host platform repository transitively required by bazel-lib
load("@​bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@​platforms//host:extension.bzl", "host_platform_repo")
maybe(
host_platform_repo,
name = "host_platform",
)
```
#### What's Changed
- fix(copy\_directory): avoid BSD diff directory loop by
[@​keegancsmith](https://redirect.github.com/keegancsmith) in
[bazel-contrib#1262](https://redirect.github.com/bazel-contrib/bazel-lib/pull/1262)
- fix: resolve copy helper toolchains as Labels by
[@​keegancsmith](https://redirect.github.com/keegancsmith) in
[bazel-contrib#1261](https://redirect.github.com/bazel-contrib/bazel-lib/pull/1261)
- feat: add stderr, exit\_code\_out, chdir, silent\_on\_success to
run\_binary by
[@​alexeagle](https://redirect.github.com/alexeagle) in
[bazel-contrib#1260](https://redirect.github.com/bazel-contrib/bazel-lib/pull/1260)
- feat: add fail\_on to run\_binary by
[@​alexeagle](https://redirect.github.com/alexeagle) in
[bazel-contrib#1265](https://redirect.github.com/bazel-contrib/bazel-lib/pull/1265)
- chore(deps): update bazel-contrib/publish-to-bcr action to v1.4.2 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[bazel-contrib#1264](https://redirect.github.com/bazel-contrib/bazel-lib/pull/1264)
- chore(deps): update bazel-contrib/.github action to v7.7.0 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[bazel-contrib#1263](https://redirect.github.com/bazel-contrib/bazel-lib/pull/1263)
- fix: Allow generated files in platform\_transition\_filegroup by
[@​philsc](https://redirect.github.com/philsc) in
[bazel-contrib#1240](https://redirect.github.com/bazel-contrib/bazel-lib/pull/1240)
#### New Contributors
- [@​keegancsmith](https://redirect.github.com/keegancsmith) made
their first contribution in
[bazel-contrib#1262](https://redirect.github.com/bazel-contrib/bazel-lib/pull/1262)
- [@​philsc](https://redirect.github.com/philsc) made their first
contribution in
[bazel-contrib#1240](https://redirect.github.com/bazel-contrib/bazel-lib/pull/1240)
**Full Changelog**:
<bazel-contrib/bazel-lib@v3.4.0...v3.5.0>
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- 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 is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/bazel-contrib/toolchains_llvm).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 034fb75 commit e427b71
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments