Skip to content

Commit

Permalink
chore(deps): update dependency stripe/stripe-ios to from: "23.22.0" (#…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Feb 13, 2024
1 parent a8f3ebd commit 16ba0c2
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 41 deletions.
72 changes: 36 additions & 36 deletions examples/stripe_example/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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" : "6bdb031c532755e6074a411f86f065be8fd7c1e1",
"version" : "23.21.2"
"revision" : "3821e68e5c200ca4d7612d286a385eef9515fa13",
"version" : "23.22.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.21.2"
from: "23.22.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": "6bdb031c532755e6074a411f86f065be8fd7c1e1",
"commit": "3821e68e5c200ca4d7612d286a385eef9515fa13",
"remote": "https://github.com/stripe/stripe-ios",
"version": "23.21.2"
"version": "23.22.0"
}
}
]
Expand Down

0 comments on commit 16ba0c2

Please sign in to comment.