-
Notifications
You must be signed in to change notification settings - Fork 70
Update dependency bazel_gazelle to v0.35.0 #996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
80c5d01 to
18c1af7
Compare
0814cad to
174e5d6
Compare
db084ef to
d5193ec
Compare
076958e to
92fb4f2
Compare
67d22cc to
bf97332
Compare
a65636e to
76cb4f5
Compare
b2f3f22 to
5c7cd57
Compare
3e2f394 to
ef8e662
Compare
92c7ffb to
97500d7
Compare
e6d5e02 to
4fc80f9
Compare
451c0bc to
dd9efcd
Compare
4c5d964 to
eb9d7cf
Compare
1265e08 to
b5c215a
Compare
ee18cb8 to
f4ad21a
Compare
f4ad21a to
db26503
Compare
db26503 to
b947dc4
Compare
b947dc4 to
74453b3
Compare
89ff514 to
5bcc215
Compare
5bcc215 to
1106fbf
Compare
1106fbf to
6199693
Compare
6199693 to
4c54e10
Compare
4c54e10 to
e2d4611
Compare
camdencheek
approved these changes
Mar 28, 2024
e2d4611 to
7465fc4
Compare
7465fc4 to
11f0826
Compare
camdencheek
approved these changes
Apr 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
bazelbuild/bazel-gazelle (bazel_gazelle)
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
Configuration
📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, 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.