Update dependency bazel_gazelle to v0.38.0 #10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.24.0->v0.38.0Release Notes
bazelbuild/bazel-gazelle (bazel_gazelle)
v0.38.0Compare Source
What's Changed
include()inMODULE.bazelby @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1810//internal:bazel_teston Mac to fix CI by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1842gazelle:resolve_regexpby @lkassar-stripe in https://github.com/bazelbuild/bazel-gazelle/pull/1822external/...prefix to${SRCDIR}in external repos by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1850New Contributors
Full Changelog: bazel-contrib/bazel-gazelle@v0.37.0...v0.38.0
v0.37.0Compare Source
What's Changed
debug_modeoption togo_depsby @davidbyttow in https://github.com/bazelbuild/bazel-gazelle/pull/1806# gazelle:proto filework without needing to set differentoption go_packagein .proto files by @jeromep-stripe in https://github.com/bazelbuild/bazel-gazelle/pull/1765New Contributors
Full Changelog: bazel-contrib/bazel-gazelle@v0.36.0...v0.37.0
v0.36.0Compare Source
What's Changed
update-reposto omit readingWORKSPACEon bzlmod only repos. by @Megakuul in https://github.com/bazelbuild/bazel-gazelle/pull/1727default_gazelle_attributesforgo_depsextension by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1716go_deps.config(env = ...)as a replacement forgazelle_dependencies(go_env = ...)by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1748go_depsextension as reproducible by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1761puregobuild constraint by @mattyclarkson in https://github.com/bazelbuild/bazel-gazelle/pull/1767go.modto rules_go by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1762reproducibleusage in extensions by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1763New Contributors
Full Changelog: bazel-contrib/bazel-gazelle@v0.35.0...v0.36.0
v0.35.0Compare Source
What's Changed
gazelle_generation_testuse ofarguments.txtby @vpanta in https://github.com/bazelbuild/bazel-gazelle/pull/1660archive_overrides by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1665allow_empty = Trueby @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1674pprofby @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1685New Contributors
Full Changelog: bazel-contrib/bazel-gazelle@v0.34.0...v0.35.0
v0.34.0Compare Source
What's Changed
New Contributors
Full Changelog: bazel-contrib/bazel-gazelle@v0.33.0...v0.34.0
v0.33.0Compare Source
What's Changed
# gazelle:followaccept a glob by @shahms in https://github.com/bazelbuild/bazel-gazelle/pull/1596go_depsusages by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1584WORKSPACEfile when runningupdate-reposwhen bzlmod is enabled by @cgrindel in https://github.com/bazelbuild/bazel-gazelle/pull/1589go_deps.from_filecompatible with Go 1.21 by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1605golang.org/x/modVendor to Support Go 1.21 by @alan910127 in https://github.com/bazelbuild/bazel-gazelle/pull/1611New Contributors
Full Changelog: bazel-contrib/bazel-gazelle@v0.32.0...v0.33.0
v0.32.0Compare Source
Starting this release, Gazelle no longer resolves Go and proto imports of Google APIs to
@go_googleapis. Instead, Go packages from Google APIs will be treated as regular Go packages, and resolve to@org_golang_google_genproto, which contains the pre-generated Go code, with its version determined by Go modules. For proto files importing Google APIs proto and generating Go code, users need to:http_archiverule to download Google APIs, e.g.,Note that the version of Google APIs archive needs to be compatible with the pre-generated code in
@org_golang_google_genproto.What's Changed
New Contributors
Full Changelog: bazel-contrib/bazel-gazelle@v0.31.1...v0.32.0
v0.31.1Compare Source
What's Changed
go_deps.moduleby @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1548bazel_deps replace Go deps by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1526New Contributors
Full Changelog: bazel-contrib/bazel-gazelle@v0.31.0...v0.31.1
v0.31.0Compare Source
What's Changed
module_overridetag to allow patching in go_deps by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1500build_proto_file_modein message by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1504unixbuild tag. by @connyay in https://github.com/bazelbuild/bazel-gazelle/pull/1512build_file_generationtogazelle_overrideby @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1522structby @birunts in https://github.com/bazelbuild/bazel-gazelle/pull/1524extension_metadatato automateuse_repofixes by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1511go:embedfailing to addembedsrcsfor subdirectories named build by @sgavinio in https://github.com/bazelbuild/bazel-gazelle/pull/1539New Contributors
Full Changelog: bazel-contrib/bazel-gazelle@v0.30.0...v0.31.0
v0.30.0Compare Source
What's Changed
bzl_testby @cgrindel in https://github.com/bazelbuild/bazel-gazelle/pull/1413go mod downloadoutput expectation for errors by @illicitonion in https://github.com/bazelbuild/bazel-gazelle/pull/1442short_pathforgoin the wrapper by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1446.ijwbto.gitignoreby @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1478.ijwbfrom repository tools srcs by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1490New Contributors
Full Changelog: bazel-contrib/bazel-gazelle@v0.29.0...v0.30.0
[
v0.29.0](https://togithub.com/bazelbuild/bazel-gazelle/reConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.