Skip to content

Commit 287150b

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency build_bazel_rules_swift to v1.18.0 (#995)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [build_bazel_rules_swift](https://github.com/bazelbuild/rules_swift) | http_archive | minor | `1.17.0` -> `1.18.0` | --- ### Release Notes <details> <summary>bazelbuild/rules_swift (build_bazel_rules_swift)</summary> ### [`v1.18.0`](https://github.com/bazelbuild/rules_swift/releases/tag/1.18.0) [Compare Source](https://github.com/bazelbuild/rules_swift/compare/1.17.0...1.18.0) ##### What's Changed - Remove unnecessary uses of `ctx.resolve_tools` (Thanks, [@&#8203;tjgq](https://github.com/tjgq)!) - Update **apple_support** to 1.15.1 (Thanks, [@&#8203;luispadron](https://github.com/luispadron)!) - Update `swift_import` docs and add warning (Thanks, [@&#8203;luispadron](https://github.com/luispadron)!) - Add `swift_proto_library_group` rule (Thanks, [@&#8203;AttilaTheFun](https://github.com/AttilaTheFun)!) This release is compatible with 6.x LTS, 7.x LTS, and bazel 8.x rolling releases ##### MODULE.bazel Snippet ```bzl bazel_dep(name = "rules_swift", version = "1.18.0", repo_name = "build_bazel_rules_swift") ``` ##### Workspace Snippet ```bzl load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "build_bazel_rules_swift", sha256 = "bb01097c7c7a1407f8ad49a1a0b1960655cf823c26ad2782d0b7d15b323838e2", url = "https://github.com/bazelbuild/rules_swift/releases/download/1.18.0/rules_swift.1.18.0.tar.gz", ) load( "@&#8203;build_bazel_rules_swift//swift:repositories.bzl", "swift_rules_dependencies", ) swift_rules_dependencies() load( "@&#8203;build_bazel_rules_swift//swift:extras.bzl", "swift_rules_extra_dependencies", ) swift_rules_extra_dependencies() ``` **Full Changelog**: bazelbuild/rules_swift@1.17.0...1.18.0 </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent 1029c2d commit 287150b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/http_archive_ext_deps/WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ gazelle_dependencies()
4848

4949
http_archive(
5050
name = "build_bazel_rules_swift",
51-
sha256 = "9bc9dc949062405412404c0f07f7323ba310f3f91f42af414ac27e338ba7bb8c",
52-
url = "https://github.com/bazelbuild/rules_swift/releases/download/1.17.0/rules_swift.1.17.0.tar.gz",
51+
sha256 = "bb01097c7c7a1407f8ad49a1a0b1960655cf823c26ad2782d0b7d15b323838e2",
52+
url = "https://github.com/bazelbuild/rules_swift/releases/download/1.18.0/rules_swift.1.18.0.tar.gz",
5353
)
5454

5555
load(

examples/vapor_example/WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ gazelle_dependencies()
4848

4949
http_archive(
5050
name = "build_bazel_rules_swift",
51-
sha256 = "9bc9dc949062405412404c0f07f7323ba310f3f91f42af414ac27e338ba7bb8c",
52-
url = "https://github.com/bazelbuild/rules_swift/releases/download/1.17.0/rules_swift.1.17.0.tar.gz",
51+
sha256 = "bb01097c7c7a1407f8ad49a1a0b1960655cf823c26ad2782d0b7d15b323838e2",
52+
url = "https://github.com/bazelbuild/rules_swift/releases/download/1.18.0/rules_swift.1.18.0.tar.gz",
5353
)
5454

5555
load(

0 commit comments

Comments
 (0)