Skip to content

Commit

Permalink
chore(deps): update dependency com_github_apple_swift_collections to …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Oct 3, 2023
1 parent 7aae6a7 commit 0615c41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/http_archive_ext_deps/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ swift_rules_extra_dependencies()
http_archive(
name = "com_github_apple_swift_collections",
build_file = "@//third_party:swift_collections.BUILD.bazel",
sha256 = "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096",
strip_prefix = "swift-collections-1.0.4",
url = "https://github.com/apple/swift-collections/archive/refs/tags/1.0.4.tar.gz",
sha256 = "d0f584b197860db26fd939175c9d1a7badfe7b89949b4bd52d4f626089776e0a",
strip_prefix = "swift-collections-1.0.5",
url = "https://github.com/apple/swift-collections/archive/refs/tags/1.0.5.tar.gz",
)

# Example of defining Swift targets inline.
Expand Down
6 changes: 3 additions & 3 deletions examples/http_archive_ext_deps/extensions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ def _non_module_deps_impl(_):
http_archive(
name = "com_github_apple_swift_collections",
build_file = "@//third_party:swift_collections.BUILD.bazel",
sha256 = "d9e4c8a91c60fb9c92a04caccbb10ded42f4cb47b26a212bc6b39cc390a4b096",
strip_prefix = "swift-collections-1.0.4",
url = "https://github.com/apple/swift-collections/archive/refs/tags/1.0.4.tar.gz",
sha256 = "d0f584b197860db26fd939175c9d1a7badfe7b89949b4bd52d4f626089776e0a",
strip_prefix = "swift-collections-1.0.5",
url = "https://github.com/apple/swift-collections/archive/refs/tags/1.0.5.tar.gz",
)

# Example of defining Swift targets inline.
Expand Down

0 comments on commit 0615c41

Please sign in to comment.