cgrindel / rules_swiftformat

Bazel rules that format Swift source files using nicklockwood/SwiftFormat.
Apache License 2.0
8 stars 0 forks source link

chore(deps): update dependency cgrindel_bazel_starlib to v0.18.1 #136

Closed cgrindel-self-hosted-renovate[bot] closed 1 year ago

cgrindel-self-hosted-renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Type Update Change
cgrindel_bazel_starlib bazel_dep patch 0.18.0 -> 0.18.1
cgrindel_bazel_starlib http_archive patch v0.18.0 -> v0.18.1

Release Notes

cgrindel/bazel-starlib (cgrindel_bazel_starlib) ### [`v0.18.1`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.18.1) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.18.0...v0.18.1) #### What's Changed - chore(deps): update actions/checkout digest to [`8ade135`](https://togithub.com/cgrindel/bazel-starlib/commit/8ade135) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/351](https://togithub.com/cgrindel/bazel-starlib/pull/351) - chore: update README.md for v0.18.0 by [@​cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/bazel-starlib/pull/353](https://togithub.com/cgrindel/bazel-starlib/pull/353) - chore(deps): update dependency io_bazel_rules_go to v0.42.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/354](https://togithub.com/cgrindel/bazel-starlib/pull/354) - chore(deps): update actions/checkout digest to [`7cdaf2f`](https://togithub.com/cgrindel/bazel-starlib/commit/7cdaf2f) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/355](https://togithub.com/cgrindel/bazel-starlib/pull/355) - chore(deps): update actions/checkout digest to [`8530928`](https://togithub.com/cgrindel/bazel-starlib/commit/8530928) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/356](https://togithub.com/cgrindel/bazel-starlib/pull/356) - chore(deps): update actions/checkout digest to [`b4ffde6`](https://togithub.com/cgrindel/bazel-starlib/commit/b4ffde6) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/357](https://togithub.com/cgrindel/bazel-starlib/pull/357) - chore(deps): update dependency bazel to v6.4.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/358](https://togithub.com/cgrindel/bazel-starlib/pull/358) - chore: upgrade to Bazel 7.0.0rc2 by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/359](https://togithub.com/cgrindel/bazel-starlib/pull/359) - chore: add lock files for integration test workspaces by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/360](https://togithub.com/cgrindel/bazel-starlib/pull/360) - fix: use the correct Bazel binary by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/361](https://togithub.com/cgrindel/bazel-starlib/pull/361) **Full Changelog**: https://github.com/cgrindel/bazel-starlib/compare/v0.18.0...v0.18.1 #### Bazel Module Snippet ```python bazel_dep(name = "cgrindel_bazel_starlib", version = "0.18.1") ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "9090280a9cff7322e7c22062506b3273a2e880ca464e520b5c77fdfbed4e8805", urls = [ "https://github.com/cgrindel/bazel-starlib/releases/download/v0.18.1/bazel-starlib.v0.18.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() ```

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.