Vasilios Pantazopoulos
Vasilios Pantazopoulos
# 🐞 bug report ### Affected Rule The issue is caused by the rule: `js_library` ### Is this a regression? No, I think it has existed ever since `strip_prefix` was...
# 🚀 feature request ### Relevant Rules `ts_config` And possibly anything else loaded out of `@bazel/typescript` ### Description Using a rule such as `ts_config` shouldn't require a load of the...
### What happened? Upgraded to Node `20.11.1` and running a `js_binary` target started erroring with `ERR_MODULE_NOT_FOUND` for libraries the which were transitively depended upon via an included `js_library`. We expected...
v6 no longer works given the rename of the `p0deje/setup-bazel` repository to `bazel-contrib/setup-bazel` Also fixes a minor spacing formatting issue in `.github/workflows/ci.yaml`
Found when creating a new Bazel module repository via `bazel-contrib/rules-template`, updating the libs to their latest version, and testing in CI with Bazel `8.0.0rc1`. That generates an error such as:...
This adds a `bzl_library` target for `//android/rules.bzl` which should match the expected target name when using [`bazelbuild/bazel-skylib`'s gazelle plugin](https://registry.bazel.build/modules/bazel_skylib_gazelle_plugin). Without this, users of the plugin who also depend on these...