Skip to content

chore(deps): update dependency aspect_bazel_lib to v3.5.0#800

Merged
helly25 merged 1 commit into
masterfrom
renovate/aspect_bazel_lib-3.x
Jul 14, 2026
Merged

chore(deps): update dependency aspect_bazel_lib to v3.5.0#800
helly25 merged 1 commit into
masterfrom
renovate/aspect_bazel_lib-3.x

Conversation

@renovate

@renovate renovate Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
aspect_bazel_lib http_archive minor v3.4.0v3.5.0

Release Notes

aspect-build/bazel-lib (aspect_bazel_lib)

v3.5.0

Compare Source

Using Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "bazel_lib", version = "3.5.0")

Using WORKSPACE (deprecated)

Paste this snippet into your WORKSPACE file:

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

New Contributors

Full Changelog: bazel-contrib/bazel-lib@v3.4.0...v3.5.0


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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/aspect_bazel_lib-3.x branch 2 times, most recently from 5f0c8dc to f6f0f97 Compare July 11, 2026 05:39
@helly25 helly25 enabled auto-merge (squash) July 11, 2026 07:07
@renovate renovate Bot force-pushed the renovate/aspect_bazel_lib-3.x branch from f6f0f97 to 71fc873 Compare July 11, 2026 07:23
@renovate renovate Bot force-pushed the renovate/aspect_bazel_lib-3.x branch from 71fc873 to b247c4b Compare July 11, 2026 08:48
@helly25 helly25 merged commit e427b71 into master Jul 14, 2026
150 of 153 checks passed
@helly25 helly25 deleted the renovate/aspect_bazel_lib-3.x branch July 14, 2026 21:41
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