Skip to content

chore(deps): bump aspect_rules_lint from 1.10.2 to 2.5.2#73

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/aspect_rules_lint-2.5.2
Open

chore(deps): bump aspect_rules_lint from 1.10.2 to 2.5.2#73
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/aspect_rules_lint-2.5.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps aspect_rules_lint from 1.10.2 to 2.5.2.

Release notes

Sourced from aspect_rules_lint's releases.

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:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aspect_rules_lint](https://github.com/aspect-build/rules_lint) from 1.10.2 to 2.5.2.
- [Release notes](https://github.com/aspect-build/rules_lint/releases)
- [Commits](aspect-build/rules_lint@v1.10.2...v2.5.2)

---
updated-dependencies:
- dependency-name: aspect_rules_lint
  dependency-version: 2.5.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels May 12, 2026
@github-actions
Copy link
Copy Markdown

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.3.0) and connecting to it...
INFO: Invocation ID: 5045438b-c45d-467d-989d-2220f320be8d
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Analyzing: target //:license-check (1 packages loaded)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

ERROR: Analysis of target '//:license-check' failed; build aborted: MODULE.bazel.lock is no longer up-to-date because: The implementation of the extension '@@aspect_tools_telemetry+//:extension.bzl%telemetry' or one of its transitive .bzl files has changed,The usages of the extension '@@aspect_tools_telemetry+//:extension.bzl%telemetry' have changed,The repo mappings of certain repos used by the extension '@@aspect_tools_telemetry+//:extension.bzl%telemetry' have changed. Please run `bazel mod deps --lockfile_mode=update` to update your lockfile.
INFO: Elapsed time: 19.167s, Critical Path: 0.03s
INFO: 1 process: 1 internal.
ERROR: Build did NOT complete successfully
FAILED: 
ERROR: Build failed. Not running target

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

0 participants