-
Notifications
You must be signed in to change notification settings - Fork 2
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.32.0 #316
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cgrindel-self-hosted-renovate bot
referenced
this pull request
in cgrindel/github_snippets
Jul 24, 2023
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib) | http_archive | patch | `v0.16.1` -> `v0.16.2` | --- ### Release Notes <details> <summary>cgrindel/bazel-starlib (cgrindel_bazel_starlib)</summary> ### [`v0.16.2`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.16.2) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.16.1...v0.16.2) #### What's Changed - chore: update README.md for v0.16.1 by [@​cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/bazel-starlib/pull/313](https://togithub.com/cgrindel/bazel-starlib/pull/313) - chore: remove obsolete go_sdk references by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/314](https://togithub.com/cgrindel/bazel-starlib/pull/314) - chore(deps): update dependency io_bazel_rules_go to v0.41.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cgrindel/bazel-starlib/pull/315](https://togithub.com/cgrindel/bazel-starlib/pull/315) - chore(deps): update dependency bazel_gazelle to v0.32.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cgrindel/bazel-starlib/pull/316](https://togithub.com/cgrindel/bazel-starlib/pull/316) - chore(deps): update dependency buildifier_prebuilt to v6.1.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cgrindel/bazel-starlib/pull/317](https://togithub.com/cgrindel/bazel-starlib/pull/317) - chore: address ShellCheck issues by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/318](https://togithub.com/cgrindel/bazel-starlib/pull/318) - feat: implement `tidy_all` by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/319](https://togithub.com/cgrindel/bazel-starlib/pull/319) - chore: rework go dependencies by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/321](https://togithub.com/cgrindel/bazel-starlib/pull/321) - chore: run all integration tests in CI by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/323](https://togithub.com/cgrindel/bazel-starlib/pull/323) - chore(deps): update dependency bazel to v6.3.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/325](https://togithub.com/cgrindel/bazel-starlib/pull/325) - chore: add postUpgradeTasks in renovate.json by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/327](https://togithub.com/cgrindel/bazel-starlib/pull/327) - fix: use bazelisk instead of bazel for renovate post-upgrade task by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/329](https://togithub.com/cgrindel/bazel-starlib/pull/329) - chore: install bazelisk during post upgrade by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/330](https://togithub.com/cgrindel/bazel-starlib/pull/330) #### New Contributors - [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) made their first contribution in [https://github.com/cgrindel/bazel-starlib/pull/325](https://togithub.com/cgrindel/bazel-starlib/pull/325) **Full Changelog**: cgrindel/bazel-starlib@v0.16.1...v0.16.2 #### Bazel Module Snippet ```python bazel_dep(name = "cgrindel_bazel_starlib", version = "0.16.2") ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "8814c7dbbac4f1a7c20b7f39c590fd0b5e39174718fbb3a0522e149ed085a84f", urls = [ "https://github.com/cgrindel/bazel-starlib/releases/download/v0.16.2/bazel-starlib.v0.16.2.tar.gz", ], ) load("@​cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies") bazel_starlib_dependencies() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() ``` </details> --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yMS4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
cgrindel-self-hosted-renovate bot
referenced
this pull request
in cgrindel/rules_swiftformat
Jul 24, 2023
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | cgrindel_bazel_starlib | bazel_dep | patch | `0.16.1` -> `0.16.2` | | [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib) | http_archive | patch | `v0.16.1` -> `v0.16.2` | --- ### Release Notes <details> <summary>cgrindel/bazel-starlib (cgrindel_bazel_starlib)</summary> ### [`v0.16.2`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.16.2) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.16.1...v0.16.2) #### What's Changed - chore: update README.md for v0.16.1 by [@​cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/bazel-starlib/pull/313](https://togithub.com/cgrindel/bazel-starlib/pull/313) - chore: remove obsolete go_sdk references by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/314](https://togithub.com/cgrindel/bazel-starlib/pull/314) - chore(deps): update dependency io_bazel_rules_go to v0.41.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cgrindel/bazel-starlib/pull/315](https://togithub.com/cgrindel/bazel-starlib/pull/315) - chore(deps): update dependency bazel_gazelle to v0.32.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cgrindel/bazel-starlib/pull/316](https://togithub.com/cgrindel/bazel-starlib/pull/316) - chore(deps): update dependency buildifier_prebuilt to v6.1.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cgrindel/bazel-starlib/pull/317](https://togithub.com/cgrindel/bazel-starlib/pull/317) - chore: address ShellCheck issues by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/318](https://togithub.com/cgrindel/bazel-starlib/pull/318) - feat: implement `tidy_all` by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/319](https://togithub.com/cgrindel/bazel-starlib/pull/319) - chore: rework go dependencies by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/321](https://togithub.com/cgrindel/bazel-starlib/pull/321) - chore: run all integration tests in CI by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/323](https://togithub.com/cgrindel/bazel-starlib/pull/323) - chore(deps): update dependency bazel to v6.3.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/325](https://togithub.com/cgrindel/bazel-starlib/pull/325) - chore: add postUpgradeTasks in renovate.json by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/327](https://togithub.com/cgrindel/bazel-starlib/pull/327) - fix: use bazelisk instead of bazel for renovate post-upgrade task by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/329](https://togithub.com/cgrindel/bazel-starlib/pull/329) - chore: install bazelisk during post upgrade by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/330](https://togithub.com/cgrindel/bazel-starlib/pull/330) #### New Contributors - [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) made their first contribution in [https://github.com/cgrindel/bazel-starlib/pull/325](https://togithub.com/cgrindel/bazel-starlib/pull/325) **Full Changelog**: cgrindel/bazel-starlib@v0.16.1...v0.16.2 #### Bazel Module Snippet ```python bazel_dep(name = "cgrindel_bazel_starlib", version = "0.16.2") ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "8814c7dbbac4f1a7c20b7f39c590fd0b5e39174718fbb3a0522e149ed085a84f", urls = [ "https://github.com/cgrindel/bazel-starlib/releases/download/v0.16.2/bazel-starlib.v0.16.2.tar.gz", ], ) load("@​cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies") bazel_starlib_dependencies() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() ``` </details> --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yMS4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
cgrindel-self-hosted-renovate bot
referenced
this pull request
in cgrindel/rules_swift_package_manager
Jul 24, 2023
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | cgrindel_bazel_starlib | bazel_dep | patch | `0.16.1` -> `0.16.2` | | [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib) | http_archive | patch | `v0.16.1` -> `v0.16.2` | --- ### Release Notes <details> <summary>cgrindel/bazel-starlib (cgrindel_bazel_starlib)</summary> ### [`v0.16.2`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.16.2) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.16.1...v0.16.2) #### What's Changed - chore: update README.md for v0.16.1 by [@​cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/bazel-starlib/pull/313](https://togithub.com/cgrindel/bazel-starlib/pull/313) - chore: remove obsolete go_sdk references by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/314](https://togithub.com/cgrindel/bazel-starlib/pull/314) - chore(deps): update dependency io_bazel_rules_go to v0.41.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cgrindel/bazel-starlib/pull/315](https://togithub.com/cgrindel/bazel-starlib/pull/315) - chore(deps): update dependency bazel_gazelle to v0.32.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cgrindel/bazel-starlib/pull/316](https://togithub.com/cgrindel/bazel-starlib/pull/316) - chore(deps): update dependency buildifier_prebuilt to v6.1.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cgrindel/bazel-starlib/pull/317](https://togithub.com/cgrindel/bazel-starlib/pull/317) - chore: address ShellCheck issues by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/318](https://togithub.com/cgrindel/bazel-starlib/pull/318) - feat: implement `tidy_all` by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/319](https://togithub.com/cgrindel/bazel-starlib/pull/319) - chore: rework go dependencies by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/321](https://togithub.com/cgrindel/bazel-starlib/pull/321) - chore: run all integration tests in CI by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/323](https://togithub.com/cgrindel/bazel-starlib/pull/323) - chore(deps): update dependency bazel to v6.3.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/325](https://togithub.com/cgrindel/bazel-starlib/pull/325) - chore: add postUpgradeTasks in renovate.json by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/327](https://togithub.com/cgrindel/bazel-starlib/pull/327) - fix: use bazelisk instead of bazel for renovate post-upgrade task by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/329](https://togithub.com/cgrindel/bazel-starlib/pull/329) - chore: install bazelisk during post upgrade by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/330](https://togithub.com/cgrindel/bazel-starlib/pull/330) #### New Contributors - [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) made their first contribution in [https://github.com/cgrindel/bazel-starlib/pull/325](https://togithub.com/cgrindel/bazel-starlib/pull/325) **Full Changelog**: cgrindel/bazel-starlib@v0.16.1...v0.16.2 #### Bazel Module Snippet ```python bazel_dep(name = "cgrindel_bazel_starlib", version = "0.16.2") ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "8814c7dbbac4f1a7c20b7f39c590fd0b5e39174718fbb3a0522e149ed085a84f", urls = [ "https://github.com/cgrindel/bazel-starlib/releases/download/v0.16.2/bazel-starlib.v0.16.2.tar.gz", ], ) load("@​cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies") bazel_starlib_dependencies() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() ``` </details> --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yMS4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.31.1
->v0.32.0
Release Notes
bazelbuild/bazel-gazelle (bazel_gazelle)
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:http_archive
rule to download Google APIs, e.g.,Note that the version of Google APIs archive needs to be compatible with the pre-generated code in
@org_golang_google_genproto
.What's Changed
New Contributors
Full Changelog: bazel-contrib/bazel-gazelle@v0.31.1...v0.32.0
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.
This PR has been generated by Mend Renovate. View repository job log here.