Skip to content

Update dependency stripe to ^8.222.0 #55

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 12, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
stripe ^8.195.0 -> ^8.222.0 age adoption passing confidence

Release Notes

stripe/stripe-node

v8.222.0

Compare Source

  • #​1414 API Updates
    • Add support for default_price_data on ProductCreateParams
    • Add support for default_price on ProductUpdateParams and Product
    • Add support for instructions_email on RefundCreateParams and Refund

v8.221.0

Compare Source

  • #​1413 API Updates

    • Add support for new resources FinancialConnections.AccountOwner, FinancialConnections.AccountOwnership, FinancialConnections.Account, and FinancialConnections.Session
    • Add support for financial_connections on Checkout.Session.payment_method_options.us_bank_account, CheckoutSessionCreateParams.payment_method_options.us_bank_account, Invoice.payment_settings.payment_method_options.us_bank_account, InvoiceCreateParams.payment_settings.payment_method_options.us_bank_account, InvoiceUpdateParams.payment_settings.payment_method_options.us_bank_account, PaymentIntent.payment_method_options.us_bank_account, PaymentIntentConfirmParams.payment_method_options.us_bank_account, PaymentIntentCreateParams.payment_method_options.us_bank_account, PaymentIntentUpdateParams.payment_method_options.us_bank_account, SetupIntent.payment_method_options.us_bank_account, SetupIntentConfirmParams.payment_method_options.us_bank_account, SetupIntentCreateParams.payment_method_options.us_bank_account, SetupIntentUpdateParams.payment_method_options.us_bank_account, Subscription.payment_settings.payment_method_options.us_bank_account, SubscriptionCreateParams.payment_settings.payment_method_options.us_bank_account, and SubscriptionUpdateParams.payment_settings.payment_method_options.us_bank_account
    • Add support for financial_connections_account on PaymentIntentConfirmParams.payment_method_data.us_bank_account, PaymentIntentCreateParams.payment_method_data.us_bank_account, PaymentIntentUpdateParams.payment_method_data.us_bank_account, PaymentMethod.us_bank_account, PaymentMethodCreateParams.us_bank_account, SetupIntentConfirmParams.payment_method_data.us_bank_account, SetupIntentCreateParams.payment_method_data.us_bank_account, and SetupIntentUpdateParams.payment_method_data.us_bank_account
  • #​1410 API Updates

    • Add support for registered_address on AccountCreateParams.individual, AccountUpdateParams.individual, PersonCreateParams, PersonUpdateParams, Person, TokenCreateParams.account.individual, and TokenCreateParams.person
    • Change type of PaymentIntent.amount_details.tip.amount from nullable(integer) to integer
    • Change PaymentIntent.amount_details.tip.amount to be optional
    • Add support for payment_method_data on SetupIntentConfirmParams, SetupIntentCreateParams, and SetupIntentUpdateParams
  • #​1409 Update autoPagination tests to be hermetic.

  • #​1411 Enable CI on beta branch

v8.220.0

Compare Source

  • #​1407 API Updates
    • Add support for new resource CashBalance
    • Change type of BillingPortal.Configuration.application from $Application to deletable($Application)
    • Add support for alipay on Checkout.Session.payment_method_options and CheckoutSessionCreateParams.payment_method_options
    • Change type of CheckoutSessionCreateParams.payment_method_options.konbini.expires_after_days from emptyStringable(integer) to integer
    • Add support for new value eu_oss_vat on enums Checkout.Session.customer_details.tax_ids[].type, Invoice.customer_tax_ids[].type, and TaxId.type
    • Add support for new value eu_oss_vat on enums CustomerCreateParams.tax_id_data[].type, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type, InvoiceUpcomingParams.customer_details.tax_ids[].type, and TaxIdCreateParams.type
    • Add support for cash_balance on Customer
    • Add support for application on Invoice, Quote, SubscriptionSchedule, and Subscription
  • #​1403 Add tests for specifying a custom host on StripeMethod.

v8.219.0

Compare Source

  • #​1398 API Updates
    • Add support for expire test helper method on resource Refund
    • Change type of BillingPortal.Configuration.application from string to expandable($Application)
    • Change IssuingDisputeCreateParams.transaction to be optional

v8.218.0

Compare Source

  • #​1396 API Updates
    • Add support for new resources FundingInstructions and Terminal.Configuration
    • Add support for create_funding_instructions method on resource Customer
    • Add support for new value customer_balance as a payment method type.
    • Add support for customer_balance on Charge.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, and PaymentMethod
    • Add support for cash_balance on CustomerCreateParams and CustomerUpdateParams
    • Add support for amount_details on PaymentIntent
    • Add support for display_bank_transfer_instructions on PaymentIntent.next_action
    • Add support for configuration_overrides on Terminal.Location, TerminalLocationCreateParams, and TerminalLocationUpdateParams

v8.217.0

Compare Source

  • #​1395 API Updates
    • Add support for increment_authorization method on resource PaymentIntent
    • Add support for incremental_authorization_supported on Charge.payment_method_details.card_present
    • Add support for request_incremental_authorization_support on PaymentIntent.payment_method_options.card_present, PaymentIntentConfirmParams.payment_method_options.card_present, PaymentIntentCreateParams.payment_method_options.card_present, and PaymentIntentUpdateParams.payment_method_options.card_present

v8.216.0

Compare Source

  • #​1391 API Updates
    • Add support for apply_customer_balance method on resource PaymentIntent
    • Add support for new value cash_balance.funds_available on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]

v8.215.0

Compare Source

  • #​1389 API Updates

    • Add support for bank_transfer_payments on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities
    • Add support for capture_before on Charge.payment_method_details.card_present
    • Add support for address and name on Checkout.Session.customer_details
    • Add support for customer_balance on Invoice.payment_settings.payment_method_options, InvoiceCreateParams.payment_settings.payment_method_options, InvoiceUpdateParams.payment_settings.payment_method_options, Subscription.payment_settings.payment_method_options, SubscriptionCreateParams.payment_settings.payment_method_options, and SubscriptionUpdateParams.payment_settings.payment_method_options
    • Add support for new value customer_balance 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 request_extended_authorization on PaymentIntent.payment_method_options.card_present, PaymentIntentConfirmParams.payment_method_options.card_present, PaymentIntentCreateParams.payment_method_options.card_present, and PaymentIntentUpdateParams.payment_method_options.card_present
    • Add support for new values payment_intent.partially_funded, terminal.reader.action_failed, and terminal.reader.action_succeeded on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
  • #​1388 Stop sending Content-Length header for verbs which don't have bodies.

v8.214.0

Compare Source

  • #​1386 API Updates
    • Add support for cancel_action, process_payment_intent, process_setup_intent, and set_reader_display methods on resource Terminal.Reader
    • Change Charge.failure_balance_transaction, Invoice.payment_settings.payment_method_options.us_bank_account, PaymentIntent.next_action.verify_with_microdeposits.microdeposit_type, SetupIntent.next_action.verify_with_microdeposits.microdeposit_type, and Subscription.payment_settings.payment_method_options.us_bank_account to be required
    • Add support for action on Terminal.Reader

v8.213.0

Compare Source

  • #​1383 API Updates
    • Add support for Search API
      • Add support for search method on resources Charge, Customer, Invoice, PaymentIntent, Price, Product, and Subscription
  • #​1384 Bump qs package to latest.

v8.212.0

Compare Source

  • #​1381 API Updates
    • Add support for PayNow and US Bank Accounts Debits payments
      • Charge (API ref)
        • Add support for paynow and us_bank_account on Charge.payment_method_details
      • Customer (API ref)
        • Add support for new values paynow and us_bank_account on enum CustomerListPaymentMethodsParams.type
      • Payment Intent (API ref)
        • Add support for paynow and us_bank_account on payment_method_options on PaymentIntent, PaymentIntentCreateParams, PaymentIntentUpdateParams, and PaymentIntentConfirmParams
        • Add support for paynow and us_bank_account on payment_method_data on PaymentIntentCreateParams, PaymentIntentUpdateParams, and PaymentIntentConfirmParams
        • Add support for paynow_display_qr_code on PaymentIntent.next_action
        • Add support for new values paynow and us_bank_account on enums payment_method_data.type on PaymentIntentCreateParams, and PaymentIntentUpdateParams, and PaymentIntentConfirmParams
      • Setup Intent (API ref)
        • Add support for us_bank_account on payment_method_options on SetupIntent, SetupIntentCreateParams, SetupIntentUpdateParams, and SetupIntentConfirmParams
      • Setup Attempt (API ref)
        • Add support for us_bank_account on SetupAttempt.payment_method_details
      • Payment Method (API ref)
        • Add support for paynow and us_bank_account on PaymentMethod and PaymentMethodCreateParams
        • Add support for us_bank_account on PaymentMethodUpdateParams
        • Add support for new values paynow and us_bank_account on enums PaymentMethod.type, PaymentMethodCreateParams.type. and PaymentMethodListParams.type
      • Checkout Session (API ref)
        • Add support for us_bank_account on payment_method_options on Checkout.Session and CheckoutSessionCreateParams
        • Add support for new values paynow and us_bank_account on enum CheckoutSessionCreateParams.payment_method_types[]
      • Invoice (API ref)
        • Add support for us_bank_account on payment_settings.payment_method_options on Invoice, InvoiceCreateParams, and InvoiceUpdateParams
        • Add support for new values paynow and us_bank_account on enums payment_settings.payment_method_types[] on Invoice, InvoiceCreateParams, and InvoiceUpdateParams
      • Subscription (API ref)
        • Add support for us_bank_account on Subscription.payment_settings.payment_method_options, SubscriptionCreateParams.payment_settings.payment_method_options, and SubscriptionUpdateParams.payment_settings.payment_method_options
        • Add support for new values paynow and us_bank_account on enums payment_settings.payment_method_types[] on Subscription, SubscriptionCreateParams, and SubscriptionUpdateParams
      • Account capabilities (API ref)
        • Add support for paynow_payments on capabilities on Account, AccountCreateParams, and AccountUpdateParams
    • Add support for failure_balance_transaction on Charge
    • Add support for capture_method on afterpay_clearpay, card, and klarna on payment_method_options on
      PaymentIntent, PaymentIntentCreateParams, PaymentIntentUpdateParams, and PaymentIntentConfirmParams (API ref)
    • Add additional support for verify microdeposits on Payment Intent and Setup Intent (API ref)
      • Add support for microdeposit_type on next_action.verify_with_microdeposits on PaymentIntent and SetupIntent
      • Add support for descriptor_code on PaymentIntentVerifyMicrodepositsParams and SetupIntentVerifyMicrodepositsParams
    • Add support for test_clock on SubscriptionListParams (API ref)
  • #​1375 Update error types to be namespaced under Stripe.error
  • #​1380 Force update minimist dependency

v8.211.0

Compare Source

  • #​1377 API Updates
    • Add support for cancel method on resource Refund
    • Add support for new values bg_uic, hu_tin, and si_tin on enums Checkout.Session.customer_details.tax_ids[].type, Invoice.customer_tax_ids[].type, and TaxId.type
    • Add support for new values bg_uic, hu_tin, and si_tin on enums CustomerCreateParams.tax_id_data[].type, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type, InvoiceUpcomingParams.customer_details.tax_ids[].type, and TaxIdCreateParams.type
    • Change InvoiceCreateParams.customer to be optional
    • Add support for test_clock on QuoteListParams
    • Add support for new values test_helpers.test_clock.advancing, test_helpers.test_clock.created, test_helpers.test_clock.deleted, test_helpers.test_clock.internal_failure, and test_helpers.test_clock.ready on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]

v8.210.0

Compare Source

  • #​1372 API Updates
    • Add support for status on Card

v8.209.0

Compare Source

  • #​1368 API Updates

    • Add support for mandate on Charge.payment_method_details.card
    • Add support for mandate_options on PaymentIntentCreateParams.payment_method_options.card, PaymentIntentUpdateParams.payment_method_options.card, PaymentIntentConfirmParams.payment_method_options.card, PaymentIntent.payment_method_options.card, SetupIntentCreateParams.payment_method_options.card, SetupIntentUpdateParams.payment_method_options.card, SetupIntentConfirmParams.payment_method_options.card, and SetupIntent.payment_method_options.card
    • Add support for card_await_notification on PaymentIntent.next_action
    • Add support for customer_notification on PaymentIntent.processing.card
    • Change PaymentLinkCreateParams.line_items to be required, and change PaymentLink.create to require PaymentLinkCreateParams
  • #​1364 Update search pagination to use page param instead of next_page.

v8.208.0

Compare Source

  • #​1366 API Updates
    • Add support for test_clock on CustomerListParams
    • Change Invoice.test_clock, InvoiceItem.test_clock, Quote.test_clock, Subscription.test_clock, and SubscriptionSchedule.test_clock to be required

v8.207.0

Compare Source

  • #​1363 API Updates
    • Add support for new resources CreditedItems and ProrationDetails
    • Add support for proration_details on InvoiceLineItem

v8.206.0

Compare Source

  • #​1361 #​1362 API Updates
    • Add support for new resource TestHelpers.TestClock
    • Add support for test_clock on CustomerCreateParams, Customer, Invoice, InvoiceItem, QuoteCreateParams, Quote, Subscription, and SubscriptionSchedule
    • Add support for pending_invoice_items_behavior on InvoiceCreateParams
    • Change type of ProductUpdateParams.url from string to emptyStringable(string)
    • Add support for next_action on Refund

v8.205.0

Compare Source

  • #​1098 Typescript: add declaration for onDone on autoPagingEach
  • #​1357 Properly handle API errors with unknown error types
  • #​1359 API Updates
    • Change BillingPortalConfiguration .business_profile.privacy_policy_url and .business_profile.terms_of_service_url to be optional on requests and responses

    • Add support for konbini_payments on AccountUpdateParams.capabilities, AccountCreateParams.capabilities, and Account.capabilities

    • Add support for konbini on Charge.payment_method_details,

    • Add support for .payment_method_options.konbini and .payment_method_data.konbini on the PaymentIntent API.

    • Add support for .payment_settings.payment_method_options.konbini on the Invoice API.

    • Add support for .payment_method_options.konbini on the Subscription API

    • Add support for .payment_method_options.konbini on the CheckoutSession API

    • Add support for konbini on the PaymentMethod API.

    • Add support for konbini_display_details on PaymentIntent.next_action

  • #​1311 update documentation to use appInfo

v8.204.0

Compare Source

  • #​1354 API Updates
    • Add support for setup_future_usage on PaymentIntentCreateParams.payment_method_options.*
    • Add support for new values bbpos_wisepad3 and stripe_m2 on enums TerminalReaderListParams.device_type and Terminal.Reader.device_type
    • Add support for object on ExternalAccountListParams (fixes #​1351)

v8.203.0

Compare Source

  • #​1350 API Updates
    • Add support for verify_microdeposits method on resources PaymentIntent and SetupIntent
    • Add support for new value grabpay on enums InvoiceCreateParams.payment_settings.payment_method_types[], InvoiceUpdateParams.payment_settings.payment_method_types[], Invoice.payment_settings.payment_method_types[], SubscriptionCreateParams.payment_settings.payment_method_types[], SubscriptionUpdateParams.payment_settings.payment_method_types[], and Subscription.payment_settings.payment_method_types[]
  • #​1348 API Updates
    • Add support for pin on IssuingCardUpdateParams

v8.202.0

Compare Source

  • #​1344 API Updates
    • Add support for new value au_becs_debit on enum CheckoutSessionCreateParams.payment_method_types[]
    • Change type of Refund.reason from string to enum('duplicate'|'expired_uncaptured_charge'|'fraudulent'|'requested_by_customer')

v8.201.0

Compare Source

  • #​1342 Bump nanoid from 3.1.20 to 3.2.0.
  • #​1335 Fix StripeResource to successfully import TIMEOUT_ERROR_CODE.
  • #​1339 Bump node-fetch from 2.6.2 to 2.6.7

v8.200.0

Compare Source

  • #​1338 API Updates

    • Change Checkout.Session.payment_link to be required
    • Add support for phone_number_collection on PaymentLinkCreateParams and PaymentLink
    • Add support for new values payment_link.created and payment_link.updated on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
    • Add support for new value is_vat on enums Checkout.Session.customer_details.tax_ids[].type, Invoice.customer_tax_ids[].type, and TaxId.type
    • Add support for new value is_vat on enums CustomerCreateParams.tax_id_data[].type, InvoiceUpcomingParams.customer_details.tax_ids[].type, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type, and TaxIdCreateParams.type
  • #​1333 Customer tax_ids is not included by default

v8.199.0

Compare Source

  • #​1332 API Updates
    • Add support for new resource PaymentLink
    • Add support for payment_link on Checkout.Session

v8.198.0

Compare Source

  • #​1331 API Updates
    • Change type of Charge.status from string to enum('failed'|'pending'|'succeeded')
    • Add support for bacs_debit and eps on PaymentIntentCreateParams.payment_method_options, PaymentIntentUpdateParams.payment_method_options, PaymentIntentConfirmParams.payment_method_options, and PaymentIntent.payment_method_options
    • Add support for image_url_png and image_url_svg on PaymentIntent.next_action.wechat_pay_display_qr_code

v8.197.0

Compare Source

  • #​1329 API Updates
    • Add support for paid_out_of_band on Invoice

v8.196.0

Compare Source

  • #​1328 API Updates
    • Add support for customer_creation on CheckoutSessionCreateParams and Checkout.Session
    • Add support for fpx and grabpay on PaymentIntentCreateParams.payment_method_options, PaymentIntentUpdateParams.payment_method_options, PaymentIntentConfirmParams.payment_method_options, and PaymentIntent.payment_method_options
  • #​1315 API Updates
    • Add support for mandate_options on SubscriptionCreateParams.payment_settings.payment_method_options.card, SubscriptionUpdateParams.payment_settings.payment_method_options.card, and Subscription.payment_settings.payment_method_options.card
  • #​1327 Remove DOM type references.
  • #​1325 Add comment documenting makeRequest#headers type.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency stripe to ^8.196.0 Update dependency stripe to ^8.197.0 Jan 13, 2022
@renovate renovate bot force-pushed the renovate/stripe-8.x branch 2 times, most recently from 299ccec to fbf093e Compare January 19, 2022 18:32
@renovate renovate bot changed the title Update dependency stripe to ^8.197.0 Update dependency stripe to ^8.198.0 Jan 19, 2022
@renovate renovate bot force-pushed the renovate/stripe-8.x branch from fbf093e to 7b2ab76 Compare January 20, 2022 18:25
@renovate renovate bot changed the title Update dependency stripe to ^8.198.0 Update dependency stripe to ^8.199.0 Jan 20, 2022
@renovate renovate bot force-pushed the renovate/stripe-8.x branch from 7b2ab76 to 4708ac7 Compare January 25, 2022 21:33
@renovate renovate bot changed the title Update dependency stripe to ^8.199.0 Update dependency stripe to ^8.200.0 Jan 25, 2022
@renovate renovate bot changed the title Update dependency stripe to ^8.200.0 Update dependency stripe to ^8.201.0 Jan 29, 2022
@renovate renovate bot force-pushed the renovate/stripe-8.x branch 2 times, most recently from eae4864 to ca0cad4 Compare February 4, 2022 01:55
@renovate renovate bot changed the title Update dependency stripe to ^8.201.0 Update dependency stripe to ^8.202.0 Feb 4, 2022
@renovate renovate bot changed the title Update dependency stripe to ^8.202.0 Update dependency stripe to ^8.203.0 Feb 15, 2022
@renovate renovate bot force-pushed the renovate/stripe-8.x branch from ca0cad4 to ee73e7d Compare February 15, 2022 22:44
@renovate renovate bot changed the title Update dependency stripe to ^8.203.0 Update dependency stripe to ^8.204.0 Feb 23, 2022
@renovate renovate bot force-pushed the renovate/stripe-8.x branch 2 times, most recently from ee65831 to f59557f Compare February 26, 2022 03:32
@renovate renovate bot changed the title Update dependency stripe to ^8.204.0 Update dependency stripe to ^8.205.0 Feb 26, 2022
@renovate renovate bot force-pushed the renovate/stripe-8.x branch from f59557f to 2a3cea5 Compare March 2, 2022 00:37
@renovate renovate bot changed the title Update dependency stripe to ^8.205.0 Update dependency stripe to ^8.206.0 Mar 2, 2022
@renovate renovate bot force-pushed the renovate/stripe-8.x branch from 2a3cea5 to 97c5a0d Compare March 2, 2022 17:12
@renovate renovate bot changed the title Update dependency stripe to ^8.206.0 Update dependency stripe to ^8.207.0 Mar 2, 2022
@renovate renovate bot force-pushed the renovate/stripe-8.x branch from 97c5a0d to 28e40c2 Compare March 26, 2022 15:33
@renovate renovate bot changed the title Update dependency stripe to ^8.207.0 Update dependency stripe to ^8.212.0 Mar 26, 2022
@renovate renovate bot changed the title Update dependency stripe to ^8.212.0 Update dependency stripe to ^8.215.0 Apr 2, 2022
@renovate renovate bot force-pushed the renovate/stripe-8.x branch 2 times, most recently from bdb6fdb to c614ef8 Compare April 2, 2022 01:30
@renovate renovate bot changed the title Update dependency stripe to ^8.215.0 Update dependency stripe to ^8.216.0 Apr 8, 2022
@renovate renovate bot force-pushed the renovate/stripe-8.x branch 2 times, most recently from e9a0ac7 to 370c52c Compare April 14, 2022 00:37
@renovate renovate bot changed the title Update dependency stripe to ^8.216.0 Update dependency stripe to ^8.217.0 Apr 14, 2022
@renovate renovate bot changed the title Update dependency stripe to ^8.217.0 Update dependency stripe to ^8.218.0 Apr 19, 2022
@renovate renovate bot force-pushed the renovate/stripe-8.x branch from 370c52c to dc30ad5 Compare April 19, 2022 01:53
@renovate renovate bot changed the title Update dependency stripe to ^8.218.0 Update dependency stripe to ^8.219.0 Apr 22, 2022
@renovate renovate bot force-pushed the renovate/stripe-8.x branch from dc30ad5 to 4ea87a2 Compare April 22, 2022 00:41
@renovate renovate bot force-pushed the renovate/stripe-8.x branch from 4ea87a2 to e0d54b8 Compare May 3, 2022 18:06
@renovate renovate bot changed the title Update dependency stripe to ^8.219.0 Update dependency stripe to ^8.220.0 May 3, 2022
@renovate renovate bot force-pushed the renovate/stripe-8.x branch from e0d54b8 to 79352e3 Compare May 5, 2022 16:08
@renovate renovate bot changed the title Update dependency stripe to ^8.220.0 Update dependency stripe to ^8.221.0 May 5, 2022
@renovate renovate bot force-pushed the renovate/stripe-8.x branch from 79352e3 to 05b3da7 Compare May 5, 2022 18:41
@renovate renovate bot changed the title Update dependency stripe to ^8.221.0 Update dependency stripe to ^8.222.0 May 5, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Mar 23, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant