8000 Tags · pjjw/bazel-lib · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: pjjw/bazel-lib

Tags

v1.34.0

Toggle v1.34.0's commit message
Fix `update_docs` with Bazel 7 and stardoc 0.6.0

v1.33.0

Toggle v1.33.0's commit message
fix(windows): use HOMEPATH in place of HOME

v1.32.1

Toggle v1.32.1's commit message
fix(stardoc): upgrade and stop skipping under bzlmod

Newest stardoc has fixed it, and since bzlmod will select the lowest
version in the dependencies, our bump here will take effect for users
as well.

v1.32.0

Toggle v1.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: add trailing newline (bazel-contrib#439)

v1.31.4

Toggle v1.31.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support stamp substituions (bazel-contrib#435)

D651

v1.31.3

Toggle v1.31.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove missing toolchain load (bazel-contrib#437)

v1.31.2

Toggle v1.31.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: support special chars in assert_contains expected expression (ba…

…zel-contrib#426)

See aspect-build/rules_js#1045

v1.31.1

Toggle v1.31.1's commit message
fix(yq): restore default version, reverting bazel-contrib#405

The new version of yq is quite breaking, as it requires '-oj -r' for continued operation in rules_oci.
We can do a default version flip later when more downstream projects are compatible.

v1.31.0

Toggle v1.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Chore: update YQ (bazel-contrib#405)

* Chore: update YQ

* Update tests

* Update docs

* Update docs

---------

Co-authored-by: Greg Magolan <gmagolan@gmail.com>

v1.30.2

Toggle v1.30.2's commit message
feat: detect bzlmod automatically rather than requiring the user sets…

… the flag.

Thanks to @aherrmann for pointing out this is possible: https://github.com/aherrmann/demo-bazel-detect-bzlmod-config-setting
0