From dcc6759cc0296cf3ee5cc2f277673c48ae9075ce Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:11:29 +0000 Subject: [PATCH 1/5] chore(deps): update dependency stripe/stripe-ios to from: "24.1.3" (#1405) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [stripe/stripe-ios](https://redirect.github.com/stripe/stripe-ios) | patch | `from: "24.1.2"` -> `from: "24.1.3"` | --- ### Release Notes
stripe/stripe-ios (stripe/stripe-ios) ### [`v24.1.3`](https://redirect.github.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#2413-2024-12-16) [Compare Source](https://redirect.github.com/stripe/stripe-ios/compare/24.1.2...24.1.3) ##### PaymentSheet, CustomerSheet - \[Changed] Changed the edit and remove saved payment method flow so that tapping 'Edit' displays an icon that leads to a new update payment method screen that displays payment method details for card (last 4 digits of card number, cvc and expiry date fields), US Bank account (name, email, last 4 digits of bank acocunt), and SEPA debit (name, email, last 4 digits of IBAN). ##### Identity - \[Fixed] Fixes an error with selfie verification.
--- ### 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://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- examples/stripe_example/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/stripe_example/Package.swift b/examples/stripe_example/Package.swift index 490eb614e..860d06129 100644 --- a/examples/stripe_example/Package.swift +++ b/examples/stripe_example/Package.swift @@ -7,7 +7,7 @@ let package = Package( dependencies: [ .package( url: "https://github.com/stripe/stripe-ios", - from: "24.1.2" + from: "24.1.3" ), ] ) From f6a7a38de76e1f4eefafe01e2bcd398be7bac9b2 Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:01:11 -0700 Subject: [PATCH 2/5] chore(deps): update dependency iterable/swift-sdk to from: "6.5.8" (#1408) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Iterable/swift-sdk](https://redirect.github.com/Iterable/swift-sdk) | patch | `from: "6.5.7"` -> `from: "6.5.8"` | --- ### Release Notes
Iterable/swift-sdk (Iterable/swift-sdk) ### [`v6.5.8`](https://redirect.github.com/Iterable/swift-sdk/blob/HEAD/CHANGELOG.md#658) [Compare Source](https://redirect.github.com/Iterable/swift-sdk/compare/6.5.7...6.5.8) ##### Fixed - Fixed incorrect tracking of pushOpen for push notifications with Wake App enabled. Tracking now happens only when users tap to open the app. - Fixed the default `notificationsEnabled` value returned when `autoPushRegistration` is set to `false`. ##### Changed - Updated repository name on Fastline script and podspec files. - Comments out outdated tests that need to be revisited. - Updated sample app to use generic URLs.
--- ### 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://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> --- examples/resources_example/swift/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/resources_example/swift/Package.swift b/examples/resources_example/swift/Package.swift index fedb9d509..a93bac867 100644 --- a/examples/resources_example/swift/Package.swift +++ b/examples/resources_example/swift/Package.swift @@ -8,7 +8,7 @@ let package = Package( .package(path: "../third_party/another_package_with_resources"), .package(path: "../third_party/app_lovin_sdk"), .package(path: "../third_party/package_with_resources"), - .package(url: "https://github.com/Iterable/swift-sdk", from: "6.5.7"), + .package(url: "https://github.com/Iterable/swift-sdk", from: "6.5.8"), .package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.1.3"), .package(url: "https://github.com/google/GoogleSignIn-iOS", from: "8.0.0"), .package( From 7e7f7309bc7166cb700297df119be5f3c75303fc Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:19:53 +0000 Subject: [PATCH 3/5] chore(deps): update dependency rules_apple to v3.16.1 (#1400) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rules_apple | bazel_dep | patch | `3.16.0` -> `3.16.1` | --- ### 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://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --------- Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: Chuck Grindel Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- examples/firebase_example/MODULE.bazel | 2 +- examples/google_maps_example/MODULE.bazel | 2 +- examples/grpc_example/MODULE.bazel | 2 +- examples/grpc_package_example/MODULE.bazel | 2 +- examples/interesting_deps/MODULE.bazel | 2 +- examples/ios_sim/MODULE.bazel | 2 +- examples/lottie_ios_example/MODULE.bazel | 2 +- examples/messagekit_example/MODULE.bazel | 2 +- examples/nimble_example/MODULE.bazel | 2 +- examples/phone_number_kit/MODULE.bazel | 2 +- examples/resources_example/MODULE.bazel | 2 +- examples/shake_ios_example/MODULE.bazel | 2 +- examples/snapkit_example/MODULE.bazel | 2 +- examples/soto_example/MODULE.bazel | 2 +- examples/stripe_example/MODULE.bazel | 2 +- examples/symlink_example/MODULE.bazel | 2 +- examples/tca_example/MODULE.bazel | 2 +- examples/vapor_example/MODULE.bazel | 2 +- tools/create_example/template_files/MODULE.bazel | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/examples/firebase_example/MODULE.bazel b/examples/firebase_example/MODULE.bazel index 3a011c77d..f7086887d 100644 --- a/examples/firebase_example/MODULE.bazel +++ b/examples/firebase_example/MODULE.bazel @@ -20,7 +20,7 @@ bazel_dep( ) bazel_dep( name = "rules_apple", - version = "3.16.0", + version = "3.16.1", repo_name = "build_bazel_rules_apple", ) diff --git a/examples/google_maps_example/MODULE.bazel b/examples/google_maps_example/MODULE.bazel index d17d8207f..effa7ddc6 100644 --- a/examples/google_maps_example/MODULE.bazel +++ b/examples/google_maps_example/MODULE.bazel @@ -17,7 +17,7 @@ bazel_dep( ) bazel_dep( name = "rules_apple", - version = "3.16.0", + version = "3.16.1", repo_name = "build_bazel_rules_apple", ) diff --git a/examples/grpc_example/MODULE.bazel b/examples/grpc_example/MODULE.bazel index bee8a5f79..c13a5480c 100644 --- a/examples/grpc_example/MODULE.bazel +++ b/examples/grpc_example/MODULE.bazel @@ -33,7 +33,7 @@ use_repo( bazel_dep( name = "rules_apple", - version = "3.16.0", + version = "3.16.1", repo_name = "build_bazel_rules_apple", ) diff --git a/examples/grpc_package_example/MODULE.bazel b/examples/grpc_package_example/MODULE.bazel index bee8a5f79..c13a5480c 100644 --- a/examples/grpc_package_example/MODULE.bazel +++ b/examples/grpc_package_example/MODULE.bazel @@ -33,7 +33,7 @@ use_repo( bazel_dep( name = "rules_apple", - version = "3.16.0", + version = "3.16.1", repo_name = "build_bazel_rules_apple", ) diff --git a/examples/interesting_deps/MODULE.bazel b/examples/interesting_deps/MODULE.bazel index 3aec97733..4fd038b88 100644 --- a/examples/interesting_deps/MODULE.bazel +++ b/examples/interesting_deps/MODULE.bazel @@ -26,7 +26,7 @@ bazel_dep( ) bazel_dep( name = "rules_apple", - version = "3.16.0", + version = "3.16.1", repo_name = "build_bazel_rules_apple", ) diff --git a/examples/ios_sim/MODULE.bazel b/examples/ios_sim/MODULE.bazel index cc7b502c0..31f260f14 100644 --- a/examples/ios_sim/MODULE.bazel +++ b/examples/ios_sim/MODULE.bazel @@ -20,7 +20,7 @@ bazel_dep( ) bazel_dep( name = "rules_apple", - version = "3.16.0", + version = "3.16.1", repo_name = "build_bazel_rules_apple", ) diff --git a/examples/lottie_ios_example/MODULE.bazel b/examples/lottie_ios_example/MODULE.bazel index 9b163fe4f..edce5b9bf 100644 --- a/examples/lottie_ios_example/MODULE.bazel +++ b/examples/lottie_ios_example/MODULE.bazel @@ -17,7 +17,7 @@ bazel_dep( ) bazel_dep( name = "rules_apple", - version = "3.16.0", + version = "3.16.1", repo_name = "build_bazel_rules_apple", ) diff --git a/examples/messagekit_example/MODULE.bazel b/examples/messagekit_example/MODULE.bazel index 08c328ee2..823d19851 100644 --- a/examples/messagekit_example/MODULE.bazel +++ b/examples/messagekit_example/MODULE.bazel @@ -17,7 +17,7 @@ bazel_dep( ) bazel_dep( name = "rules_apple", - version = "3.16.0", + version = "3.16.1", repo_name = "build_bazel_rules_apple", ) diff --git a/examples/nimble_example/MODULE.bazel b/examples/nimble_example/MODULE.bazel index a191dbad1..79b9f7e8c 100644 --- a/examples/nimble_example/MODULE.bazel +++ b/examples/nimble_example/MODULE.bazel @@ -17,7 +17,7 @@ bazel_dep( ) bazel_dep( name = "rules_apple", - version = "3.16.0", + version = "3.16.1", repo_name = "build_bazel_rules_apple", ) diff --git a/examples/phone_number_kit/MODULE.bazel b/examples/phone_number_kit/MODULE.bazel index b984b0502..6a3621d45 100644 --- a/examples/phone_number_kit/MODULE.bazel +++ b/examples/phone_number_kit/MODULE.bazel @@ -17,7 +17,7 @@ bazel_dep( ) bazel_dep( name = "rules_apple", - version = "3.16.0", + version = "3.16.1", repo_name = "build_bazel_rules_apple", ) diff --git a/examples/resources_example/MODULE.bazel b/examples/resources_example/MODULE.bazel index 07dfd4769..9b2a4ef82 100644 --- a/examples/resources_example/MODULE.bazel +++ b/examples/resources_example/MODULE.bazel @@ -17,7 +17,7 @@ bazel_dep( ) bazel_dep( name = "rules_apple", - version = "3.16.0", + version = "3.16.1", repo_name = "build_bazel_rules_apple", ) diff --git a/examples/shake_ios_example/MODULE.bazel b/examples/shake_ios_example/MODULE.bazel index 66438a691..9e63677e8 100644 --- a/examples/shake_ios_example/MODULE.bazel +++ b/examples/shake_ios_example/MODULE.bazel @@ -17,7 +17,7 @@ bazel_dep( ) bazel_dep( name = "rules_apple", - version = "3.16.0", + version = "3.16.1", repo_name = "build_bazel_rules_apple", ) diff --git a/examples/snapkit_example/MODULE.bazel b/examples/snapkit_example/MODULE.bazel index afd9c697c..4b2d9db62 100644 --- a/examples/snapkit_example/MODULE.bazel +++ b/examples/snapkit_example/MODULE.bazel @@ -17,7 +17,7 @@ bazel_dep( ) bazel_dep( name = "rules_apple", - version = "3.16.0", + version = "3.16.1", repo_name = "build_bazel_rules_apple", ) diff --git a/examples/soto_example/MODULE.bazel b/examples/soto_example/MODULE.bazel index 41b0ea3d7..3338895c5 100644 --- a/examples/soto_example/MODULE.bazel +++ b/examples/soto_example/MODULE.bazel @@ -20,7 +20,7 @@ bazel_dep( ) bazel_dep( name = "rules_apple", - version = "3.16.0", + version = "3.16.1", repo_name = "build_bazel_rules_apple", ) diff --git a/examples/stripe_example/MODULE.bazel b/examples/stripe_example/MODULE.bazel index 1600b264a..ff34bb604 100644 --- a/examples/stripe_example/MODULE.bazel +++ b/examples/stripe_example/MODULE.bazel @@ -20,7 +20,7 @@ bazel_dep( ) bazel_dep( name = "rules_apple", - version = "3.16.0", + version = "3.16.1", repo_name = "build_bazel_rules_apple", ) diff --git a/examples/symlink_example/MODULE.bazel b/examples/symlink_example/MODULE.bazel index 9f0072cd6..94f694624 100644 --- a/examples/symlink_example/MODULE.bazel +++ b/examples/symlink_example/MODULE.bazel @@ -17,7 +17,7 @@ bazel_dep( ) bazel_dep( name = "rules_apple", - version = "3.16.0", + version = "3.16.1", repo_name = "build_bazel_rules_apple", ) diff --git a/examples/tca_example/MODULE.bazel b/examples/tca_example/MODULE.bazel index c7e322d8a..15fd15a95 100644 --- a/examples/tca_example/MODULE.bazel +++ b/examples/tca_example/MODULE.bazel @@ -20,7 +20,7 @@ bazel_dep( ) bazel_dep( name = "rules_apple", - version = "3.16.0", + version = "3.16.1", repo_name = "build_bazel_rules_apple", ) diff --git a/examples/vapor_example/MODULE.bazel b/examples/vapor_example/MODULE.bazel index dfa4e8b4a..e854d3e37 100644 --- a/examples/vapor_example/MODULE.bazel +++ b/examples/vapor_example/MODULE.bazel @@ -20,7 +20,7 @@ bazel_dep( ) bazel_dep( name = "rules_apple", - version = "3.16.0", + version = "3.16.1", repo_name = "build_bazel_rules_apple", ) diff --git a/tools/create_example/template_files/MODULE.bazel b/tools/create_example/template_files/MODULE.bazel index 297edc050..0931fcb39 100644 --- a/tools/create_example/template_files/MODULE.bazel +++ b/tools/create_example/template_files/MODULE.bazel @@ -17,7 +17,7 @@ bazel_dep( ) bazel_dep( name = "rules_apple", - version = "3.16.0", + version = "3.16.1", repo_name = "build_bazel_rules_apple", ) From e6805a2a2555f94979ac87d18117250d863e1713 Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:35:36 +0000 Subject: [PATCH 4/5] chore(deps): update dependency rules_xcodeproj to v2.10.0 (#1403) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rules_xcodeproj | bazel_dep | minor | `2.9.2` -> `2.10.0` | --- ### 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://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: Chuck Grindel Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- examples/firebase_example/MODULE.bazel | 2 +- examples/ios_sim/MODULE.bazel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/firebase_example/MODULE.bazel b/examples/firebase_example/MODULE.bazel index f7086887d..f3bb3dcb5 100644 --- a/examples/firebase_example/MODULE.bazel +++ b/examples/firebase_example/MODULE.bazel @@ -26,7 +26,7 @@ bazel_dep( bazel_dep( name = "rules_xcodeproj", - version = "2.9.2", + version = "2.10.0", dev_dependency = True, ) bazel_dep( diff --git a/examples/ios_sim/MODULE.bazel b/examples/ios_sim/MODULE.bazel index 31f260f14..0678fdb43 100644 --- a/examples/ios_sim/MODULE.bazel +++ b/examples/ios_sim/MODULE.bazel @@ -37,7 +37,7 @@ bazel_dep( ) bazel_dep( name = "rules_xcodeproj", - version = "2.9.2", + version = "2.10.0", dev_dependency = True, ) From 1a231e7dbd8f691ced7d9ef95400b57483eaf0de Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:49:48 +0000 Subject: [PATCH 5/5] chore(deps): update dependency vapor/vapor to v4.108.0 (#1404) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vapor/vapor](https://redirect.github.com/vapor/vapor) | minor | `4.107.0` -> `4.108.0` | --- ### Release Notes
vapor/vapor (vapor/vapor) ### [`v4.108.0`](https://redirect.github.com/vapor/vapor/releases/tag/4.108.0): - Make Services in Vapor Usable [Compare Source](https://redirect.github.com/vapor/vapor/compare/4.107.0...4.108.0) #### What's Changed Make Services in Vapor Usable by [@​0xTim](https://redirect.github.com/0xTim) in [#​2901](https://redirect.github.com/vapor/vapor/issues/2901) > This adds real support to Vapor to make it easy to integrate different services that can be tested. > > For example, if you have a service defined as: > > ```swift > protocol MyService { > func `for`(_ request: Request) -> MyService > func doSomething() -> String > } > ``` > > You may then have a real implementation: > > ```swift > import Vapor > > struct MyRealService: MyService { > let logger: Logger > let eventLoop: EventLoop > > func `for`(_ request: Vapor.Request) -> MyService { > return MyRealService(logger: request.logger, eventLoop: request.eventLoop) > } > > func doSomething() -> String { > return "Tada" > } > > } > ``` > > This is a very contrived example, but shows a service that needs a `Logger` and `EventLoop` - things that are normally tied to specific requests. Doing this in a safe and testable way involves a lot of boilerplate. This moves the boilerplate into Vapor to make it easier to do. > > ```swift > extension Application.Services { > var myService: Application.Service { > .init(app… > ``` > > … #### Reviewers Thanks to the reviewers for their help: - [@​Joannis](https://redirect.github.com/Joannis) - [@​dimitribouniol](https://redirect.github.com/dimitribouniol) - [@​Andrewangeta](https://redirect.github.com/Andrewangeta) ###### *This patch was released by [@​0xTim](https://redirect.github.com/0xTim)* **Full Changelog**: https://github.com/vapor/vapor/compare/4.107.0...4.108.0
--- ### 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://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: Chuck Grindel Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- examples/vapor_example/swift/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vapor_example/swift/Package.swift b/examples/vapor_example/swift/Package.swift index 1fcd562e2..c726d396e 100644 --- a/examples/vapor_example/swift/Package.swift +++ b/examples/vapor_example/swift/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "vapor_example", dependencies: [ - .package(url: "https://github.com/vapor/vapor.git", exact: "4.107.0"), + .package(url: "https://github.com/vapor/vapor.git", exact: "4.108.0"), .package(url: "https://github.com/vapor/fluent.git", exact: "4.12.0"), .package(url: "https://github.com/vapor/fluent-sqlite-driver.git", exact: "4.8.0"), ]