-
Notifications
You must be signed in to change notification settings - Fork 35
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 io_bazel_rules_go to v0.48.1 #1061
Merged
cgrindel-self-hosted-renovate
merged 1 commit into
main
from
github-renovate/io_bazel_rules_go-0.x
Jun 26, 2024
Merged
chore(deps): update dependency io_bazel_rules_go to v0.48.1 #1061
cgrindel-self-hosted-renovate
merged 1 commit into
main
from
github-renovate/io_bazel_rules_go-0.x
Jun 26, 2024
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
approved these changes
May 7, 2024
c533009
to
b02be17
Compare
cf38301
to
874c4ed
Compare
39e857b
to
798b2c1
Compare
3e72f62
to
45c7377
Compare
1a17003
to
1fc21e1
Compare
be9e644
to
08ed671
Compare
08ed671
to
8e737e0
Compare
ff8df66
to
466de60
Compare
466de60
to
1ff978a
Compare
renovate bot
referenced
this pull request
in bazel-contrib/rules_bazel_integration_test
Jun 27, 2024
…#329) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rules_swift_package_manager | bazel_dep | patch | `0.34.0` -> `0.34.1` | | [rules_swift_package_manager](https://github.com/cgrindel/rules_swift_package_manager) | http_archive | patch | `v0.34.0` -> `v0.34.1` | --- ### Release Notes <details> <summary>cgrindel/rules_swift_package_manager (rules_swift_package_manager)</summary> ### [`v0.34.1`](https://github.com/cgrindel/rules_swift_package_manager/releases/tag/v0.34.1) [Compare Source](https://github.com/cgrindel/rules_swift_package_manager/compare/v0.34.0...v0.34.1) #### What's Changed - chore(deps): update dependency googlecloudplatform/recaptcha-enterprise-mobile-sdk to from: "18.5.1" by [@​cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1076](https://github.com/cgrindel/rules_swift_package_manager/pull/1076) - chore(deps): update dependency io_bazel_rules_go to v0.48.1 by [@​cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1061](https://github.com/cgrindel/rules_swift_package_manager/pull/1061) - chore(deps): update dependency soto-project/soto to from: "6.8.0" by [@​cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/647](https://github.com/cgrindel/rules_swift_package_manager/pull/647) - chore: update README.md for v0.34.0 by [@​cgrindel-app-token-generator](https://github.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1113](https://github.com/cgrindel/rules_swift_package_manager/pull/1113) - fix(deps): update golang.org/x/exp digest to [`7f521ea`](https://github.com/cgrindel/rules_swift_package_manager/commit/7f521ea) by [@​cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1114](https://github.com/cgrindel/rules_swift_package_manager/pull/1114) - fix: fix `byName` resolution by [@​brentleyjones](https://github.com/brentleyjones) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1117](https://github.com/cgrindel/rules_swift_package_manager/pull/1117) **Full Changelog**: cgrindel/rules_swift_package_manager@v0.34.0...v0.34.1 #### Bazel Module Snippet ```python bazel_dep(name = "rules_swift_package_manager", version = "0.34.1") ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_swift_package_manager", sha256 = "eca9ce747b0c8287fcaa80ec51fd8f2841cc7441b4cc20c77783414a8c09dec0", urls = [ "https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.34.1/rules_swift_package_manager.v0.34.1.tar.gz", ], ) load("@​rules_swift_package_manager//:deps.bzl", "swift_bazel_dependencies") swift_bazel_dependencies() load("@​cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies") bazel_starlib_dependencies() ### MARK: - Gazelle ### gazelle:repo bazel_gazelle load("@​bazel_gazelle//:deps.bzl", "gazelle_dependencies") load("@​rules_swift_package_manager//:go_deps.bzl", "swift_bazel_go_dependencies") load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies") ### Declare Go dependencies before calling go_rules_dependencies. swift_bazel_go_dependencies() go_rules_dependencies() go_register_toolchains(version = "1.21.1") gazelle_dependencies() ### MARK: - Swift Toolchain http_archive( name = "build_bazel_rules_swift", ### Populate with your preferred release ### https://github.com/bazelbuild/rules_swift/releases ) load( "@​build_bazel_rules_swift//swift:repositories.bzl", "swift_rules_dependencies", ) load("//:swift_deps.bzl", "swift_dependencies") ### gazelle:repository_macro swift_deps.bzl%swift_dependencies swift_dependencies() swift_rules_dependencies() load( "@​build_bazel_rules_swift//swift:extras.bzl", "swift_rules_extra_dependencies", ) swift_rules_extra_dependencies() ``` </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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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/bazel-contrib/rules_bazel_integration_test). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.47.0
->v0.48.1
Release Notes
bazelbuild/rules_go (io_bazel_rules_go)
v0.48.1
Compare Source
WORKSPACE
codeFull Changelog: bazel-contrib/rules_go@v0.48.0...v0.48.1
v0.48.0
Compare Source
Important Changes!
--incompatible_enable_proto_toolchain_resolution
is now supported inrules_go
. This means that protoc should now be supplied as a toolchain.protoc
can be registered using https://github.com/aspect-build/toolchains_protoc, or a local proto toolchain can be added.rules_proto
6.0.0 is required to use Go proto rules.WORKSPACE
codeWhat's Changed
purego
tag whenpure
by @mattyclarkson in https://github.com/bazelbuild/rules_go/pull/3901--incompatible_enable_proto_toolchain_resolution
by @fmeum in https://github.com/bazelbuild/rules_go/pull/3919New Contributors
Full Changelog: bazel-contrib/rules_go@v0.47.1...v0.48.0
v0.47.1
Compare Source
WORKSPACE
codeWhat's Changed
New Contributors
Full Changelog: bazel-contrib/rules_go@v0.47.0...v0.47.1
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 if that's undesired.
This PR has been generated by Renovate Bot.