Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazel-contrib/bazel-lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.19.2
Choose a base ref
...
head repository: bazel-contrib/bazel-lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.19.3
Choose a head ref
  • 2 commits
  • 13 files changed
  • 2 contributors

Commits on Jun 13, 2025

  1. chore: verify that our bzl_library targets declare their deps (#1110)

    * chore: verify that our bzl_library targets declare their deps
    
    Due to bazelbuild/bazel-skylib#568 we have no actions running for bzl_library, which means some are incorrect.
    This affects any downstream docgen pipeline, such as a user trying to run stardoc pointing at our bzl_library targets
    
    * chore: green up CI
    alexeagle authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    01c8dca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2bfc0b View commit details
    Browse the repository at this point in the history
Loading