Skip to content

Commit 0615c41

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency com_github_apple_swift_collections to v1.0.5 (#636)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com_github_apple_swift_collections](https://togithub.com/apple/swift-collections) | http_archive | patch | `1.0.4` -> `1.0.5` | --- ### Release Notes <details> <summary>apple/swift-collections (com_github_apple_swift_collections)</summary> ### [`v1.0.5`](https://togithub.com/apple/swift-collections/releases/tag/1.0.5): Swift Collections 1.0.5 [Compare Source](https://togithub.com/apple/swift-collections/compare/1.0.4...1.0.5) This bugfix release improves compatibility with recent Swift versions, eliminating several compiler warnings on Swift 5.8 and 5.9. It contains no API-level changes. ##### What's Changed - build: add ARM64 to the architecture mappings for Windows by [@&#8203;compnerd](https://togithub.com/compnerd) in [https://github.com/apple/swift-collections/pull/265](https://togithub.com/apple/swift-collections/pull/265) - Fix deprecated UnsafeMutablePointer.assign(repeating:count) method by [@&#8203;FelixHerrmann](https://togithub.com/FelixHerrmann) in [https://github.com/apple/swift-collections/pull/268](https://togithub.com/apple/swift-collections/pull/268) - \[1.0]\[test] Fix typename shadowing warning in Swift 5.9 by [@&#8203;lorentey](https://togithub.com/lorentey) in [https://github.com/apple/swift-collections/pull/315](https://togithub.com/apple/swift-collections/pull/315) - \[1.0]\[benchmark] Update std::function syntax for current C++ by [@&#8203;lorentey](https://togithub.com/lorentey) in [https://github.com/apple/swift-collections/pull/314](https://togithub.com/apple/swift-collections/pull/314) ##### New Contributors - [@&#8203;FelixHerrmann](https://togithub.com/FelixHerrmann) made their first contribution in [https://github.com/apple/swift-collections/pull/268](https://togithub.com/apple/swift-collections/pull/268) **Full Changelog**: apple/swift-collections@1.0.4...1.0.5 Thank you to everyone who contributed to this release! </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://togithub.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent 7aae6a7 commit 0615c41

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/http_archive_ext_deps/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ swift_rules_extra_dependencies()
7272
http_archive(
7373
name = "com_github_apple_swift_collections",
7474
build_file = "@//third_party:swift_collections.BUILD.bazel",
75-
sha256 = "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096",
76-
strip_prefix = "swift-collections-1.0.4",
77-
url = "https://github.com/apple/swift-collections/archive/refs/tags/1.0.4.tar.gz",
75+
sha256 = "d0f584b197860db26fd939175c9d1a7badfe7b89949b4bd52d4f626089776e0a",
76+
strip_prefix = "swift-collections-1.0.5",
77+
url = "https://github.com/apple/swift-collections/archive/refs/tags/1.0.5.tar.gz",
7878
)
7979

8080
# Example of defining Swift targets inline.

examples/http_archive_ext_deps/extensions.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ def _non_module_deps_impl(_):
55
http_archive(
66
name = "com_github_apple_swift_collections",
77
build_file = "@//third_party:swift_collections.BUILD.bazel",
8-
sha256 = "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096",
9-
strip_prefix = "swift-collections-1.0.4",
10-
url = "https://github.com/apple/swift-collections/archive/refs/tags/1.0.4.tar.gz",
8+
sha256 = "d0f584b197860db26fd939175c9d1a7badfe7b89949b4bd52d4f626089776e0a",
9+
strip_prefix = "swift-collections-1.0.5",
10+
url = "https://github.com/apple/swift-collections/archive/refs/tags/1.0.5.tar.gz",
1111
)
1212

1313
# Example of defining Swift targets inline.

0 commit comments

Comments
 (0)