This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
Update dependency bazel_gazelle to v0.19.1 #508
Merged
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:
0.18.2
->v0.19.1
Release Notes
bazelbuild/bazel-gazelle
v0.19.1
Compare Source
Changes
go_repository
stderr output.SSL_CERT_FILE
andSSL_CERT_DIR
are passed through to tools used bygo_repository
.v0.19.0
Compare Source
General changes
# gazelle:repository
directive is now supported in WORKSPACE files. Gazelle will behave as if a repository rule were declared with the given kind and attributes. This may override other declared rules. This is useful for declaring rules that appear in other files and can't be managed with#gazelle:repository_macro
. Thanks to @blico.update-repos
command now accepts versions for each argument, for example,update-repos github.com/sirupsen/logrus@v1.4.0
. For Go, the version suffixes follow the same format thatgo get
accepts in module mode. Thanks to @weixiao-huang.Go changes
go_repository
has better support for visibility across submodules. For example,cloud.google.com/logging
may now depend on internal packages incloud.google.com
, when both modules are unmodifiedgo_repository
rules. Previously, this requiredvisibility
attributes to be patched into the parent module.go_repository
now handles WORKSPACE-based configuration more efficiently. A configuration file is derived from the relevant parts of WORKSPACE and any functions declared with# gazelle:repository_macro
.go_repository
rules are re-evaluated when the configuration file changes, not when WORKSPACE changes. Previously, non-Go-related changes to WORKSPACE would causego_repository
to be re-evaluated. Thanks to @blico.go_repository
now accepts abuild_directives
attribute, a list of directives to write into the root build file before running Gazelle. Thanks to @linzhp.# gazelle:go_visibility
directive may be used to add labels to visibility attributes of Go rules. Thanks to @linzhp.go_library
srcs
if they are consumed by another rule through thesrc
orsrcs
attributes. Thanks to @linzhp.Proto changes
Renovate configuration
📅 Schedule: "at 7am on Monday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.