Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency stripe/stripe-php to v14 #2231

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
stripe/stripe-php (source) ^13.0.0 -> ^14.0.0 age adoption passing confidence

Release Notes

stripe/stripe-php (stripe/stripe-php)

v14.2.0

Compare Source

  • #​1680 Update generated code
    • Add support for new resource Entitlements.ActiveEntitlementSummary
    • Add support for new value entitlements.active_entitlement_summary.updated on enum Event.type
    • Remove support for config on Forwarding.Request. This field is no longer used by the Forwarding Request API.
    • Add support for swish on PaymentMethodConfiguration

v14.1.0

Compare Source

  • #​1677 Update generated code
    • Add support for new values billing_policy_remote_function_response_invalid, billing_policy_remote_function_timeout, billing_policy_remote_function_unexpected_status_code, and billing_policy_remote_function_unreachable on enum StripeError.code
    • Change type of Billing.MeterEventAdjustment.cancel from BillingMeterResourceBillingMeterEventAdjustmentCancel to nullable(BillingMeterResourceBillingMeterEventAdjustmentCancel)
    • Add support for amazon_pay on PaymentMethodConfiguration and PaymentMethod
    • Add support for new value amazon_pay on enum PaymentMethod.type
    • Add support for new values bh_vat, kz_bin, ng_tin, and om_vat on enum TaxId.type

v14.0.0

Compare Source

  • #​1673

    • This release changes the pinned API version to 2024-04-10. Please read the API Upgrade Guide and carefully review the API changes before upgrading.
⚠️ Breaking changes
  • Rename features to marketing_features on Product
  • Do not force resolution to IPv4 - Forcing IPv4 was causing hard-to-understand failures for users in IPv6-only environments. If you want to force IPv4 yourself, you can do so by telling the API client to use a CurlClient other than the default
$curl = new \Stripe\HttpClient\CurlClient([
  CURLOPT_IPRESOLVE => CURL_IPRESOLVE_V4
]);
\Stripe\ApiRequestor::setHttpClient($curl);
⚠️ Removal of enum values, properties and events that are no longer part of the publicly documented Stripe API
  • Remove the below deprecated values on the enum BalanceTransaction.Type
    • obligation_inbound
    • obligation_payout
    • obligation_payout_failure
    • obligation_reversal_outbound
  • Remove the deprecated value various on the enum Climate.Supplier.RemovalPathway
  • Remove deprecated events
    • invoiceitem.updated
    • order.created
    • recipient.created
    • recipient.deleted
    • recipient.updated
    • sku.created
    • sku.deleted
    • sku.updated
  • Remove the deprecated value service_tax on the enum TaxRate.TaxType
  • Remove support for id_bank_transfer, multibanco, netbanking, pay_by_bank, and upi on PaymentMethodConfiguration
  • Remove the legacy field rendering_options in Invoice. Use rendering instead.

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/stripe-stripe-php-14.x branch from aeb56d9 to 8dbbba8 Compare April 11, 2024 02:52
@BelleNottelling BelleNottelling added the merge-hold PRs that are on hold from being merged (generally to allow a discussion to occur) label Apr 11, 2024
@renovate renovate bot force-pushed the renovate/stripe-stripe-php-14.x branch 12 times, most recently from 8c86605 to e8bc85a Compare April 17, 2024 21:12
@renovate renovate bot changed the title Update dependency stripe/stripe-php to v14 fix(deps): update dependency stripe/stripe-php to v14 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/stripe-stripe-php-14.x branch 14 times, most recently from 38c03db to 4aae728 Compare April 24, 2024 13:02
@renovate renovate bot force-pushed the renovate/stripe-stripe-php-14.x branch 9 times, most recently from bcefd59 to afc2f18 Compare May 13, 2024 03:29
@renovate renovate bot force-pushed the renovate/stripe-stripe-php-14.x branch 2 times, most recently from 8677531 to aeb0ef3 Compare May 14, 2024 04:33
@admdly
Copy link
Contributor

admdly commented May 14, 2024

Is there a reason this is Merge Hold?

It looks like all the other tests are passing, though the changes could well break things in another way.

@renovate renovate bot force-pushed the renovate/stripe-stripe-php-14.x branch 10 times, most recently from 7422748 to dc90aee Compare May 19, 2024 04:02
@BelleNottelling
Copy link
Member

Is there a reason this is Merge Hold?

It looks like all the other tests are passing, though the changes could well break things in another way.

Potentially breaking changes. Want to test it, but haven't yet had the opportunity

@renovate renovate bot force-pushed the renovate/stripe-stripe-php-14.x branch from dc90aee to d503aa0 Compare May 21, 2024 20:01
@admdly
Copy link
Contributor

admdly commented May 22, 2024

Is there a reason this is Merge Hold?

It looks like all the other tests are passing, though the changes could well break things in another way.

Potentially breaking changes. Want to test it, but haven't yet had the opportunity

That's sensible - I will leave this in your more than capable hands. 🙂

@renovate renovate bot force-pushed the renovate/stripe-stripe-php-14.x branch 3 times, most recently from a6762dd to ebe0295 Compare May 23, 2024 20:10
@renovate renovate bot force-pushed the renovate/stripe-stripe-php-14.x branch from ebe0295 to 9c4624a Compare May 24, 2024 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
composer merge-hold PRs that are on hold from being merged (generally to allow a discussion to occur)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants