Skip to content

Commit 28ad44c

Browse files
chore(deps): update dependency gazelle to v0.47.0 (#1912)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gazelle](https://redirect.github.com/bazel-contrib/bazel-gazelle) | bazel_dep | minor | `0.46.0` -> `0.47.0` | --- ### Release Notes <details> <summary>bazel-contrib/bazel-gazelle (gazelle)</summary> ### [`v0.47.0`](https://redirect.github.com/bazel-contrib/bazel-gazelle/releases/tag/v0.47.0) ##### What's Changed - Generate dictionary with go tool targets by [@&#8203;mrdomino](https://redirect.github.com/mrdomino) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2215](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2215) - Fix BCR test module with Bazel 9 by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2221](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2221) - Fix go tools at module roots by [@&#8203;mrdomino](https://redirect.github.com/mrdomino) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2223](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2223) **Full Changelog**: bazel-contrib/bazel-gazelle@v0.46.0...v0.47.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
1 parent 0d5d20e commit 28ad44c

File tree

26 files changed

+26
-26
lines changed

26 files changed

+26
-26
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.46.0",
29+
version = "0.47.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.46.0",
39+
version = "0.47.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.46.0",
31+
version = "0.47.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.46.0",
31+
version = "0.47.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.46.0",
40+
version = "0.47.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.46.0",
34+
version = "0.47.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.46.0",
31+
version = "0.47.0",
3232
dev_dependency = True,
3333
repo_name = "bazel_gazelle",
3434
)

examples/language_modes_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.46.0",
31+
version = "0.47.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.46.0",
31+
version = "0.47.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.46.0",
31+
version = "0.47.0",
3232
dev_dependency = True,
3333
repo_name = "bazel_gazelle",
3434
)

0 commit comments

Comments
 (0)