Skip to content

Bump gazelle from 0.51.3 to 0.52.2#161

Merged
mxpv merged 1 commit into
mainfrom
dependabot/bazel/gazelle-0.52.2
Jul 24, 2026
Merged

Bump gazelle from 0.51.3 to 0.52.2#161
mxpv merged 1 commit into
mainfrom
dependabot/bazel/gazelle-0.52.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps gazelle from 0.51.3 to 0.52.2.

Release notes

Sourced from gazelle's releases.

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: bazel-contrib/bazel-gazelle@v0.52.1...v0.52.2

v0.52.1

Using Bzlmod

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

Using WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "bazel-gazelle",
    sha256 = "614fce28a9bbb30e6f9163be04647bf01cb1ca4bd96edb0e16dee2c834d9b149",
    url = "https://github.com/bazel-contrib/bazel-gazelle/releases/download/v0.52.1/bazel-gazelle-v0.52.1.tzst",
)
load("@bazel-gazelle//:deps.bzl", "gazelle_dependencies")
gazelle_dependencies()

What's Changed

... (truncated)

Commits
  • 1208622 fix release archive format for BCR (#2379)
  • f50322b fix release script to use tzst as expected (#2378)
  • 478a61c fix: use v2 testtools in generation tests (#2377)
  • a1b7ff2 feat(go): add directives to set Go/C compiler and linker flags on generated r...
  • fea2585 Record GOROOT as a label in go.env (#2374)
  • 34b6c99 fix: add Gazelle overrides for additional dependencies (#2373)
  • 6623f1a Fix alias_kind directive leaking across directories (#2368)
  • 15d1f02 feat(go): support rc toolchains (#2370)
  • ac8ea6f Fix: stop adding prefix to proto imports (#2369)
  • 0b16aec fetch_repo: verify module sum using "go mod download" JSON, not the extracted...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gazelle](https://github.com/bazel-contrib/bazel-gazelle) from 0.51.3 to 0.52.2.
- [Release notes](https://github.com/bazel-contrib/bazel-gazelle/releases)
- [Commits](bazel-contrib/bazel-gazelle@v0.51.3...v0.52.2)

---
updated-dependencies:
- dependency-name: gazelle
  dependency-version: 0.52.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Jul 24, 2026
@mxpv
mxpv merged commit 2833c60 into main Jul 24, 2026
15 checks passed
@dependabot
dependabot Bot deleted the dependabot/bazel/gazelle-0.52.2 branch July 24, 2026 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant