bazel-starlib icon indicating copy to clipboard operation
bazel-starlib copied to clipboard

Rules, macros, and APIs that are useful for the implementation of Bazel repositories.

Results 21 bazel-starlib issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies bazel deps.bzl...

Goals - Highlight the `feat:` and `fix:` entries at the beginning of the release notes. - List the `chore:` and `fix(deps):` at the end.

enhancement
bzlrelease

Some generated code was added. I believe that I need to remove [the `--to_macro` line](https://github.com/cgrindel/bazel-starlib/blob/main/BUILD.bazel#L34) Also, add the `WORKSPACE.bzlmod` [per fmeum comment](https://bazelbuild.slack.com/archives/C01HMGN77Q8/p1690473505823769?thread_ts=1690470169.636879&cid=C01HMGN77Q8).

bug

[Query for related PRs](https://github.com/cgrindel/bazel-starlib/pulls?q=is%3Apr++kingpin) This PR can never succeed. `kingpin` changed their path in a version later than is needed for the `github-markdown-toc.go`. Also, it sounds like `kingpin` is in...

chore

Example: Running `//:update_all` on`cgrindel/swift_bazel` failed, but tidy did not stop.

bug
bzltidy

The `filter_srcs_tests.bzl` contains failure tests which are being evaluated when a `bazel cquery //...` is executed. Now that `update_all` uses `cquery`, this causes `bazel run //:update_all` to fail.

bug
bzllib

https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

chore

In short, do not require folks to load repository maintenance dependencies when using a repository that uses Go/markdown utilities. Considerations - Aspect - Rule under a test directory. - Same...

enhancement
markdown

- Need to find a tool that formats or lints markdown. Rule: `markdown_format`

enhancement
markdown