Skip to content
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

Update dependency bazel_gazelle to v0.38.0 #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 23, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
bazel_gazelle http_archive minor v0.24.0 -> v0.38.0

Release Notes

bazelbuild/bazel-gazelle (bazel_gazelle)

v0.38.0

Compare Source

What's Changed

New Contributors

Full Changelog: bazelbuild/bazel-gazelle@v0.37.0...v0.38.0

v0.37.0

Compare Source

What's Changed

New Contributors

Full Changelog: bazelbuild/bazel-gazelle@v0.36.0...v0.37.0

v0.36.0

Compare Source

What's Changed

New Contributors

Full Changelog: bazelbuild/bazel-gazelle@v0.35.0...v0.36.0

v0.35.0

Compare Source

What's Changed

New Contributors

Full Changelog: bazelbuild/bazel-gazelle@v0.34.0...v0.35.0

v0.34.0

Compare Source

What's Changed

New Contributors

Full Changelog: bazelbuild/bazel-gazelle@v0.33.0...v0.34.0

v0.33.0

Compare Source

What's Changed

New Contributors

Full Changelog: bazelbuild/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:

  1. Add an http_archive rule to download Google APIs, e.g.,
http_archive(
    name = "googleapis",
    sha256 = "9d1a930e767c93c825398b8f8692eca3fe353b9aaadedfbcf1fca2282c85df88",
    strip_prefix = "googleapis-64926d52febbf298cb82a8f472ade4a3969ba922",
    urls = [
        "https://github.com/googleapis/googleapis/archive/64926d52febbf298cb82a8f472ade4a3969ba922.zip",
    ],
)

load("@​googleapis//:repository_rules.bzl", "switched_rules_by_language")

switched_rules_by_language(
    name = "com_google_googleapis_imports",
)

Note that the version of Google APIs archive needs to be compatible with the pre-generated code in @org_golang_google_genproto.

  1. Resolve the proto manually. If Gazelle is being used, directives like the following need to be added to a parent directory of the proto files:
### gazelle:resolve proto proto google/rpc/status.proto @​googleapis//google/rpc:status_proto
### gazelle:resolve proto go google/rpc/status.proto  @​org_golang_google_genproto//googleapis/rpc/status
### gazelle:resolve proto google/longrunning/operations.proto @​googleapis//google/longrunning:operations_proto
### gazelle:resolve proto go google/longrunning/operations.proto @​org_golang_google_genproto//googleapis/longrunning

What's Changed

New Contributors

Full Changelog: bazelbuild/bazel-gazelle@v0.31.1...v0.32.0

v0.31.1

Compare Source

What's Changed

New Contributors

Full Changelog: bazelbuild/bazel-gazelle@v0.31.0...v0.31.1

v0.31.0

Compare Source

What's Changed

New Contributors

Full Changelog: bazelbuild/bazel-gazelle@v0.30.0...v0.31.0

v0.30.0

Compare Source

What's Changed

New Contributors

Full Changelog: bazelbuild/bazel-gazelle@v0.29.0...v0.30.0

[v0.29.0](https://togithub.com/bazelbuild/bazel-gazel


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 4784d77 to 9097bac Compare September 25, 2022 21:13
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.25.0 Update dependency bazel_gazelle to v0.27.0 Sep 25, 2022
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.27.0 Update dependency bazel_gazelle to v0.28.0 Nov 20, 2022
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.28.0 Update dependency bazel_gazelle to v0.29.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 9097bac to ba7ee6d Compare March 16, 2023 15:33
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.29.0 Update dependency bazel_gazelle to v0.31.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from ba7ee6d to 68cec48 Compare May 28, 2023 15:52
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.31.0 Update dependency bazel_gazelle to v0.31.1 Jun 14, 2023
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 68cec48 to e6c41f1 Compare June 14, 2023 02:30
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.31.1 Update dependency bazel_gazelle to v0.32.0 Jul 12, 2023
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from e6c41f1 to be1d53b Compare July 12, 2023 20:44
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from be1d53b to 09eff7f Compare September 9, 2023 14:44
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.32.0 Update dependency bazel_gazelle to v0.33.0 Sep 9, 2023
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.33.0 Update dependency bazel_gazelle to v0.34.0 Nov 9, 2023
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 09eff7f to 63533a3 Compare November 9, 2023 02:23
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 63533a3 to 336a484 Compare December 22, 2023 02:41
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.34.0 Update dependency bazel_gazelle to v0.35.0 Dec 22, 2023
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 336a484 to 9c24867 Compare April 4, 2024 05:26
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.35.0 Update dependency bazel_gazelle to v0.36.0 Apr 4, 2024
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 9c24867 to b30a33c Compare May 25, 2024 02:09
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.36.0 Update dependency bazel_gazelle to v0.37.0 May 25, 2024
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.37.0 Update dependency bazel_gazelle to v0.38.0 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from b30a33c to 7957904 Compare August 2, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants