Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Bump stripe from 10.17.0 to 12.17.0 #91

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2023

Bumps stripe from 10.17.0 to 12.17.0.

Release notes

Sourced from stripe's releases.

v12.17.0

  • #1863 Update generated code
    • Change type of AccountCreateParams.settings.card_issuing.tos_acceptance.user_agent, AccountCreateParams.settings.treasury.tos_acceptance.user_agent, AccountUpdateParams.settings.card_issuing.tos_acceptance.user_agent, AccountUpdateParams.settings.treasury.tos_acceptance.user_agent, BillingPortal.ConfigurationCreateParams.business_profile.headline, BillingPortal.ConfigurationUpdateParams.business_profile.headline, InvoiceCreateParams.payment_settings.default_mandate, InvoiceCreateParams.shipping_details.phone, InvoicePayParams.mandate, InvoiceUpdateParams.default_source, InvoiceUpdateParams.payment_settings.default_mandate, InvoiceUpdateParams.shipping_details.phone, Issuing.CardholderCreateParams.individual.card_issuing.user_terms_acceptance.user_agent, Issuing.CardholderUpdateParams.individual.card_issuing.user_terms_acceptance.user_agent, Issuing.DisputeCreateParams.evidence.canceled.cancellation_reason, Issuing.DisputeCreateParams.evidence.canceled.explanation, Issuing.DisputeCreateParams.evidence.canceled.product_description, Issuing.DisputeCreateParams.evidence.duplicate.explanation, Issuing.DisputeCreateParams.evidence.fraudulent.explanation, Issuing.DisputeCreateParams.evidence.merchandise_not_as_described.explanation, Issuing.DisputeCreateParams.evidence.merchandise_not_as_described.return_description, Issuing.DisputeCreateParams.evidence.not_received.explanation, Issuing.DisputeCreateParams.evidence.not_received.product_description, Issuing.DisputeCreateParams.evidence.other.explanation, Issuing.DisputeCreateParams.evidence.other.product_description, Issuing.DisputeCreateParams.evidence.service_not_as_described.cancellation_reason, Issuing.DisputeCreateParams.evidence.service_not_as_described.explanation, Issuing.DisputeUpdateParams.evidence.canceled.cancellation_reason, Issuing.DisputeUpdateParams.evidence.canceled.explanation, Issuing.DisputeUpdateParams.evidence.canceled.product_description, Issuing.DisputeUpdateParams.evidence.duplicate.explanation, Issuing.DisputeUpdateParams.evidence.fraudulent.explanation, Issuing.DisputeUpdateParams.evidence.merchandise_not_as_described.explanation, Issuing.DisputeUpdateParams.evidence.merchandise_not_as_described.return_description, Issuing.DisputeUpdateParams.evidence.not_received.explanation, Issuing.DisputeUpdateParams.evidence.not_received.product_description, Issuing.DisputeUpdateParams.evidence.other.explanation, Issuing.DisputeUpdateParams.evidence.other.product_description, Issuing.DisputeUpdateParams.evidence.service_not_as_described.cancellation_reason, Issuing.DisputeUpdateParams.evidence.service_not_as_described.explanation, PaymentIntentConfirmParams.payment_method_data.billing_details.name, PaymentIntentConfirmParams.payment_method_data.billing_details.phone, PaymentIntentConfirmParams.payment_method_options.konbini.confirmation_number, PaymentIntentConfirmParams.payment_method_options.konbini.product_description, PaymentIntentCreateParams.payment_method_data.billing_details.name, PaymentIntentCreateParams.payment_method_data.billing_details.phone, PaymentIntentCreateParams.payment_method_options.konbini.confirmation_number, PaymentIntentCreateParams.payment_method_options.konbini.product_description, PaymentIntentUpdateParams.payment_method_data.billing_details.name, PaymentIntentUpdateParams.payment_method_data.billing_details.phone, PaymentIntentUpdateParams.payment_method_options.konbini.confirmation_number, PaymentIntentUpdateParams.payment_method_options.konbini.product_description, PaymentMethodCreateParams.billing_details.name, PaymentMethodCreateParams.billing_details.phone, PaymentMethodUpdateParams.billing_details.name, PaymentMethodUpdateParams.billing_details.phone, ProductUpdateParams.caption, ProductUpdateParams.description, ProductUpdateParams.unit_label, QuoteCreateParams.description, QuoteCreateParams.footer, QuoteCreateParams.header, QuoteUpdateParams.description, QuoteUpdateParams.footer, QuoteUpdateParams.header, QuoteUpdateParams.subscription_data.description, SetupIntentConfirmParams.payment_method_data.billing_details.name, SetupIntentConfirmParams.payment_method_data.billing_details.phone, SetupIntentCreateParams.payment_method_data.billing_details.name, SetupIntentCreateParams.payment_method_data.billing_details.phone, SetupIntentUpdateParams.payment_method_data.billing_details.name, SetupIntentUpdateParams.payment_method_data.billing_details.phone, SubscriptionCancelParams.cancellation_details.comment, SubscriptionScheduleCreateParams.default_settings.description, SubscriptionScheduleCreateParams.phases[].description, SubscriptionScheduleUpdateParams.default_settings.description, SubscriptionScheduleUpdateParams.phases[].description, SubscriptionUpdateParams.cancellation_details.comment, SubscriptionUpdateParams.default_source, SubscriptionUpdateParams.description, Tax.CalculationCreateParams.customer_details.address.city, Tax.CalculationCreateParams.customer_details.address.line1, Tax.CalculationCreateParams.customer_details.address.line2, Tax.CalculationCreateParams.customer_details.address.postal_code, Tax.CalculationCreateParams.customer_details.address.state, Terminal.LocationUpdateParams.configuration_overrides, Terminal.ReaderUpdateParams.label, TokenCreateParams.person.documents.company_authorization.files[], TokenCreateParams.person.documents.passport.files[], TokenCreateParams.person.documents.visa.files[], Treasury.OutboundPaymentCreateParams.destination_payment_method_data.billing_details.name, Treasury.OutboundPaymentCreateParams.destination_payment_method_data.billing_details.phone, WebhookEndpointCreateParams.description, and WebhookEndpointUpdateParams.description from string to emptyStringable(string)
    • Add support for subscription_details on Invoice
    • Add support for preferred_settlement_speed on PaymentIntent.payment_method_options.us_bank_account, PaymentIntentConfirmParams.payment_method_options.us_bank_account, PaymentIntentCreateParams.payment_method_options.us_bank_account, and PaymentIntentUpdateParams.payment_method_options.us_bank_account
    • Add support for new values sepa_debit_fingerprint and us_bank_account_fingerprint on enums Radar.ValueList.item_type and Radar.ValueListCreateParams.item_type
  • #1866 Allow monkey patching http / https

See the changelog for more details.

v12.17.0-beta.1

  • Updated stable APIs to the latest version

See the changelog for more details.

v12.16.0

  • #1853 Update generated code
    • Add support for monthly_estimated_revenue on Account.business_profile, AccountCreateParams.business_profile, and AccountUpdateParams.business_profile
  • #1859 Revert "import * as http -> import http from 'http'"

See the changelog for more details.

v12.15.0

  • #1853 Update generated code
    • Add support for monthly_estimated_revenue on Account.business_profile, AccountCreateParams.business_profile, and AccountUpdateParams.business_profile
  • #1854 NodeHTTPClient: ensure node:http and node:https are monkey-patchable when importing Stripe via ESM

See the changelog for more details.

v12.14.0

  • #1842 Update generated code
    • Add support for new value ro_tin on enums Checkout.Session.customer_details.tax_ids[].type, Invoice.customer_tax_ids[].type, Tax.Calculation.customer_details.tax_ids[].type, and Tax.Transaction.customer_details.tax_ids[].type
    • Remove support for values excluded_territory, jurisdiction_unsupported, and vat_exempt from enums Checkout.Session.shipping_cost.taxes[].taxability_reason, Checkout.Session.total_details.breakdown.taxes[].taxability_reason, CreditNote.shipping_cost.taxes[].taxability_reason, Invoice.shipping_cost.taxes[].taxability_reason, LineItem.taxes[].taxability_reason, Quote.computed.recurring.total_details.breakdown.taxes[].taxability_reason, Quote.computed.upfront.total_details.breakdown.taxes[].taxability_reason, and Quote.total_details.breakdown.taxes[].taxability_reason
    • Add support for new value ro_tin on enums CustomerCreateParams.tax_id_data[].type, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type, InvoiceUpcomingParams.customer_details.tax_ids[].type, and Tax.CalculationCreateParams.customer_details.tax_ids[].type
    • Add support for use_stripe_sdk on SetupIntentConfirmParams and SetupIntentCreateParams
    • Add support for new value service_tax on enums TaxRate.tax_type, TaxRateCreateParams.tax_type, and TaxRateUpdateParams.tax_type
  • #1849 Changelog: fix delimiterless namespaced param types
  • #1848 Changelog: CheckoutSessionCreateParams -> Checkout.SessionCreateParams

See the changelog for more details.

v12.14.0-beta.1

  • #1840 Update generated code for beta Release specs are identical.
  • #1837 Update generated code for beta
    • Add support for new resource PaymentMethodConfiguration
    • Add support for create, list, retrieve, and update methods on resource PaymentMethodConfiguration
    • Add support for payment_method_configuration on PaymentIntentCreateParams and PaymentIntentUpdateParams
    • Add support for payment_method_configuration_details on PaymentIntent
    • Rename Tax.SettingRetrieveParam to Tax.SettingsRetrieveParam and Tax.SettingUpdateParams to Tax.SettingsUpdateParams (parity with main release)

... (truncated)

Changelog

Sourced from stripe's changelog.

12.17.0 - 2023-08-03

  • #1863 Update generated code
    • Change type of AccountCreateParams.settings.card_issuing.tos_acceptance.user_agent, AccountCreateParams.settings.treasury.tos_acceptance.user_agent, AccountUpdateParams.settings.card_issuing.tos_acceptance.user_agent, AccountUpdateParams.settings.treasury.tos_acceptance.user_agent, BillingPortal.ConfigurationCreateParams.business_profile.headline, BillingPortal.ConfigurationUpdateParams.business_profile.headline, InvoiceCreateParams.payment_settings.default_mandate, InvoiceCreateParams.shipping_details.phone, InvoicePayParams.mandate, InvoiceUpdateParams.default_source, InvoiceUpdateParams.payment_settings.default_mandate, InvoiceUpdateParams.shipping_details.phone, Issuing.CardholderCreateParams.individual.card_issuing.user_terms_acceptance.user_agent, Issuing.CardholderUpdateParams.individual.card_issuing.user_terms_acceptance.user_agent, Issuing.DisputeCreateParams.evidence.canceled.cancellation_reason, Issuing.DisputeCreateParams.evidence.canceled.explanation, Issuing.DisputeCreateParams.evidence.canceled.product_description, Issuing.DisputeCreateParams.evidence.duplicate.explanation, Issuing.DisputeCreateParams.evidence.fraudulent.explanation, Issuing.DisputeCreateParams.evidence.merchandise_not_as_described.explanation, Issuing.DisputeCreateParams.evidence.merchandise_not_as_described.return_description, Issuing.DisputeCreateParams.evidence.not_received.explanation, Issuing.DisputeCreateParams.evidence.not_received.product_description, Issuing.DisputeCreateParams.evidence.other.explanation, Issuing.DisputeCreateParams.evidence.other.product_description, Issuing.DisputeCreateParams.evidence.service_not_as_described.cancellation_reason, Issuing.DisputeCreateParams.evidence.service_not_as_described.explanation, Issuing.DisputeUpdateParams.evidence.canceled.cancellation_reason, Issuing.DisputeUpdateParams.evidence.canceled.explanation, Issuing.DisputeUpdateParams.evidence.canceled.product_description, Issuing.DisputeUpdateParams.evidence.duplicate.explanation, Issuing.DisputeUpdateParams.evidence.fraudulent.explanation, Issuing.DisputeUpdateParams.evidence.merchandise_not_as_described.explanation, Issuing.DisputeUpdateParams.evidence.merchandise_not_as_described.return_description, Issuing.DisputeUpdateParams.evidence.not_received.explanation, Issuing.DisputeUpdateParams.evidence.not_received.product_description, Issuing.DisputeUpdateParams.evidence.other.explanation, Issuing.DisputeUpdateParams.evidence.other.product_description, Issuing.DisputeUpdateParams.evidence.service_not_as_described.cancellation_reason, Issuing.DisputeUpdateParams.evidence.service_not_as_described.explanation, PaymentIntentConfirmParams.payment_method_data.billing_details.name, PaymentIntentConfirmParams.payment_method_data.billing_details.phone, PaymentIntentConfirmParams.payment_method_options.konbini.confirmation_number, PaymentIntentConfirmParams.payment_method_options.konbini.product_description, PaymentIntentCreateParams.payment_method_data.billing_details.name, PaymentIntentCreateParams.payment_method_data.billing_details.phone, PaymentIntentCreateParams.payment_method_options.konbini.confirmation_number, PaymentIntentCreateParams.payment_method_options.konbini.product_description, PaymentIntentUpdateParams.payment_method_data.billing_details.name, PaymentIntentUpdateParams.payment_method_data.billing_details.phone, PaymentIntentUpdateParams.payment_method_options.konbini.confirmation_number, PaymentIntentUpdateParams.payment_method_options.konbini.product_description, PaymentMethodCreateParams.billing_details.name, PaymentMethodCreateParams.billing_details.phone, PaymentMethodUpdateParams.billing_details.name, PaymentMethodUpdateParams.billing_details.phone, ProductUpdateParams.caption, ProductUpdateParams.description, ProductUpdateParams.unit_label, QuoteCreateParams.description, QuoteCreateParams.footer, QuoteCreateParams.header, QuoteUpdateParams.description, QuoteUpdateParams.footer, QuoteUpdateParams.header, QuoteUpdateParams.subscription_data.description, SetupIntentConfirmParams.payment_method_data.billing_details.name, SetupIntentConfirmParams.payment_method_data.billing_details.phone, SetupIntentCreateParams.payment_method_data.billing_details.name, SetupIntentCreateParams.payment_method_data.billing_details.phone, SetupIntentUpdateParams.payment_method_data.billing_details.name, SetupIntentUpdateParams.payment_method_data.billing_details.phone, SubscriptionCancelParams.cancellation_details.comment, SubscriptionScheduleCreateParams.default_settings.description, SubscriptionScheduleCreateParams.phases[].description, SubscriptionScheduleUpdateParams.default_settings.description, SubscriptionScheduleUpdateParams.phases[].description, SubscriptionUpdateParams.cancellation_details.comment, SubscriptionUpdateParams.default_source, SubscriptionUpdateParams.description, Tax.CalculationCreateParams.customer_details.address.city, Tax.CalculationCreateParams.customer_details.address.line1, Tax.CalculationCreateParams.customer_details.address.line2, Tax.CalculationCreateParams.customer_details.address.postal_code, Tax.CalculationCreateParams.customer_details.address.state, Terminal.LocationUpdateParams.configuration_overrides, Terminal.ReaderUpdateParams.label, TokenCreateParams.person.documents.company_authorization.files[], TokenCreateParams.person.documents.passport.files[], TokenCreateParams.person.documents.visa.files[], Treasury.OutboundPaymentCreateParams.destination_payment_method_data.billing_details.name, Treasury.OutboundPaymentCreateParams.destination_payment_method_data.billing_details.phone, WebhookEndpointCreateParams.description, and WebhookEndpointUpdateParams.description from string to emptyStringable(string)
    • Add support for subscription_details on Invoice
    • Add support for preferred_settlement_speed on PaymentIntent.payment_method_options.us_bank_account, PaymentIntentConfirmParams.payment_method_options.us_bank_account, PaymentIntentCreateParams.payment_method_options.us_bank_account, and PaymentIntentUpdateParams.payment_method_options.us_bank_account
    • Add support for new values sepa_debit_fingerprint and us_bank_account_fingerprint on enums Radar.ValueList.item_type and Radar.ValueListCreateParams.item_type
  • #1866 Allow monkey patching http / https

12.16.0 - 2023-07-27

  • #1853 Update generated code
    • Add support for monthly_estimated_revenue on Account.business_profile, AccountCreateParams.business_profile, and AccountUpdateParams.business_profile
  • #1859 Revert "import * as http -> import http from 'http'"

12.15.0 - 2023-07-27 (DEPRECATED ⚠️ )

  • This version included a breaking change #1859 that we should not have released. It has been deprecated on npmjs.org. Please do not use this version.

12.14.0 - 2023-07-20

  • #1842 Update generated code
    • Add support for new value ro_tin on enums Checkout.Session.customer_details.tax_ids[].type, Invoice.customer_tax_ids[].type, Tax.Calculation.customer_details.tax_ids[].type, and Tax.Transaction.customer_details.tax_ids[].type
    • Remove support for values excluded_territory, jurisdiction_unsupported, and vat_exempt from enums Checkout.Session.shipping_cost.taxes[].taxability_reason, Checkout.Session.total_details.breakdown.taxes[].taxability_reason, CreditNote.shipping_cost.taxes[].taxability_reason, Invoice.shipping_cost.taxes[].taxability_reason, LineItem.taxes[].taxability_reason, Quote.computed.recurring.total_details.breakdown.taxes[].taxability_reason, Quote.computed.upfront.total_details.breakdown.taxes[].taxability_reason, and Quote.total_details.breakdown.taxes[].taxability_reason
    • Add support for new value ro_tin on enums CustomerCreateParams.tax_id_data[].type, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type, InvoiceUpcomingParams.customer_details.tax_ids[].type, and Tax.CalculationCreateParams.customer_details.tax_ids[].type
    • Add support for use_stripe_sdk on SetupIntentConfirmParams and SetupIntentCreateParams
    • Add support for new value service_tax on enums TaxRate.tax_type, TaxRateCreateParams.tax_type, and TaxRateUpdateParams.tax_type
  • #1849 Changelog: fix delimiterless namespaced param types
  • #1848 Changelog: CheckoutSessionCreateParams -> Checkout.SessionCreateParams

12.13.0 - 2023-07-13

  • #1838 Update generated code
    • Add support for new resource Tax.Settings
    • Add support for retrieve and update methods on resource Settings
    • Add support for new value invalid_tax_location 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 order_id on Charge.payment_method_details.afterpay_clearpay
    • Add support for allow_redirects on PaymentIntent.automatic_payment_methods, PaymentIntentCreateParams.automatic_payment_methods, SetupIntent.automatic_payment_methods, and SetupIntentCreateParams.automatic_payment_methods
    • Add support for new values amusement_tax and communications_tax on enums Tax.Calculation.shipping_cost.tax_breakdown[].tax_rate_details.tax_type, Tax.Calculation.tax_breakdown[].tax_rate_details.tax_type, Tax.CalculationLineItem.tax_breakdown[].tax_rate_details.tax_type, and Tax.Transaction.shipping_cost.tax_breakdown[].tax_rate_details.tax_type
    • Add support for product on Tax.TransactionLineItem
    • Add support for new value tax.settings.updated on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]

12.12.0 - 2023-07-06

  • #1831 Update generated code
    • Add support for numeric and text on PaymentLink.custom_fields[]
    • Add support for automatic_tax on SubscriptionListParams

12.11.0 - 2023-06-29

  • #1823 Update generated code
    • Add support for new value application_fees_not_allowed 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 new tax IDs ad_nrt, ar_cuit, bo_tin, cn_tin, co_nit, cr_tin, do_rcn, ec_ruc, pe_ruc, rs_pib, sv_nit, uy_ruc, ve_rif, and vn_tin
    • Add support for effective_at on CreditNoteCreateParams, CreditNotePreviewLinesParams, CreditNotePreviewParams, CreditNote, InvoiceCreateParams, InvoiceUpdateParams, and Invoice
  • #1828 Better CryptoProvider error

12.10.0 - 2023-06-22

... (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 10.17.0 to 12.17.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@v10.17.0...v12.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 9, 2023
@socket-security
Copy link

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: [email protected]

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2023

Superseded by #93.

@dependabot dependabot bot closed this Aug 11, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stripe-12.17.0 branch August 11, 2023 16:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants