Skip to content

chore(deps): update dependency aspect_rules_lint to v2.7.2#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.7.2#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.7.2

Release Notes

aspect-build/rules_lint (aspect_rules_lint)

v2.7.2

Add this to your file:

bazel_dep(name = "aspect_rules_lint", version = "2.7.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.7.2/rules_lint-v2.7.2.tar.gz"],
    integrity = "sha256-o3B1CZwNAcdEGkmy9+krwwMmVMBwgCBvnc+rAUwKvE8=",
    strip_prefix = "rules_lint-2.7.2",
    dev = True,
    auto_use_tasks = True,
)

Then, follow the install instructions for

What's Changed

  • feat(lint): add scalafix linter (#​914)
  • Changes by create-pull-request action (#​925)
  • fix(ty): unconditionally include main workspace bin directory in import search paths (#​916)
  • Changes by create-pull-request action (#​923)
  • ci: exercise example formatters via aspect format (#​922)
  • docs: showcase the aspect lint GitHub status check (#​921)
  • ci: exercise example linters via aspect lint; merge CI workflows (#​920)
  • feat(ktlint): emit SARIF machine output so findings surface in reports (#​919)
  • ci: disable App/id-token features on fork PRs (#​917)
  • fix(keep-sorted): honor 'no-lint' tag (#​911)
  • Changes by create-pull-request action (#​918)
  • Changes by create-pull-request action (#​915)
  • fix(rust): support external module test paths (#​913)
  • chore: publish aspect_rules_lint_rust on rust-v* tags (#​907)

Full Changelog: aspect-build/rules_lint@v2.7.1...v2.7.2

v2.7.1

Add this to your file:

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

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.7.1/rules_lint-v2.7.1.tar.gz"],
    integrity = "sha256-R/EhvnPoYQswxUjsQXIdDoPZQH9JX2DY7uIJslqkVWc=",
    strip_prefix = "rules_lint-2.7.1",
    dev = True,
    auto_use_tasks = True,
)

Then, follow the install instructions for

What's Changed

Full Changelog: aspect-build/rules_lint@v2.7.0...v2.7.1

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 6 times, most recently from 679ddfd to d480a5d Compare June 2, 2026 21:45
@renovate renovate Bot force-pushed the renovate/aspect_rules_lint-2.x branch from d480a5d to 47ed8cb Compare June 16, 2026 01:50
@renovate renovate Bot changed the title chore(deps): update dependency aspect_rules_lint to v2.6.0 chore(deps): update dependency aspect_rules_lint to v2.7.0 Jun 16, 2026
@renovate renovate Bot force-pushed the renovate/aspect_rules_lint-2.x branch from 47ed8cb to 175bb19 Compare June 17, 2026 00:04
@renovate renovate Bot changed the title chore(deps): update dependency aspect_rules_lint to v2.7.0 chore(deps): update dependency aspect_rules_lint to v2.7.1 Jun 17, 2026
@renovate renovate Bot force-pushed the renovate/aspect_rules_lint-2.x branch from 175bb19 to 9506df3 Compare June 24, 2026 21:29
@renovate renovate Bot changed the title chore(deps): update dependency aspect_rules_lint to v2.7.1 chore(deps): update dependency aspect_rules_lint to v2.7.2 Jun 24, 2026
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