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

build(deps): bump stripe from 9.12.0 to 10.4.0 in /server #3671

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps stripe from 9.12.0 to 10.4.0.

Release notes

Sourced from stripe's releases.

v10.4.0

  • #1362 Update generated code
    • Add support for customer on resource class stripe.ConfirmationToken.PaymentMethodPreview
    • Add support for issuing_dispute.funds_rescinded on enums stripe.Event.type, stripe.WebhookEndpoint.CreateParams.enabled_events, and stripe.WebhookEndpoint.ModifyParams.enabled_events
    • Add support for multibanco on enums stripe.Invoice.PaymentSettings.payment_method_types, stripe.Invoice.CreateParamsPaymentSettings.payment_method_types, stripe.Invoice.ModifyParamsPaymentSettings.payment_method_types, stripe.Subscription.PaymentSettings.payment_method_types, stripe.Subscription.CreateParamsPaymentSettings.payment_method_types, and stripe.Subscription.ModifyParamsPaymentSettings.payment_method_types
    • Add support for stripe_s700 on enums stripe.terminal.Reader.device_type and stripe.terminal.Reader.ListParams.device_type
  • #1360 Update changelog

See the changelog for more details.

v10.4.0b1

  • #1356 Update generated code for beta
    • Change type of payment_element on stripe.CustomerSession.Components from Optional[PaymentElement] to PaymentElement
    • Add support for not_qualified on enum stripe.Dispute.EvidenceDetails.EnhancedEligibility.VisaCompellingEvidence3.status
    • Remove support for billing_policy_remote_function_response_invalid on enum stripe.QuotePreviewInvoice.LastFinalizationError.code
    • Remove support for billing_policy_remote_function_timeout on enum stripe.QuotePreviewInvoice.LastFinalizationError.code
    • Remove support for billing_policy_remote_function_unexpected_status_code on enum stripe.QuotePreviewInvoice.LastFinalizationError.code
    • Remove support for billing_policy_remote_function_unreachable on enum stripe.QuotePreviewInvoice.LastFinalizationError.code
    • Remove support for payment_intent_fx_quote_invalid on enum stripe.QuotePreviewInvoice.LastFinalizationError.code

See the changelog for more details.

v10.3.0

  • #1358 Update generated code
    • Add support for payment_method_options on resource stripe.ConfirmationToken
    • Add support for payment_element on resource class stripe.CustomerSession.Components and parameter class stripe.CustomerSession.CreateParamsComponents
    • Add support for address_validation on parameter class stripe.issuing.Card.CreateParamsShipping and resource class stripe.issuing.Card.Shipping
    • Add support for shipping on parameter class stripe.issuing.Card.ModifyParams
    • ⚠️ Remove support for 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 stripe.Invoice.LastFinalizationError.code, stripe.PaymentIntent.LastPaymentError.code, stripe.SetupAttempt.SetupError.code, and stripe.SetupIntent.LastSetupError.code
    • ⚠️ Remove support for payment_intent_fx_quote_invalid on enums stripe.Invoice.LastFinalizationError.code, stripe.PaymentIntent.LastPaymentError.code, stripe.SetupAttempt.SetupError.code, and stripe.SetupIntent.LastSetupError.code. The property was mistakenly released last week.
  • #1357 don't auto-organize imports

See the changelog for more details.

v10.3.0b1

  • #1355 Update generated code for beta
    • ⚠️ Remove support for payment_method_update on resource class stripe.CustomerSession.Components.PaymentElement.Features and parameter class stripe.CustomerSession.CreateParamsComponentsPaymentElementFeatures. Users are expected to completely migrate from using payment_method_update.
    • Add support for payment_method_allow_redisplay_filters, payment_method_redisplay, payment_method_save_usage on resource class stripe.CustomerSession.Components.PaymentElement.Features and parameter class stripe.CustomerSession.CreateParamsComponentsPaymentElementFeatures
    • Add support for institution on parameter classes stripe.Invoice.CreateParamsPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsFilters, stripe.Invoice.ModifyParamsPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsFilters, stripe.PaymentIntent.ConfirmParamsPaymentMethodOptionsUsBankAccountFinancialConnectionsFilters, stripe.PaymentIntent.CreateParamsPaymentMethodOptionsUsBankAccountFinancialConnectionsFilters, stripe.PaymentIntent.ModifyParamsPaymentMethodOptionsUsBankAccountFinancialConnectionsFilters, stripe.SetupIntent.ConfirmParamsPaymentMethodOptionsUsBankAccountFinancialConnectionsFilters, stripe.SetupIntent.CreateParamsPaymentMethodOptionsUsBankAccountFinancialConnectionsFilters, stripe.SetupIntent.ModifyParamsPaymentMethodOptionsUsBankAccountFinancialConnectionsFilters, stripe.Subscription.CreateParamsPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsFilters, stripe.Subscription.ModifyParamsPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsFilters, and stripe.financial_connections.Session.CreateParamsFilters and resource classes stripe.Invoice.PaymentSettings.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters, stripe.PaymentIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters, stripe.QuotePreviewInvoice.PaymentSettings.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters, stripe.SetupIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters, stripe.Subscription.PaymentSettings.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters, stripe.checkout.Session.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters, and stripe.financial_connections.Session.Filters
    • Add support for resource stripe.financial_connections.Institution
    • Add support for balance on enums stripe.financial_connections.Account.subscriptions, stripe.financial_connections.Account.SubscribeParams.features, and stripe.financial_connections.Account.UnsubscribeParams.features
    • Add support for financial_connections_institution_unavailable on enums stripe.Invoice.LastFinalizationError.code, stripe.PaymentIntent.LastPaymentError.code, stripe.QuotePreviewInvoice.LastFinalizationError.code, stripe.SetupAttempt.SetupError.code, and stripe.SetupIntent.LastSetupError.code
    • Add support for payment_intent_fx_quote_invalid on enum stripe.QuotePreviewInvoice.LastFinalizationError.code

See the changelog for more details.

v10.2.0

  • #1354 Update generated code
    • Add support for _cls_add_lines, _cls_remove_lines, _cls_update_lines, add_lines, remove_lines, update_lines on resource stripe.Invoice
    • Add support for posted_at on parameter class stripe.tax.Transaction.CreateFromCalculationParams and resource stripe.tax.Transaction

... (truncated)

Changelog

Sourced from stripe's changelog.

10.4.0 - 2024-07-18

  • #1362 Update generated code
    • Add support for customer on resource class stripe.ConfirmationToken.PaymentMethodPreview
    • Add support for issuing_dispute.funds_rescinded on enums stripe.Event.type, stripe.WebhookEndpoint.CreateParams.enabled_events, and stripe.WebhookEndpoint.ModifyParams.enabled_events
    • Add support for multibanco on enums stripe.Invoice.PaymentSettings.payment_method_types, stripe.Invoice.CreateParamsPaymentSettings.payment_method_types, stripe.Invoice.ModifyParamsPaymentSettings.payment_method_types, stripe.Subscription.PaymentSettings.payment_method_types, stripe.Subscription.CreateParamsPaymentSettings.payment_method_types, and stripe.Subscription.ModifyParamsPaymentSettings.payment_method_types
    • Add support for stripe_s700 on enums stripe.terminal.Reader.device_type and stripe.terminal.Reader.ListParams.device_type
  • #1360 Update changelog

10.3.0 - 2024-07-11

  • #1358 Update generated code
    • Add support for payment_method_options on resource stripe.ConfirmationToken
    • Add support for payment_element on resource class stripe.CustomerSession.Components and parameter class stripe.CustomerSession.CreateParamsComponents
    • Add support for address_validation on parameter class stripe.issuing.Card.CreateParamsShipping and resource class stripe.issuing.Card.Shipping
    • Add support for shipping on parameter class stripe.issuing.Card.ModifyParams
    • ⚠️ Remove support for 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 stripe.Invoice.LastFinalizationError.code, stripe.PaymentIntent.LastPaymentError.code, stripe.SetupAttempt.SetupError.code, and stripe.SetupIntent.LastSetupError.code
    • ⚠️ Remove support for payment_intent_fx_quote_invalid on enums stripe.Invoice.LastFinalizationError.code, stripe.PaymentIntent.LastPaymentError.code, stripe.SetupAttempt.SetupError.code, and stripe.SetupIntent.LastSetupError.code. The property was mistakenly released last week.
    • #1357 don't auto-organize imports

10.2.0 - 2024-07-05

  • #1354 Update generated code
    • Add support for _cls_add_lines, _cls_remove_lines, _cls_update_lines, add_lines, remove_lines, update_lines on resource stripe.Invoice
    • Add support for posted_at on parameter class stripe.tax.Transaction.CreateFromCalculationParams and resource stripe.tax.Transaction
    • Add support for payment_intent_fx_quote_invalid on enums stripe.Invoice.LastFinalizationError.code, stripe.PaymentIntent.LastPaymentError.code, stripe.SetupAttempt.SetupError.code, and stripe.SetupIntent.LastSetupError.code

10.1.0 - 2024-06-27

  • #1353 Update generated code
    • Add support for email_type on parameter classes stripe.CreditNote.CreateParams, stripe.CreditNote.PreviewLinesParams, and stripe.CreditNote.PreviewParams
    • Add support for filters on parameter classes stripe.Invoice.CreateParamsPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections, stripe.Invoice.ModifyParamsPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections, stripe.PaymentIntent.ConfirmParamsPaymentMethodOptionsUsBankAccountFinancialConnections, stripe.PaymentIntent.CreateParamsPaymentMethodOptionsUsBankAccountFinancialConnections, stripe.PaymentIntent.ModifyParamsPaymentMethodOptionsUsBankAccountFinancialConnections, stripe.SetupIntent.ConfirmParamsPaymentMethodOptionsUsBankAccountFinancialConnections, stripe.SetupIntent.CreateParamsPaymentMethodOptionsUsBankAccountFinancialConnections, stripe.SetupIntent.ModifyParamsPaymentMethodOptionsUsBankAccountFinancialConnections, stripe.Subscription.CreateParamsPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections, and stripe.Subscription.ModifyParamsPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections and resource classes stripe.Invoice.PaymentSettings.PaymentMethodOptions.UsBankAccount.FinancialConnections, stripe.PaymentIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections, stripe.SetupIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections, stripe.Subscription.PaymentSettings.PaymentMethodOptions.UsBankAccount.FinancialConnections, and stripe.checkout.Session.PaymentMethodOptions.UsBankAccount.FinancialConnections
    • Add support for account_subcategories on parameter class stripe.financial_connections.Session.CreateParamsFilters and resource class stripe.financial_connections.Session.Filters
    • Add support for reboot_window on parameter classes stripe.terminal.Configuration.CreateParams and stripe.terminal.Configuration.ModifyParams and resource stripe.terminal.Configuration
    • Add support for day on enum stripe.billing.Meter.ListEventSummariesParams.value_grouping_window
    • Add support for multibanco on enums stripe.PaymentLink.payment_method_types, stripe.PaymentLink.CreateParams.payment_method_types, and stripe.PaymentLink.ModifyParams.payment_method_types
    • Add support for twint on enums stripe.PaymentLink.payment_method_types, stripe.PaymentLink.CreateParams.payment_method_types, and stripe.PaymentLink.ModifyParams.payment_method_types
    • Add support for zip on enums stripe.PaymentLink.payment_method_types, stripe.PaymentLink.CreateParams.payment_method_types, and stripe.PaymentLink.ModifyParams.payment_method_types

10.0.0 - 2024-06-24

  • #1350 Update generated code

    This release changes the pinned API version to 2024-06-20. Please read the API Upgrade Guide and carefully review the API changes before upgrading.

    ⚠️ Breaking changes

    • Remove the unused resource PlatformTaxFee
    • Rename volume_decimal to quantity_decimal on parameter classes stripe.issuing.Authorization.CaptureParamsPurchaseDetailsFuel, stripe.issuing.Transaction.CreateForceCaptureParamsPurchaseDetailsFuel, and stripe.issuing.Transaction.CreateUnlinkedRefundParamsPurchaseDetailsFuel and resource class stripe.issuing.Transaction.PurchaseDetails.Fuel

    Additions

    • Add support for fleet on parameter classes stripe.issuing.Authorization.CaptureParamsPurchaseDetails, stripe.issuing.Authorization.CreateParams, stripe.issuing.Transaction.CreateForceCaptureParamsPurchaseDetails, and stripe.issuing.Transaction.CreateUnlinkedRefundParamsPurchaseDetails, resource stripe.issuing.Authorization, and resource class stripe.issuing.Transaction.PurchaseDetails
    • Add support for new values platform_disabled, paused.inactivity and other on enums Capability.Requirements.disabled_reason and Capability.FutureRequirements.disabled_reason
    • Add support for industry_product_code on parameter classes stripe.issuing.Authorization.CaptureParamsPurchaseDetailsFuel, stripe.issuing.Transaction.CreateForceCaptureParamsPurchaseDetailsFuel, and stripe.issuing.Transaction.CreateUnlinkedRefundParamsPurchaseDetailsFuel and resource class stripe.issuing.Transaction.PurchaseDetails.Fuel

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 22, 2024
Copy link

vercel bot commented Jul 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
polar ⬜️ Ignored (Inspect) Visit Preview Jul 24, 2024 0:31am
polar-next-js-example ⬜️ Ignored (Inspect) Visit Preview Jul 24, 2024 0:31am

Copy link
Contributor

github-actions bot commented Jul 22, 2024

📦 Next.js Bundle Analysis for web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 226.57 KB (🟡 +2 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Thirty-four Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/backoffice/layout 456.57 KB 683.14 KB 195.18% (+/- <0.01%)
/docs/api/[...endpoint]/page 426.76 KB 653.33 KB 186.66% (🟡 +0.01%)
/maintainer/[organization]/(topbar)/layout 456.57 KB 683.14 KB 195.18% (+/- <0.01%)
/maintainer/[organization]/(topbar)/donations/overview/page 573.34 KB 799.91 KB 228.55% (+/- <0.01%)
/maintainer/[organization]/(topbar)/funding/page 482.45 KB 709.02 KB 202.58% (+/- <0.01%)
/maintainer/[organization]/(topbar)/issues/badge/page 468.32 KB 694.88 KB 198.54% (+/- <0.01%)
/maintainer/[organization]/(topbar)/issues/organizations/page 448.05 KB 674.62 KB 192.75% (+/- <0.01%)
/maintainer/[organization]/(topbar)/issues/overview/page 489.05 KB 715.62 KB 204.46% (+/- <0.01%)
/maintainer/[organization]/(topbar)/members/page 442.06 KB 668.62 KB 191.04% (+/- <0.01%)
/maintainer/[organization]/(topbar)/overview/page 472.74 KB 699.3 KB 199.80% (+/- <0.01%)
/maintainer/[organization]/(topbar)/posts/analytics/page 566.59 KB 793.16 KB 226.62% (+/- <0.01%)
/maintainer/[organization]/(topbar)/posts/page 556.82 KB 783.38 KB 223.82% (🟡 +0.01%)
/maintainer/[organization]/(topbar)/products/benefits/page 539.75 KB 766.32 KB 218.95% (+/- <0.01%)
/maintainer/[organization]/(topbar)/products/overview/page 475.68 KB 702.25 KB 200.64% (🟡 +0.01%)
/maintainer/[organization]/(topbar)/sales/orders/page 478.66 KB 705.23 KB 201.49% (+/- <0.01%)
/maintainer/[organization]/(topbar)/sales/overview/page 570.03 KB 796.6 KB 227.60% (+/- <0.01%)
/maintainer/[organization]/(topbar)/sales/subscriptions/page 491.54 KB 718.11 KB 205.17% (🟡 +0.01%)
/maintainer/[organization]/(topbar)/settings/page 459.98 KB 686.55 KB 196.16% (+/- <0.01%)
/maintainer/[organization]/(topbar)/settings/webhooks/endpoints/[id]/page 488.37 KB 714.94 KB 204.27% (+/- <0.01%)
/maintainer/[organization]/(white)/posts/[post]/page 558.11 KB 784.68 KB 224.19% (🟡 +0.01%)
/maintainer/[organization]/(white)/layout 441.09 KB 667.66 KB 190.76% (+/- <0.01%)
/maintainer/[organization]/(white)/posts/new/page 555.77 KB 782.34 KB 223.53% (+/- <0.01%)
/maintainer/[organization]/products/[id]/page 528.52 KB 755.08 KB 215.74% (+/- <0.01%)
/maintainer/[organization]/products/layout 441.09 KB 667.66 KB 190.76% (+/- <0.01%)
/maintainer/[organization]/products/new/page 528.2 KB 754.76 KB 215.65% (+/- <0.01%)
/maintainer/[organization]/promote/page 463.31 KB 689.88 KB 197.11% (+/- <0.01%)
/maintainer/[organization]/promote/layout 441.09 KB 667.66 KB 190.76% (+/- <0.01%)
/docs/(mdx)/layout 354.64 KB 581.21 KB 166.06% (+/- <0.01%)
/docs/api/(mdx)/layout 354.64 KB 581.21 KB 166.06% (+/- <0.01%)
/docs/contribute/layout 354.64 KB 581.21 KB 166.06% (+/- <0.01%)
/docs/support/layout 354.64 KB 581.21 KB 166.06% (+/- <0.01%)
/maintainer/[organization]/(topbar)/finance/layout 441.09 KB 667.66 KB 190.76% (+/- <0.01%)
/maintainer/[organization]/(topbar)/finance/issue-funding/layout 441.09 KB 667.66 KB 190.76% (+/- <0.01%)
/maintainer/[organization]/(topbar)/finance/issue-funding/rewarded/page 71.87 KB 298.44 KB 85.27% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@dependabot dependabot bot force-pushed the dependabot/pip/server/stripe-10.4.0 branch 3 times, most recently from ddee6b7 to a5a14cd Compare July 24, 2024 12:18
Bumps [stripe](https://github.com/stripe/stripe-python) from 9.12.0 to 10.4.0.
- [Release notes](https://github.com/stripe/stripe-python/releases)
- [Changelog](https://github.com/stripe/stripe-python/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-python@v9.12.0...v10.4.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 force-pushed the dependabot/pip/server/stripe-10.4.0 branch from a5a14cd to cb99a08 Compare July 24, 2024 12:26
@frankie567 frankie567 merged commit 61c246d into main Jul 24, 2024
7 of 9 checks passed
@frankie567 frankie567 deleted the dependabot/pip/server/stripe-10.4.0 branch July 24, 2024 12:30
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant