Skip to content

Commit

Permalink
chore(deps): update dependency io_bazel_stardoc to v0.5.4 (#290)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [io_bazel_stardoc](https://togithub.com/bazelbuild/stardoc) |
http_archive | patch | `0.5.3` -> `0.5.4` |

---

### Release Notes

<details>
<summary>bazelbuild/stardoc</summary>

###
[`v0.5.4`](https://togithub.com/bazelbuild/stardoc/blob/HEAD/CHANGELOG.md#Release-054)

[Compare
Source](https://togithub.com/bazelbuild/stardoc/compare/0.5.3...0.5.4)

**New Features**

- Stardoc supports bzlmod!
([#&#8203;141](https://togithub.com/bazelbuild/stardoc/issues/141),
special thanks to Fabian Meumertzheim)
- Stardoc output files are now exposed in stardoc() target runfiles
([#&#8203;139](https://togithub.com/bazelbuild/stardoc/issues/139))

**Contributors**

Alexandre Rostovtsev, Fabian Meumertzheim, Greg Estren, Ivo List, Keith
Smiley,
lberki, Philipp Schrader

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/cgrindel/bazel-starlib).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 17, 2023
1 parent 45096bc commit 5ef09d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ def _bazeldoc_dependencies():
maybe(
http_archive,
name = "io_bazel_stardoc",
sha256 = "3fd8fec4ddec3c670bd810904e2e33170bedfe12f90adf943508184be458c8bb",
sha256 = "ec57139e466faae563f2fc39609da4948a479bb51b6d67aedd7d9b1b8059c433",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.3/stardoc-0.5.3.tar.gz",
"https://github.com/bazelbuild/stardoc/releases/download/0.5.3/stardoc-0.5.3.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.4/stardoc-0.5.4.tar.gz",
"https://github.com/bazelbuild/stardoc/releases/download/0.5.4/stardoc-0.5.4.tar.gz",
],
)

Expand Down

0 comments on commit 5ef09d2

Please sign in to comment.