Skip to content

chore(deps): update dependency aspect_bazel_lib to v3.7.1 - autoclosed - #805

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/aspect_bazel_lib-3.x
Closed

chore(deps): update dependency aspect_bazel_lib to v3.7.1 - autoclosed#805
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/aspect_bazel_lib-3.x

Conversation

@renovate

@renovate renovate Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

aspect-build/bazel-lib (aspect_bazel_lib)

v3.7.1

Compare Source

Using Bzlmod

Add to your MODULE.bazel file:

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

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 = "10f232c10df1ba5cbbbfbcde947090463348f0344d4153e25371b13ee3daf0ce",
    strip_prefix = "bazel-lib-3.7.1",
    url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v3.7.1/bazel-lib-v3.7.1.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

Full Changelog: bazel-contrib/bazel-lib@v3.7.0...v3.7.1

v3.7.0

Compare Source

Using Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "bazel_lib", version = "3.7.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 = "ea1ac844b6ff7cfebd7403e7c48aff3702052a044d1b89f9a9c3587eb10a560a",
    strip_prefix = "bazel-lib-3.7.0",
    url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v3.7.0/bazel-lib-v3.7.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.6.0...v3.7.0

v3.6.0

Compare Source

Using Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "bazel_lib", version = "3.6.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 = "8f74b1fe0ca5ddc09e3d58132824fad43e13e4e07fc3fa328c6a69a677bab2a4",
    strip_prefix = "bazel-lib-3.6.0",
    url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v3.6.0/bazel-lib-v3.6.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.5.0...v3.6.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 from 20edff6 to cdf2b6c Compare July 31, 2026 03:47
@renovate renovate Bot changed the title chore(deps): update dependency aspect_bazel_lib to v3.6.0 chore(deps): update dependency aspect_bazel_lib to v3.7.0 Jul 31, 2026
@renovate renovate Bot changed the title chore(deps): update dependency aspect_bazel_lib to v3.7.0 chore(deps): update dependency aspect_bazel_lib to v3.7.1 Aug 2, 2026
@renovate
renovate Bot force-pushed the renovate/aspect_bazel_lib-3.x branch from cdf2b6c to cf356ec Compare August 2, 2026 17:47
@renovate
renovate Bot force-pushed the renovate/aspect_bazel_lib-3.x branch from cf356ec to 46be7e1 Compare August 3, 2026 19:18
helly25 added a commit that referenced this pull request Aug 4, 2026
## Summary

Collects all outstanding renovate dependency upgrades, which were
previously blocked by the Bazel 9.2 / rules_go analysis error fixed in
#810. Each commit is the corresponding renovate PR cherry-picked onto
current master:

| PR | Dependency | Version |
|----|------------|---------|
| #804 | rules_java (WORKSPACE) | 9.6.1 → 9.7.0 |
| #805 | aspect_bazel_lib (WORKSPACE) | 3.5.0 → 3.7.1 |
| #806 | bazel_skylib (MODULE + toolchain/deps.bzl) | 1.9.0 → 1.9.2 |
| #776 | boringssl (MODULE + WORKSPACE) | 0.20260526.0 → 0.20260803.0 |
| #787 | rules_rust (MODULE) | 0.70.0 → 0.73.0 |
| #807 | io_bazel_rules_go (WORKSPACE) | 0.61.1 → 0.62.0 |
| #808 | rules_go (MODULE) | 0.61.1 → 0.62.0 |

Those PRs can be closed once this merges (renovate should detect the
versions are present).

## Verification (local, macOS arm64, Bazel 9.2.0, bzlmod)

- `@io_bazel_rules_go//tests/core/cgo:all`,
`@rules_rust//test/unit/{interleaved_cc_info,native_deps}:all`,
`@boringssl//...` and `//foreign:pcre` all analyze cleanly (106 targets)
— confirming the #810 rules_go patch applies to 0.62.0 and the boringssl
patch applies to 0.20260803.0.
- The test targets excluded in `run_external_tests.sh` all still exist
under rules_rust 0.73.0 / rules_go 0.62.0, so target-pattern expansion
stays valid.

Note: rules_go 0.62.0 has a known Bazel 9 issue with duplicate mingw
constraints in its windows cgo platforms (bazel-contrib/rules_go#4665);
it should not trigger here since nothing targets Windows, but flagging
it in case CI says otherwise.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot changed the title chore(deps): update dependency aspect_bazel_lib to v3.7.1 chore(deps): update dependency aspect_bazel_lib to v3.7.1 - autoclosed Aug 4, 2026
@renovate renovate Bot closed this Aug 4, 2026
@renovate
renovate Bot deleted the renovate/aspect_bazel_lib-3.x branch August 4, 2026 06:33
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.

0 participants