Skip to content

Update bazel modules#42

Merged
mkanat merged 2 commits intomainfrom
renovate/bazel-modules
Apr 9, 2026
Merged

Update bazel modules#42
mkanat merged 2 commits intomainfrom
renovate/bazel-modules

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 9, 2026

This PR contains the following updates:

Package Type Update Change
aspect_rules_lint bazel_dep minor 2.3.02.5.0
aspect_rules_py bazel_dep minor 1.10.11.11.2
gazelle bazel_dep minor 0.49.00.50.0

Release Notes

aspect-build/rules_lint (aspect_rules_lint)

v2.5.0

Add this to your file:

bazel_dep(name = "aspect_rules_lint", version = "2.5.0")

This repo also provides a lint task for the Aspect CLI.
Add this to your MODULE.aspect file:

# AXL dependencies; see https://github.com/aspect-extensions
axl_archive_dep(
    name = "aspect_rules_lint",
    urls = ["https://github.com/aspect-build/rules_lint/releases/download/v2.5.0/rules_lint-v2.5.0.tar.gz"],
    integrity = "sha256-WJ48QkAh4OPb32jZqWoFj64nuVafPGxFuksE7aCRuog=",
    strip_prefix = "rules_lint-2.5.0",
    dev = True,
    auto_use_tasks = True,
)

Then, follow the install instructions for

What's Changed

New Contributors

Full Changelog: aspect-build/rules_lint@v2.4.0...v2.5.0

aspect-build/rules_py (aspect_rules_py)

v1.11.2

Add to your MODULE.bazel file:

bazel_dep(name = "aspect_rules_py", version = "1.11.2")

And also register a Python toolchain, see rules_python. For example:

python = use_extension("@​rules_python//python/extensions:python.bzl", "python")
python.toolchain(
    python_version = "3.13",
)

What's Changed

Full Changelog: aspect-build/rules_py@v1.11.1...v1.11.2

v1.11.1

Add to your MODULE.bazel file:

bazel_dep(name = "aspect_rules_py", version = "1.11.1")

And also register a Python toolchain, see rules_python. For example:

python = use_extension("@​rules_python//python/extensions:python.bzl", "python")
python.toolchain(
    python_version = "3.13",
)

What's Changed

New Contributors

Full Changelog: aspect-build/rules_py@v1.10.1...v1.11.1

bazel-contrib/bazel-gazelle (gazelle)

v0.50.0

What's Changed

Full Changelog: bazel-contrib/bazel-gazelle@v0.49.0...v0.50.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 becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 9, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@mkanat mkanat merged commit 69bcc0b into main Apr 9, 2026
@mkanat mkanat deleted the renovate/bazel-modules branch April 9, 2026 10: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.

1 participant