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

chore(deps): update dependency bazel_gazelle to v0.39.1 #12

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2023

This PR contains the following updates:

Package Type Update Change
bazel_gazelle http_archive minor v0.28.0 -> v0.39.1

Release Notes

bazelbuild/bazel-gazelle (bazel_gazelle)

v0.39.1

Compare Source

Updates rules_go to fix this error:

ERROR: .../external/rules_go~/go/platform/BUILD.bazel: no such target '@​@​rules_go~//go/platform:qnx': target 'qnx' not declared in package 'go/platform' defined by .../external/rules_go~/go/platform/BUILD.bazel

What's Changed

Full Changelog: bazel-contrib/bazel-gazelle@v0.39.0...v0.39.1

v0.39.0

Compare Source

What's Changed

New Contributors

Full Changelog: bazel-contrib/bazel-gazelle@v0.38.0...v0.39.0

v0.38.0

Compare Source

What's Changed

New Contributors

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

v0.37.0

Compare Source

What's Changed

New Contributors

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

v0.36.0

Compare Source

What's Changed

New Contributors

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

v0.35.0

Compare Source

What's Changed

New 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

New 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:

  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: bazel-contrib/bazel-gazelle@v0.31.1...v0.32.0

v0.31.1

Compare Source

What's Changed

New Contributors

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

v0.31.0

Compare Source

What's Changed


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 is behind base branch, 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 changed the title chore(deps): update dependency bazel_gazelle to v0.29.0 chore(deps): update dependency bazel_gazelle to v0.30.0 Mar 30, 2023
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 7ebb13a to 6b2309f Compare March 30, 2023 23:33
@renovate renovate bot changed the title chore(deps): update dependency bazel_gazelle to v0.30.0 chore(deps): update dependency bazel_gazelle to v0.31.0 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 6b2309f to 1e8a6df Compare June 1, 2023 05:38
@renovate renovate bot changed the title chore(deps): update dependency bazel_gazelle to v0.31.0 chore(deps): update dependency bazel_gazelle to v0.31.1 Jun 13, 2023
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 1e8a6df to 70b59fd Compare June 13, 2023 04:21
@renovate renovate bot changed the title chore(deps): update dependency bazel_gazelle to v0.31.1 chore(deps): update dependency bazel_gazelle to v0.32.0 Jul 11, 2023
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 70b59fd to b1bd04a Compare July 11, 2023 16:32
@renovate renovate bot changed the title chore(deps): update dependency bazel_gazelle to v0.32.0 chore(deps): update dependency bazel_gazelle to v0.33.0 Sep 8, 2023
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from b1bd04a to 261f655 Compare September 8, 2023 10:07
@renovate renovate bot changed the title chore(deps): update dependency bazel_gazelle to v0.33.0 chore(deps): update dependency bazel_gazelle to v0.34.0 Nov 8, 2023
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 261f655 to 2ece92e Compare November 8, 2023 17:21
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 2ece92e to b18c741 Compare December 21, 2023 19:11
@renovate renovate bot changed the title chore(deps): update dependency bazel_gazelle to v0.34.0 chore(deps): update dependency bazel_gazelle to v0.35.0 Dec 21, 2023
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from b18c741 to 8ef0c19 Compare April 3, 2024 17:35
@renovate renovate bot changed the title chore(deps): update dependency bazel_gazelle to v0.35.0 chore(deps): update dependency bazel_gazelle to v0.36.0 Apr 3, 2024
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 8ef0c19 to c98ca2b Compare May 24, 2024 16:43
@renovate renovate bot changed the title chore(deps): update dependency bazel_gazelle to v0.36.0 chore(deps): update dependency bazel_gazelle to v0.37.0 May 24, 2024
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from c98ca2b to db5550e Compare August 1, 2024 18:47
@renovate renovate bot changed the title chore(deps): update dependency bazel_gazelle to v0.37.0 chore(deps): update dependency bazel_gazelle to v0.38.0 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from db5550e to 068cf89 Compare September 23, 2024 20:10
@renovate renovate bot changed the title chore(deps): update dependency bazel_gazelle to v0.38.0 chore(deps): update dependency bazel_gazelle to v0.39.0 Sep 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency bazel_gazelle to v0.39.0 chore(deps): update dependency bazel_gazelle to v0.39.1 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 068cf89 to fad2d33 Compare October 2, 2024 12:28
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