Skip to content

Commit f5aef79

Browse files
chore(deps): update dependency gazelle to v0.45.0 (cgrindel#1764)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gazelle](https://redirect.github.com/bazel-contrib/bazel-gazelle) | bazel_dep | minor | `0.44.0` -> `0.45.0` | --- ### Release Notes <details> <summary>bazel-contrib/bazel-gazelle (gazelle)</summary> ### [`v0.45.0`](https://redirect.github.com/bazel-contrib/bazel-gazelle/releases/tag/v0.45.0) ##### What's Changed - Test against latest release candidates in BCR presubmit by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2112](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2112) - docs: add gazelle\_cc pointer by [@&#8203;alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2114](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2114) - go.mod 'tool' directive may refer to a package at module-root by [@&#8203;dzbarsky](https://redirect.github.com/dzbarsky) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2115](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2115) - Update bazel-skylib in WORKSPACE setup by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2116](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2116) - Speedup known os/arch checks by [@&#8203;dzbarsky](https://redirect.github.com/dzbarsky) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2100](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2100) - Add support for `--repo_contents_cache` by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2119](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2119) - Enable Bzlmod for the main repo by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2118](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2118) - Add special handling for extracting explicit package name from rule name if being part of `go_package` by [@&#8203;WojciechMazur](https://redirect.github.com/WojciechMazur) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2122](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2122) - docs: use stardoc for reference documentation only by [@&#8203;jayconrod](https://redirect.github.com/jayconrod) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2125](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2125) - Fix missing go\_env when running Gazelle by [@&#8203;guw](https://redirect.github.com/guw) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2128](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2128) - Test with Bazel 8 by [@&#8203;fmeum](https://redirect.github.com/fmeum) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2120](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2120) - Add default overrides for spicedb support by [@&#8203;faximan](https://redirect.github.com/faximan) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2131](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2131) - fix: only pass walked dir content to single callback by [@&#8203;jbedard](https://redirect.github.com/jbedard) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2134](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2134) - Remove usage of deprecated package\_list on Go context by [@&#8203;dzbarsky](https://redirect.github.com/dzbarsky) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2135](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2135) - merger: fix symbol assigned by [@&#8203;hunshcn](https://redirect.github.com/hunshcn) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2136](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2136) - refactor: update bazel target for go\_features by [@&#8203;isgj](https://redirect.github.com/isgj) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2138](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2138) - walk: expose cached GetDirInfo by [@&#8203;jayconrod](https://redirect.github.com/jayconrod) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2141](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2141) - rule: add MatchGlobExpr for parsing glob expressions by [@&#8203;jayconrod](https://redirect.github.com/jayconrod) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2142](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2142) - Fix interfing proto.Mode - taking into account mode module apparent names by [@&#8203;WojciechMazur](https://redirect.github.com/WojciechMazur) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2143](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2143) - Fix target names when running in `package` proto mode by [@&#8203;jgautier-dd](https://redirect.github.com/jgautier-dd) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2144](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2144) - Accept more forms of glob values when parsing `bzl.Expr` by [@&#8203;WojciechMazur](https://redirect.github.com/WojciechMazur) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2145](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2145) - fix FixLoads issue with list of symbols by [@&#8203;tzaman-stripe](https://redirect.github.com/tzaman-stripe) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2147](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2147) - Propagate to Gazelle extensions `proto_library` name achieved after merging with BUILD file by [@&#8203;WojciechMazur](https://redirect.github.com/WojciechMazur) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2150](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2150) - Upgrade `package_metadata` to 0.0.5 (was 0.0.2) by [@&#8203;WojciechMazur](https://redirect.github.com/WojciechMazur) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2155](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2155) - Removing restriction on cgo in go\_test by [@&#8203;linzhp](https://redirect.github.com/linzhp) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2154](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2154) - pathtools: add Prefixes helper function by [@&#8203;jayconrod](https://redirect.github.com/jayconrod) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2152](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2152) - walk: allow GetDirInfo to be called in directories not visited yet by [@&#8203;jayconrod](https://redirect.github.com/jayconrod) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2153](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2153) - Extract either Module/Workspace RepoName in `CommonConfigurer` by [@&#8203;WojciechMazur](https://redirect.github.com/WojciechMazur) in [https://github.com/bazel-contrib/bazel-gazelle/pull/2157](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2157) ##### New Contributors - [@&#8203;guw](https://redirect.github.com/guw) made their first contribution in [https://github.com/bazel-contrib/bazel-gazelle/pull/2128](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2128) - [@&#8203;isgj](https://redirect.github.com/isgj) made their first contribution in [https://github.com/bazel-contrib/bazel-gazelle/pull/2138](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2138) - [@&#8203;jgautier-dd](https://redirect.github.com/jgautier-dd) made their first contribution in [https://github.com/bazel-contrib/bazel-gazelle/pull/2144](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2144) - [@&#8203;tzaman-stripe](https://redirect.github.com/tzaman-stripe) made their first contribution in [https://github.com/bazel-contrib/bazel-gazelle/pull/2147](https://redirect.github.com/bazel-contrib/bazel-gazelle/pull/2147) **Full Changelog**: bazel-contrib/bazel-gazelle@v0.44.0...v0.45.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> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 9105749 commit f5aef79

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.44.0",
29+
version = "0.45.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.44.0",
39+
version = "0.45.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.44.0",
31+
version = "0.45.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.44.0",
31+
version = "0.45.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.44.0",
40+
version = "0.45.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.44.0",
34+
version = "0.45.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.44.0",
31+
version = "0.45.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.44.0",
31+
version = "0.45.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.44.0",
31+
version = "0.45.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.44.0",
31+
version = "0.45.0",
3232
dev_dependency = True,
3333
repo_name = "bazel_gazelle",
3434
)

0 commit comments

Comments
 (0)