Skip to content

chore: drop unused aspect_bazel_lib dependency#8

Merged
benfdking merged 1 commit into
mainfrom
chore/drop-aspect-bazel-lib
May 23, 2026
Merged

chore: drop unused aspect_bazel_lib dependency#8
benfdking merged 1 commit into
mainfrom
chore/drop-aspect-bazel-lib

Conversation

@benfdking
Copy link
Copy Markdown

Summary

Remove the aspect_bazel_lib bazel_dep from MODULE.bazel.

Why

A grep across the repo (BUILD files, .bzl, MODULE/WORKSPACE) finds zero load("@aspect_bazel_lib//…") or @aspect_bazel_lib//… references — the dependency is declared but never used. Shrinking the dep graph removes a transitive fetch with no behavior change.

Test plan

  • bazelisk build //... passes in CI
  • examples/rules_js test step passes in CI

🤖 Generated with Claude Code

aspect_bazel_lib was declared in MODULE.bazel but never loaded or
referenced anywhere in the repo. Dropping it shrinks the dep graph
with no behavior change.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@benfdking benfdking merged commit 1cc099c into main May 23, 2026
1 check passed
@benfdking benfdking mentioned this pull request May 23, 2026
2 tasks
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