Skip to content

chore(deps): bump aspect_rules_lint from 1.3.1 to 2.8.0 - #33

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

chore(deps): bump aspect_rules_lint from 1.3.1 to 2.8.0#33
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/aspect_rules_lint-2.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps aspect_rules_lint from 1.3.1 to 2.8.0.

Release notes

Sourced from aspect_rules_lint's releases.

v2.8.0

Add this to your file:

bazel_dep(name = "aspect_rules_lint", version = "2.8.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.8.0/rules_lint-v2.8.0.tar.gz"],
    integrity = "sha256-OJzuJWIdaYtKcZL3FTCFIq3UoUGykiBBZe9o8Uk5a5M=",
    strip_prefix = "rules_lint-2.8.0",
    dev = True,
    auto_use_tasks = True,
)

Then, follow the install instructions for

What's Changed

  • test: fix powershell example axl task (#981)
  • chore: mirror external releases (#976)
  • chore: upgrade tools_telemetry to v0.5 (#980)
  • feat: add PSScriptAnalyzer linter aspect (#850)
  • fix: add missing windows shellcheck tool (#961)
  • fix: create windows launcher for shells scripts (#960)
  • fix(ty): preserve arguments in long materialized shell commands (#971)
  • chore: mirror external releases (#972)
  • chore: mirror external releases (#968)
  • chore: mirror external releases (#967)
  • chore: mirror external releases (#966)
  • chore: mirror external releases (#965)
  • docs: align supported tools and examples (#963)
  • chore: mirror external releases (#964)
  • chore: mirror external releases (#962)
  • fix: Set javascript module type to commonjs when using require() (#959)
  • chore: mirror external releases (#958)
  • fix(format): guard against getconf not reporting ARG_MAX (#957)
  • feat(lint): support extra arguments for all linters (#949)
  • fix(patcher): Use path.sep when comparing paths on windows (#955)

... (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.3.1 to 2.8.0.
- [Release notes](https://github.com/aspect-build/rules_lint/releases)
- [Commits](aspect-build/rules_lint@v1.3.1...v2.8.0)

---
updated-dependencies:
- dependency-name: aspect_rules_lint
  dependency-version: 2.8.0
  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 Sep 1, 2026
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
2026/09/01 20:01:35 Downloading https://releases.bazel.build/8.6.0/release/bazel-8.6.0-linux-x86_64...
Extracting Bazel installation...
Starting local Bazel server (8.6.0) and connecting to it...
INFO: Invocation ID: 6b81432b-ee6b-4575-aa7b-29045f2279b6
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
WARNING: For repository 'score_tooling', the root module requires module version score_tooling@1.1.0, but got score_tooling@1.1.2 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'buildifier_prebuilt', the root module requires module version buildifier_prebuilt@7.3.1, but got buildifier_prebuilt@8.2.0.2 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'rules_pkg', the root module requires module version rules_pkg@1.0.1, but got rules_pkg@1.1.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
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: 
WARNING: Target pattern parsing failed.
ERROR: Skipping '//:license-check': no such target '//:license-check': target 'license-check' not declared in package '' defined by /home/runner/work/os_images/os_images/BUILD
ERROR: no such target '//:license-check': target 'license-check' not declared in package '' defined by /home/runner/work/os_images/os_images/BUILD
INFO: Elapsed time: 14.875s
INFO: 0 processes.
ERROR: Build did NOT complete successfully
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

None yet

Development

Successfully merging this pull request may close these issues.

0 participants