Skip to content

Commit

Permalink
chore(deps): update dependency stripe/stripe-ios to from: "23.14.0" (#…
Browse files Browse the repository at this point in the history
…528)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [stripe/stripe-ios](https://togithub.com/stripe/stripe-ios) | minor |
`from: "23.11.0"` -> `from: "23.14.0"` |

---

### Release Notes

<details>
<summary>stripe/stripe-ios (stripe/stripe-ios)</summary>

###
[`v23.14.0`](https://togithub.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23140-2023-08-21)

[Compare
Source](https://togithub.com/stripe/stripe-ios/compare/23.13.0...23.14.0)

##### All

-   Improved redirect UX when using Cash App Pay.

##### PaymentSheet

-   \[Added] Support for GrabPay with PaymentIntents.

##### Payments

- \[Added] You can now create an STPConnectAccountParams without
specifying a business type.

##### Basic Integration

- \[Added] Adds `applePayLaterAvailability` to `STPPaymentContext`, a
property that mirrors `PKPaymentRequest.applePayLaterAvailability`. This
is useful if you need to disable Apple Pay Later. Note: iOS 17+.

###
[`v23.13.0`](https://togithub.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23130-2023-08-07)

[Compare
Source](https://togithub.com/stripe/stripe-ios/compare/23.12.0...23.13.0)

##### All

- \[Fixed] Fixed compatibility with Xcode 15 beta 3. visionOS is now
supported in iPadOS compatibility mode.

##### PaymentSheet

- \[Added] Enable bancontact and sofort for SetupIntents and
PaymentIntents with setup_future_usage. Note: PaymentSheet doesn't
display saved SEPA Debit payment methods yet.

##### CustomerSheet

- \[Added] `us_bank_account` PaymentMethod is now available in
CustomerSheet

###
[`v23.12.0`](https://togithub.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23120-2023-07-31)

[Compare
Source](https://togithub.com/stripe/stripe-ios/compare/23.11.2...23.12.0)

##### PaymentSheet

- \[Added] Enable SEPA Debit and iDEAL for SetupIntents and
PaymentIntents with setup_future_usage. Note: PaymentSheet doesn't
display saved SEPA Debit payment methods yet.
- \[Added] Add removeSavedPaymentMethodMessage to
PaymentSheet.Configuration and CustomerSheet.Configuration.

##### Identity

- \[Added] Supports [phone
verification](https://stripe.com/docs/identity/phone) in Identity mobile
SDK.

###
[`v23.11.2`](https://togithub.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23112-2023-07-24)

[Compare
Source](https://togithub.com/stripe/stripe-ios/compare/23.11.1...23.11.2)

##### PaymentSheet

- \[Fixed] Update [email protected] to 8bit color depth (Thanks
[@&#8203;jszumski](https://togithub.com/jszumski))

##### CustomerSheet

- \[Fixed] Ability to removing payment method immediately after adding
it.
- \[Fixed] Re-init addPaymentMethodViewController after adding payment
method to allow for adding another payment method

###
[`v23.11.1`](https://togithub.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23111-2023-07-18)

[Compare
Source](https://togithub.com/stripe/stripe-ios/compare/23.11.0...23.11.1)

##### PaymentSheet

-   \[Fixed] Fixed various bugs in Link private beta.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi41Mi4xIiwidXBkYXRlZEluVmVyIjoiMzYuNTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
  • Loading branch information
cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Aug 24, 2023
1 parent 7d0a7b9 commit 205ad72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/stripe_example/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/stripe/stripe-ios",
"state" : {
"revision" : "6612d90a5fd3fe44ff501ca07a964d5aeb39a7cd",
"version" : "23.11.2"
"revision" : "cdda49d66562c95c8b7db2d47dccd2c39ca32097",
"version" : "23.14.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion examples/stripe_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/stripe/stripe-ios",
from: "23.11.0"
from: "23.14.0"
),
]
)
4 changes: 2 additions & 2 deletions examples/stripe_example/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@
"name": "swiftpkg_stripe_ios",
"identity": "stripe-ios",
"remote": {
"commit": "6612d90a5fd3fe44ff501ca07a964d5aeb39a7cd",
"commit": "cdda49d66562c95c8b7db2d47dccd2c39ca32097",
"remote": "https://github.com/stripe/stripe-ios",
"version": "23.11.2"
"version": "23.14.0"
}
}
]
Expand Down

0 comments on commit 205ad72

Please sign in to comment.