Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 541bcba

Browse filesBrowse files
authored
deps: update to gazelle 0.40.0 (bazel-contrib#2403)
This allows us to drop the patch for removing native.sh_binary Work towards bazel-contrib#2378
1 parent 1738faf commit 541bcba
Copy full SHA for 541bcba

File tree

2 files changed

+1
-43
lines changed
Filter options

2 files changed

+1
-43
lines changed

‎MODULE.bazel

Copy file name to clipboardExpand all lines: MODULE.bazel
+1-11Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,7 @@ bazel_dep(name = "bazel_ci_rules", version = "1.0.0", dev_dependency = True)
8484
# We use `WORKSPACE.bzlmod` because it is impossible to have dev-only local overrides.
8585
bazel_dep(name = "rules_go", version = "0.41.0", dev_dependency = True, repo_name = "io_bazel_rules_go")
8686
bazel_dep(name = "rules_python_gazelle_plugin", version = "0", dev_dependency = True)
87-
bazel_dep(name = "gazelle", version = "0.33.0", dev_dependency = True, repo_name = "bazel_gazelle")
88-
single_version_override(
89-
module_name = "gazelle",
90-
patch_strip = 1,
91-
patches = [
92-
# Can be removed once https://github.com/bazel-contrib/bazel-gazelle/issues/1959
93-
# is fixed and released.
94-
"patches/gazelle_native_sh.patch",
95-
],
96-
version = "0.33.0",
97-
)
87+
bazel_dep(name = "gazelle", version = "0.40.0", dev_dependency = True, repo_name = "bazel_gazelle")
9888

9989
internal_dev_deps = use_extension(
10090
"//python/private:internal_dev_deps.bzl",

‎patches/gazelle_native_sh.patch

Copy file name to clipboardExpand all lines: patches/gazelle_native_sh.patch
-32Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.