Skip to content
This repository was archived by the owner on Dec 2, 2023. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2023

Bumps stripe from 8.215.0 to 11.12.0.

Release notes

Sourced from stripe's releases.

v11.12.0

  • #1688 API Updates
    • Add support for new value yoursafe on enums Charge.payment_method_details.ideal.bank, PaymentIntentConfirmParams.payment_method_data.ideal.bank, PaymentIntentCreateParams.payment_method_data.ideal.bank, PaymentIntentUpdateParams.payment_method_data.ideal.bank, PaymentMethod.ideal.bank, PaymentMethodCreateParams.ideal.bank, SetupAttempt.payment_method_details.ideal.bank, SetupIntentConfirmParams.payment_method_data.ideal.bank, SetupIntentCreateParams.payment_method_data.ideal.bank, and SetupIntentUpdateParams.payment_method_data.ideal.bank
    • Add support for new value BITSNL2A on enums Charge.payment_method_details.ideal.bic, PaymentMethod.ideal.bic, and SetupAttempt.payment_method_details.ideal.bic
    • Add support for new value igst on enums TaxRate.tax_type, TaxRateCreateParams.tax_type, and TaxRateUpdateParams.tax_type
  • #1687 Convert TypeScript files to use ES modules

See the changelog for more details.

v11.12.0-beta.1

  • #1686 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Change type of Quote.status_details.canceled from QuotesResourceStatusDetailsCanceledStatusDetails | null to QuotesResourceStatusDetailsCanceledStatusDetails
    • Change type of Quote.status_details.stale from QuotesResourceStatusDetailsStaleStatusDetails | null to QuotesResourceStatusDetailsStaleStatusDetails
    • Change Quote.status_details.canceled and Quote.status_details.stale to be optional
    • Remove support for reference on Tax.Calculation and TaxCalculationCreateParams
    • Add support for reference on TaxTransactionCreateParams

See the changelog for more details.

v11.11.0

  • #1681 API Updates
    • Add support for refund_payment method on resource Terminal.Reader
    • Add support for new value name on enums BillingPortal.Configuration.features.customer_update.allowed_updates[], BillingPortalConfigurationCreateParams.features.customer_update.allowed_updates[], and BillingPortalConfigurationUpdateParams.features.customer_update.allowed_updates[]
    • Add support for custom_fields on Checkout.Session, CheckoutSessionCreateParams, PaymentLinkCreateParams, PaymentLinkUpdateParams, and PaymentLink
    • Change Subscription.trial_settings.end_behavior and Subscription.trial_settings to be required
    • Add support for interac_present on TerminalReaderPresentPaymentMethodParams.testHelpers
    • Change type of TerminalReaderPresentPaymentMethodParams.testHelpers.type from literal('card_present') to enum('card_present'|'interac_present')
    • Add support for refund_payment on Terminal.Reader.action
    • Add support for new value refund_payment on enum Terminal.Reader.action.type
  • #1683 Add NextJS webhook sample
  • #1685 Add more webhook parsing checks
  • #1684 Add infrastructure for mocked tests

See the changelog for more details.

v11.11.0-beta.1

  • #1676 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add support for currency_conversion on Checkout.Session
    • Add support for limits on FinancialConnections.Session and FinancialConnectionsSessionCreateParams
    • Remove support for enabled on FinancialConnectionsSessionCreateParams.manual_entry

See the changelog for more details.

v11.10.0

  • #1679 Enable library to work in worker environments without extra configuration.

See the changelog for more details.

... (truncated)

Changelog

Sourced from stripe's changelog.

11.12.0 - 2023-02-23

  • #1688 API Updates
    • Add support for new value yoursafe on enums Charge.payment_method_details.ideal.bank, PaymentIntentConfirmParams.payment_method_data.ideal.bank, PaymentIntentCreateParams.payment_method_data.ideal.bank, PaymentIntentUpdateParams.payment_method_data.ideal.bank, PaymentMethod.ideal.bank, PaymentMethodCreateParams.ideal.bank, SetupAttempt.payment_method_details.ideal.bank, SetupIntentConfirmParams.payment_method_data.ideal.bank, SetupIntentCreateParams.payment_method_data.ideal.bank, and SetupIntentUpdateParams.payment_method_data.ideal.bank
    • Add support for new value BITSNL2A on enums Charge.payment_method_details.ideal.bic, PaymentMethod.ideal.bic, and SetupAttempt.payment_method_details.ideal.bic
    • Add support for new value igst on enums TaxRate.tax_type, TaxRateCreateParams.tax_type, and TaxRateUpdateParams.tax_type
  • #1687 Convert TypeScript files to use ES modules

11.11.0 - 2023-02-16

  • #1681 API Updates
    • Add support for refund_payment method on resource Terminal.Reader
    • Add support for new value name on enums BillingPortal.Configuration.features.customer_update.allowed_updates[], BillingPortalConfigurationCreateParams.features.customer_update.allowed_updates[], and BillingPortalConfigurationUpdateParams.features.customer_update.allowed_updates[]
    • Add support for custom_fields on Checkout.Session, CheckoutSessionCreateParams, PaymentLinkCreateParams, PaymentLinkUpdateParams, and PaymentLink
    • Change Subscription.trial_settings.end_behavior and Subscription.trial_settings to be required
    • Add support for interac_present on TerminalReaderPresentPaymentMethodParams.testHelpers
    • Change type of TerminalReaderPresentPaymentMethodParams.testHelpers.type from literal('card_present') to enum('card_present'|'interac_present')
    • Add support for refund_payment on Terminal.Reader.action
    • Add support for new value refund_payment on enum Terminal.Reader.action.type
  • #1683 Add NextJS webhook sample
  • #1685 Add more webhook parsing checks
  • #1684 Add infrastructure for mocked tests

11.10.0 - 2023-02-09

  • #1679 Enable library to work in worker environments without extra configuration.

11.9.1 - 2023-02-03

  • #1672 Update main entrypoint on package.json

11.9.0 - 2023-02-02

  • #1669 API Updates

    • Add support for resume method on resource Subscription
    • Add support for payment_link on CheckoutSessionListParams
    • Add support for trial_settings on CheckoutSessionCreateParams.subscription_data, SubscriptionCreateParams, SubscriptionUpdateParams, and Subscription
    • Add support for shipping_cost on CreditNoteCreateParams, CreditNotePreviewLinesParams, CreditNotePreviewParams, CreditNote, InvoiceCreateParams, InvoiceUpdateParams, and Invoice
    • Add support for amount_shipping on CreditNote and Invoice
    • Add support for shipping_details on InvoiceCreateParams, InvoiceUpdateParams, and Invoice
    • Add support for subscription_resume_at on InvoiceUpcomingLinesParams and InvoiceUpcomingParams
    • Change IssuingCardholderCreateParams.individual.first_name, IssuingCardholderCreateParams.individual.last_name, IssuingCardholderUpdateParams.individual.first_name, and IssuingCardholderUpdateParams.individual.last_name to be optional
    • Change type of Issuing.Cardholder.individual.first_name and Issuing.Cardholder.individual.last_name from string to string | null
    • Add support for invoice_creation on PaymentLinkCreateParams, PaymentLinkUpdateParams, and PaymentLink
    • Add support for new value America/Ciudad_Juarez on enum ReportingReportRunCreateParams.parameters.timezone
    • Add support for new value paused on enum SubscriptionListParams.status
    • Add support for new value paused on enum Subscription.status
    • Add support for new values customer.subscription.paused and customer.subscription.resumed on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
    • Add support for new value funding_reversed on enum CustomerCashBalanceTransaction.type
  • #1670 Change default entrypoint to stripe.node

  • #1668 Use EventTarget in worker / browser runtimes

  • #1667 fix: added support for TypeScript "NodeNext" module resolution

11.8.0 - 2023-01-26

... (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.215.0 to 11.12.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.215.0...v11.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 24, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 3, 2023

Superseded by #283.

@dependabot dependabot bot closed this Mar 3, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stripe-11.12.0 branch March 3, 2023 01:37
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