ChickenKyiv / stripe-recurring-membership

Inspired by eddie node-stripe-membership-saas with some additions, due to unactivity on github
MIT License
33 stars 8 forks source link

Bump stripe from 5.10.0 to 8.143.0 #419

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps stripe from 5.10.0 to 8.143.0.

Release notes

Sourced from stripe's releases.

v8.143.0

  • #1139 API Updates
    • Add support for acss_debit_payments on Account.capabilities
    • Add support for payment_method_options on Checkout.Session
    • Add support for acss_debit on SetupIntent.payment_method_options, SetupAttempt.payment_method_details, PaymentMethod, PaymentIntent.payment_method_options, PaymentIntentUpdateParams.payment_method_options, PaymentIntentCreateParams.payment_method_options, PaymentIntentConfirmParams.payment_method_data, PaymentIntentUpdateParams.payment_method_data, PaymentIntentCreateParams.payment_method_data, Mandate.payment_method_details and SetupIntent.payment_method_options
    • Add support for verify_with_microdeposits on PaymentIntent.next_action and SetupIntent.next_action
    • Add support for acss_debit as member of the type enum on PaymentMethod and PaymentIntent, and inside Checkout.SessionCreateParams.payment_method_types[].

See the changelog for more details.

v8.142.0

  • #1138 API Updates
    • Add support for subscription_pause on BillingPortal.ConfigurationUpdateParams.features, BillingPortal.ConfigurationCreateParams.features and BillingPortal.Configuration.features

See the changelog for more details.

v8.141.0

  • #1137 API Updates
    • Add support for transfer_data on SessionCreateParams.subscription_data
  • #1134 API Updates
    • Added support for card_issuing on AccountUpdateParams.settings and Account.settings

See the changelog for more details.

v8.140.0

  • #1133 API Updates
    • Capability.requirements.errors[].code, Account.requirements.errors[].code and Person.requirements.errors[].code added new enum members: verification_missing_owners, verification_missing_executives and verification_requires_additional_memorandum_of_associations
    • SessionCreateParams.locale and CheckoutSession.locale added new enum members: th

See the changelog for more details.

v8.139.0

  • #1132 API Updates
    • Added support for shipping_rates on SessionCreateOptions
    • Added support for amount_shipping on Checkout.SessionTotalDetails
  • #1131 types: export StripeRawError type

See the changelog for more details.

v8.138.0

  • #1124 API Updates
    • Added support for BillingPortal.Configuration API.
    • Terminal.LocationUpdateParams.country is now optional.

See the changelog for more details.

v8.137.0

  • #1123 API Updates
    • Add support for on_behalf_of to Invoice
    • Add support for enum member revolut on PaymentIntent.payment_method_data.ideal.bank, PaymentMethod.ideal.bank, Charge.payment_method_details.ideal.bank and SetupAttempt.payment_method_details.ideal.bank

... (truncated)

Changelog

Sourced from stripe's changelog.

8.143.0 - 2021-04-12

  • #1139 API Updates
    • Add support for acss_debit_payments on Account.capabilities
    • Add support for payment_method_options on Checkout.Session
    • Add support for acss_debit on SetupIntent.payment_method_options, SetupAttempt.payment_method_details, PaymentMethod, PaymentIntent.payment_method_options, PaymentIntentUpdateParams.payment_method_options, PaymentIntentCreateParams.payment_method_options, PaymentIntentConfirmParams.payment_method_data, PaymentIntentUpdateParams.payment_method_data, PaymentIntentCreateParams.payment_method_data, Mandate.payment_method_details and SetupIntent.payment_method_options
    • Add support for verify_with_microdeposits on PaymentIntent.next_action and SetupIntent.next_action
    • Add support for acss_debit as member of the type enum on PaymentMethod and PaymentIntent, and inside Checkout.SessionCreateParams.payment_method_types[].

8.142.0 - 2021-04-02

  • #1138 API Updates
    • Add support for subscription_pause on BillingPortal.ConfigurationUpdateParams.features, BillingPortal.ConfigurationCreateParams.features and BillingPortal.Configuration.features

8.141.0 - 2021-03-31

  • #1137 API Updates
    • Add support for transfer_data on SessionCreateParams.subscription_data
  • #1134 API Updates
    • Added support for card_issuing on AccountUpdateParams.settings and Account.settings

8.140.0 - 2021-03-25

  • #1133 API Updates
    • Capability.requirements.errors[].code, Account.requirements.errors[].code and Person.requirements.errors[].code added new enum members: verification_missing_owners, verification_missing_executives and verification_requires_additional_memorandum_of_associations
    • SessionCreateParams.locale and CheckoutSession.locale added new enum members: th

8.139.0 - 2021-03-22

  • #1132 API Updates
    • Added support for shipping_rates on SessionCreateOptions
    • Added support for amount_shipping on Checkout.SessionTotalDetails
  • #1131 types: export StripeRawError type

8.138.0 - 2021-03-10

  • #1124 API Updates
    • Added support for BillingPortal.Configuration API.
    • Terminal.LocationUpdateParams.country is now optional.

8.137.0 - 2021-02-17

  • #1123 API Updates
    • Add support for on_behalf_of to Invoice
    • Add support for enum member revolut on PaymentIntent.payment_method_data.ideal.bank, PaymentMethod.ideal.bank, Charge.payment_method_details.ideal.bank and SetupAttempt.payment_method_details.ideal.bank
    • Added support for enum member REVOLT21 on PaymentMethod.ideal.bic, Charge.payment_method_details.ideal.bic and SetupAttempt.payment_method_details.ideal.bic

8.136.0 - 2021-02-16

  • #1122 API Updates
    • Add support for afterpay_clearpay on PaymentMethod, PaymentIntent.payment_method_data, and Charge.payment_method_details.
    • Add support for afterpay_clearpay as a payment method type on PaymentMethod, PaymentIntent and Checkout.Session
    • Add support for adjustable_quantity on SessionCreateParams.LineItem
    • Add support for bacs_debit, au_becs_debit and sepa_debit on SetupAttempt.payment_method_details

8.135.0 - 2021-02-08

  • #1119 API Updates
    • Add support for afterpay_clearpay_payments on Account.capabilities

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by stripe-bindings, a new releaser for stripe since your current version.


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #420.