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"
  • Loading branch information
Self-hosted Renovate Bot committed Apr 29, 2024
1 parent c5ae13e commit c212b41
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 c212b41

Please sign in to comment.