Skip to content

Commit 16ba0c2

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency stripe/stripe-ios to from: "23.22.0" (#915)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [stripe/stripe-ios](https://togithub.com/stripe/stripe-ios) | minor | `from: "23.21.2"` -> `from: "23.22.0"` | --- ### Release Notes <details> <summary>stripe/stripe-ios (stripe/stripe-ios)</summary> ### [`v23.22.0`](https://togithub.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23220-2024-02-12) [Compare Source](https://togithub.com/stripe/stripe-ios/compare/23.21.2...23.22.0) ##### PaymentSheet - \[Changed] The separator text under the Apple Pay button from "Or pay with a card" to "Or use a card" when using a SetupIntent. - \[Fixed] Fixed a bug where deleting the last saved payment method in PaymentSheet wouldn't automatically transition to the "Add a payment method" screen. - \[Added] Support for CVC recollection in PaymentSheet and PaymentSheet.FlowController (client-side confirmation) - \[Changed] Make STPPinManagementService still usable from Swift. </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent a8f3ebd commit 16ba0c2

File tree

4 files changed

+41
-41
lines changed

4 files changed

+41
-41
lines changed

examples/stripe_example/MODULE.bazel.lock

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

examples/stripe_example/Package.resolved

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

examples/stripe_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/stripe/stripe-ios",
10-
from: "23.21.2"
10+
from: "23.22.0"
1111
),
1212
]
1313
)

examples/stripe_example/swift_deps_index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@
227227
"name": "swiftpkg_stripe_ios",
228228
"identity": "stripe-ios",
229229
"remote": {
230-
"commit": "6bdb031c532755e6074a411f86f065be8fd7c1e1",
230+
"commit": "3821e68e5c200ca4d7612d286a385eef9515fa13",
231231
"remote": "https://github.com/stripe/stripe-ios",
232-
"version": "23.21.2"
232+
"version": "23.22.0"
233233
}
234234
}
235235
]

0 commit comments

Comments
 (0)