Skip to content

Commit ad91f42

Browse files
authored
Update stardoc (#1621)
Just staying up to date, the revert patch isn't fixed
1 parent 37525f3 commit ad91f42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MODULE.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ register_toolchains("@build_bazel_rules_swift_local_config//:all")
4747
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.5.0", dev_dependency = True)
4848
bazel_dep(name = "gazelle", version = "0.46.0", dev_dependency = True, repo_name = "bazel_gazelle")
4949
bazel_dep(name = "rules_go", version = "0.59.0", dev_dependency = True) # TODO: Remove when transitives update past this version
50-
bazel_dep(name = "stardoc", version = "0.7.1", dev_dependency = True, repo_name = "io_bazel_stardoc")
50+
bazel_dep(name = "stardoc", version = "0.8.0", dev_dependency = True, repo_name = "io_bazel_stardoc")
5151

5252
http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
5353

@@ -61,6 +61,7 @@ http_archive(
6161

6262
# TODO: In stardoc 0.7.1+, the `load` statements added to the docs are relative to the `alias` targets which is incorrect.
6363
# To keep the docs without confusing load statements we patch a partial revert of: https://github.com/bazelbuild/stardoc/pull/216
64+
# https://github.com/bazelbuild/stardoc/issues/297
6465
single_version_override(
6566
module_name = "stardoc",
6667
patch_strip = 1,

0 commit comments

Comments
 (0)