Skip to content

Commit e941721

Browse files
committed
chore: upgrade aspect-gazelle to e67fd7a1f121
1 parent a546754 commit e941721

File tree

3 files changed

+32
-31
lines changed

3 files changed

+32
-31
lines changed

bazel/include/go.MODULE.bazel

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,46 +27,46 @@ archive_override(
2727
bazel_dep(name = "aspect_gazelle", version = "0.0.0")
2828
archive_override(
2929
module_name = "aspect_gazelle",
30-
integrity = "sha256-AVtqWHZDYd2arPWInvEb+5Gz5G8IvNQ9Eir1+p9w2g0=",
31-
strip_prefix = "aspect-gazelle-3b24c7fb6b280f756fdb4808ffd4af2e689bfae7",
32-
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/3b24c7fb6b280f756fdb4808ffd4af2e689bfae7.tar.gz"],
30+
integrity = "sha256-c92wdU9j/UWSShgVDxCDcejzqeGZzKYl01PmvLJqh1I=",
31+
strip_prefix = "aspect-gazelle-e67fd7a1f12173dc0a58682a162bfebac77bf9d0",
32+
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/e67fd7a1f12173dc0a58682a162bfebac77bf9d0.tar.gz"],
3333
)
3434

3535
bazel_dep(name = "aspect_gazelle_js", version = "0.0.0")
3636
archive_override(
3737
module_name = "aspect_gazelle_js",
38-
integrity = "sha256-AVtqWHZDYd2arPWInvEb+5Gz5G8IvNQ9Eir1+p9w2g0=",
39-
strip_prefix = "aspect-gazelle-3b24c7fb6b280f756fdb4808ffd4af2e689bfae7/language/js",
40-
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/3b24c7fb6b280f756fdb4808ffd4af2e689bfae7.tar.gz"],
38+
integrity = "sha256-c92wdU9j/UWSShgVDxCDcejzqeGZzKYl01PmvLJqh1I=",
39+
strip_prefix = "aspect-gazelle-e67fd7a1f12173dc0a58682a162bfebac77bf9d0/language/js",
40+
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/e67fd7a1f12173dc0a58682a162bfebac77bf9d0.tar.gz"],
4141
)
4242

4343
bazel_dep(name = "aspect_gazelle_orion", version = "0.0.0")
4444
archive_override(
4545
module_name = "aspect_gazelle_orion",
46-
integrity = "sha256-AVtqWHZDYd2arPWInvEb+5Gz5G8IvNQ9Eir1+p9w2g0=",
47-
strip_prefix = "aspect-gazelle-3b24c7fb6b280f756fdb4808ffd4af2e689bfae7/language/orion",
48-
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/3b24c7fb6b280f756fdb4808ffd4af2e689bfae7.tar.gz"],
46+
integrity = "sha256-c92wdU9j/UWSShgVDxCDcejzqeGZzKYl01PmvLJqh1I=",
47+
strip_prefix = "aspect-gazelle-e67fd7a1f12173dc0a58682a162bfebac77bf9d0/language/orion",
48+
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/e67fd7a1f12173dc0a58682a162bfebac77bf9d0.tar.gz"],
4949
)
5050

5151
bazel_dep(name = "aspect_gazelle_runner", version = "0.0.0")
5252
archive_override(
5353
module_name = "aspect_gazelle_runner",
54-
integrity = "sha256-AVtqWHZDYd2arPWInvEb+5Gz5G8IvNQ9Eir1+p9w2g0=",
54+
integrity = "sha256-c92wdU9j/UWSShgVDxCDcejzqeGZzKYl01PmvLJqh1I=",
5555
patch_strip = 2,
5656
patches = [
5757
"//patches:aspect-gazelle-runner.patch",
5858
],
59-
strip_prefix = "aspect-gazelle-3b24c7fb6b280f756fdb4808ffd4af2e689bfae7/runner",
60-
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/3b24c7fb6b280f756fdb4808ffd4af2e689bfae7.tar.gz"],
59+
strip_prefix = "aspect-gazelle-e67fd7a1f12173dc0a58682a162bfebac77bf9d0/runner",
60+
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/e67fd7a1f12173dc0a58682a162bfebac77bf9d0.tar.gz"],
6161
)
6262

6363
# Not direclty used but must be declared+overriden until aspect_gazelle_runner points to one published to BCR.
6464
bazel_dep(name = "aspect_gazelle_kotlin", version = "0.0.0")
6565
archive_override(
6666
module_name = "aspect_gazelle_kotlin",
67-
integrity = "sha256-AVtqWHZDYd2arPWInvEb+5Gz5G8IvNQ9Eir1+p9w2g0=",
68-
strip_prefix = "aspect-gazelle-3b24c7fb6b280f756fdb4808ffd4af2e689bfae7/language/kotlin",
69-
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/3b24c7fb6b280f756fdb4808ffd4af2e689bfae7.tar.gz"],
67+
integrity = "sha256-c92wdU9j/UWSShgVDxCDcejzqeGZzKYl01PmvLJqh1I=",
68+
strip_prefix = "aspect-gazelle-e67fd7a1f12173dc0a58682a162bfebac77bf9d0/language/kotlin",
69+
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/e67fd7a1f12173dc0a58682a162bfebac77bf9d0.tar.gz"],
7070
)
7171

7272
# Go modules
@@ -75,8 +75,9 @@ go_deps.from_file(go_mod = "//:go.mod")
7575
go_deps.module_override(
7676
patch_strip = 1,
7777
patches = [
78-
"//patches:bazelbuild_bazel-gazelle_aspect-cli.patch",
78+
"//patches:gazelle-branded.patch",
7979
"//patches:gazelle-gitignore.patch",
80+
"//patches:gazelle-watchman.patch",
8081
],
8182
path = "github.com/bazelbuild/bazel-gazelle",
8283
)

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ go 1.24.9
44

55
require (
66
github.com/alphadose/haxmap v1.4.1
7-
github.com/aspect-build/aspect-gazelle/common v0.0.0-20251031000201-3b24c7fb6b28
8-
github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20251031000201-3b24c7fb6b28
9-
github.com/aspect-build/aspect-gazelle/runner v0.0.0-20251031000201-3b24c7fb6b28
7+
github.com/aspect-build/aspect-gazelle/common v0.0.0-20251031225502-e67fd7a1f121
8+
github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20251031225502-e67fd7a1f121
9+
github.com/aspect-build/aspect-gazelle/runner v0.0.0-20251031225502-e67fd7a1f121
1010
github.com/bazelbuild/bazel-gazelle v0.46.0
1111
github.com/bazelbuild/bazelisk v1.27.0 // NOTE: keep vendored code in sync
1212
github.com/bazelbuild/buildtools v0.0.0-20250930140053-2eb4fccefb52
@@ -59,8 +59,8 @@ require (
5959
github.com/a8m/envsubst v1.4.3 // indirect
6060
github.com/alecthomas/chroma/v2 v2.20.0 // indirect
6161
github.com/alecthomas/participle/v2 v2.1.4 // indirect
62-
github.com/aspect-build/aspect-gazelle/language/js v0.0.0-20251031000201-3b24c7fb6b28 // indirect
63-
github.com/aspect-build/aspect-gazelle/language/kotlin v0.0.0-20251031000201-3b24c7fb6b28 // indirect
62+
github.com/aspect-build/aspect-gazelle/language/js v0.0.0-20251031225502-e67fd7a1f121 // indirect
63+
github.com/aspect-build/aspect-gazelle/language/kotlin v0.0.0-20251031225502-e67fd7a1f121 // indirect
6464
github.com/atotto/clipboard v0.1.4 // indirect
6565
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
6666
github.com/aymerick/douceur v0.2.0 // indirect

go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFI
2727
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4=
2828
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
2929
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
30-
github.com/aspect-build/aspect-gazelle/common v0.0.0-20251031000201-3b24c7fb6b28 h1:+Qa2sRp95WHdZkBoVvscfGQ4PjssBmsqBIr0z3GCSTY=
31-
github.com/aspect-build/aspect-gazelle/common v0.0.0-20251031000201-3b24c7fb6b28/go.mod h1:l9OOwXPoL7zYQheRplPikU04zxlDa+cTBucFxTlsapM=
32-
github.com/aspect-build/aspect-gazelle/language/js v0.0.0-20251031000201-3b24c7fb6b28 h1:feNNwttSPr9apZHbkfnSBdB8KHA0C120WabrPReAO08=
33-
github.com/aspect-build/aspect-gazelle/language/js v0.0.0-20251031000201-3b24c7fb6b28/go.mod h1:CGiQWRTGD01+R6OPZLI8saxu2LrCLWjJoB0amrMIPQ4=
34-
github.com/aspect-build/aspect-gazelle/language/kotlin v0.0.0-20251031000201-3b24c7fb6b28 h1:8ic2nJuDp3Ldp8iHYT62tuoKi+kpS0JbzmaAoHaSWpA=
35-
github.com/aspect-build/aspect-gazelle/language/kotlin v0.0.0-20251031000201-3b24c7fb6b28/go.mod h1:/3TYzgSvMGYTydn5cAaD1Gg/ksLJcLkG9CD0+0wrjnk=
36-
github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20251031000201-3b24c7fb6b28 h1:hisPQ7vg58Lj4+SV1UOOKsbWPPf9AmI40puSGJFPnz4=
37-
github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20251031000201-3b24c7fb6b28/go.mod h1:onRnU2eLXBcyMUjDP85WtrUbXSMHSmmjR76zoF981d4=
38-
github.com/aspect-build/aspect-gazelle/runner v0.0.0-20251031000201-3b24c7fb6b28 h1:5myiqQvdwrbu8H0ebViI60gL+nS3xx2vH8jDwkCmzdo=
39-
github.com/aspect-build/aspect-gazelle/runner v0.0.0-20251031000201-3b24c7fb6b28/go.mod h1:XEMrq8FSxtF2BUoiSwFBPBZ8PqvgF6iOqnmOkqMCb70=
30+
github.com/aspect-build/aspect-gazelle/common v0.0.0-20251031225502-e67fd7a1f121 h1:0bmxw8EOx5n5aseVJIXl+mQxJbI59f79jHUVU9hXet8=
31+
github.com/aspect-build/aspect-gazelle/common v0.0.0-20251031225502-e67fd7a1f121/go.mod h1:l9OOwXPoL7zYQheRplPikU04zxlDa+cTBucFxTlsapM=
32+
github.com/aspect-build/aspect-gazelle/language/js v0.0.0-20251031225502-e67fd7a1f121 h1:/nkuDmY9VyrKeToaf1QAbx3grFlhzvt0xXtES1FPtqo=
33+
github.com/aspect-build/aspect-gazelle/language/js v0.0.0-20251031225502-e67fd7a1f121/go.mod h1:CGiQWRTGD01+R6OPZLI8saxu2LrCLWjJoB0amrMIPQ4=
34+
github.com/aspect-build/aspect-gazelle/language/kotlin v0.0.0-20251031225502-e67fd7a1f121 h1:c/998XAAriqkghXnz38NB/vkfpNGqF4hvbKklP8Mab8=
35+
github.com/aspect-build/aspect-gazelle/language/kotlin v0.0.0-20251031225502-e67fd7a1f121/go.mod h1:/3TYzgSvMGYTydn5cAaD1Gg/ksLJcLkG9CD0+0wrjnk=
36+
github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20251031225502-e67fd7a1f121 h1:tGmnNmulOz4rg4e6Lz5ofqcBUIFV9BIW2tS8JxUvgwU=
37+
github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20251031225502-e67fd7a1f121/go.mod h1:onRnU2eLXBcyMUjDP85WtrUbXSMHSmmjR76zoF981d4=
38+
github.com/aspect-build/aspect-gazelle/runner v0.0.0-20251031225502-e67fd7a1f121 h1:9om4doZ4pixTsOacOFfq6rRGRkwouO76Gcjk2e7YgW4=
39+
github.com/aspect-build/aspect-gazelle/runner v0.0.0-20251031225502-e67fd7a1f121/go.mod h1:XEMrq8FSxtF2BUoiSwFBPBZ8PqvgF6iOqnmOkqMCb70=
4040
github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=
4141
github.com/atotto/clipboard v0.1.4/go.mod h1:ZY9tmq7sm5xIbd9bOK4onWV4S6X0u6GY7Vn0Yu86PYI=
4242
github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=

0 commit comments

Comments
 (0)