Skip to content

Commit

Permalink
chore(deps): update dependency bazel_gazelle to v0.36.0 (#1353)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [bazel_gazelle](https://togithub.com/bazelbuild/bazel-gazelle) | http_archive | minor | `v0.35.0` -> `v0.36.0` |

---

### Release Notes

<details>
<summary>bazelbuild/bazel-gazelle (bazel_gazelle)</summary>

### [`v0.36.0`](https://togithub.com/bazelbuild/bazel-gazelle/releases/tag/v0.36.0)

[Compare Source](https://togithub.com/bazelbuild/bazel-gazelle/compare/v0.35.0...v0.36.0)

#### What's Changed

-   Test with incompatible flags by [@&#8203;fmeum](https://togithub.com/fmeum) in [bazelbuild/bazel-gazelle#1696
-   adding more default gazelle overrides by [@&#8203;linzhp](https://togithub.com/linzhp) in [bazelbuild/bazel-gazelle#1701
-   rule: add accessor for attribute comments by [@&#8203;t-8ch](https://togithub.com/t-8ch) in [bazelbuild/bazel-gazelle#1700
-   rule: set update flag on Rule.AddArg by [@&#8203;t-8ch](https://togithub.com/t-8ch) in [bazelbuild/bazel-gazelle#1702
-   rule: rename GetAttrComments -> AttrComments by [@&#8203;t-8ch](https://togithub.com/t-8ch) in [bazelbuild/bazel-gazelle#1703
-   Remove some usage of deprecated ioutil by [@&#8203;dzbarsky](https://togithub.com/dzbarsky) in [bazelbuild/bazel-gazelle#1704
-   Allow passing Gazelle binary as a file by [@&#8203;linzhp](https://togithub.com/linzhp) in [bazelbuild/bazel-gazelle#1706
-   rule: allow usage of Label struct with Rule APIs by [@&#8203;t-8ch](https://togithub.com/t-8ch) in [bazelbuild/bazel-gazelle#1705
-   Remove ioutil usage by [@&#8203;dzbarsky](https://togithub.com/dzbarsky) in [bazelbuild/bazel-gazelle#1707
-   doc: fix link to Swift gazelle plugin by [@&#8203;cgrindel](https://togithub.com/cgrindel) in [bazelbuild/bazel-gazelle#1708
-   Fix two shellcheck warnings in gazelle.bash.in by [@&#8203;mortenmj](https://togithub.com/mortenmj) in [bazelbuild/bazel-gazelle#1710
-   implement expression conversions via BzlExprValue interface by [@&#8203;t-8ch](https://togithub.com/t-8ch) in [bazelbuild/bazel-gazelle#1714
-   update documentation for 0.35 by [@&#8203;tyler-french](https://togithub.com/tyler-french) in [bazelbuild/bazel-gazelle#1712
-   Update circl to v1.3.7 in tests by [@&#8203;fmeum](https://togithub.com/fmeum) in [bazelbuild/bazel-gazelle#1718
-   rule: make value sorting configurable (alternative implementation) by [@&#8203;t-8ch](https://togithub.com/t-8ch) in [bazelbuild/bazel-gazelle#1719
-   Add check in `update-repos` to omit reading `WORKSPACE` on bzlmod only repos. by [@&#8203;Megakuul](https://togithub.com/Megakuul) in [bazelbuild/bazel-gazelle#1727
-   Add default gazelle override for github.com/cockroachdb/errors. by [@&#8203;fardream](https://togithub.com/fardream) in [bazelbuild/bazel-gazelle#1728
-   README: fix resolve_regexp doc by [@&#8203;sluongng](https://togithub.com/sluongng) in [bazelbuild/bazel-gazelle#1729
-   feat(bzlmod): allow `default_gazelle_attributes` for `go_deps` extension by [@&#8203;tyler-french](https://togithub.com/tyler-french) in [bazelbuild/bazel-gazelle#1716
-   add new std_packages from go 1.22 by [@&#8203;tyler-french](https://togithub.com/tyler-french) in [bazelbuild/bazel-gazelle#1740
-   fix: wrap generation test labels with Label() by [@&#8203;pedrobarco](https://togithub.com/pedrobarco) in [bazelbuild/bazel-gazelle#1743
-   proto: Add Bzlmod support for well-known types by [@&#8203;fmeum](https://togithub.com/fmeum) in [bazelbuild/bazel-gazelle#1741
-   Test BCR with Bazel 6.5.0 and 7.0.2 by [@&#8203;fmeum](https://togithub.com/fmeum) in [bazelbuild/bazel-gazelle#1744
-   Set go_naming_convention for cel-go by [@&#8203;riking](https://togithub.com/riking) in [bazelbuild/bazel-gazelle#1746
-   nit: fix error message in go_repository by [@&#8203;hauserx](https://togithub.com/hauserx) in [bazelbuild/bazel-gazelle#1750
-   Add `go_deps.config(env = ...)` as a replacement for `gazelle_dependencies(go_env = ...)` by [@&#8203;fmeum](https://togithub.com/fmeum) in [bazelbuild/bazel-gazelle#1748
-   Warn if integrity not specified for archive_override by [@&#8203;scaiper](https://togithub.com/scaiper) in [bazelbuild/bazel-gazelle#1753
-   Use host module cache whithout build cache and verify it by [@&#8203;scaiper](https://togithub.com/scaiper) in [bazelbuild/bazel-gazelle#1755
-   Update default_gazelle_overrides.bzl by [@&#8203;sluongng](https://togithub.com/sluongng) in [bazelbuild/bazel-gazelle#1758
-   Mark `go_deps` extension as reproducible by [@&#8203;fmeum](https://togithub.com/fmeum) in [bazelbuild/bazel-gazelle#1761
-   Ignore `purego` build constraint by [@&#8203;mattyclarkson](https://togithub.com/mattyclarkson) in [bazelbuild/bazel-gazelle#1767
-   Expose path to root `go.mod` to rules_go by [@&#8203;fmeum](https://togithub.com/fmeum) in [bazelbuild/bazel-gazelle#1762
-   Fix and expand `reproducible` usage in extensions by [@&#8203;fmeum](https://togithub.com/fmeum) in [bazelbuild/bazel-gazelle#1763
-   Add is_bazel_module to deps.bzl. by [@&#8203;spags-lacework](https://togithub.com/spags-lacework) in [bazelbuild/bazel-gazelle#1771
-   prepare release 0.36 by [@&#8203;tyler-french](https://togithub.com/tyler-french) in [bazelbuild/bazel-gazelle#1752

#### New Contributors

-   [@&#8203;t-8ch](https://togithub.com/t-8ch) made their first contribution in [bazelbuild/bazel-gazelle#1700
-   [@&#8203;dzbarsky](https://togithub.com/dzbarsky) made their first contribution in [bazelbuild/bazel-gazelle#1704
-   [@&#8203;Megakuul](https://togithub.com/Megakuul) made their first contribution in [bazelbuild/bazel-gazelle#1727
-   [@&#8203;fardream](https://togithub.com/fardream) made their first contribution in [bazelbuild/bazel-gazelle#1728
-   [@&#8203;pedrobarco](https://togithub.com/pedrobarco) made their first contribution in [bazelbuild/bazel-gazelle#1743
-   [@&#8203;riking](https://togithub.com/riking) made their first contribution in [bazelbuild/bazel-gazelle#1746
-   [@&#8203;hauserx](https://togithub.com/hauserx) made their first contribution in [bazelbuild/bazel-gazelle#1750
-   [@&#8203;scaiper](https://togithub.com/scaiper) made their first contribution in [bazelbuild/bazel-gazelle#1753
-   [@&#8203;mattyclarkson](https://togithub.com/mattyclarkson) made their first contribution in [bazelbuild/bazel-gazelle#1767
-   [@&#8203;spags-lacework](https://togithub.com/spags-lacework) made their first contribution in [bazelbuild/bazel-gazelle#1771

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ride-app/payments-service).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
renovate[bot] committed Apr 3, 2024
1 parent 36971c9 commit e254463
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ http_archive(

http_archive(
name = "bazel_gazelle",
sha256 = "32938bda16e6700063035479063d9d24c60eda8d79fd4739563f50d331cb3209",
sha256 = "75df288c4b31c81eb50f51e2e14f4763cb7548daae126817247064637fd9ea62",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.35.0/bazel-gazelle-v0.35.0.tar.gz",
"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.35.0/bazel-gazelle-v0.35.0.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.36.0/bazel-gazelle-v0.36.0.tar.gz",
"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.36.0/bazel-gazelle-v0.36.0.tar.gz",
],
)

Expand Down

0 comments on commit e254463

Please sign in to comment.