Skip to content

chore(deps): update dependency aspect_rules_lint to v2.6.0#19

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/aspect_rules_lint-2.x
Open

chore(deps): update dependency aspect_rules_lint to v2.6.0#19
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/aspect_rules_lint-2.x

Conversation

@renovate

@renovate renovate Bot commented Apr 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
aspect_rules_lint bazel_dep minor 2.0.02.6.0

Release Notes

aspect-build/rules_lint (aspect_rules_lint)

v2.6.0

Add this to your file:

bazel_dep(name = "aspect_rules_lint", version = "2.6.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.6.0/rules_lint-v2.6.0.tar.gz"],
    integrity = "sha256-m77X214HUuicf8dqgXbAU+j+hlHzSOH3EQXMI7Xv/44=",
    strip_prefix = "rules_lint-2.6.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.5.2...v2.6.0

v2.5.2

Add this to your file:

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

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.2/rules_lint-v2.5.2.tar.gz"],
    integrity = "sha256-8/oFuW7y7Iu2XZ3Z1a0vTG0T6grZPhKmHvDftRotNDQ=",
    strip_prefix = "rules_lint-2.5.2",
    dev = True,
    auto_use_tasks = True,
)

Then, follow the install instructions for

What's Changed

Full Changelog: aspect-build/rules_lint@v2.5.1...v2.5.2

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

v2.3.0

Add this to your file:

bazel_dep(name = "aspect_rules_lint", version = "2.3.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.3.0/rules_lint-v2.3.0.tar.gz"],
    integrity = "sha256-f3vXvl1ZNw1dqnnCri5OXVs6icreXZnm5Ku7/0Jc0iA=",
    strip_prefix = "rules_lint-2.3.0",
    dev = True,
    auto_use_tasks = True,
)

Then, follow the install instructions for

What's Changed

Full Changelog: aspect-build/rules_lint@v2.2.0...v2.3.0

v2.2.0

Add this to your file:

bazel_dep(name = "aspect_rules_lint", version = "2.2.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.2.0/rules_lint-v2.2.0.tar.gz"],
    integrity = "sha256-MK8kW5lMyiAQr+Iwty5UmTSRPX6fBCi34Q8xQFvl1Jg=",
    strip_prefix = "rules_lint-2.2.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.1.0...v2.2.0

v2.1.0

Add this to your file:

bazel_dep(name = "aspect_rules_lint", version = "2.1.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.1.0/rules_lint-v2.1.0.tar.gz"],
    integrity = "sha256-qWqBKcNP3dILV0Jwoa1ovT1NkwcRGej+KC2Fld83UrM=",
    strip_prefix = "rules_lint-2.1.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.0.0...v2.1.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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_rules_lint-2.x branch 7 times, most recently from 62a3425 to 4e9c692 Compare April 18, 2026 01:13
@renovate renovate Bot force-pushed the renovate/aspect_rules_lint-2.x branch from 4e9c692 to 4d04c16 Compare May 5, 2026 02:11
@renovate renovate Bot changed the title chore(deps): update dependency aspect_rules_lint to v2.5.0 chore(deps): update dependency aspect_rules_lint to v2.5.2 May 5, 2026
@renovate renovate Bot force-pushed the renovate/aspect_rules_lint-2.x branch 13 times, most recently from 5235421 to 30d59d8 Compare May 22, 2026 05:03
@renovate renovate Bot changed the title chore(deps): update dependency aspect_rules_lint to v2.5.2 chore(deps): update dependency aspect_rules_lint to v2.6.0 May 22, 2026
@renovate renovate Bot force-pushed the renovate/aspect_rules_lint-2.x branch 5 times, most recently from ab9bd93 to 679ddfd Compare June 2, 2026 19:27
@renovate renovate Bot force-pushed the renovate/aspect_rules_lint-2.x branch from 679ddfd to d480a5d Compare June 2, 2026 21:45
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