Results 73 issues of Mike Bland

### Description Bumps the minimum `bazel_skylib` version to 1.8.0 and adds `scope = "universal"` to the `@rules_scala_config//:scala_version` build setting. ### Motivation The `last_green` BCR builds have been failing since https://buildkite.com/bazel/rules-scala-scala/builds/5916....

### Description Includes: - Bazel: 7.7.0 => 7.7.1 - Go: 1.25.3 => 1.25.5 - Protobuf: 33.0 => 33.1 (Bazel module) and 33.2 (binaries) - Scalafmt 3.10.1 => 3.10.2 - `gazelle`:...

## Reproduction steps The following requires [Bazelisk](https://github.com/bazelbuild/bazelisk?tab=readme-ov-file#bazelisk) for selecting the Bazel version. ```sh $ mkdir wconfsrc-repro $ cd wconfsrc-repro $ cat >MODULE.bazel module(name = "wconfsrc_repro") bazel_dep(name = "rules_scala", version =...