Commit f5aef79
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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
- [@​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)
- [@​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)
- [@​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)
- [@​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- bzlmod/workspace
- examples
- firebase_example
- google_maps_example
- injectionnext_example
- interesting_deps
- ios_sim
- kscrash_example
- lottie_ios_example
- messagekit_example
- nimble_example
- objc_code
- phone_number_kit
- pkg_manifest_minimal
- resources_example
- shake_ios_example
- snapkit_example
- soto_example
- stripe_example
- swift_package_registry_example
- symlink_example
- tca_example
- vapor_example
- xcmetrics_example
- tools/create_example/template_files
24 files changed
+24
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments