Skip to content

Tags: bazel-contrib/bazel-lib

Tags

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

v3.0.0-rc.0

Toggle v3.0.0-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: delete stardoc_with_diff_test (#1188)

The stardoc module has heavy dependencies. See remaining justification
in the attached issue.

Fixes #1185

BREAKING CHANGE: bazel-lib no longer provides a convenience for checking
in generated docs. Alternatives:
- (recommended): publish `starlark_doc_extract` rules on releases
instead of checking in generated files; see
https://blog.aspect.build/stardocs-on-bcr
- Copy the macro into your own repo like rules_go does, combining a
stardoc target with a `diff_test`
- Use `aspect_bazel_lib` 2.x along with `bazel_lib`; the former provides
this rule.

v2.21.2

Toggle v2.21.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: expand_template propagate runfiles (#1171)

Otherwise the data of the expand_template has to be repeated on
dependents

Fixes https://github.com/r0bobo/rules-py-datafiles-reproducer

v3.0.0-beta.1

Toggle v3.0.0-beta.1's commit message

Verified

This commit was signed with the committer’s verified signature.
alexeagle Alex Eagle
fix: patch MODULE correctly

v3.0.0-beta.0

Toggle v3.0.0-beta.0's commit message

Verified

This commit was signed with the committer’s verified signature.
alexeagle Alex Eagle
fix: release bazelrc

v2.21.1

Toggle v2.21.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update bazel-contrib/.github action to v7.2.3 (#1127)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[bazel-contrib/.github](https://redirect.github.com/bazel-contrib/.github)
| action | patch | `v7.2.2` -> `v7.2.3` |

---

### Release Notes

<details>
<summary>bazel-contrib/.github (bazel-contrib/.github)</summary>

###
[`v7.2.3`](https://redirect.github.com/bazel-contrib/.github/compare/v7.2.2...v7.2.3)

[Compare
Source](https://redirect.github.com/bazel-contrib/.github/compare/v7.2.2...v7.2.3)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/bazel-contrib/bazel-lib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v2.21.0

Toggle v2.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Update Go to 1.24.6 (#1147)

Also enable macOS and Windows tests for all PRs.

Work towards #1146

v2.20.0

Toggle v2.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): upgrade bsdtar to 3.8.1 (#1126)

v2.19.4

Toggle v2.19.4's commit message
fix: --build_runfile_links only for coverage

v2.19.3

Toggle v2.19.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use default value of 5 for repository downloader (#1108)