cgrindel / rules_spm

Provide a means for integrating external Swift packages built by Swift Package Manager into Bazel build using rules_swift.
Apache License 2.0
58 stars 13 forks source link

chore(deps): update dependency cgrindel_bazel_starlib to v0.10.3 #205

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cgrindel_bazel_starlib http_archive patch v0.10.2 -> v0.10.3

Release Notes

cgrindel/bazel-starlib ### [`v0.10.3`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.10.3) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.10.2...v0.10.3) #### What's Changed - Update README.md for v0.10.2 by [@​cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/bazel-starlib/pull/182](https://togithub.com/cgrindel/bazel-starlib/pull/182) - chore(deps): update dependency com_google_protobuf to v3.21.12 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cgrindel/bazel-starlib/pull/183](https://togithub.com/cgrindel/bazel-starlib/pull/183) - fix(deps): update bad SHA256 value for com_google_protobuf by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/185](https://togithub.com/cgrindel/bazel-starlib/pull/185) - feat: add `lists.find()` and add support for boolean functions to `lists.contains()` by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/184](https://togithub.com/cgrindel/bazel-starlib/pull/184) **Full Changelog**: https://github.com/cgrindel/bazel-starlib/compare/v0.10.2...v0.10.3 #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "2b5031fd24ccc0bddcccd18c61d50c41970ad9757f15690ce6874935f298b05b", strip_prefix = "bazel-starlib-0.10.3", urls = [ "http://github.com/cgrindel/bazel-starlib/archive/v0.10.3.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() ```

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.