chore(deps): update dependency bazel_gazelle to v0.36.0 #155
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.28.0
->v0.36.0
Release Notes
bazelbuild/bazel-gazelle (bazel_gazelle)
v0.36.0
Compare Source
What's Changed
update-repos
to omit readingWORKSPACE
on bzlmod only repos. by @Megakuul in https://github.com/bazelbuild/bazel-gazelle/pull/1727default_gazelle_attributes
forgo_deps
extension 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_deps
extension as reproducible by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1761purego
build constraint by @mattyclarkson in https://github.com/bazelbuild/bazel-gazelle/pull/1767go.mod
to rules_go by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1762reproducible
usage 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.0
Compare Source
What's Changed
gazelle_generation_test
use ofarguments.txt
by @vpanta in https://github.com/bazelbuild/bazel-gazelle/pull/1660archive_override
s by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1665allow_empty = True
by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1674pprof
by @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.0
Compare Source
What's Changed
New Contributors
Full Changelog: bazel-contrib/bazel-gazelle@v0.33.0...v0.34.0
v0.33.0
Compare Source
What's Changed
# gazelle:follow
accept a glob by @shahms in https://github.com/bazelbuild/bazel-gazelle/pull/1596go_deps
usages by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1584WORKSPACE
file when runningupdate-repos
when bzlmod is enabled by @cgrindel in https://github.com/bazelbuild/bazel-gazelle/pull/1589go_deps.from_file
compatible with Go 1.21 by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1605golang.org/x/mod
Vendor 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.0
Compare 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_archive
rule 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.1
Compare Source
What's Changed
go_deps.module
by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1548bazel_dep
s 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.0
Compare Source
What's Changed
module_override
tag to allow patching in go_deps by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1500build_proto_file_mode
in message by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1504unix
build tag. by @connyay in https://github.com/bazelbuild/bazel-gazelle/pull/1512build_file_generation
togazelle_override
by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1522struct
by @birunts in https://github.com/bazelbuild/bazel-gazelle/pull/1524extension_metadata
to automateuse_repo
fixes by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1511go:embed
failing to addembedsrcs
for 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.0
Compare Source
What's Changed
bzl_test
by @cgrindel in https://github.com/bazelbuild/bazel-gazelle/pull/1413go mod download
output expectation for errors by @illicitonion in https://github.com/bazelbuild/bazel-gazelle/pull/1442short_path
forgo
in the wrapper by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1446.ijwb
to.gitignore
by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1478.ijwb
from 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
Compare Source
What's Changed
strip_prefix
field tosource.template.json
by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1375gazelle_generation_test
by @cgrindel in https://github.com/bazelbuild/bazel-gazelle/pull/1377gazelle_generation_test
by @cgrindel in https://github.com/bazelbuild/bazel-gazelle/pull/1383cfg = "host"
withcfg = "exec"
by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1395patch
from@bazel_tools//tools/build_defs/repo
by @tyler-french in https://github.com/bazelbuild/bazel-gazelle/pull/1381--incompatible_disallow_empty_glob
by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1405New Contributors
Full Changelog: bazel-contrib/bazel-gazelle@v0.28.0...v0.29.0
Configuration
📅 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 has been generated by Mend Renovate. View repository job log here.