Skip to content

Update dependency bazel_gazelle to v0.38.0 - #10

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/bazel_gazelle-0.x
Open

Update dependency bazel_gazelle to v0.38.0#10
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/bazel_gazelle-0.x

Conversation

@renovate

@renovaterenovateBot commented Aug 5, 2022

Copy link
Copy Markdown

Mend Renovate

This PR contains the following updates:

PackageTypeUpdateChange
bazel_gazellehttp_archiveminorv0.24.0 -> v0.38.0

Release Notes

bazelbuild/bazel-gazelle (bazel_gazelle)

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

New Contributors

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

v0.30.0

Compare Source

What's Changed

New Contributors

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

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


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
renovateBotforce-pushed the renovate/bazel_gazelle-0.x branch from 070b31e to 4796e2aCompareSeptember 14, 2022 21:21
@renovaterenovateBot changed the title Update dependency bazel_gazelle to v0.26.0Update dependency bazel_gazelle to v0.27.0Sep 14, 2022
@renovate
renovateBotforce-pushed the renovate/bazel_gazelle-0.x branch from 4796e2a to 12521f1CompareMarch 16, 2023 09:52
@renovaterenovateBot changed the title Update dependency bazel_gazelle to v0.27.0Update dependency bazel_gazelle to v0.29.0Mar 16, 2023
@renovaterenovateBot changed the title Update dependency bazel_gazelle to v0.29.0Update dependency bazel_gazelle to v0.30.0Mar 31, 2023
@renovate
renovateBotforce-pushed the renovate/bazel_gazelle-0.x branch from 12521f1 to 2b2fcb6CompareMarch 31, 2023 11:59
@renovaterenovateBot changed the title Update dependency bazel_gazelle to v0.30.0Update dependency bazel_gazelle to v0.31.0May 30, 2023
@renovate
renovateBotforce-pushed the renovate/bazel_gazelle-0.x branch from 2b2fcb6 to 1e5e0b6CompareMay 30, 2023 03:49
@renovate
renovateBotforce-pushed the renovate/bazel_gazelle-0.x branch from 1e5e0b6 to bbe20c7CompareJune 13, 2023 23:48
@renovaterenovateBot changed the title Update dependency bazel_gazelle to v0.31.0Update dependency bazel_gazelle to v0.31.1Jun 13, 2023
@renovaterenovateBot changed the title Update dependency bazel_gazelle to v0.31.1Update dependency bazel_gazelle to v0.32.0Jul 11, 2023
@renovate
renovateBotforce-pushed the renovate/bazel_gazelle-0.x branch from bbe20c7 to 0a5c89aCompareJuly 11, 2023 23:54
@renovaterenovateBot changed the title Update dependency bazel_gazelle to v0.32.0Update dependency bazel_gazelle to v0.33.0Sep 8, 2023
@renovate
renovateBotforce-pushed the renovate/bazel_gazelle-0.x branch from 0a5c89a to 5e4c311CompareSeptember 8, 2023 08:45
@renovaterenovateBot changed the title Update dependency bazel_gazelle to v0.33.0Update dependency bazel_gazelle to v0.34.0Nov 9, 2023
@renovate
renovateBotforce-pushed the renovate/bazel_gazelle-0.x branch from 5e4c311 to 651ba0aCompareNovember 9, 2023 05:17
@renovate
renovateBotforce-pushed the renovate/bazel_gazelle-0.x branch from 651ba0a to d7d405fCompareDecember 22, 2023 08:18
@renovaterenovateBot changed the title Update dependency bazel_gazelle to v0.34.0Update dependency bazel_gazelle to v0.35.0Dec 22, 2023
@renovate
renovateBotforce-pushed the renovate/bazel_gazelle-0.x branch from d7d405f to a3329aaCompareApril 4, 2024 05:21
@renovaterenovateBot changed the title Update dependency bazel_gazelle to v0.35.0Update dependency bazel_gazelle to v0.36.0Apr 4, 2024
@renovate
renovateBotforce-pushed the renovate/bazel_gazelle-0.x branch from a3329aa to 4c90d1dCompareMay 25, 2024 02:14
@renovaterenovateBot changed the title Update dependency bazel_gazelle to v0.36.0Update dependency bazel_gazelle to v0.37.0May 25, 2024
@renovate
renovateBotforce-pushed the renovate/bazel_gazelle-0.x branch from 4c90d1d to 11203f4CompareAugust 2, 2024 14:58
@renovaterenovateBot changed the title Update dependency bazel_gazelle to v0.37.0Update dependency bazel_gazelle to v0.38.0Aug 2, 2024
Sign up for freeto 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