Update dependency gazelle to v0.52.2 #62

Merged
prskr merged 1 commit from renovate/gazelle-0.x into main 2026-08-13 17:37:45 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
gazelle bazel_dep minor 0.51.30.52.2

Release Notes

bazel-contrib/bazel-gazelle (gazelle)

v0.52.2

Using Bzlmod

bazel_dep(name = "gazelle", version = "0.52.2")

Using WORKSPACE

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "bazel-gazelle",
    sha256 = "6549bd37cf1b82bac406119aef1b26bfec5d1c02d0d5a5518275e4513f47b3b2",
    url = "https://github.com/bazel-contrib/bazel-gazelle/releases/download/v0.52.2/bazel-gazelle-v0.52.2.tar.gz",
)
load("@​bazel-gazelle//:deps.bzl", "gazelle_dependencies")
gazelle_dependencies()

What's Changed

Full Changelog: https://github.com/bazel-contrib/bazel-gazelle/compare/v0.52.1...v0.52.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gazelle](https://github.com/bazel-contrib/bazel-gazelle) | bazel_dep | minor | `0.51.3` → `0.52.2` | --- ### Release Notes <details> <summary>bazel-contrib/bazel-gazelle (gazelle)</summary> ### [`v0.52.2`](https://github.com/bazel-contrib/bazel-gazelle/releases/tag/v0.52.2) #### Using Bzlmod ```starlark bazel_dep(name = "gazelle", version = "0.52.2") ``` #### Using WORKSPACE ```starlark load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel-gazelle", sha256 = "6549bd37cf1b82bac406119aef1b26bfec5d1c02d0d5a5518275e4513f47b3b2", url = "https://github.com/bazel-contrib/bazel-gazelle/releases/download/v0.52.2/bazel-gazelle-v0.52.2.tar.gz", ) load("@&#8203;bazel-gazelle//:deps.bzl", "gazelle_dependencies") gazelle_dependencies() ``` #### What's Changed - fix release archive format for BCR by [@&#8203;tyler-french](https://github.com/tyler-french) in [#&#8203;2379](https://github.com/bazel-contrib/bazel-gazelle/pull/2379) **Full Changelog**: <https://github.com/bazel-contrib/bazel-gazelle/compare/v0.52.1...v0.52.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjQuMiIsInVwZGF0ZWRJblZlciI6IjQzLjIxLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
chore(deps): update dependency gazelle to v0.52.2
Some checks failed
renovate/artifacts Artifact file update failure
Go / release (pull_request) Has been cancelled
204e45d23e
Author
Owner

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: MODULE.bazel
Command failed: bazel run //:go -- mod tidy
INFO: Repo rules_cc++cc_configure_extension+local_config_cc defined by rule cc_autoconf in @@rules_cc+//cc/private/toolchain:cc_configure.bzl
ERROR: /var/lib/forgejo/runner/.cache/bazel/_bazel_runner/34480a03541f25bd2c700ce481575ffc/external/rules_cc+/cc/private/toolchain/lib_cc_configure.bzl:112:9: An error occurred during the fetch of repository 'rules_cc++cc_configure_extension+local_config_cc':
   Traceback (most recent call last):
	File "/var/lib/forgejo/runner/.cache/bazel/_bazel_runner/34480a03541f25bd2c700ce481575ffc/external/rules_cc+/cc/private/toolchain/cc_configure.bzl", line 97, column 33, in cc_autoconf_impl
		configure_unix_toolchain(repository_ctx, cpu_value, overriden_tools)
	File "/var/lib/forgejo/runner/.cache/bazel/_bazel_runner/34480a03541f25bd2c700ce481575ffc/external/rules_cc+/cc/private/toolchain/unix_cc_configure.bzl", line 359, column 23, in configure_unix_toolchain
		cc = _find_generic(repository_ctx, "gcc", "CC", overridden_tools)
	File "/var/lib/forgejo/runner/.cache/bazel/_bazel_runner/34480a03541f25bd2c700ce481575ffc/external/rules_cc+/cc/private/toolchain/unix_cc_configure.bzl", line 322, column 32, in _find_generic
		auto_configure_fail(msg)
	File "/var/lib/forgejo/runner/.cache/bazel/_bazel_runner/34480a03541f25bd2c700ce481575ffc/external/rules_cc+/cc/private/toolchain/lib_cc_configure.bzl", line 112, column 9, in auto_configure_fail
		fail("\n%sAuto-Configuration Error:%s %s\n" % (red, no_color, msg))
Error in fail: 
Auto-Configuration Error: Cannot find gcc or CC; either correct your path or set the CC environment variable
ERROR: no such package '@@rules_cc++cc_configure_extension+local_config_cc//': 
Auto-Configuration Error: Cannot find gcc or CC; either correct your path or set the CC environment variable
ERROR: /var/lib/forgejo/runner/.cache/bazel/_bazel_runner/34480a03541f25bd2c700ce481575ffc/external/rules_go+/go/tools/go_bin_runner/BUILD.bazel:25:10: @@rules_go+//go/tools/go_bin_runner:go_bin_runner depends on @@rules_cc++cc_configure_extension+local_config_cc//:cc-compiler-k8 in repository @@rules_cc++cc_configure_extension+local_config_cc which failed to fetch. no such package '@@rules_cc++cc_configure_extension+local_config_cc//': 
Auto-Configuration Error: Cannot find gcc or CC; either correct your path or set the CC environment variable
ERROR: Analysis of target '//:go' failed; build aborted: Analysis failed
INFO: Elapsed time: 13.360s, Critical Path: 0.00s
INFO: 1 process: 1 internal.
ERROR: Build did NOT complete successfully
ERROR: Build failed. Not running target

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: MODULE.bazel ``` Command failed: bazel run //:go -- mod tidy INFO: Repo rules_cc++cc_configure_extension+local_config_cc defined by rule cc_autoconf in @@rules_cc+//cc/private/toolchain:cc_configure.bzl ERROR: /var/lib/forgejo/runner/.cache/bazel/_bazel_runner/34480a03541f25bd2c700ce481575ffc/external/rules_cc+/cc/private/toolchain/lib_cc_configure.bzl:112:9: An error occurred during the fetch of repository 'rules_cc++cc_configure_extension+local_config_cc': Traceback (most recent call last): File "/var/lib/forgejo/runner/.cache/bazel/_bazel_runner/34480a03541f25bd2c700ce481575ffc/external/rules_cc+/cc/private/toolchain/cc_configure.bzl", line 97, column 33, in cc_autoconf_impl configure_unix_toolchain(repository_ctx, cpu_value, overriden_tools) File "/var/lib/forgejo/runner/.cache/bazel/_bazel_runner/34480a03541f25bd2c700ce481575ffc/external/rules_cc+/cc/private/toolchain/unix_cc_configure.bzl", line 359, column 23, in configure_unix_toolchain cc = _find_generic(repository_ctx, "gcc", "CC", overridden_tools) File "/var/lib/forgejo/runner/.cache/bazel/_bazel_runner/34480a03541f25bd2c700ce481575ffc/external/rules_cc+/cc/private/toolchain/unix_cc_configure.bzl", line 322, column 32, in _find_generic auto_configure_fail(msg) File "/var/lib/forgejo/runner/.cache/bazel/_bazel_runner/34480a03541f25bd2c700ce481575ffc/external/rules_cc+/cc/private/toolchain/lib_cc_configure.bzl", line 112, column 9, in auto_configure_fail fail("\n%sAuto-Configuration Error:%s %s\n" % (red, no_color, msg)) Error in fail: Auto-Configuration Error: Cannot find gcc or CC; either correct your path or set the CC environment variable ERROR: no such package '@@rules_cc++cc_configure_extension+local_config_cc//': Auto-Configuration Error: Cannot find gcc or CC; either correct your path or set the CC environment variable ERROR: /var/lib/forgejo/runner/.cache/bazel/_bazel_runner/34480a03541f25bd2c700ce481575ffc/external/rules_go+/go/tools/go_bin_runner/BUILD.bazel:25:10: @@rules_go+//go/tools/go_bin_runner:go_bin_runner depends on @@rules_cc++cc_configure_extension+local_config_cc//:cc-compiler-k8 in repository @@rules_cc++cc_configure_extension+local_config_cc which failed to fetch. no such package '@@rules_cc++cc_configure_extension+local_config_cc//': Auto-Configuration Error: Cannot find gcc or CC; either correct your path or set the CC environment variable ERROR: Analysis of target '//:go' failed; build aborted: Analysis failed INFO: Elapsed time: 13.360s, Critical Path: 0.00s INFO: 1 process: 1 internal. ERROR: Build did NOT complete successfully ERROR: Build failed. Not running target ```
prskr changed title from chore(deps): update dependency gazelle to v0.52.2 to Update dependency gazelle to v0.52.2 2026-07-27 03:37:11 +00:00
prskr changed title from Update dependency gazelle to v0.52.2 to chore(deps): update dependency gazelle to v0.52.2 2026-07-29 09:52:14 +00:00
prskr changed title from chore(deps): update dependency gazelle to v0.52.2 to Update dependency gazelle to v0.52.2 2026-07-31 03:44:27 +00:00
prskr changed title from Update dependency gazelle to v0.52.2 to chore(deps): update dependency gazelle to v0.52.2 2026-08-02 03:38:49 +00:00
prskr changed title from chore(deps): update dependency gazelle to v0.52.2 to Update dependency gazelle to v0.52.2 2026-08-07 03:38:40 +00:00
prskr changed title from Update dependency gazelle to v0.52.2 to chore(deps): update dependency gazelle to v0.52.2 2026-08-09 03:38:24 +00:00
prskr changed title from chore(deps): update dependency gazelle to v0.52.2 to Update dependency gazelle to v0.52.2 2026-08-13 17:34:41 +00:00
prskr merged commit d5ff865aef into main 2026-08-13 17:37:45 +00:00
prskr deleted branch renovate/gazelle-0.x 2026-08-13 17:37:46 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
prskr/meilisearch-operator!62
No description provided.