Skip to content

Commit

Permalink
chore(deps): update dependency pointfreeco/swift-composable-architect…
Browse files Browse the repository at this point in the history
…ure to from: "1.10.0" (#1052)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[pointfreeco/swift-composable-architecture](https://togithub.com/pointfreeco/swift-composable-architecture)
| minor | `from: "1.9.3"` -> `from: "1.10.0"` |

---

### Release Notes

<details>
<summary>pointfreeco/swift-composable-architecture
(pointfreeco/swift-composable-architecture)</summary>

###
[`v1.10.0`](https://togithub.com/pointfreeco/swift-composable-architecture/releases/tag/1.10.0)

[Compare
Source](https://togithub.com/pointfreeco/swift-composable-architecture/compare/1.9.3...1.10.0)

#### What's Changed

- Added: All new state sharing tools, including the `@Shared` property
wrapper and more
([https://github.com/pointfreeco/swift-composable-architecture/pull/2858](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2858)).
(Thanks [@&#8203;NFulkerson](https://togithub.com/NFulkerson),
[@&#8203;hallee](https://togithub.com/hallee),
[@&#8203;pyrtsa](https://togithub.com/pyrtsa),
[@&#8203;DandyLyons](https://togithub.com/DandyLyons),
[@&#8203;hiltonc](https://togithub.com/hiltonc),
[@&#8203;lukeredpath](https://togithub.com/lukeredpath),
[@&#8203;andtie](https://togithub.com/andtie),
[@&#8203;AlexKobachiJP](https://togithub.com/AlexKobachiJP),
[@&#8203;ZevEisenberg](https://togithub.com/ZevEisenberg), for their
contributions!)
- Updated: Bumped swift-collections to remove `@unchecked` from
`StackState`'s `Sendable` conformance (thanks
[@&#8203;rhysm94](https://togithub.com/rhysm94),
[https://github.com/pointfreeco/swift-composable-architecture/pull/2997](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2997)).
- Updated: Bumped swift-custom-dump to avoid a crash and leverage the
latest tools for shared state (thanks
[@&#8203;y-mimura](https://togithub.com/y-mimura),
[https://github.com/pointfreeco/swift-composable-architecture/pull/3008](https://togithub.com/pointfreeco/swift-composable-architecture/pull/3008)).
- Infrastructure: Update README.md package addition wording to match
latest Xcode (thanks [@&#8203;dafurman](https://togithub.com/dafurman),
[https://github.com/pointfreeco/swift-composable-architecture/pull/2998](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2998)).
- Infrastructure: Tutorial fixes and updates (thanks
[@&#8203;dafurman](https://togithub.com/dafurman),
[https://github.com/pointfreeco/swift-composable-architecture/pull/3003](https://togithub.com/pointfreeco/swift-composable-architecture/pull/3003)).

#### New Contributors

- [@&#8203;dafurman](https://togithub.com/dafurman) made their first
contribution in
[https://github.com/pointfreeco/swift-composable-architecture/pull/2998](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2998)
- [@&#8203;y-mimura](https://togithub.com/y-mimura) made their first
contribution in
[https://github.com/pointfreeco/swift-composable-architecture/pull/3008](https://togithub.com/pointfreeco/swift-composable-architecture/pull/3008)

**Full Changelog**:
pointfreeco/swift-composable-architecture@1.9.3...1.10.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://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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

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 Apr 29, 2024
1 parent fa6c0cd commit 2f28caf
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 17 deletions.
12 changes: 6 additions & 6 deletions examples/tca_example/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections",
"state" : {
"revision" : "a902f1823a7ff3c9ab2fba0f992396b948eda307",
"version" : "1.0.5"
"revision" : "94cf62b3ba8d4bed62680a282d4c25f9c63c2efb",
"version" : "1.1.0"
}
},
{
"identity" : "swift-composable-architecture",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-composable-architecture",
"state" : {
"revision" : "899a68ce3c4eca42a42e6bad2c925b82dcab5187",
"version" : "1.9.3"
"revision" : "8624a8e2c35f78e5e61d5f12c69110e9020e80c8",
"version" : "1.10.0"
}
},
{
Expand All @@ -59,8 +59,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-custom-dump",
"state" : {
"revision" : "3efbfba0e4e56c7187cc19137ee16b7c95346b79",
"version" : "1.1.0"
"revision" : "f01efb26f3a192a0e88dcdb7c3c391ec2fc25d9c",
"version" : "1.3.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/tca_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/pointfreeco/swift-composable-architecture",
.upToNextMajor(from: "1.9.3")
.upToNextMajor(from: "1.10.0")
),
]
)
104 changes: 94 additions & 10 deletions examples/tca_example/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@
"Clocks"
]
},
{
"name": "BitCollections",
"c99name": "BitCollections",
"src_type": "swift",
"label": "@swiftpkg_swift_collections//:BitCollections.rspm",
"package_identity": "swift-collections",
"product_memberships": [
"BitCollections",
"Collections"
]
},
{
"name": "Collections",
"c99name": "Collections",
Expand All @@ -51,8 +62,30 @@
"label": "@swiftpkg_swift_collections//:DequeModule.rspm",
"package_identity": "swift-collections",
"product_memberships": [
"Collections",
"DequeModule"
"DequeModule",
"Collections"
]
},
{
"name": "HashTreeCollections",
"c99name": "HashTreeCollections",
"src_type": "swift",
"label": "@swiftpkg_swift_collections//:HashTreeCollections.rspm",
"package_identity": "swift-collections",
"product_memberships": [
"HashTreeCollections",
"Collections"
]
},
{
"name": "HeapModule",
"c99name": "HeapModule",
"src_type": "swift",
"label": "@swiftpkg_swift_collections//:HeapModule.rspm",
"package_identity": "swift-collections",
"product_memberships": [
"HeapModule",
"Collections"
]
},
{
Expand All @@ -62,8 +95,35 @@
"label": "@swiftpkg_swift_collections//:OrderedCollections.rspm",
"package_identity": "swift-collections",
"product_memberships": [
"Collections",
"OrderedCollections"
"OrderedCollections",
"Collections"
]
},
{
"name": "_CollectionsUtilities",
"c99name": "_CollectionsUtilities",
"src_type": "swift",
"label": "@swiftpkg_swift_collections//:_CollectionsUtilities.rspm",
"package_identity": "swift-collections",
"product_memberships": [
"BitCollections",
"DequeModule",
"HashTreeCollections",
"HeapModule",
"OrderedCollections",
"_RopeModule",
"Collections"
]
},
{
"name": "_RopeModule",
"c99name": "_RopeModule",
"src_type": "swift",
"label": "@swiftpkg_swift_collections//:_RopeModule.rspm",
"package_identity": "swift-collections",
"product_memberships": [
"_RopeModule",
"Collections"
]
},
{
Expand Down Expand Up @@ -167,6 +227,12 @@
"type": "library",
"label": "@swiftpkg_swift_clocks//:Clocks"
},
{
"identity": "swift-collections",
"name": "BitCollections",
"type": "library",
"label": "@swiftpkg_swift_collections//:BitCollections"
},
{
"identity": "swift-collections",
"name": "Collections",
Expand All @@ -179,12 +245,30 @@
"type": "library",
"label": "@swiftpkg_swift_collections//:DequeModule"
},
{
"identity": "swift-collections",
"name": "HashTreeCollections",
"type": "library",
"label": "@swiftpkg_swift_collections//:HashTreeCollections"
},
{
"identity": "swift-collections",
"name": "HeapModule",
"type": "library",
"label": "@swiftpkg_swift_collections//:HeapModule"
},
{
"identity": "swift-collections",
"name": "OrderedCollections",
"type": "library",
"label": "@swiftpkg_swift_collections//:OrderedCollections"
},
{
"identity": "swift-collections",
"name": "_RopeModule",
"type": "library",
"label": "@swiftpkg_swift_collections//:_RopeModule"
},
{
"identity": "swift-composable-architecture",
"name": "ComposableArchitecture",
Expand Down Expand Up @@ -266,18 +350,18 @@
"name": "swiftpkg_swift_collections",
"identity": "swift-collections",
"remote": {
"commit": "a902f1823a7ff3c9ab2fba0f992396b948eda307",
"commit": "94cf62b3ba8d4bed62680a282d4c25f9c63c2efb",
"remote": "https://github.com/apple/swift-collections",
"version": "1.0.5"
"version": "1.1.0"
}
},
{
"name": "swiftpkg_swift_composable_architecture",
"identity": "swift-composable-architecture",
"remote": {
"commit": "899a68ce3c4eca42a42e6bad2c925b82dcab5187",
"commit": "8624a8e2c35f78e5e61d5f12c69110e9020e80c8",
"remote": "https://github.com/pointfreeco/swift-composable-architecture",
"version": "1.9.3"
"version": "1.10.0"
}
},
{
Expand All @@ -293,9 +377,9 @@
"name": "swiftpkg_swift_custom_dump",
"identity": "swift-custom-dump",
"remote": {
"commit": "3efbfba0e4e56c7187cc19137ee16b7c95346b79",
"commit": "f01efb26f3a192a0e88dcdb7c3c391ec2fc25d9c",
"remote": "https://github.com/pointfreeco/swift-custom-dump",
"version": "1.1.0"
"version": "1.3.0"
}
},
{
Expand Down

0 comments on commit 2f28caf

Please sign in to comment.