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.0 #131

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 minor 0.17.0 -> 0.18.0
cgrindel_bazel_starlib http_archive minor v0.17.0 -> v0.18.0

Release Notes

cgrindel/bazel-starlib (cgrindel_bazel_starlib) ### [`v0.18.0`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.18.0) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.17.0...v0.18.0) #### What's Changed - chore: update README.md for v0.17.0 by [@​cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/bazel-starlib/pull/343](https://togithub.com/cgrindel/bazel-starlib/pull/343) - fix(deps): update module golang.org/x/net to v0.14.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/344](https://togithub.com/cgrindel/bazel-starlib/pull/344) - chore(deps): update actions/checkout action to v4 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/345](https://togithub.com/cgrindel/bazel-starlib/pull/345) - fix(deps): update module golang.org/x/net to v0.15.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/347](https://togithub.com/cgrindel/bazel-starlib/pull/347) - chore(deps): update actions/checkout digest to [`72f2cec`](https://togithub.com/cgrindel/bazel-starlib/commit/72f2cec) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/346](https://togithub.com/cgrindel/bazel-starlib/pull/346) - chore(deps): update dependency bazel_gazelle to v0.33.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/348](https://togithub.com/cgrindel/bazel-starlib/pull/348) - chore(deps): update tibdex/github-app-token action to v2 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/349](https://togithub.com/cgrindel/bazel-starlib/pull/349) - fix: replace `gh-md-toc` with custom `generate_toc` by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/352](https://togithub.com/cgrindel/bazel-starlib/pull/352) **Full Changelog**: https://github.com/cgrindel/bazel-starlib/compare/v0.17.0...v0.18.0 #### Bazel Module Snippet ```python bazel_dep(name = "cgrindel_bazel_starlib", version = "0.18.0") ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "dfa423dbf5aac0a5217d3780b295abd3ea1c633d5f9198712b23f0f14f2e8d92", urls = [ "https://github.com/cgrindel/bazel-starlib/releases/download/v0.18.0/bazel-starlib.v0.18.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() ```

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.