chore(deps): update dependency io_bazel_rules_go to v0.36.0#169
Merged
renovate[bot] merged 1 commit intomainfrom Nov 23, 2022
Merged
chore(deps): update dependency io_bazel_rules_go to v0.36.0#169renovate[bot] merged 1 commit intomainfrom
renovate[bot] merged 1 commit intomainfrom
Conversation
renovate Bot
referenced
this pull request
in cgrindel/github_snippets
Nov 25, 2022
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib) | http_archive | minor | `v0.8.1` -> `v0.9.0` | --- ### Release Notes <details> <summary>cgrindel/bazel-starlib</summary> ### [`v0.9.0`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.9.0) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.8.1...v0.9.0) #### What's Changed - Update README.md for v0.8.1 by [@​cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/bazel-starlib/pull/168](https://togithub.com/cgrindel/bazel-starlib/pull/168) - chore(deps): update dependency io_bazel_rules_go to v0.36.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cgrindel/bazel-starlib/pull/169](https://togithub.com/cgrindel/bazel-starlib/pull/169) - feat: implement `bzltidy` to execute actions against source and check for changes by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/170](https://togithub.com/cgrindel/bazel-starlib/pull/170) **Full Changelog**: cgrindel/bazel-starlib@v0.8.1...v0.9.0 #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "42a496dddbc089c68cd72b1f20dfe6acf474c53043dafe230ec887f617c0c252", strip_prefix = "bazel-starlib-0.9.0", urls = [ "http://github.com/cgrindel/bazel-starlib/archive/v0.9.0.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. 🔕 **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://app.renovatebot.com/dashboard#github/cgrindel/github_snippets). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzQuMzQuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
cgrindel
referenced
this pull request
in cgrindel/rules_spm
Nov 28, 2022
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib) | http_archive | minor | `v0.8.0` -> `v0.9.0` | --- ### Release Notes <details> <summary>cgrindel/bazel-starlib</summary> ### [`v0.9.0`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.9.0) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.8.1...v0.9.0) #### What's Changed - Update README.md for v0.8.1 by [@​cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/bazel-starlib/pull/168](https://togithub.com/cgrindel/bazel-starlib/pull/168) - chore(deps): update dependency io_bazel_rules_go to v0.36.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cgrindel/bazel-starlib/pull/169](https://togithub.com/cgrindel/bazel-starlib/pull/169) - feat: implement `bzltidy` to execute actions against source and check for changes by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/170](https://togithub.com/cgrindel/bazel-starlib/pull/170) **Full Changelog**: cgrindel/bazel-starlib@v0.8.1...v0.9.0 #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "42a496dddbc089c68cd72b1f20dfe6acf474c53043dafe230ec887f617c0c252", strip_prefix = "bazel-starlib-0.9.0", urls = [ "http://github.com/cgrindel/bazel-starlib/archive/v0.9.0.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() ``` ### [`v0.8.1`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.8.1) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.8.0...v0.8.1) #### What's Changed - Update README.md for v0.8.0 by [@​cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/bazel-starlib/pull/167](https://togithub.com/cgrindel/bazel-starlib/pull/167) **Full Changelog**: cgrindel/bazel-starlib@v0.8.0...v0.8.1 #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "f10f9a47f23a76e6cc6f8af0b2d0c6377452e5b17ebeed6dbd656f0ba2aaa4ec", strip_prefix = "bazel-starlib-0.8.1", urls = [ "http://github.com/cgrindel/bazel-starlib/archive/v0.8.1.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. 🔕 **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://app.renovatebot.com/dashboard#github/cgrindel/rules_spm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40MC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNDAuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or 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
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.35.0->v0.36.0Release Notes
bazelbuild/rules_go
v0.36.0Compare Source
Major new features
The Go runfiles library developed by @phst at https://github.com/phst/runfiles is now available as
github.com/bazelbuild/rules_go/go/runfiles(target@io_bazel_rules_go//go/runfiles) and is now the official way to look up runfiles from Go. It will be made compatible with Bzlmod in a future release.Note: For improved consistency with runfiles libraries in other languages, the
Pathfunction present in https://github.com/phst/runfiles is calledRlocationin rules_go.What's Changed
go versioninstead ofVERSIONby @fmeum in https://github.com/bazelbuild/rules_go/pull/3296//go/runfilesby @fmeum in https://github.com/bazelbuild/rules_go/pull/3341PathtoRlocationin runfiles library by @fmeum in https://github.com/bazelbuild/rules_go/pull/3346New Contributors
Full Changelog: bazel-contrib/rules_go@v0.35.0...v0.36.0
WORKSPACEcodeConfiguration
📅 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.