From 80671164bed4a06360748e3966f35635d2e4590e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 23:47:10 +0900 Subject: [PATCH 1/8] chore(deps): update dependency apollographql/apollo-ios to from: "1.15.3" (#1140) --- BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- Packages/Dependencies/Package.swift | 2 +- Packages/MatchCore/Package.swift | 2 +- Packages/Utility/Package.swift | 2 +- PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved b/BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved index 509c1cc3..3f8c1564 100644 --- a/BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apollographql/apollo-ios", "state" : { - "revision" : "7122421c2ba9ce2d252943cef055c74ef56ea431", - "version" : "1.15.2" + "revision" : "c3f48d45ec1300bc95243bf19f67284f9dc0d14a", + "version" : "1.15.3" } }, { diff --git a/Packages/Dependencies/Package.swift b/Packages/Dependencies/Package.swift index 40cd680c..d15eaa9d 100644 --- a/Packages/Dependencies/Package.swift +++ b/Packages/Dependencies/Package.swift @@ -46,7 +46,7 @@ var package = Package( .library(name: "WidgetClient", targets: ["WidgetClient"]), ], dependencies: [ - .package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.2"), + .package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"), .package(url: "https://github.com/facebook/facebook-ios-sdk", from: "17.4.0"), .package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.4.0"), .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.4.1"), diff --git a/Packages/MatchCore/Package.swift b/Packages/MatchCore/Package.swift index 71e3558c..6a3abe9a 100644 --- a/Packages/MatchCore/Package.swift +++ b/Packages/MatchCore/Package.swift @@ -67,7 +67,7 @@ let package = Package( dependencies: [ .package(path: "../Utility"), .package(path: "../Dependencies"), - .package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.2"), + .package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"), .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.4.1"), .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.15.2"), ], diff --git a/Packages/Utility/Package.swift b/Packages/Utility/Package.swift index 1341bda7..57e86799 100644 --- a/Packages/Utility/Package.swift +++ b/Packages/Utility/Package.swift @@ -17,7 +17,7 @@ var package = Package( .library(name: "TcaHelpers", targets: ["TcaHelpers"]), ], dependencies: [ - .package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.2"), + .package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"), .package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.4.0"), .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.15.2"), ], diff --git a/PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved b/PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved index cb4f365a..d6a1f8e1 100644 --- a/PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apollographql/apollo-ios", "state" : { - "revision" : "7122421c2ba9ce2d252943cef055c74ef56ea431", - "version" : "1.15.2" + "revision" : "c3f48d45ec1300bc95243bf19f67284f9dc0d14a", + "version" : "1.15.3" } }, { diff --git a/TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved b/TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved index 42ef4db2..6dc2d167 100644 --- a/TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apollographql/apollo-ios", "state" : { - "revision" : "7122421c2ba9ce2d252943cef055c74ef56ea431", - "version" : "1.15.2" + "revision" : "c3f48d45ec1300bc95243bf19f67284f9dc0d14a", + "version" : "1.15.3" } }, { diff --git a/TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved b/TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved index cb4f365a..d6a1f8e1 100644 --- a/TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apollographql/apollo-ios", "state" : { - "revision" : "7122421c2ba9ce2d252943cef055c74ef56ea431", - "version" : "1.15.2" + "revision" : "c3f48d45ec1300bc95243bf19f67284f9dc0d14a", + "version" : "1.15.3" } }, { diff --git a/Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved index cb4f365a..d6a1f8e1 100644 --- a/Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apollographql/apollo-ios", "state" : { - "revision" : "7122421c2ba9ce2d252943cef055c74ef56ea431", - "version" : "1.15.2" + "revision" : "c3f48d45ec1300bc95243bf19f67284f9dc0d14a", + "version" : "1.15.3" } }, { From 5c4af909523dafec048ef44bdb999d08831a8003 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 00:25:21 +0900 Subject: [PATCH 2/8] chore(deps): update dependency apollographql/apollo-ios-codegen to from: "1.15.3" (#1141) --- SwiftScripts/ApolloTool/Package.resolved | 4 ++-- SwiftScripts/ApolloTool/Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SwiftScripts/ApolloTool/Package.resolved b/SwiftScripts/ApolloTool/Package.resolved index 5febd80d..91a5d682 100644 --- a/SwiftScripts/ApolloTool/Package.resolved +++ b/SwiftScripts/ApolloTool/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apollographql/apollo-ios-codegen", "state" : { - "revision" : "9d18632ce7033490ee46a3f1e14d51c1c65fbb66", - "version" : "1.15.2" + "revision" : "54a51f43ba2dde6edc2fd11834cf894a2193f281", + "version" : "1.15.3" } }, { diff --git a/SwiftScripts/ApolloTool/Package.swift b/SwiftScripts/ApolloTool/Package.swift index e850a3ab..ebc8b855 100644 --- a/SwiftScripts/ApolloTool/Package.swift +++ b/SwiftScripts/ApolloTool/Package.swift @@ -10,7 +10,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"), - .package(url: "https://github.com/apollographql/apollo-ios-codegen", from: "1.15.2"), + .package(url: "https://github.com/apollographql/apollo-ios-codegen", from: "1.15.3"), ], targets: [ .target(name: "SwiftScriptHelpers"), From e0ca24e6815a38d1b13dbf03e503e74b4910aa60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 01:06:03 +0900 Subject: [PATCH 3/8] chore(deps): update dependency pointfreeco/swift-composable-architecture to from: "1.16.0" (#1143) --- BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- Packages/MatchCore/Package.swift | 2 +- Packages/Utility/Package.swift | 2 +- PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved b/BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved index 3f8c1564..9bd91bed 100644 --- a/BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -185,8 +185,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "56149436a3c3dbf605a89a204aaa904de8ba4580", - "version" : "1.15.2" + "revision" : "a952dde0bf2b13048843c8dcc72cf21737d67b0c", + "version" : "1.16.0" } }, { diff --git a/Packages/MatchCore/Package.swift b/Packages/MatchCore/Package.swift index 6a3abe9a..704406ce 100644 --- a/Packages/MatchCore/Package.swift +++ b/Packages/MatchCore/Package.swift @@ -69,7 +69,7 @@ let package = Package( .package(path: "../Dependencies"), .package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"), .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.4.1"), - .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.15.2"), + .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.16.0"), ], targets: [ .target(name: "AchievementLogic", dependencies: [ diff --git a/Packages/Utility/Package.swift b/Packages/Utility/Package.swift index 57e86799..adbdf39d 100644 --- a/Packages/Utility/Package.swift +++ b/Packages/Utility/Package.swift @@ -19,7 +19,7 @@ var package = Package( dependencies: [ .package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"), .package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.4.0"), - .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.15.2"), + .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.16.0"), ], targets: [ .target(name: "ApolloClientHelpers", dependencies: [ diff --git a/PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved b/PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved index d6a1f8e1..e48279d3 100644 --- a/PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -185,8 +185,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "56149436a3c3dbf605a89a204aaa904de8ba4580", - "version" : "1.15.2" + "revision" : "a952dde0bf2b13048843c8dcc72cf21737d67b0c", + "version" : "1.16.0" } }, { diff --git a/TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved b/TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved index 6dc2d167..65a306c7 100644 --- a/TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -185,8 +185,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "56149436a3c3dbf605a89a204aaa904de8ba4580", - "version" : "1.15.2" + "revision" : "a952dde0bf2b13048843c8dcc72cf21737d67b0c", + "version" : "1.16.0" } }, { diff --git a/TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved b/TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved index d6a1f8e1..e48279d3 100644 --- a/TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -185,8 +185,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "56149436a3c3dbf605a89a204aaa904de8ba4580", - "version" : "1.15.2" + "revision" : "a952dde0bf2b13048843c8dcc72cf21737d67b0c", + "version" : "1.16.0" } }, { diff --git a/Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved index d6a1f8e1..e48279d3 100644 --- a/Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -185,8 +185,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "56149436a3c3dbf605a89a204aaa904de8ba4580", - "version" : "1.15.2" + "revision" : "a952dde0bf2b13048843c8dcc72cf21737d67b0c", + "version" : "1.16.0" } }, { From e944dc7a3e5e0948b7010ea230858c1cc76cbd53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 01:39:37 +0900 Subject: [PATCH 4/8] chore(deps): update dependency nicklockwood/swiftformat to from: "0.55.0" (#1145) --- SwiftScripts/SwiftFormatTool/Package.resolved | 4 ++-- SwiftScripts/SwiftFormatTool/Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SwiftScripts/SwiftFormatTool/Package.resolved b/SwiftScripts/SwiftFormatTool/Package.resolved index 915dc1ab..cbf9f7ff 100644 --- a/SwiftScripts/SwiftFormatTool/Package.resolved +++ b/SwiftScripts/SwiftFormatTool/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/nicklockwood/SwiftFormat", "state" : { - "revision" : "86ed20990585f478c0daf309af645c2a528b59d8", - "version" : "0.54.6" + "revision" : "5ed967a58e4e1d8ba8034d73db69dee9e6ac55d3", + "version" : "0.55.0" } } ], diff --git a/SwiftScripts/SwiftFormatTool/Package.swift b/SwiftScripts/SwiftFormatTool/Package.swift index 2b4c7c8e..80335cc5 100644 --- a/SwiftScripts/SwiftFormatTool/Package.swift +++ b/SwiftScripts/SwiftFormatTool/Package.swift @@ -7,7 +7,7 @@ let package = Package( name: "SwiftFormatTool", platforms: [.macOS(.v10_13)], dependencies: [ - .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.54.6"), + .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.0"), ], targets: [.target(name: "SwiftFormatTool", path: "")] ) From 98b0f9221887f74fdcb8bc7c3667dc0475236584 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 01:41:33 +0900 Subject: [PATCH 5/8] Run swift-format (#1148) Co-authored-by: github-actions[bot] --- SwiftScripts/SwiftFormatTool/Package.resolved | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftScripts/SwiftFormatTool/Package.resolved b/SwiftScripts/SwiftFormatTool/Package.resolved index cbf9f7ff..e164d033 100644 --- a/SwiftScripts/SwiftFormatTool/Package.resolved +++ b/SwiftScripts/SwiftFormatTool/Package.resolved @@ -5,7 +5,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/nicklockwood/SwiftFormat", "state" : { - "revision" : "5ed967a58e4e1d8ba8034d73db69dee9e6ac55d3", + "revision" : "5fdd6a5707372450676ad7b5d9fdc0c43fc7717e", "version" : "0.55.0" } } From 31f3274574845090a28eddcab58d14dbc9b1e8b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 02:04:05 +0900 Subject: [PATCH 6/8] chore(deps): update dependency pointfreeco/swift-composable-architecture to from: "1.16.1" (#1146) --- BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- Packages/MatchCore/Package.swift | 2 +- Packages/Utility/Package.swift | 2 +- PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved b/BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved index 9bd91bed..72c3475a 100644 --- a/BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -185,8 +185,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "a952dde0bf2b13048843c8dcc72cf21737d67b0c", - "version" : "1.16.0" + "revision" : "69247baf7be2fd6f5820192caef0082d01849cd0", + "version" : "1.16.1" } }, { diff --git a/Packages/MatchCore/Package.swift b/Packages/MatchCore/Package.swift index 704406ce..bf970cb7 100644 --- a/Packages/MatchCore/Package.swift +++ b/Packages/MatchCore/Package.swift @@ -69,7 +69,7 @@ let package = Package( .package(path: "../Dependencies"), .package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"), .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.4.1"), - .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.16.0"), + .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.16.1"), ], targets: [ .target(name: "AchievementLogic", dependencies: [ diff --git a/Packages/Utility/Package.swift b/Packages/Utility/Package.swift index adbdf39d..b0b22e65 100644 --- a/Packages/Utility/Package.swift +++ b/Packages/Utility/Package.swift @@ -19,7 +19,7 @@ var package = Package( dependencies: [ .package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"), .package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.4.0"), - .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.16.0"), + .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.16.1"), ], targets: [ .target(name: "ApolloClientHelpers", dependencies: [ diff --git a/PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved b/PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved index e48279d3..fc0e36bf 100644 --- a/PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -185,8 +185,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "a952dde0bf2b13048843c8dcc72cf21737d67b0c", - "version" : "1.16.0" + "revision" : "69247baf7be2fd6f5820192caef0082d01849cd0", + "version" : "1.16.1" } }, { diff --git a/TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved b/TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved index 65a306c7..5fad3936 100644 --- a/TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -185,8 +185,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "a952dde0bf2b13048843c8dcc72cf21737d67b0c", - "version" : "1.16.0" + "revision" : "69247baf7be2fd6f5820192caef0082d01849cd0", + "version" : "1.16.1" } }, { diff --git a/TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved b/TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved index e48279d3..fc0e36bf 100644 --- a/TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -185,8 +185,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "a952dde0bf2b13048843c8dcc72cf21737d67b0c", - "version" : "1.16.0" + "revision" : "69247baf7be2fd6f5820192caef0082d01849cd0", + "version" : "1.16.1" } }, { diff --git a/Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved index e48279d3..fc0e36bf 100644 --- a/Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -185,8 +185,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "a952dde0bf2b13048843c8dcc72cf21737d67b0c", - "version" : "1.16.0" + "revision" : "69247baf7be2fd6f5820192caef0082d01849cd0", + "version" : "1.16.1" } }, { From 414f4d013e442863ad7d4ae6323d71593a42a719 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 04:55:25 +0900 Subject: [PATCH 7/8] chore(deps): update dependency pointfreeco/swift-composable-architecture to from: "1.17.0" (#1149) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] --- .../xcshareddata/swiftpm/Package.resolved | 25 +++++++++++++------ Packages/MatchCore/Package.swift | 2 +- Packages/Utility/Package.swift | 2 +- .../xcshareddata/swiftpm/Package.resolved | 25 +++++++++++++------ .../xcshareddata/swiftpm/Package.resolved | 25 +++++++++++++------ .../xcshareddata/swiftpm/Package.resolved | 25 +++++++++++++------ .../xcshareddata/swiftpm/Package.resolved | 25 +++++++++++++------ 7 files changed, 87 insertions(+), 42 deletions(-) diff --git a/BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved b/BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved index 72c3475a..26809b44 100644 --- a/BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/BeMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -185,8 +185,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "69247baf7be2fd6f5820192caef0082d01849cd0", - "version" : "1.16.1" + "revision" : "d602618c628e5123f66643437151079d3664970d", + "version" : "1.17.0" } }, { @@ -212,8 +212,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-dependencies", "state" : { - "revision" : "0fc0255e780bf742abeef29dec80924f5f0ae7b9", - "version" : "1.4.1" + "revision" : "5526c8a27675dc7b18d6fa643abfb64bcb200b77", + "version" : "1.6.2" } }, { @@ -239,8 +239,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-perception", "state" : { - "revision" : "bc67aa8e461351c97282c2419153757a446ae1c9", - "version" : "1.3.5" + "revision" : "8d52279b9809ef27eabe7d5420f03734528f19da", + "version" : "1.4.1" } }, { @@ -252,6 +252,15 @@ "version" : "1.28.1" } }, + { + "identity" : "swift-sharing", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-sharing", + "state" : { + "revision" : "5d3d1193225567d156dae16b2bb353ef261011f9", + "version" : "1.0.2" + } + }, { "identity" : "swift-syntax", "kind" : "remoteSourceControl", @@ -275,8 +284,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "state" : { - "revision" : "bc2a151366f2cd0e347274544933bc2acb00c9fe", - "version" : "1.4.0" + "revision" : "a3f634d1a409c7979cabc0a71b3f26ffa9fc8af1", + "version" : "1.4.3" } } ], diff --git a/Packages/MatchCore/Package.swift b/Packages/MatchCore/Package.swift index bf970cb7..babceb6c 100644 --- a/Packages/MatchCore/Package.swift +++ b/Packages/MatchCore/Package.swift @@ -69,7 +69,7 @@ let package = Package( .package(path: "../Dependencies"), .package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"), .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.4.1"), - .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.16.1"), + .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.17.0"), ], targets: [ .target(name: "AchievementLogic", dependencies: [ diff --git a/Packages/Utility/Package.swift b/Packages/Utility/Package.swift index b0b22e65..d0191cdb 100644 --- a/Packages/Utility/Package.swift +++ b/Packages/Utility/Package.swift @@ -19,7 +19,7 @@ var package = Package( dependencies: [ .package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"), .package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.4.0"), - .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.16.1"), + .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.17.0"), ], targets: [ .target(name: "ApolloClientHelpers", dependencies: [ diff --git a/PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved b/PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved index fc0e36bf..147e77af 100644 --- a/PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/PicMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -185,8 +185,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "69247baf7be2fd6f5820192caef0082d01849cd0", - "version" : "1.16.1" + "revision" : "d602618c628e5123f66643437151079d3664970d", + "version" : "1.17.0" } }, { @@ -212,8 +212,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-dependencies", "state" : { - "revision" : "0fc0255e780bf742abeef29dec80924f5f0ae7b9", - "version" : "1.4.1" + "revision" : "5526c8a27675dc7b18d6fa643abfb64bcb200b77", + "version" : "1.6.2" } }, { @@ -239,8 +239,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-perception", "state" : { - "revision" : "1552c8f722ac256cc0b8daaf1a7073217d4fcdfb", - "version" : "1.3.4" + "revision" : "8d52279b9809ef27eabe7d5420f03734528f19da", + "version" : "1.4.1" } }, { @@ -252,6 +252,15 @@ "version" : "1.27.1" } }, + { + "identity" : "swift-sharing", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-sharing", + "state" : { + "revision" : "5d3d1193225567d156dae16b2bb353ef261011f9", + "version" : "1.0.2" + } + }, { "identity" : "swift-syntax", "kind" : "remoteSourceControl", @@ -275,8 +284,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "state" : { - "revision" : "bc2a151366f2cd0e347274544933bc2acb00c9fe", - "version" : "1.4.0" + "revision" : "a3f634d1a409c7979cabc0a71b3f26ffa9fc8af1", + "version" : "1.4.3" } } ], diff --git a/TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved b/TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved index 5fad3936..476a6c40 100644 --- a/TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/TapMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -185,8 +185,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "69247baf7be2fd6f5820192caef0082d01849cd0", - "version" : "1.16.1" + "revision" : "d602618c628e5123f66643437151079d3664970d", + "version" : "1.17.0" } }, { @@ -212,8 +212,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-dependencies", "state" : { - "revision" : "0fc0255e780bf742abeef29dec80924f5f0ae7b9", - "version" : "1.4.1" + "revision" : "5526c8a27675dc7b18d6fa643abfb64bcb200b77", + "version" : "1.6.2" } }, { @@ -239,8 +239,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-perception", "state" : { - "revision" : "bc67aa8e461351c97282c2419153757a446ae1c9", - "version" : "1.3.5" + "revision" : "8d52279b9809ef27eabe7d5420f03734528f19da", + "version" : "1.4.1" } }, { @@ -252,6 +252,15 @@ "version" : "1.28.0" } }, + { + "identity" : "swift-sharing", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-sharing", + "state" : { + "revision" : "5d3d1193225567d156dae16b2bb353ef261011f9", + "version" : "1.0.2" + } + }, { "identity" : "swift-syntax", "kind" : "remoteSourceControl", @@ -275,8 +284,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "state" : { - "revision" : "bc2a151366f2cd0e347274544933bc2acb00c9fe", - "version" : "1.4.0" + "revision" : "a3f634d1a409c7979cabc0a71b3f26ffa9fc8af1", + "version" : "1.4.3" } } ], diff --git a/TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved b/TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved index fc0e36bf..147e77af 100644 --- a/TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/TenMatch.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -185,8 +185,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "69247baf7be2fd6f5820192caef0082d01849cd0", - "version" : "1.16.1" + "revision" : "d602618c628e5123f66643437151079d3664970d", + "version" : "1.17.0" } }, { @@ -212,8 +212,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-dependencies", "state" : { - "revision" : "0fc0255e780bf742abeef29dec80924f5f0ae7b9", - "version" : "1.4.1" + "revision" : "5526c8a27675dc7b18d6fa643abfb64bcb200b77", + "version" : "1.6.2" } }, { @@ -239,8 +239,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-perception", "state" : { - "revision" : "1552c8f722ac256cc0b8daaf1a7073217d4fcdfb", - "version" : "1.3.4" + "revision" : "8d52279b9809ef27eabe7d5420f03734528f19da", + "version" : "1.4.1" } }, { @@ -252,6 +252,15 @@ "version" : "1.27.1" } }, + { + "identity" : "swift-sharing", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-sharing", + "state" : { + "revision" : "5d3d1193225567d156dae16b2bb353ef261011f9", + "version" : "1.0.2" + } + }, { "identity" : "swift-syntax", "kind" : "remoteSourceControl", @@ -275,8 +284,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "state" : { - "revision" : "bc2a151366f2cd0e347274544933bc2acb00c9fe", - "version" : "1.4.0" + "revision" : "a3f634d1a409c7979cabc0a71b3f26ffa9fc8af1", + "version" : "1.4.3" } } ], diff --git a/Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved index fc0e36bf..147e77af 100644 --- a/Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Trinket.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -185,8 +185,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "69247baf7be2fd6f5820192caef0082d01849cd0", - "version" : "1.16.1" + "revision" : "d602618c628e5123f66643437151079d3664970d", + "version" : "1.17.0" } }, { @@ -212,8 +212,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-dependencies", "state" : { - "revision" : "0fc0255e780bf742abeef29dec80924f5f0ae7b9", - "version" : "1.4.1" + "revision" : "5526c8a27675dc7b18d6fa643abfb64bcb200b77", + "version" : "1.6.2" } }, { @@ -239,8 +239,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-perception", "state" : { - "revision" : "1552c8f722ac256cc0b8daaf1a7073217d4fcdfb", - "version" : "1.3.4" + "revision" : "8d52279b9809ef27eabe7d5420f03734528f19da", + "version" : "1.4.1" } }, { @@ -252,6 +252,15 @@ "version" : "1.27.1" } }, + { + "identity" : "swift-sharing", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-sharing", + "state" : { + "revision" : "5d3d1193225567d156dae16b2bb353ef261011f9", + "version" : "1.0.2" + } + }, { "identity" : "swift-syntax", "kind" : "remoteSourceControl", @@ -275,8 +284,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "state" : { - "revision" : "bc2a151366f2cd0e347274544933bc2acb00c9fe", - "version" : "1.4.0" + "revision" : "a3f634d1a409c7979cabc0a71b3f26ffa9fc8af1", + "version" : "1.4.3" } } ], From 51147214c2b063adecb53047624e1a680d9707b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 04:55:35 +0900 Subject: [PATCH 8/8] chore(deps): update dependency nicklockwood/swiftformat to from: "0.55.3" (#1147) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] --- SwiftScripts/SwiftFormatTool/Package.resolved | 4 ++-- SwiftScripts/SwiftFormatTool/Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SwiftScripts/SwiftFormatTool/Package.resolved b/SwiftScripts/SwiftFormatTool/Package.resolved index e164d033..d9d502b3 100644 --- a/SwiftScripts/SwiftFormatTool/Package.resolved +++ b/SwiftScripts/SwiftFormatTool/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/nicklockwood/SwiftFormat", "state" : { - "revision" : "5fdd6a5707372450676ad7b5d9fdc0c43fc7717e", - "version" : "0.55.0" + "revision" : "2d5a2b6bde636c1feae2c852ab9a50f221e98c66", + "version" : "0.55.3" } } ], diff --git a/SwiftScripts/SwiftFormatTool/Package.swift b/SwiftScripts/SwiftFormatTool/Package.swift index 80335cc5..93cd1e2b 100644 --- a/SwiftScripts/SwiftFormatTool/Package.swift +++ b/SwiftScripts/SwiftFormatTool/Package.swift @@ -7,7 +7,7 @@ let package = Package( name: "SwiftFormatTool", platforms: [.macOS(.v10_13)], dependencies: [ - .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.0"), + .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.3"), ], targets: [.target(name: "SwiftFormatTool", path: "")] )