Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

chore(deps): update dependency bazel_gazelle to v0.24.0#204

Merged
gcf-merge-on-green[bot] merged 1 commit intogoogleapis:masterfrom
renovate-bot:renovate/bazel_gazelle-0.x
Oct 11, 2021
Merged

chore(deps): update dependency bazel_gazelle to v0.24.0#204
gcf-merge-on-green[bot] merged 1 commit intogoogleapis:masterfrom
renovate-bot:renovate/bazel_gazelle-0.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

bazelbuild/bazel-gazelle

v0.24.0

Compare Source

This release requires rules_go 0.29 to support the retirement of go_tool_library.

Changes

  • .netrc files are now supported for authenticated access for go_repository rules (#​1090)
  • There is now a Gazelle extension for authoring BUILD files for the R language, using rules_r.

Fixes

Full Changelog: bazel-contrib/bazel-gazelle@v0.23.0...v0.24.0

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "bazel_gazelle",
    sha256 = "de69a09dc70417580aabf20a28619bb3ef60d038470c7cf8442fafcf627c21cb",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.24.0/bazel-gazelle-v0.24.0.tar.gz",
        "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.24.0/bazel-gazelle-v0.24.0.tar.gz",
    ],
)

load("@​bazel_gazelle//:deps.bzl", "gazelle_dependencies")

gazelle_dependencies()

v0.23.0

Compare Source

Changes

  • Go
    • CXXFLAGS and CPPFLAGS #cgo directives are separated into cxxopts and cppopts attributes, respectively. Thanks @​otan.
    • Dependencies on mapped kinds are now supported. Thanks @​robfig.
    • The gazelle rule now supports the update-repos command.
    • The gazelle rule now has a data attribute and expands $(location) within arguments.
    • go_repository's build_naming_convention is now considered when resolving external dependencies. If a repository already has build files, this attribute may be set to indicate which naming convention it follows.
    • embedsrcs attributes are generated for packages that contain //go:embed directives.
  • Protobuf
    • proto_strip_import_prefix may be set in the root build file. Thanks @​linzhp.

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "bazel_gazelle",
    sha256 = "62ca106be173579c0a167deb23358fdfe71ffa1e4cfdddf5582af26520f1c66f",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.23.0/bazel-gazelle-v0.23.0.tar.gz",
        "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.23.0/bazel-gazelle-v0.23.0.tar.gz",
    ],
)

load("@​bazel_gazelle//:deps.bzl", "gazelle_dependencies")

gazelle_dependencies()

v0.22.3

Compare Source

Bug fixes

  • -mode=diff treats empty build files correctly. (thanks @​vpanta)
  • Gazelle should walk subdirectories more quickly when indexing is disabled. (thanks @​blico)
  • Fixed dependency resolution with mapped kinds. (thanks @​robfig)
  • Compatibility fixes for Go 1.16.

WORKSPACE code

http_archive(
    name = "bazel_gazelle",
    sha256 = "222e49f034ca7a1d1231422cdb67066b885819885c356673cb1f72f748a3c9d4",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.22.3/bazel-gazelle-v0.22.3.tar.gz",
        "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.22.3/bazel-gazelle-v0.22.3.tar.gz",
    ],
)

load("@​bazel_gazelle//:deps.bzl", "gazelle_dependencies")
gazelle_dependencies()

Configuration

📅 Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team October 11, 2021 22:42
@forking-renovate forking-renovate Bot added the automerge Merge the pull request once unit tests and other checks pass. label Oct 11, 2021
@forking-renovate forking-renovate Bot requested a review from noahdietz October 11, 2021 22:42
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Oct 11, 2021
@google-cla google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 11, 2021
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 11, 2021
@gcf-merge-on-green gcf-merge-on-green Bot merged commit 7527b41 into googleapis:master Oct 11, 2021
@gcf-merge-on-green gcf-merge-on-green Bot removed the automerge Merge the pull request once unit tests and other checks pass. label Oct 11, 2021
@renovate-bot renovate-bot deleted the renovate/bazel_gazelle-0.x branch October 11, 2021 22:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement. kokoro:force-run Add this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants