Skip to content

Commit 749d0ee

Browse files
cgrindelSelf-hosted Renovate Bot
andauthored
chore: upgrade bazel-gazelle to 0.35.0 in parent workspace (#828)
We, typically, try not to update dependencies listed in `MODULE.bazel`. However, if the bazel-gazelle listed in `MODULE.bazel` gets out of sync with the version of `bazel-gazelle` in `go.mod`, running `//:tidy` can bork the build. So, this PR includes the changes from #826 and updates `MODULE.bazel`. I also ran `//:tidy_all`. Related to #826. --------- Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent 7e4b05e commit 749d0ee

File tree

24 files changed

+429
-2459
lines changed

24 files changed

+429
-2459
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ bazel_dep(
3333
)
3434
bazel_dep(
3535
name = "gazelle",
36-
version = "0.34.0",
36+
version = "0.35.0",
3737
repo_name = "bazel_gazelle",
3838
)
3939

0 commit comments

Comments
 (0)