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): bump stripe from 8.222.0 to 11.17.0 #795

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2023

Bumps stripe from 8.222.0 to 11.17.0.

Release notes

Sourced from stripe's releases.

v11.17.0

  • #1734 Update generated code
    • Remove support for create method on resource Tax.Transaction
      • This is not a breaking change, as this method was deprecated before the Tax Transactions API was released in favor of the createFromCalculation method.
    • Add support for export_license_id and export_purpose_code on Account.company, AccountCreateParams.company, AccountUpdateParams.company, and TokenCreateParams.account.company
    • Remove support for value deleted from enum Invoice.status
      • This is not a breaking change, as deleted was never returned or accepted as input.
    • Add support for amount_tip on TerminalReaderPresentPaymentMethodParams.testHelpers

See the changelog for more details.

v11.17.0-beta.1

  • #1724 Update generated code for beta (new)
    • Add support for new resources Tax.CalculationLineItem and Tax.TransactionLineItem
    • Add support for collect_inputs method on resource Terminal.Reader
    • Add support for financing_offer on Capital.FinancingSummary
    • Add support for new value link on enum CheckoutSessionCreateParams.payment_method_types[]
    • Add support for fx_rate on Checkout.Session.currency_conversion
    • Add support for new value link on enums PaymentLink.payment_method_types[], PaymentLinkCreateParams.payment_method_types[], and PaymentLinkUpdateParams.payment_method_types[]
    • Add support for automatic_payment_methods on SetupIntentCreateParams and SetupIntent
    • Remove support for preview on TaxCalculationCreateParams
    • Change type of Tax.Calculation.line_items[] from LineItem to Tax.CalculationLineItem
    • Change type of Tax.Transaction.line_items[] from LineItem to Tax.TransactionLineItem
    • Add support for collect_inputs on Terminal.Reader.action
    • Add support for new value collect_inputs on enum Terminal.Reader.action.type

See the changelog for more details.

v11.16.0

  • #1730 Update generated code
    • Add support for new resources Tax.CalculationLineItem, Tax.Calculation, Tax.TransactionLineItem, and Tax.Transaction
    • Add support for create and list_line_items methods on resource Calculation
    • Add support for create_from_calculation, create_reversal, create, list_line_items, and retrieve methods on resource Transaction
    • Add support for new value link on enum CheckoutSessionCreateParams.payment_method_types[]
    • Add support for currency_conversion on Checkout.Session
    • Add support for new value link on enums PaymentLink.payment_method_types[], PaymentLinkCreateParams.payment_method_types[], and PaymentLinkUpdateParams.payment_method_types[]
    • Add support for automatic_payment_methods on SetupIntentCreateParams and SetupIntent
  • #1726 Add Deno entry point

See the changelog for more details.

v11.16.0-beta.1

See the changelog for more details.

v11.15.0

  • Add support for ES modules by defining a separate ESM entry point. This updates stripe-node to be a dual CommonJS / ES module package.
  • #1714 #1710 API Updates
    • Add support for cashapp_payments on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities

... (truncated)

Changelog

Sourced from stripe's changelog.

11.17.0 - 2023-03-30

  • #1734 Update generated code
    • Remove support for create method on resource Tax.Transaction
      • This is not a breaking change, as this method was deprecated before the Tax Transactions API was released in favor of the createFromCalculation method.
    • Add support for export_license_id and export_purpose_code on Account.company, AccountCreateParams.company, AccountUpdateParams.company, and TokenCreateParams.account.company
    • Remove support for value deleted from enum Invoice.status
      • This is not a breaking change, as deleted was never returned or accepted as input.
    • Add support for amount_tip on TerminalReaderPresentPaymentMethodParams.testHelpers

11.16.0 - 2023-03-23

  • #1730 Update generated code
    • Add support for new resources Tax.CalculationLineItem, Tax.Calculation, Tax.TransactionLineItem, and Tax.Transaction
    • Add support for create and list_line_items methods on resource Calculation
    • Add support for create_from_calculation, create_reversal, create, list_line_items, and retrieve methods on resource Transaction
    • Add support for new value link on enum CheckoutSessionCreateParams.payment_method_types[]
    • Add support for currency_conversion on Checkout.Session
    • Add support for new value link on enums PaymentLink.payment_method_types[], PaymentLinkCreateParams.payment_method_types[], and PaymentLinkUpdateParams.payment_method_types[]
    • Add support for automatic_payment_methods on SetupIntentCreateParams and SetupIntent
  • #1726 Add Deno entry point

11.15.0 - 2023-03-16

  • #1714 API Updates
    • Add support for cashapp_payments on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities

    • Add support for new value cashapp as a new type throughout the API.

    • Add support for future_requirements and requirements on BankAccount

    • Add support for country on Charge.payment_method_details.link

    • Add support for new value automatic_async on enums CheckoutSessionCreateParams.payment_intent_data.capture_method, PaymentIntent.capture_method, PaymentIntentConfirmParams.capture_method, PaymentIntentCreateParams.capture_method, PaymentIntentUpdateParams.capture_method, PaymentLink.payment_intent_data.capture_method, and PaymentLinkCreateParams.payment_intent_data.capture_method

    • Add support for preferred_locale on PaymentIntent.payment_method_options.affirm,

    • Add support for cashapp_handle_redirect_or_display_qr_code on PaymentIntent.next_action and SetupIntent.next_action

    • Add support for new value payout.reconciliation_completed on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]

  • #1709 Add ES module package entry point
  • #1704 Configure 2 TypeScript compile targets for ESM and CJS
  • #1710 Update generated code (new)
    • Add support for cashapp_payments on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities
    • Add support for cashapp on Charge.payment_method_details, Checkout.Session.payment_method_options, CheckoutSessionCreateParams.payment_method_options, Mandate.payment_method_details, PaymentIntent.payment_method_options, PaymentIntentConfirmParams.payment_method_data, PaymentIntentConfirmParams.payment_method_options, PaymentIntentCreateParams.payment_method_data, PaymentIntentCreateParams.payment_method_options, PaymentIntentUpdateParams.payment_method_data, PaymentIntentUpdateParams.payment_method_options, PaymentMethodCreateParams, PaymentMethodUpdateParams, PaymentMethod, SetupAttempt.payment_method_details, SetupIntentConfirmParams.payment_method_data, SetupIntentCreateParams.payment_method_data, and SetupIntentUpdateParams.payment_method_data
    • Add support for new value cashapp on enum CheckoutSessionCreateParams.payment_method_types[]
    • Add support for new value cashapp on enums CustomerListPaymentMethodsParams.type and PaymentMethodListParams.type
    • Add support for new value cashapp on enums Invoice.payment_settings.payment_method_types[], InvoiceCreateParams.payment_settings.payment_method_types[], InvoiceUpdateParams.payment_settings.payment_method_types[], Subscription.payment_settings.payment_method_types[], SubscriptionCreateParams.payment_settings.payment_method_types[], and SubscriptionUpdateParams.payment_settings.payment_method_types[]
    • Add support for new value cashapp on enums PaymentIntentConfirmParams.payment_method_data.type, PaymentIntentCreateParams.payment_method_data.type, PaymentIntentUpdateParams.payment_method_data.type, SetupIntentConfirmParams.payment_method_data.type, SetupIntentCreateParams.payment_method_data.type, and SetupIntentUpdateParams.payment_method_data.type
    • Add support for preferred_locale on PaymentIntent.payment_method_options.affirm, PaymentIntentConfirmParams.payment_method_options.affirm, PaymentIntentCreateParams.payment_method_options.affirm, and PaymentIntentUpdateParams.payment_method_options.affirm
    • Add support for cashapp_handle_redirect_or_display_qr_code on PaymentIntent.next_action and SetupIntent.next_action
    • Add support for new value cashapp on enums PaymentLink.payment_method_types[], PaymentLinkCreateParams.payment_method_types[], and PaymentLinkUpdateParams.payment_method_types[]
    • Add support for new value cashapp on enum PaymentMethodCreateParams.type
    • Add support for new value cashapp on enum PaymentMethod.type
    • Add support for new value payout.reconciliation_completed on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]

11.14.0 - 2023-03-09

... (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 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 8.222.0 to 11.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@v8.222.0...v11.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@netlify
Copy link

netlify bot commented Mar 31, 2023

Deploy Preview for wolfweez canceled.

Name Link
🔨 Latest commit 9196bc4
🔍 Latest deploy log https://app.netlify.com/sites/wolfweez/deploys/642630c186877000084a44e2

@netlify
Copy link

netlify bot commented Mar 31, 2023

Deploy Preview for wolfweez-preview canceled.

Name Link
🔨 Latest commit 9196bc4
🔍 Latest deploy log https://app.netlify.com/sites/wolfweez-preview/deploys/642630c15a03160007ee6e7b

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 7, 2023

Superseded by #797.

@dependabot dependabot bot closed this Apr 7, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stripe-11.17.0 branch April 7, 2023 01:00
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