Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2025

Bumps bant from 0.2.2 to 0.2.4.

Release notes

Sourced from bant's releases.

Features: Grep with OR semantics and refined compilation db

Mostly a maintenance release, but two more features

  • the -g grep option now also has a -O to allow multiple grep expressions that are considered 'or'ed togeter, i.e. -O -g foo -g bar selects all items that have foo or bar matching. Without -O, multiple expressions are considered to be AND-combined.
  • Multiple grep expressions are colored with different colors for quick visual match
  • Compilation DB includes more potential paths of generated files.

Improved filesystem caching and other improvements.

Maintenance release. Mostly

  • Improved filesystem caching (same directory is only walked once then cached)
  • Unpacking tuples to comma-separated list of variables
  • implement range() function
  • Honor .bazelignore (#19)
Commits
  • e4b8515 Bump 0.2.4
  • fa899dd Add TODO; fix some upcoming clang-tidy issues.
  • ab8466d compile-db: point includes also to potentially generated files.
  • e6cd9ef space-alignment README
  • 51a5137 Also use grep-highlighter for buildozer outputs.
  • e55a7f0 Fix formatting.
  • d05ad3c Update mini-help.
  • 70c17e6 Fail more obviously if there was a grep pattern issue.
  • d880fdc Add 'or' semantics for multiple regular expressions
  • 0058646 Also use -g grep for tabular output.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bant](https://github.com/hzeller/bant) from 0.2.2 to 0.2.4.
- [Release notes](https://github.com/hzeller/bant/releases)
- [Commits](hzeller/bant@v0.2.2...v0.2.4)

---
updated-dependencies:
- dependency-name: bant
  dependency-version: 0.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Dec 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants