Skip to content
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

Update stripe (major) - autoclosed #3687

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@stripe/stripe-js (source) 2.4.0 -> 3.3.0 age adoption passing confidence
stripe 14.25.0 -> 15.1.0 age adoption passing confidence

Release Notes

stripe/stripe-js (@​stripe/stripe-js)

v3.3.0

Compare Source

v3.2.0: v.3.2.0

Compare Source

New features
  • Add allow_redisplay parameter to ConfirmationTokenCreateParams and ConfirmPaymentData (#​584)
  • onBehalfOf should be updateable (#​585)
Changed
  • Bump express from 4.17.1 to 4.19.2 in /examples/rollup (#​582)

v3.1.0

Compare Source

New features
  • Add types for Confirmation Token GA (#​556)
Fixes
  • Improved type mismatch fix (#​577)

v3.0.10

Compare Source

Fixes
  • Revert "Fix mismatched types between entrypoint and pure modules (#​565)" (#​576)

v3.0.9

Compare Source

Fixes
  • Fix mismatched types between entrypoint and pure modules (#​565)

v3.0.8

Compare Source

New features
Fixes
  • Add allow_redisplay to Typescript definitions (#​572)
  • add fetchClientSecret param to embedded Checkout options type (#​569)
Changed

v3.0.7

Compare Source

New features
Fixes
  • Update Custom Checkout types (#​567)
Changed

v3.0.6

Compare Source

New features
Fixes
  • Fix ConfirmCashappSetupOptions typing (#​561)
Changed
  • Bump ip from 1.1.5 to 1.1.9 in /examples/webpack (#​557)

v3.0.5

Compare Source

Fixes
  • Remove window declarations from pure types (#​560)

v3.0.4

Compare Source

This release removes conditional exports added in the 3.0.x release series. Support for the moduleResolution=node strategy in TypeScript is restored.

Fixes
  • Remove conditional exports (#​555)
  • Add pure dir to prettierignore (#​558)

v3.0.3

Compare Source

Fixes
  • Fix types for node16/bundler module resolution strategies (#​553)
  • revert mts (#​552)
Changed

v3.0.3 provides a fix for some of the issues in previous v3.0.x releases.

v3.0.2

Compare Source

⚠️ We are aware of an issue impacting builds for some TypeScript users in our package releases v3.0.0, v3.0.1, v3.0.2 and recommend users to upgrade to our latest package release v3.0.3 which contains a fix. ⚠️

Fixes
  • Fix TypeScript types for some builds (#​551)
Changed

An additional fix for ESM change from v3.0.0

v3.0.1

Compare Source

⚠️ We are aware of an issue impacting builds for some TypeScript users in our package releases v3.0.0, v3.0.1, v3.0.2 and recommend users to upgrade to our latest package release v3.0.3 which contains a fix. ⚠️

Fixes
Changed

New release provides fix for v3.0.0 related issues

v3.0.0

Compare Source

⚠️ We are aware of an issue impacting builds for some TypeScript users in our package releases v3.0.0, v3.0.1, v3.0.2 and recommend users to upgrade to our latest package release v3.0.3 which contains a fix. ⚠️

Fixes
Changed
  • Bump follow-redirects from 1.14.9 to 1.15.4 in /examples/webpack (#​536)
  • v2.4.0

Note: This release fixes ES module imports with this pull request [https://github.com/stripe/stripe-js/pull/541](https://togithub.com/stripe/stripe-js/pull/541)1]. Please update imports accordingly when updating to this new major release.

stripe/stripe-node (stripe)

v15.1.0

Compare Source

  • #​2062 Update generated code
    • Add support for account_management and notification_banner on AccountSession.components and AccountSessionCreateParams.components
    • Add support for external_account_collection on AccountSession.components.account_onboarding.features and AccountSessionCreateParams.components.account_onboarding.features
    • Add support for new values billing_policy_remote_function_response_invalid, billing_policy_remote_function_timeout, billing_policy_remote_function_unexpected_status_code, and billing_policy_remote_function_unreachable on enums Invoice.last_finalization_error.code, PaymentIntent.last_payment_error.code, SetupAttempt.setup_error.code, SetupIntent.last_setup_error.code, and StripeError.code
    • Change Billing.MeterEventAdjustmentCreateParams.cancel.identifier and Billing.MeterEventAdjustmentCreateParams.cancel to be optional
    • Change Billing.MeterEventAdjustmentCreateParams.type to be required
    • Change type of Billing.MeterEventAdjustment.cancel from BillingMeterResourceBillingMeterEventAdjustmentCancel to BillingMeterResourceBillingMeterEventAdjustmentCancel | null
    • Add support for amazon_pay on Charge.payment_method_details, Checkout.Session.payment_method_options, Checkout.SessionCreateParams.payment_method_options, ConfirmationToken.payment_method_preview, ConfirmationTokenCreateParams.testHelpers.payment_method_data, 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, PaymentMethodConfigurationCreateParams, PaymentMethodConfigurationUpdateParams, PaymentMethodConfiguration, PaymentMethodCreateParams, PaymentMethod, Refund.destination_details, SetupIntent.payment_method_options, SetupIntentConfirmParams.payment_method_data, SetupIntentConfirmParams.payment_method_options, SetupIntentCreateParams.payment_method_data, SetupIntentCreateParams.payment_method_options, SetupIntentUpdateParams.payment_method_data, and SetupIntentUpdateParams.payment_method_options
    • Add support for new value ownership on enums Checkout.Session.payment_method_options.us_bank_account.financial_connections.prefetch[], Checkout.SessionCreateParams.payment_method_options.us_bank_account.financial_connections.prefetch[], Invoice.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[], InvoiceCreateParams.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[], InvoiceUpdateParams.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[], PaymentIntent.payment_method_options.us_bank_account.financial_connections.prefetch[], PaymentIntentConfirmParams.payment_method_options.us_bank_account.financial_connections.prefetch[], PaymentIntentCreateParams.payment_method_options.us_bank_account.financial_connections.prefetch[], PaymentIntentUpdateParams.payment_method_options.us_bank_account.financial_connections.prefetch[], SetupIntent.payment_method_options.us_bank_account.financial_connections.prefetch[], SetupIntentConfirmParams.payment_method_options.us_bank_account.financial_connections.prefetch[], SetupIntentCreateParams.payment_method_options.us_bank_account.financial_connections.prefetch[], SetupIntentUpdateParams.payment_method_options.us_bank_account.financial_connections.prefetch[], Subscription.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[], SubscriptionCreateParams.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[], and SubscriptionUpdateParams.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[]
    • Add support for new value amazon_pay on enum Checkout.SessionCreateParams.payment_method_types[]
    • Add support for new values bh_vat, kz_bin, ng_tin, and om_vat on enums Checkout.Session.customer_details.tax_ids[].type, Invoice.customer_tax_ids[].type, Tax.Calculation.customer_details.tax_ids[].type, Tax.Transaction.customer_details.tax_ids[].type, and TaxId.type
    • Add support for new value amazon_pay on enums ConfirmationTokenCreateParams.testHelpers.payment_method_data.type, PaymentIntentConfirmParams.payment_method_data.type, PaymentIntentCreateParams.payment_method_data.type, PaymentIntentUpdateParams.payment_method_data.type, SetupIntentConfirmParams.payment_method_data.type, SetupIntentCreateParams.payment_method_data.type, and SetupIntentUpdateParams.payment_method_data.type
    • Add support for new value amazon_pay on enums ConfirmationToken.payment_method_preview.type and PaymentMethod.type
    • Add support for new values bh_vat, kz_bin, ng_tin, and om_vat on enums CustomerCreateParams.tax_id_data[].type, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type, InvoiceUpcomingParams.customer_details.tax_ids[].type, Tax.CalculationCreateParams.customer_details.tax_ids[].type, and TaxIdCreateParams.type
    • Add support for new value amazon_pay on enums CustomerListPaymentMethodsParams.type, PaymentMethodCreateParams.type, and PaymentMethodListParams.type
    • Add support for next_refresh_available_at on FinancialConnections.Account.ownership_refresh
    • Add support for new value ownership on enums Invoice.payment_settings.payment_method_options.us_bank_account.financial_connections.permissions[] and Subscription.payment_settings.payment_method_options.us_bank_account.financial_connections.permissions[]

v15.0.0

Compare Source

  • #​2057

    • This release changes the pinned API version to 2024-04-10. Please read the API Upgrade Guide and carefully review the API changes before upgrading.
⚠️ Breaking changes
  • Rename event type InvoiceitemCreatedEvent to InvoiceItemCreatedEvent
  • Rename event type InvoiceitemDeletedEvent to InvoiceItemDeletedEvent
  • Rename features to marketing_features on ProductCreateOptions, ProductUpdateOptions, and Product.
⚠️ Removal of enum values, properties and events that are no longer part of the publicly documented Stripe API
  • Remove subscription_pause from the below as the feature to pause subscription on the portal has been deprecated.
    • BillingPortal.Configuration.Features
    • BillingPortal.ConfigurationCreateParams.Features
    • BillingPortal.ConfigurationUpdateParams.Features
  • Remove the below deprecated values for the type BalanceTransaction.Type
    • obligation_inbound
    • obligation_payout
    • obligation_payout_failure
    • 'obligation_reversal_outbound'
  • Remove deprecated value various for the type Climate.Supplier.RemovalPathway
  • Remove deprecated events
    • invoiceitem.updated
    • order.created
    • recipient.created
    • recipient.deleted
    • recipient.updated
    • sku.created
    • sku.deleted
    • sku.updated
  • Remove types for the deprecated events
    • InvoiceItemUpdatedEvent
    • OrderCreatedEvent
    • RecipientCreatedEvent
    • RecipientDeletedEvent
    • RecipientUpdatedEvent
    • SKUCreatedEvent
    • SKUDeletedEvent
  • Remove the deprecated value include_and_require for the typeInvoiceCreateParams.PendingInvoiceItemsBehavior
  • Remove the deprecated value service_tax for the types TaxRate.TaxType, TaxRateCreateParams.TaxType, TaxRateUpdateParams.TaxType, and InvoiceUpdateLineItemParams.TaxAmount.TaxRateData
  • Remove request_incremental_authorization from PaymentIntentCreateParams.PaymentMethodOptions.CardPresent, PaymentIntentUpdateParams.PaymentMethodOptions.CardPresent and PaymentIntentConfirmParams.PaymentMethodOptions.CardPresent
  • Remove support for id_bank_transfer, multibanco, netbanking, pay_by_bank, and upi on PaymentMethodConfiguration
  • Remove the deprecated value obligation for the type Reporting.ReportRunCreateParams.Parameters.ReportingCategory
  • Remove the deprecated value challenge_only from the type SetupIntent.PaymentMethodOptions.Card.RequestThreeDSecure
  • Remove the legacy field rendering_options in Invoice, InvoiceCreateOptions and InvoiceUpdateOptions. Use rendering instead.

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 becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

Copy link

changeset-bot bot commented Apr 13, 2024

⚠️ No Changeset found

Latest commit: 9320ca5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@renovate renovate bot changed the title Update stripe (major) Update stripe (major) - autoclosed Apr 15, 2024
@renovate renovate bot closed this Apr 15, 2024
@renovate renovate bot deleted the renovate/major-stripe branch April 15, 2024 03:27
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.

None yet

0 participants