Skip to content

Commit 2f28caf

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency pointfreeco/swift-composable-architecture 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>
1 parent fa6c0cd commit 2f28caf

File tree

3 files changed

+101
-17
lines changed

3 files changed

+101
-17
lines changed

examples/tca_example/Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/tca_example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
dependencies: [
88
.package(
99
url: "https://github.com/pointfreeco/swift-composable-architecture",
10-
.upToNextMajor(from: "1.9.3")
10+
.upToNextMajor(from: "1.10.0")
1111
),
1212
]
1313
)

examples/tca_example/swift_deps_index.json

Lines changed: 94 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,17 @@
3434
"Clocks"
3535
]
3636
},
37+
{
38+
"name": "BitCollections",
39+
"c99name": "BitCollections",
40+
"src_type": "swift",
41+
"label": "@swiftpkg_swift_collections//:BitCollections.rspm",
42+
"package_identity": "swift-collections",
43+
"product_memberships": [
44+
"BitCollections",
45+
"Collections"
46+
]
47+
},
3748
{
3849
"name": "Collections",
3950
"c99name": "Collections",
@@ -51,8 +62,30 @@
5162
"label": "@swiftpkg_swift_collections//:DequeModule.rspm",
5263
"package_identity": "swift-collections",
5364
"product_memberships": [
54-
"Collections",
55-
"DequeModule"
65+
"DequeModule",
66+
"Collections"
67+
]
68+
},
69+
{
70+
"name": "HashTreeCollections",
71+
"c99name": "HashTreeCollections",
72+
"src_type": "swift",
73+
"label": "@swiftpkg_swift_collections//:HashTreeCollections.rspm",
74+
"package_identity": "swift-collections",
75+
"product_memberships": [
76+
"HashTreeCollections",
77+
"Collections"
78+
]
79+
},
80+
{
81+
"name": "HeapModule",
82+
"c99name": "HeapModule",
83+
"src_type": "swift",
84+
"label": "@swiftpkg_swift_collections//:HeapModule.rspm",
85+
"package_identity": "swift-collections",
86+
"product_memberships": [
87+
"HeapModule",
88+
"Collections"
5689
]
5790
},
5891
{
@@ -62,8 +95,35 @@
6295
"label": "@swiftpkg_swift_collections//:OrderedCollections.rspm",
6396
"package_identity": "swift-collections",
6497
"product_memberships": [
65-
"Collections",
66-
"OrderedCollections"
98+
"OrderedCollections",
99+
"Collections"
100+
]
101+
},
102+
{
103+
"name": "_CollectionsUtilities",
104+
"c99name": "_CollectionsUtilities",
105+
"src_type": "swift",
106+
"label": "@swiftpkg_swift_collections//:_CollectionsUtilities.rspm",
107+
"package_identity": "swift-collections",
108+
"product_memberships": [
109+
"BitCollections",
110+
"DequeModule",
111+
"HashTreeCollections",
112+
"HeapModule",
113+
"OrderedCollections",
114+
"_RopeModule",
115+
"Collections"
116+
]
117+
},
118+
{
119+
"name": "_RopeModule",
120+
"c99name": "_RopeModule",
121+
"src_type": "swift",
122+
"label": "@swiftpkg_swift_collections//:_RopeModule.rspm",
123+
"package_identity": "swift-collections",
124+
"product_memberships": [
125+
"_RopeModule",
126+
"Collections"
67127
]
68128
},
69129
{
@@ -167,6 +227,12 @@
167227
"type": "library",
168228
"label": "@swiftpkg_swift_clocks//:Clocks"
169229
},
230+
{
231+
"identity": "swift-collections",
232+
"name": "BitCollections",
233+
"type": "library",
234+
"label": "@swiftpkg_swift_collections//:BitCollections"
235+
},
170236
{
171237
"identity": "swift-collections",
172238
"name": "Collections",
@@ -179,12 +245,30 @@
179245
"type": "library",
180246
"label": "@swiftpkg_swift_collections//:DequeModule"
181247
},
248+
{
249+
"identity": "swift-collections",
250+
"name": "HashTreeCollections",
251+
"type": "library",
252+
"label": "@swiftpkg_swift_collections//:HashTreeCollections"
253+
},
254+
{
255+
"identity": "swift-collections",
256+
"name": "HeapModule",
257+
"type": "library",
258+
"label": "@swiftpkg_swift_collections//:HeapModule"
259+
},
182260
{
183261
"identity": "swift-collections",
184262
"name": "OrderedCollections",
185263
"type": "library",
186264
"label": "@swiftpkg_swift_collections//:OrderedCollections"
187265
},
266+
{
267+
"identity": "swift-collections",
268+
"name": "_RopeModule",
269+
"type": "library",
270+
"label": "@swiftpkg_swift_collections//:_RopeModule"
271+
},
188272
{
189273
"identity": "swift-composable-architecture",
190274
"name": "ComposableArchitecture",
@@ -266,18 +350,18 @@
266350
"name": "swiftpkg_swift_collections",
267351
"identity": "swift-collections",
268352
"remote": {
269-
"commit": "a902f1823a7ff3c9ab2fba0f992396b948eda307",
353+
"commit": "94cf62b3ba8d4bed62680a282d4c25f9c63c2efb",
270354
"remote": "https://github.com/apple/swift-collections",
271-
"version": "1.0.5"
355+
"version": "1.1.0"
272356
}
273357
},
274358
{
275359
"name": "swiftpkg_swift_composable_architecture",
276360
"identity": "swift-composable-architecture",
277361
"remote": {
278-
"commit": "899a68ce3c4eca42a42e6bad2c925b82dcab5187",
362+
"commit": "8624a8e2c35f78e5e61d5f12c69110e9020e80c8",
279363
"remote": "https://github.com/pointfreeco/swift-composable-architecture",
280-
"version": "1.9.3"
364+
"version": "1.10.0"
281365
}
282366
},
283367
{
@@ -293,9 +377,9 @@
293377
"name": "swiftpkg_swift_custom_dump",
294378
"identity": "swift-custom-dump",
295379
"remote": {
296-
"commit": "3efbfba0e4e56c7187cc19137ee16b7c95346b79",
380+
"commit": "f01efb26f3a192a0e88dcdb7c3c391ec2fc25d9c",
297381
"remote": "https://github.com/pointfreeco/swift-custom-dump",
298-
"version": "1.1.0"
382+
"version": "1.3.0"
299383
}
300384
},
301385
{

0 commit comments

Comments
 (0)