Skip to content

Commit

Permalink
Update dependency stripe to v15.7.0 (#3797)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [stripe](https://togithub.com/stripe/stripe-node) | [`15.6.0` ->
`15.7.0`](https://renovatebot.com/diffs/npm/stripe/15.6.0/15.7.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/stripe/15.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/stripe/15.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/stripe/15.6.0/15.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stripe/15.6.0/15.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v15.7.0`](https://togithub.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1570---2024-05-16)

[Compare
Source](https://togithub.com/stripe/stripe-node/compare/v15.6.0...v15.7.0)

- [#&#8203;2088](https://togithub.com/stripe/stripe-node/pull/2088)
Update generated code
    -   Add support for `fee_source` on `ApplicationFee`
    -   Add support for `net_available` on `Balance.instant_available[]`
- Add support for `preferred_locales` on
`Charge.payment_method_details.card_present`,
`ConfirmationToken.payment_method_preview.card_present`, and
`PaymentMethod.card_present`
    -   Add support for `klarna` on `Dispute.payment_method_details`
- Add support for new value `klarna` on enum
`Dispute.payment_method_details.type`
- Add support for `archived` and `lookup_key` on
`Entitlements.FeatureListParams`
- Change `FinancialConnections.SessionCreateParams.filters.countries` to
be optional
- Add support for `no_valid_authorization` on
`Issuing.Dispute.evidence`, `Issuing.DisputeCreateParams.evidence`, and
`Issuing.DisputeUpdateParams.evidence`
- Add support for new value `no_valid_authorization` on enums
`Issuing.Dispute.evidence.reason`,
`Issuing.DisputeCreateParams.evidence.reason`, and
`Issuing.DisputeUpdateParams.evidence.reason`
    -   Add support for `loss_reason` on `Issuing.Dispute`
- Add support for `routing` on
`PaymentIntent.payment_method_options.card_present`,
`PaymentIntentConfirmParams.payment_method_options.card_present`,
`PaymentIntentCreateParams.payment_method_options.card_present`, and
`PaymentIntentUpdateParams.payment_method_options.card_present`
- Add support for `application_fee_amount` and `application_fee` on
`Payout`
- Add support for `stripe_s700` on `Terminal.ConfigurationCreateParams`,
`Terminal.ConfigurationUpdateParams`, and `Terminal.Configuration`
- Change `Treasury.OutboundPayment.tracking_details` and
`Treasury.OutboundTransfer.tracking_details` to be required

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ariakit/ariakit).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 17, 2024
1 parent eaca47a commit 987cac9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"rimraf": "5.0.7",
"sharp": "0.33.3",
"shiki": "1.5.2",
"stripe": "15.6.0",
"stripe": "15.7.0",
"stylelint": "16.5.0",
"stylelint-config-standard": "36.0.0",
"stylis": "4.3.2",
Expand Down

0 comments on commit 987cac9

Please sign in to comment.