coopflow / fastify-stripe

Stripe Node.js Library instance initialization and encapsulation in fastify framework.
MIT License
22 stars 4 forks source link

chore(deps-dev): bump stripe from 8.222.0 to 11.7.0 #125

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps stripe from 8.222.0 to 11.7.0.

Release notes

Sourced from stripe's releases.

v11.7.0

  • #1661 API Updates
    • Add support for verification_session on EphemeralKeyCreateParams
    • Add support for new values refund.created and refund.updated on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
  • #1647 Bump json5 from 2.2.1 to 2.2.3

See the changelog for more details.

v11.7.0-beta.2

  • #1653 API Updates for beta branch
    • Updated stable APIs to the latest version

    • Add support for new resource Tax.Registration

    • Add support for create, list, and update methods on resource Registration

    • Add support for controller on AccountCreateParams and AccountUpdateParams

    • Add support for application and dashboard on Account.controller

    • Change type of Quote.subscription_data_overrides[].proration_behavior from enum('always_invoice'|'create_prorations'|'none') to enum('always_invoice'|'create_prorations'|'none') | null

    • Remove support for timestamp on QuoteLine.actions[].add_discount.discount_end

    • Change type of QuoteLine.actions[].add_discount.discount_end.type from literal('timestamp') to literal('line_ends_at')

    • Remove support for index on QuoteLine.actions[].add_item.discounts[], QuoteLine.actions[].remove_discount, QuoteLine.actions[].set_discounts[], QuoteLine.actions[].set_items[].discounts[], SubscriptionSchedule.phases[].add_invoice_items[].discounts[], SubscriptionSchedule.phases[].discounts[], and SubscriptionSchedule.phases[].items[].discounts[]

    • Change QuoteLine.actions[].add_discount.index to be required

    • Add support for new values quote.accepting, quote.reestimated, and quote.stale on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]

    • Change quote.draft_quote implementation from hitting POST /v1/quotes/{quote}/draft to POST /v1/quotes/{quote}/mark_draft

See the changelog for more details.

v11.7.0-beta.1

  • #1648 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add support for mark_stale_quote method on resource Quote
    • Add support for duration and line_ends_at on QuoteCreateParams.subscription_data.bill_on_acceptance.bill_until, QuoteCreateParams.subscription_data_overrides[].bill_on_acceptance.bill_until, QuoteUpdateParams.subscription_data.bill_on_acceptance.bill_until, and QuoteUpdateParams.subscription_data_overrides[].bill_on_acceptance.bill_until
    • Remove support for line_starts_at on QuoteCreateParams.subscription_data.bill_on_acceptance.bill_until, QuoteCreateParams.subscription_data_overrides[].bill_on_acceptance.bill_until, QuoteUpdateParams.subscription_data.bill_on_acceptance.bill_until, and QuoteUpdateParams.subscription_data_overrides[].bill_on_acceptance.bill_until
    • Add support for metadata on Terminal.Reader.action.refund_payment and TerminalReaderRefundPaymentParams

See the changelog for more details.

v11.6.0

  • #1646 API Updates
    • Add support for card_issuing on Issuing.Cardholder.individual

See the changelog for more details.

v11.6.0-beta.1

  • #1643 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Move stripe.taxCalculations to stripe.tax.calculations and stripe.taxTransactions to stripe.tax.transactions.

See the changelog for more details.

v11.5.0

... (truncated)

Changelog

Sourced from stripe's changelog.

11.7.0 - 2023-01-19

  • #1661 API Updates
    • Add support for verification_session on EphemeralKeyCreateParams
    • Add support for new values refund.created and refund.updated on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
  • #1647 Bump json5 from 2.2.1 to 2.2.3

11.6.0 - 2023-01-05

  • #1646 API Updates
    • Add support for card_issuing on Issuing.Cardholder.individual

11.5.0 - 2022-12-22

  • #1642 API Updates
    • Add support for new value merchant_default on enums CashBalanceUpdateParams.settings.reconciliation_mode, CustomerCreateParams.cash_balance.settings.reconciliation_mode, and CustomerUpdateParams.cash_balance.settings.reconciliation_mode
    • Add support for using_merchant_default on CashBalance.settings
    • Change CheckoutSessionCreateParams.cancel_url to be optional
    • Change type of Checkout.Session.cancel_url from string to string | null

11.4.0 - 2022-12-15

  • #1639 API Updates
    • Add support for new value invoice_overpaid on enum CustomerBalanceTransaction.type
  • #1637 Update packages in examples/webhook-signing

11.3.0 - 2022-12-08

  • #1634 API Updates
    • Change CustomerListPaymentMethodsParams.type and PaymentMethodListParams.type to be optional

11.2.0 - 2022-12-06

  • #1632 API Updates
    • Add support for flow_data on BillingPortalSessionCreateParams
    • Add support for flow on BillingPortal.Session
  • #1631 API Updates
    • Add support for india_international_payments on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities
    • Add support for invoice_creation on Checkout.Session and CheckoutSessionCreateParams
    • Add support for invoice on Checkout.Session
    • Add support for metadata on SubscriptionSchedule.phases[].items[], SubscriptionScheduleCreateParams.phases[].items[], and SubscriptionScheduleUpdateParams.phases[].items[]
  • #1630 Remove BASIC_METHODS from TS definitions
  • #1629 Narrower type for stripe.invoices.retrieveUpcoming()
  • #1627 remove unneeded IIFE
  • #1625 Remove API version from the path
  • #1626 Move child resource method params next to method declarations
  • #1624 Split resource and service types

11.1.0 - 2022-11-17

  • #1623 API Updates
    • Add support for hosted_instructions_url on PaymentIntent.next_action.wechat_pay_display_qr_code
  • #1622 API Updates
    • Add support for custom_text on Checkout.Session, CheckoutSessionCreateParams, PaymentLinkCreateParams, PaymentLinkUpdateParams, and PaymentLink
    • Add support for hosted_instructions_url on PaymentIntent.next_action.paynow_display_qr_code

... (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)
dependabot[bot] commented 1 year ago

Superseded by #127.