Skip to content

Bump gazelle from 0.52.2 to 0.53.0 - #180

Merged
mxpv merged 1 commit into
mainfrom
dependabot/bazel/gazelle-0.53.0
Aug 24, 2026
Merged

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps gazelle from 0.52.2 to 0.53.0.

Release notes

Sourced from gazelle's releases.

v0.53.0

Using Bzlmod

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

Using WORKSPACE

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

What's Changed

New Contributors

Full Changelog: bazel-contrib/bazel-gazelle@v0.52.2...v0.53.0

Commits
  • e9c2bbe Detect existing build files without shelling out to test (#2405)
  • 614f910 Update v2 tag to v2.0.0-3 (#2404)
  • ca370f0 perf(language/go): parse build tags without Scanner (#2401)
  • 255fde2 perf(merger): reuse load indexes across BUILD files (#2402)
  • e764239 perf: avoid temp arrays in sortExprLabels (#2395)
  • b9fe795 perf(language/go): read Go files once during analysis (#2399)
  • 2a34c89 go_deps: compute environment outside of go_repository_cache (#2392)
  • e9e199e fix: register configured map_kind mappings before resolution (#2391)
  • 8e8c117 go_repository_config: move bzlmod version to its own file (#2390)
  • 444a057 Use ephemeral GOMODCACHE for module-mode fetches (#2389)
  • 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.52.2 to 0.53.0.
- [Release notes](https://github.com/bazel-contrib/bazel-gazelle/releases)
- [Commits](bazel-contrib/bazel-gazelle@v0.52.2...v0.53.0)

---
updated-dependencies:
- dependency-name: gazelle
  dependency-version: 0.53.0
  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 Aug 24, 2026
@mxpv
mxpv merged commit 3a38171 into main Aug 24, 2026
15 checks passed
@dependabot
dependabot Bot deleted the dependabot/bazel/gazelle-0.53.0 branch August 24, 2026 16:31
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