Skip to content

chore(deps): bump aspect_bazel_lib from 2.19.4 to 2.22.5#320

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bazel/aspect_bazel_lib-2.22.5
Open

chore(deps): bump aspect_bazel_lib from 2.19.4 to 2.22.5#320
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bazel/aspect_bazel_lib-2.22.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 7, 2026

Bumps aspect_bazel_lib from 2.19.4 to 2.22.5.

Release notes

Sourced from aspect_bazel_lib's releases.

v2.22.5

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 = "2.22.5")

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

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "aspect_bazel_lib",
sha256 = "94e192033ca8027f26de71c9000a67ef9c73695c2b88e2c559045170917ead0c",
strip_prefix = "bazel-lib-2.22.5",
url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.22.5/bazel-lib-v2.22.5.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()
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
aspect_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(
</tr></table>

... (truncated)

Commits
  • 2befef6 fix(2.x): reference aspect_bazel_lib toolchains in public consts
  • 056e03d fix(2.x): alias copy_[to_]directory_bin_action to bazel_lib
  • ae72743 ci: add support for 2.x branch in CI workflow (#1231)
  • 27a9e7a fix(2.x): alias COPY_EXECUTION_REQUIREMENTS to bazel_lib
  • e56aa70 fix(2.x): alias copy_to_bin to bazel_lib
  • 438b662 fix(2.x): alias copy_file to bazel_lib
  • e3e0787 chore: remove Bazel 6 in presubmit.yml
  • ceaff54 fix(2.x): alias DirectoryPath to bazel_lib (#1219)
  • 3713621 fix(2.x): alias coreutils and copy toolchains to bazel_lib (#1216)
  • 1326ff2 Use a valid repo name in is_bzlmod_enabled
  • Additional commits viewable in compare view

@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels May 7, 2026
@dependabot dependabot Bot force-pushed the dependabot/bazel/aspect_bazel_lib-2.22.5 branch from 3e08e5d to 1dd751c Compare May 7, 2026 22:14
Bumps [aspect_bazel_lib](https://github.com/bazel-contrib/bazel-lib) from 2.19.4 to 2.22.5.
- [Release notes](https://github.com/bazel-contrib/bazel-lib/releases)
- [Commits](bazel-contrib/bazel-lib@v2.19.4...v2.22.5)

---
updated-dependencies:
- dependency-name: aspect_bazel_lib
  dependency-version: 2.22.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bazel/aspect_bazel_lib-2.22.5 branch from 1dd751c to bcfeeb7 Compare May 8, 2026 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants