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

Bump stripe from 9.16.0 to 14.21.0 #2776

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2024

Bumps stripe from 9.16.0 to 14.21.0.

Release notes

Sourced from stripe's releases.

v14.21.0

  • #2035 Update generated code
    • Add support for new resources Issuing.PersonalizationDesign and Issuing.PhysicalBundle
    • Add support for create, list, retrieve, and update methods on resource PersonalizationDesign
    • Add support for list and retrieve methods on resource PhysicalBundle
    • Add support for personalization_design on Issuing.CardCreateParams, Issuing.CardListParams, Issuing.CardUpdateParams, and Issuing.Card
    • Change type of SubscriptionCreateParams.application_fee_percent and SubscriptionUpdateParams.application_fee_percent from number to emptyStringable(number)
    • Add support for sepa_debit on Subscription.payment_settings.payment_method_options, SubscriptionCreateParams.payment_settings.payment_method_options, and SubscriptionUpdateParams.payment_settings.payment_method_options

See the changelog for more details.

v14.21.0-beta.1

  • #2032 Update generated code for beta
    • Add support for new value billing_period_end on enums QuoteCreateParams.lines[].ends_at.type, QuoteLine.ends_at.type, and QuoteUpdateParams.lines[].ends_at.type

See the changelog for more details.

v14.20.0

  • #2033 Update generated code
    • Add support for documents on AccountSession.components and AccountSessionCreateParams.components
    • Add support for request_three_d_secure on Checkout.Session.payment_method_options.card and Checkout.SessionCreateParams.payment_method_options.card
    • Add support for created on CreditNoteListParams
    • Add support for sepa_debit on Invoice.payment_settings.payment_method_options, InvoiceCreateParams.payment_settings.payment_method_options, and InvoiceUpdateParams.payment_settings.payment_method_options

See the changelog for more details.

v14.20.0-beta.1

  • #2026 Update generated code for beta
    • Remove support for resource Entitlements.Event
    • Change type of ConfirmationToken.mandate_data from ConfirmationTokensResourceMandateData | null to ConfirmationTokensResourceMandateData
    • Change ConfirmationToken.mandate_data, ConfirmationToken.payment_method_options, and ConfirmationToken.payment_method to be optional
    • Remove support for quantity and type on Entitlements.FeatureCreateParams and Entitlements.Feature
    • Add support for livemode on Issuing.PersonalizationDesign
    • Add support for application_fee_amount, description, metadata, and transfer_data on PaymentIntentDecrementAuthorizationParams
    • Add support for enable_customer_cancellation on Terminal.Reader.action.collect_payment_method.collect_config and Terminal.ReaderCollectPaymentMethodParams.collect_config

See the changelog for more details.

v14.19.0

  • #2029 Update generated code
    • Change Identity.VerificationReport.type, SubscriptionSchedule.default_settings.invoice_settings.account_tax_ids, SubscriptionSchedule.phases[].invoice_settings.account_tax_ids, and TaxId.owner to be required
    • Change type of Identity.VerificationSession.type from enum('document'|'id_number') | null to enum('document'|'id_number')
    • Add support for number on InvoiceCreateParams and InvoiceUpdateParams
    • Add support for enable_customer_cancellation on Terminal.Reader.action.process_payment_intent.process_config, Terminal.Reader.action.process_setup_intent.process_config, Terminal.ReaderProcessPaymentIntentParams.process_config, and Terminal.ReaderProcessSetupIntentParams.process_config
    • Add support for refund_payment_config on Terminal.Reader.action.refund_payment and Terminal.ReaderRefundPaymentParams
    • Add support for payment_method on TokenCreateParams.bank_account
  • #2027 vscode settings: true -> "explicit"

See the changelog for more details.

... (truncated)

Changelog

Sourced from stripe's changelog.

14.21.0 - 2024-03-14

  • #2035 Update generated code
    • Add support for new resources Issuing.PersonalizationDesign and Issuing.PhysicalBundle
    • Add support for create, list, retrieve, and update methods on resource PersonalizationDesign
    • Add support for list and retrieve methods on resource PhysicalBundle
    • Add support for personalization_design on Issuing.CardCreateParams, Issuing.CardListParams, Issuing.CardUpdateParams, and Issuing.Card
    • Change type of SubscriptionCreateParams.application_fee_percent and SubscriptionUpdateParams.application_fee_percent from number to emptyStringable(number)
    • Add support for sepa_debit on Subscription.payment_settings.payment_method_options, SubscriptionCreateParams.payment_settings.payment_method_options, and SubscriptionUpdateParams.payment_settings.payment_method_options

14.20.0 - 2024-03-07

  • #2033 Update generated code
    • Add support for documents on AccountSession.components and AccountSessionCreateParams.components
    • Add support for request_three_d_secure on Checkout.Session.payment_method_options.card and Checkout.SessionCreateParams.payment_method_options.card
    • Add support for created on CreditNoteListParams
    • Add support for sepa_debit on Invoice.payment_settings.payment_method_options, InvoiceCreateParams.payment_settings.payment_method_options, and InvoiceUpdateParams.payment_settings.payment_method_options

14.19.0 - 2024-02-29

  • #2029 Update generated code
    • Change Identity.VerificationReport.type, SubscriptionSchedule.default_settings.invoice_settings.account_tax_ids, SubscriptionSchedule.phases[].invoice_settings.account_tax_ids, and TaxId.owner to be required
    • Change type of Identity.VerificationSession.type from enum('document'|'id_number') | null to enum('document'|'id_number')
    • Add support for number on InvoiceCreateParams and InvoiceUpdateParams
    • Add support for enable_customer_cancellation on Terminal.Reader.action.process_payment_intent.process_config, Terminal.Reader.action.process_setup_intent.process_config, Terminal.ReaderProcessPaymentIntentParams.process_config, and Terminal.ReaderProcessSetupIntentParams.process_config
    • Add support for refund_payment_config on Terminal.Reader.action.refund_payment and Terminal.ReaderRefundPaymentParams
    • Add support for payment_method on TokenCreateParams.bank_account
  • #2027 vscode settings: true -> "explicit"

14.18.0 - 2024-02-22

  • #2022 Update generated code
    • Add support for client_reference_id on Identity.VerificationReportListParams, Identity.VerificationReport, Identity.VerificationSessionCreateParams, Identity.VerificationSessionListParams, and Identity.VerificationSession
    • Remove support for value include_and_require from enum InvoiceCreateParams.pending_invoice_items_behavior
    • Remove support for value service_tax from enums TaxRate.tax_type, TaxRateCreateParams.tax_type, and TaxRateUpdateParams.tax_type
    • Add support for created on Treasury.OutboundPaymentListParams
  • #2025 Standardize parameter interface names
    • CapabilityListParams renamed to AccountListCapabilitiesParams
    • CapabilityRetrieveParams renamed to AccountRetrieveCapabilityParams
    • CapabilityUpdateParams renamed to AccountUpdateCapabilityParams
    • CashBalanceRetrieveParams renamed to CustomerRetrieveCashBalanceParams
    • CashBalanceUpdateParams renamed to CustomerUpdateCashBalanceParams
    • CreditNoteLineItemListParams renamed to CreditNoteListLineItemsParams
    • CustomerBalanceTransactionCreateParams renamed to CustomerCreateBalanceTransactionParams
    • CustomerBalanceTransactionListParams renamed to CustomerListBalanceTransactionsParams
    • CustomerBalanceTransactionRetrieveParams renamed to CustomerRetrieveBalanceTransactionParams
    • CustomerBalanceTransactionUpdateParams renamed to CustomerUpdateBalanceTransactionParams
    • CustomerCashBalanceTransactionListParams renamed to CustomerListCashBalanceTransactionsParams
    • CustomerCashBalanceTransactionRetrieveParams renamed to CustomerRetrieveCashBalanceTransactionParams
    • CustomerSourceCreateParams renamed to CustomerCreateSourceParams
    • CustomerSourceDeleteParams renamed to CustomerDeleteSourceParams
    • CustomerSourceListParams renamed to CustomerListSourcesParams
    • CustomerSourceRetrieveParams renamed to CustomerRetrieveSourceParams
    • CustomerSourceUpdateParams renamed to CustomerUpdateSourceParams

... (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](https://github.com/stripe/stripe-node) from 9.16.0 to 14.21.0.
- [Release notes](https://github.com/stripe/stripe-node/releases)
- [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-node@v9.16.0...v14.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 22, 2024

Superseded by #2779.

@dependabot dependabot bot closed this Mar 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stripe-14.21.0 branch March 22, 2024 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants