Skip to content

chore(deps): bump stripe/stripe-php from 15.7.0 to 17.2.0#2573

Closed
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/composer/development/stripe/stripe-php-17.2.0
Closed

chore(deps): bump stripe/stripe-php from 15.7.0 to 17.2.0#2573
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/composer/development/stripe/stripe-php-17.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

Bumps stripe/stripe-php from 15.7.0 to 17.2.0.

Release notes

Sourced from stripe/stripe-php's releases.

v17.2.0

This release changes the pinned API version to 2025-04-30.basil.

  • #1839 Update generated code
    • Add support for new value tax_id_prohibited on enums Invoice.last_finalization_error.code, PaymentIntent.last_payment_error.code, SetupAttempt.setup_error.code, SetupIntent.last_setup_error.code, and StripeError.code
    • Add support for wallet_options on Checkout.Session
    • Add support for context on Event
    • Add support for new values aw_tin, az_tin, bd_bin, bf_ifu, bj_ifu, cm_niu, cv_nif, et_tin, kg_tin, and la_tin on enums Invoice.customer_tax_ids[].type and TaxId.type
    • Add support for new value affirm on enums Invoice.payment_settings.payment_method_types and Subscription.payment_settings.payment_method_types
    • Add support for pix on PaymentMethodConfiguration
    • Add support for klarna on PaymentMethodDomain
    • Add support for us_cfpb_data on Person
    • Add support for pending_reason on Refund
    • Change type of Tax.CalculationLineItem.reference from nullable(string) to string
  • #1857 Include new PHP 8.3 and 8.4 in CI
  • #1856 Faster parallel runner for PHP formatter

See the changelog for more details.

v17.2.0-beta.4

  • #1855 Update generated code for beta
    • Add support for new resources FxQuote and PaymentIntentAmountDetailsLineItem
    • Add support for all, create, and retrieve methods on resource FxQuote
    • Remove support for attach_payment_intent method on resource Invoice
    • Add support for script and type on Coupon
    • Add support for new value fx_quote.expired on enum Event.type
    • Add support for new value affirm on enums Invoice.payment_settings.payment_method_types, QuotePreviewInvoice.payment_settings.payment_method_types, and Subscription.payment_settings.payment_method_types
    • Add support for fx_quote on PaymentIntent and Transfer
    • Add support for pix on PaymentMethodConfiguration
    • Add support for us_cfpb_data on Person
    • Add support for pending_reason on Refund
    • Add support for snapshot event FX_QUOTE_EXPIRED with resource FxQuote

See the changelog for more details.

v17.2.0-beta.3

  • #1849 Update generated code for beta

    Breaking changes

    • Change type of V2.MoneyManagement.ReceivedDebit.status_transitions from an object to nullable(an object)
    • Remove support for values bank_accounts.local_uk, bank_accounts.wire_uk, cards_uk, and crypto_wallets_v2 from enum EventsV2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent.updated_capability

    Additions

    • Add support for new resources Privacy.RedactionJobRootObjects, Privacy.RedactionJobValidationError, and Privacy.RedactionJob
    • Add support for all, cancel, create, retrieve, run, update, and validate methods on resource RedactionJob
    • Add support for all and retrieve methods on resource RedactionJobValidationError
    • Add support for new value tax_id_prohibited on enums Invoice.last_finalization_error.code, PaymentIntent.last_payment_error.code, QuotePreviewInvoice.last_finalization_error.code, SetupAttempt.setup_error.code, SetupIntent.last_setup_error.code, and StripeError.code
    • Add support for new value fixed_term_loan on enum Capital.FinancingOffer.type
    • Add support for wallet_options on Checkout.Session
    • Add support for new values privacy.redaction_job.canceled, privacy.redaction_job.created, privacy.redaction_job.ready, privacy.redaction_job.succeeded, and privacy.redaction_job.validation_error on enum Event.type

... (truncated)

Changelog

Sourced from stripe/stripe-php's changelog.

17.2.0 - 2025-04-30

This release changes the pinned API version to 2025-04-30.basil.

  • #1839 Update generated code
    • Add support for new value tax_id_prohibited on enums Invoice.last_finalization_error.code, PaymentIntent.last_payment_error.code, SetupAttempt.setup_error.code, SetupIntent.last_setup_error.code, and StripeError.code
    • Add support for wallet_options on Checkout.Session
    • Add support for context on Event
    • Add support for new values aw_tin, az_tin, bd_bin, bf_ifu, bj_ifu, cm_niu, cv_nif, et_tin, kg_tin, and la_tin on enums Invoice.customer_tax_ids[].type and TaxId.type
    • Add support for new value affirm on enums Invoice.payment_settings.payment_method_types and Subscription.payment_settings.payment_method_types
    • Add support for pix on PaymentMethodConfiguration
    • Add support for klarna on PaymentMethodDomain
    • Add support for us_cfpb_data on Person
    • Add support for pending_reason on Refund
    • Change type of Tax.CalculationLineItem.reference from nullable(string) to string
  • #1857 Include new PHP 8.3 and 8.4 in CI
  • #1856 Faster parallel runner for PHP formatter

17.1.1 - 2025-04-04

  • #1847 Remove stdClass from object shapes
    • Remove intersection with stdClass in resource properties and fixed instanceof checks.

17.1.0 - 2025-04-02

  • #1843 Add null type in resource fields to non required objects
    • Fixes nullable resource properties that were incorrectly set as required in PHPDocs

17.0.0 - 2025-04-01

  • #1837 Better type hints in your editor!!

    • Added type hints for method parameters
    • Improved type hints for resource properties that are not primitive types. Take for example, the invoice settings in Customer resource. Previously, you could not reference inner fields like custom_fields on customer->invoice_settings without PHPStan complaining. This is now fixed.
  • #1818 Support for APIs in the new API version 2025-03-31.basil

    This release changes the pinned API version to 2025-03-31.basil.

    ⚠️ Breaking changes due to changes in the Stripe API

    Please review details for the breaking changes and alternatives in the Stripe API changelog before upgrading.

    • Remove support for resources UsageRecordSummary and UsageRecord
    • Remove support for create method on resource UsageRecord
    • Remove support for all method on resource UsageRecordSummary
    • Remove support for upcomingLines and upcoming methods on resource Invoice
    • Remove support for invoice on Charge and PaymentIntent
    • Remove support for shipping_details on Checkout.Session
    • Remove support for refund on CreditNote
    • Remove support for tax_amounts on CreditNoteLineItem, CreditNote, and InvoiceLineItem
    • Remove support for amount_excluding_tax and unit_amount_excluding_tax on CreditNoteLineItem and InvoiceLineItem
    • Remove support for application_fee_amount, charge, paid_out_of_band, paid, payment_intent, quote, subscription, subscription_details, subscription_proration_date, tax, total_tax_amounts, and transfer_data on Invoice

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [stripe/stripe-php](https://github.com/stripe/stripe-php) from 15.7.0 to 17.2.0.
- [Release notes](https://github.com/stripe/stripe-php/releases)
- [Changelog](https://github.com/stripe/stripe-php/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-php@v15.7.0...v17.2.0)

---
updated-dependencies:
- dependency-name: stripe/stripe-php
  dependency-version: 17.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 1, 2025
@pirate-bot
Copy link
Contributor

Bundle Size Diff

Package Old Size New Size Diff
Animations 271.36 KB 271.36 KB 0 B (0.00%)
Blocks 1.56 MB 1.56 MB 0 B (0.00%)
CSS 100.83 KB 100.83 KB 0 B (0.00%)
Dashboard 203.93 KB 203.93 KB 0 B (0.00%)
Onboarding 161.04 KB 161.04 KB 0 B (0.00%)
Export Import 97.72 KB 97.72 KB 0 B (0.00%)
Pro 421.73 KB 421.73 KB 0 B (0.00%)

@pirate-bot
Copy link
Contributor

Plugin build for fe43cb5 is ready 🛎️!

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2025

Superseded by #2578.

@dependabot dependabot bot closed this May 20, 2025
@dependabot dependabot bot deleted the dependabot/composer/development/stripe/stripe-php-17.2.0 branch May 20, 2025 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant