Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2023

Bumps stripe from 6.1.0 to 11.5.0.

Release notes

Sourced from stripe's releases.

v11.5.0

  • #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

See the changelog for more details.

v11.5.0-beta.1

  • #1640 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add support for new resources QuoteLine, TaxCalculation, and TaxTransaction
    • Add support for create and list_line_items methods on resource TaxCalculation
    • Add support for create_reversal, create, and retrieve methods on resource TaxTransaction

See the changelog for more details.

v11.4.0

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

See the changelog for more details.

v11.3.0

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

See the changelog for more details.

v11.3.0-beta.1

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

See the changelog for more details.

v11.2.0

  • #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()

... (truncated)

Changelog

Sourced from stripe's changelog.

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

11.0.0 - 2022-11-16

This release includes breaking changes resulting from moving to use the new API version "2022-11-15". To learn more about these changes to Stripe products, see https://stripe.com/docs/upgrades#2022-11-15

"⚠️" symbol highlights breaking changes.

  • #1608 Next major release changes
  • #1619 Annotate prototypes with types
  • #1612 Add type information here and there
  • #1615 API Updates

... (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)

Bumps [stripe](https://github.com/stripe/stripe-node) from 6.1.0 to 11.5.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@v6.1.0...v11.5.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 the dependencies Pull requests that update a dependency file label Jan 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant