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.40.0 #4

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2022

This PR contains the following updates:

Package Type Update Change
bazel_gazelle http_archive minor v0.27.0 -> v0.40.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

bazelbuild/bazel-gazelle (bazel_gazelle)

v0.40.0

Compare Source

What's Changed
New Contributors

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

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 

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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
Copy link
Contributor Author

renovate bot commented Oct 27, 2022

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch 4 times, most recently from bee435c to 5461d4a Compare November 11, 2022 20:45
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 5461d4a to 57fc02c Compare November 12, 2022 19:57
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch 2 times, most recently from cfe022f to e746c92 Compare November 30, 2022 16:01
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch 4 times, most recently from a3c08ff to 0943b4d Compare December 14, 2022 03:18
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch 3 times, most recently from f6a7124 to 6387aaa Compare December 20, 2022 10:50
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch 2 times, most recently from 9d9e02b to 410a017 Compare January 10, 2023 20:22
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.28.0 Update dependency bazel_gazelle to v0.29.0 Jan 14, 2023
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch 2 times, most recently from e1e9d86 to 159aed9 Compare January 26, 2023 02:00
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch 4 times, most recently from 69de104 to 205da45 Compare February 2, 2023 02:33
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch 3 times, most recently from 10b9d35 to 16ac834 Compare February 13, 2023 11:20
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch 3 times, most recently from 4bddf86 to 51e368b Compare February 14, 2023 03:40
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch 4 times, most recently from 68159bf to 47fe8a8 Compare December 4, 2023 21:31
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch 7 times, most recently from e2a8657 to 8b353ea Compare December 8, 2023 21:59
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 8b353ea to 8a08426 Compare December 21, 2023 18:35
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.34.0 Update dependency bazel_gazelle to v0.35.0 Dec 21, 2023
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 8a08426 to 5f8943d Compare April 3, 2024 16:23
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.35.0 Update dependency bazel_gazelle to v0.36.0 Apr 3, 2024
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 5f8943d to fabf128 Compare May 24, 2024 17:08
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.36.0 Update dependency bazel_gazelle to v0.37.0 May 24, 2024
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from fabf128 to 042f5cd Compare August 1, 2024 18:48
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.37.0 Update dependency bazel_gazelle to v0.38.0 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 042f5cd to 6acd8ac Compare September 23, 2024 17:21
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.38.0 Update dependency bazel_gazelle to v0.39.0 Sep 23, 2024
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 6acd8ac to 3e6ae1a Compare October 2, 2024 12:57
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.39.0 Update dependency bazel_gazelle to v0.39.1 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 3e6ae1a to e2a0f39 Compare November 11, 2024 18:50
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.39.1 Update dependency bazel_gazelle to v0.40.0 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from e2a0f39 to 85223b2 Compare November 11, 2024 23:04
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.40.0 Update dependency bazel_gazelle to v0.39.1 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 85223b2 to a3ebba4 Compare November 13, 2024 20:09
@renovate renovate bot changed the title Update dependency bazel_gazelle to v0.39.1 Update dependency bazel_gazelle to v0.40.0 Nov 13, 2024
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