Skip to content

Commit 7ab62d7

Browse files
chore(deps): update dependency gazelle to v0.44.0 (#1680)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gazelle](https://redirect.github.com/bazel-contrib/bazel-gazelle) | bazel_dep | minor | `0.43.0` -> `0.44.0` | --- ### Release Notes <details> <summary>bazel-contrib/bazel-gazelle (gazelle)</summary> ### [`v0.44.0`](https://redirect.github.com/bazel-contrib/bazel-gazelle/releases/tag/v0.44.0) ##### What's Changed - walk: fix BenchmarkWalk by [@&#8203;jayconrod](https://redirect.github.com/jayconrod) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2072](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2072) - walk: refactor and add Walk2 function by [@&#8203;jayconrod](https://redirect.github.com/jayconrod) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2073](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2073) - walk, language: support lazy indexing by [@&#8203;jayconrod](https://redirect.github.com/jayconrod) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2074](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2074) - walk: better error checking in strict mode for RelsToVisit by [@&#8203;jayconrod](https://redirect.github.com/jayconrod) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2077](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2077) - Work around incompatibility between zlib and clang 17 by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2082](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2082) - go_grpc_compiler: default to go_grpc_v2 by [@&#8203;sluongng](https://redirect.github.com/sluongng) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2071](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2071) - table fix by [@&#8203;sluongng](https://redirect.github.com/sluongng) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2083](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2083) - Add `package_metadata` to `REPO.bazel` by [@&#8203;Yannic](https://redirect.github.com/Yannic) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2081](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2081) - Add go_features.proto to list of known protos by [@&#8203;mrdomino](https://redirect.github.com/mrdomino) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2080](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2080) - Cleanup: Just updating comments as I read by [@&#8203;stefanpenner](https://redirect.github.com/stefanpenner) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2087](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2087) - language/go: support lazy indexing with go_search directive by [@&#8203;jayconrod](https://redirect.github.com/jayconrod) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2075](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2075) - Keep `use_repo`s needed for `tool`s by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2091](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2091) - Don't drop `-bzlmod` arg when args are explicitly provided by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2092](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2092) - Run buildifier to add explicit loads and update rules_go by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2090](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2090) - Add build file generation override for cel.dev/expr by [@&#8203;jasonkuster](https://redirect.github.com/jasonkuster) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2096](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2096) - language/go: add implicit go_search path when prefix is set by [@&#8203;jayconrod](https://redirect.github.com/jayconrod) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2095](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2095) - fix: correct attribute name in message by [@&#8203;ash2k](https://redirect.github.com/ash2k) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2098](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2098) - Avoid allocations in fileNameInfo by [@&#8203;dzbarsky](https://redirect.github.com/dzbarsky) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2099](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2099) - fix: normalize RelsToVisit by [@&#8203;jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2104](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2104) - Add k8s.io/cri-api k8s.io/apiserver default overrides by [@&#8203;hunshcn](https://redirect.github.com/hunshcn) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2107](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2107) - Replace illegal characters in underscores when deriving proto RuleName by [@&#8203;WojciechMazur](https://redirect.github.com/WojciechMazur) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2105](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2105) - perf: remove extraneous isExcluded(dir) checks by [@&#8203;jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2106](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2106) - indexing all parents of visited directories by [@&#8203;linzhp](https://redirect.github.com/linzhp) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2109](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2109) - language/go: allow clean as argument to -build_file_generation by [@&#8203;oncilla](https://redirect.github.com/oncilla) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2111](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2111) - Trim BCR versions before comparing them to Go versions by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2066](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2066) - Avoid duplicates in relToIndex by [@&#8203;linzhp](https://redirect.github.com/linzhp) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2110](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2110) ##### New Contributors - [@&#8203;mrdomino](https://redirect.github.com/mrdomino) made their first contribution in [https://github.com/bazel-contrib/bazel-gazelle/pull/2080](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2080) - [@&#8203;jasonkuster](https://redirect.github.com/jasonkuster) made their first contribution in [https://github.com/bazel-contrib/bazel-gazelle/pull/2096](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2096) - [@&#8203;WojciechMazur](https://redirect.github.com/WojciechMazur) made their first contribution in [https://github.com/bazel-contrib/bazel-gazelle/pull/2105](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2105) - [@&#8203;oncilla](https://redirect.github.com/oncilla) made their first contribution in [https://github.com/bazel-contrib/bazel-gazelle/pull/2111](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2111) **Full Changelog**: bazel-contrib/bazel-gazelle@v0.43.0...v0.44.0 </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zLjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC4zLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent ec78ad3 commit 7ab62d7

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

bzlmod/workspace/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bazel_dep(
2626
)
2727
bazel_dep(
2828
name = "gazelle",
29-
version = "0.43.0",
29+
version = "0.44.0",
3030
dev_dependency = True,
3131
repo_name = "bazel_gazelle",
3232
)

examples/firebase_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ bazel_dep(
3636
)
3737
bazel_dep(
3838
name = "gazelle",
39-
version = "0.43.0",
39+
version = "0.44.0",
4040
dev_dependency = True,
4141
repo_name = "bazel_gazelle",
4242
)

examples/google_maps_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bazel_dep(
2828
)
2929
bazel_dep(
3030
name = "gazelle",
31-
version = "0.43.0",
31+
version = "0.44.0",
3232
dev_dependency = True,
3333
repo_name = "bazel_gazelle",
3434
)

examples/injectionnext_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bazel_dep(
2828
)
2929
bazel_dep(
3030
name = "gazelle",
31-
version = "0.43.0",
31+
version = "0.44.0",
3232
dev_dependency = True,
3333
repo_name = "bazel_gazelle",
3434
)

examples/interesting_deps/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bazel_dep(
3737
)
3838
bazel_dep(
3939
name = "gazelle",
40-
version = "0.43.0",
40+
version = "0.44.0",
4141
dev_dependency = True,
4242
repo_name = "bazel_gazelle",
4343
)

examples/ios_sim/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ bazel_dep(
3131
)
3232
bazel_dep(
3333
name = "gazelle",
34-
version = "0.43.0",
34+
version = "0.44.0",
3535
dev_dependency = True,
3636
repo_name = "bazel_gazelle",
3737
)

examples/kscrash_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bazel_dep(
2828
)
2929
bazel_dep(
3030
name = "gazelle",
31-
version = "0.43.0",
31+
version = "0.44.0",
3232
dev_dependency = True,
3333
repo_name = "bazel_gazelle",
3434
)

examples/lottie_ios_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bazel_dep(
2828
)
2929
bazel_dep(
3030
name = "gazelle",
31-
version = "0.43.0",
31+
version = "0.44.0",
3232
dev_dependency = True,
3333
repo_name = "bazel_gazelle",
3434
)

examples/messagekit_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bazel_dep(
2828
)
2929
bazel_dep(
3030
name = "gazelle",
31-
version = "0.43.0",
31+
version = "0.44.0",
3232
dev_dependency = True,
3333
repo_name = "bazel_gazelle",
3434
)

examples/nimble_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bazel_dep(
2828
)
2929
bazel_dep(
3030
name = "gazelle",
31-
version = "0.43.0",
31+
version = "0.44.0",
3232
dev_dependency = True,
3333
repo_name = "bazel_gazelle",
3434
)

0 commit comments

Comments
 (0)