Bump the prod-minor-updates group across 1 directory with 7 updates #457

Closed
opened 2026-04-05 17:10:55 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @dependabot[bot] on 12/19/2025

Bumps the prod-minor-updates group with 7 updates in the / directory:

Package From To
@aws-sdk/client-s3 3.948.0 3.955.0
eslint-config-next 16.0.8 16.1.0
lucide-react 0.559.0 0.562.0
next-intl 4.5.8 4.6.1
react-day-picker 9.12.0 9.13.0
stripe 20.0.0 20.1.0
zod 4.1.13 4.2.1

Updates @aws-sdk/client-s3 from 3.948.0 to 3.955.0

Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.955.0

3.955.0(2025-12-18)

Chores
New Features
  • clients: update client endpoints as of 2025-12-18 (11335218)
  • client-ec2: This release adds AvailabilityZoneId support for CreateFleet, ModifyFleet, DescribeFleets, RequestSpotFleet, ModifySpotFleetRequests and DescribeSpotFleetRequests APIs. (4d1a66b9)
  • client-ecs: Adding support for Event Windows via a new ECS account setting "fargateEventWindows". When enabled, ECS Fargate will use the configured event window for patching tasks. Introducing "CapacityOptionType" for CreateCapacityProvider API, allowing support for Spot capacity for ECS Managed Instances. (751c797f)
  • client-arc-region-switch: New API to list Route 53 health checks created by ARC region switch for a plan in a specific AWS Region using the Region switch Regional data plane. (406035c4)
  • client-bedrock-agentcore-control: Feature to support header exchanges between Bedrock AgentCore Gateway Targets and client, along with propagating query parameter to the configured targets. (800275ca)
  • client-appstream: Added support for new operating systems (1) Ubuntu 24.04 Pro LTS on Elastic fleets, and (2) Microsoft Server 2025 on Always-On and On-Demand fleets (a94e6d55)
  • client-cleanrooms: Adding support for collaboration change requests requiring an approval workflow. Adding support for change requests that grant or revoke results receiver ability and modifying auto approved change types in an existing collaboration. (26987932)
  • client-artifact: Add support for ListReportVersions API for the calling AWS account. (8247b183)
  • client-iot: This release adds message batching for the IoT Rules Engine HTTP action. (aa2dc069)
  • client-sesv2: Amazon SES introduces Email Validation feature which checks email addresses for syntax errors, domain validity, and risky addresses to help maintain deliverability and protect sender reputation. SES also adds resource tagging and ABAC support for EmailTemplates and CustomVerificationEmailTemplates. (7412e741)
  • client-bedrock-data-automation: Blueprint Optimization (BPO) is a new Amazon Bedrock Data Automation (BDA) capability that improves blueprint inference accuracy using example content assets and ground truth data. BPO works by generating better instructions for fields in the Blueprint using provided data. (3f901e7c)
  • client-ecr: Adds support for ECR Create On Push (620e820d)
  • client-opensearch: Amazon OpenSearch Service adds support for warm nodes, enabling new multi-tier architecture. (e574a591)
  • client-ssm-sap: Added "Stopping" for the HANA Database Status. (393a8516)

For list of updated packages, view updated-packages.md in assets-3.955.0.zip

v3.954.0

3.954.0(2025-12-17)

Chores
Documentation Changes
  • core/protocols: add docs for schemas and protocols (#7583) (16628667)
New Features
  • clients: update client endpoints as of 2025-12-17 (cf14f274)
  • client-mediapackagev2: This release adds support for SPEKE V2 content key encryption in MediaPackage v2 Origin Endpoints. (988aac9d)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.955.0 (2025-12-18)

Note: Version bump only for package @​aws-sdk/client-s3

3.954.0 (2025-12-17)

Note: Version bump only for package @​aws-sdk/client-s3

3.953.0 (2025-12-16)

Features

  • clients: allow protocol selection by class constructor (#7568) (5c5fd2e)

3.952.0 (2025-12-15)

Features

  • client-s3: This release adds support for the new optional field 'LifecycleExpirationDate' in S3 Inventory configurations. (55955e0)
Commits
  • 821ba3b Publish v3.955.0
  • e9b7f20 chore(clients): export star from models_N (#7586)
  • 0bfc110 Publish v3.954.0
  • b654d97 chore(clients): bump '@smithy/*' versions (#7582)
  • 1978c68 chore(codegen): changes for handling conflicting params (#7549)
  • 09e0721 Publish v3.953.0
  • 5c5fd2e feat(clients): allow protocol selection by class constructor (#7568)
  • 4359e40 chore: build cjs rollup without typescript (#7580)
  • 3870229 Publish v3.952.0
  • 55955e0 feat(client-s3): This release adds support for the new optional field 'Lifecy...
  • See full diff in compare view

Updates eslint-config-next from 16.0.8 to 16.1.0

Release notes

Sourced from eslint-config-next's releases.

v16.1.0

[!TIP]
Check out our Next v16.1 Blog Post to learn more about this release.

Core Changes

  • fix: Rspack throw error when using ForceCompleteRuntimePlugin: #85221
  • fix: build CLI output not displaying Proxy (Middleware) when nodejs runtime: #85403
  • fix: staleTimes.static should consistently enforce a 30s minimum: #85479
  • [turbopack] fix build of empty entries of pages: #84873
  • Cache the head separately from the route tree: #84724
  • Allow inspecting dev server on default port with next dev --inspect: #85037
  • Avoid proxying React modules through workUnitStore: #85486
  • fix: redirect should always return updated router state: #85533
  • Upgrade React from b4455a6e-20251027 to 4f931700-20251029: #85518
  • [turbopack] Move generation of cacheLife types out of the webpack plugin and into the dev bundler directly: #85539
  • Ensure user-space stack frame for 'use cache' in page/layout component: #85519
  • Update parallel routes in build-complete: #85546
  • fully remove clientSegmentCache flag: #85541
  • [turbopack] Support relative paths in turbopack source maps.: #85146
  • Release unnecessary memory on hydration finish: #84967
  • Preserve interception markers in parameter types: #85526
  • move segment cache entries to top level segment-cache dir: #85542
  • Upgrade React from 4f931700-20251029 to 561ee24d-20251101: #85670
  • [devtools] Remove title from preferences: #85698
  • Update font data: #85708
  • Don't invalidate hot reloader excessively during dev server boot: #85732
  • [codemod] fix: next-lint-to-eslint-cli did not handle 'next' plugin: #85749
  • Upgrade React from 561ee24d-20251101 to 67f7d47a-20251103: #85762
  • Tracing: Fix memory leak in span map: #85529
  • Fix documentation typo in refresh function: #85696
  • fix: eslint-config-next types was exporting to dist/src: #85768
  • Upgrade React from 67f7d47a-20251103 to f646e8ff-20251104: #85772
  • remove unused RSC payload property: #85746
  • [runtime prefetching]: fix runtime prefetching when deployed: #85595
  • Turbopack: next build --analyze: #85197
  • Build: Log amount of workers during static generation: #85706
  • Upgrade React from f646e8ff-20251104 to dd048c3b-20251105: #85819
  • Sync devFallbackParams when generateStaticParams change: #85741
  • chore: upgrade rspack 1.6.0: #84210
  • [mcp] get_routes mcp tool: #85773
  • Split each path param into a separate cache key : #85758
  • [turbopack] change server source maps in production to use relative paths: #85576
  • fix: skip collecting metadata for app-error in webpack: #85892
  • fix: support root span attributes with a custom server: #85521
  • fix isDynamicRSC condition when deployed: #85919
  • [turbopack] Make it possible to synchronously access native bindings: #85787
  • Upgrade React from dd048c3b-20251105 to fa50caf5-20251107: #85906
  • Fix telemetry event loss on build failures and server shutdown: #85867
  • Remove one stack frame from 'use cache' call stacks: #85966

... (truncated)

Commits

Updates lucide-react from 0.559.0 to 0.562.0

Release notes

Sourced from lucide-react's releases.

Version 0.562.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.561.0...0.562.0

Version 0.561.0

What's Changed

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.560.0...0.561.0

Version 0.560.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.559.0...0.560.0

Commits

Updates next-intl from 4.5.8 to 4.6.1

Release notes

Sourced from next-intl's releases.

v4.6.1

4.6.1 (2025-12-16)

Bug Fixes

v4.6.0

4.6.0 (2025-12-12)

Features

  • Custom formats for useExtracted, consistency fixes for file references, pruning of messages and sorting of keys (#2155) (c02818e) – by @​amannn
Changelog

Sourced from next-intl's changelog.

4.6.1 (2025-12-16)

Bug Fixes

4.6.0 (2025-12-12)

Features

  • Custom formats for useExtracted, consistency fixes for file references, pruning of messages and sorting of keys (#2155) (c02818e) – by @​amannn
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for next-intl since your current version.


Updates react-day-picker from 9.12.0 to 9.13.0

Release notes

Sourced from react-day-picker's releases.

v9.13.0

This release introduces an experimental noonSafe prop to help deal with historical time zones with second offsets. See https://daypicker.dev/localization/setting-time-zone#noonsafe for more details.

What's Changed

Full Changelog: https://github.com/gpbl/react-day-picker/compare/v9.12.0...v9.13.0

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for react-day-picker since your current version.


Updates stripe from 20.0.0 to 20.1.0

Release notes

Sourced from stripe's releases.

v20.1.0

This release changes the pinned API version to 2025-12-15.clover.

  • #2522 Update generated code
    • Add support for new resources V2.Core.AccountLink, V2.Core.AccountPersonToken, V2.Core.AccountPerson, V2.Core.AccountToken, and V2.Core.Account
    • Add support for create and retrieve methods on resources V2.Core.AccountPersonToken and V2.Core.AccountToken
    • Add support for create method on resource V2.Core.AccountLink
    • Add support for close, create, list, retrieve, and update methods on resource V2.Core.Account
    • Add support for create, del, list, retrieve, and update methods on resource V2.Core.AccountPerson
    • Add support for payto_payments on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities
    • Add support for signer on AccountCreateParams.documents.proof_of_registration, AccountCreateParams.documents.proof_of_ultimate_beneficial_ownership, AccountUpdateParams.documents.proof_of_registration, and AccountUpdateParams.documents.proof_of_ultimate_beneficial_ownership
    • Add support for customer_account on Billing.CreditBalanceSummaryRetrieveParams, Billing.CreditBalanceSummary, Billing.CreditBalanceTransactionListParams, Billing.CreditGrantCreateParams, Billing.CreditGrantListParams, Billing.CreditGrant, BillingPortal.SessionCreateParams, BillingPortal.Session, CashBalance, Checkout.SessionCreateParams, Checkout.SessionListParams, Checkout.Session, ConfirmationToken.payment_method_preview, CreditNoteListParams, CreditNote, CustomerBalanceTransaction, CustomerCashBalanceTransaction, CustomerSessionCreateParams, CustomerSession, Customer, Discount, FinancialConnections.Account.account_holder, FinancialConnections.AccountListParams.account_holder, FinancialConnections.Session.account_holder, FinancialConnections.SessionCreateParams.account_holder, InvoiceCreateParams, InvoiceCreatePreviewParams, InvoiceItemCreateParams, InvoiceItemListParams, InvoiceItem, InvoiceListParams, Invoice, PaymentIntentCreateParams, PaymentIntentListParams, PaymentIntentUpdateParams, PaymentIntent, PaymentMethodAttachParams, PaymentMethodListParams, PaymentMethod, PromotionCodeCreateParams, PromotionCodeListParams, PromotionCode, QuoteCreateParams, QuoteListParams, QuoteUpdateParams, Quote, SetupAttempt, SetupIntentCreateParams, SetupIntentListParams, SetupIntentUpdateParams, SetupIntent, SubscriptionCreateParams, SubscriptionListParams, SubscriptionScheduleCreateParams, SubscriptionScheduleListParams, SubscriptionSchedule, Subscription, TaxId.owner, TaxIdCreateParams.owner, TaxIdListParams.owner, and TaxId
    • Add support for metadata on Checkout.SessionCreateParams.line_items[] and LineItem
    • Change Billing.CreditBalanceSummaryRetrieveParams.customer, Billing.CreditBalanceTransactionListParams.customer, Billing.CreditGrantCreateParams.customer, BillingPortal.SessionCreateParams.customer, CustomerSessionCreateParams.customer, InvoiceItemCreateParams.customer, PaymentMethodAttachParams.customer, and SubscriptionCreateParams.customer to be optional
    • Add support for billing_cycle_anchor on BillingPortal.Configuration.features.subscription_update, BillingPortal.ConfigurationCreateParams.features.subscription_update, and BillingPortal.ConfigurationUpdateParams.features.subscription_update
    • Add support for payto on Charge.payment_method_details, Checkout.Session.payment_method_options, Checkout.SessionCreateParams.payment_method_options, ConfirmationToken.payment_method_preview, ConfirmationTokenCreateParams.testHelpers.payment_method_data, Invoice.payment_settings.payment_method_options, InvoiceCreateParams.payment_settings.payment_method_options, InvoiceUpdateParams.payment_settings.payment_method_options, Mandate.payment_method_details, PaymentAttemptRecord.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, PaymentMethodConfigurationCreateParams, PaymentMethodConfigurationUpdateParams, PaymentMethodConfiguration, PaymentMethodCreateParams, PaymentMethodUpdateParams, PaymentMethod, PaymentRecord.payment_method_details, SetupAttempt.payment_method_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, SetupIntentUpdateParams.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 expected_debit_date on Charge.payment_method_details.acss_debit, Charge.payment_method_details.au_becs_debit, Charge.payment_method_details.bacs_debit, Charge.payment_method_details.nz_bank_account, Charge.payment_method_details.sepa_debit, Charge.payment_method_details.us_bank_account, PaymentAttemptRecord.payment_method_details.acss_debit, PaymentAttemptRecord.payment_method_details.au_becs_debit, PaymentAttemptRecord.payment_method_details.bacs_debit, PaymentAttemptRecord.payment_method_details.nz_bank_account, PaymentAttemptRecord.payment_method_details.sepa_debit, PaymentAttemptRecord.payment_method_details.us_bank_account, PaymentRecord.payment_method_details.acss_debit, PaymentRecord.payment_method_details.au_becs_debit, PaymentRecord.payment_method_details.bacs_debit, PaymentRecord.payment_method_details.nz_bank_account, PaymentRecord.payment_method_details.sepa_debit, and PaymentRecord.payment_method_details.us_bank_account
    • Add support for new value mollie on enums Charge.payment_method_details.ideal.bank, ConfirmationToken.payment_method_preview.ideal.bank, ConfirmationTokenCreateParams.testHelpers.payment_method_data.ideal.bank, PaymentAttemptRecord.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, PaymentRecord.payment_method_details.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 MLLENL2A on enums Charge.payment_method_details.ideal.bic, ConfirmationToken.payment_method_preview.ideal.bic, PaymentAttemptRecord.payment_method_details.ideal.bic, PaymentMethod.ideal.bic, PaymentRecord.payment_method_details.ideal.bic, and SetupAttempt.payment_method_details.ideal.bic
    • Add support for new value payto on enums Checkout.SessionCreateParams.excluded_payment_method_types, PaymentIntent.excluded_payment_method_types, PaymentIntentConfirmParams.excluded_payment_method_types, PaymentIntentCreateParams.excluded_payment_method_types, PaymentIntentUpdateParams.excluded_payment_method_types, SetupIntent.excluded_payment_method_types, SetupIntentCreateParams.excluded_payment_method_types, and SetupIntentUpdateParams.excluded_payment_method_types
    • Add support for new value payto on enum Checkout.SessionCreateParams.payment_method_types
    • Add support for line_items on Checkout.SessionUpdateParams
    • Add support for new value payto 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 payto on enums ConfirmationToken.payment_method_preview.type and PaymentMethod.type
    • Add support for new value payto on enums CustomerListPaymentMethodsParams.type, PaymentMethodCreateParams.type, and PaymentMethodListParams.type
    • Add support for invoice on CustomerListCustomerBalanceTransactionsParams
    • Add support for related_customer_account on Identity.VerificationSessionCreateParams, Identity.VerificationSessionListParams, and Identity.VerificationSession
    • Change type of InvoiceItem.pricing.price_details.price and InvoiceLineItem.pricing.price_details.price from string to expandable(Price)
    • Add support for new value payto 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 subtotal on InvoiceLineItem
    • Add support for authorization_code, description, iin, installments, issuer, network_advice_code, network_decline_code, and stored_credential_usage on PaymentAttemptRecord.payment_method_details.card and PaymentRecord.payment_method_details.card
    • Change PaymentIntent.transfer_data to be optional
    • Add support for new value payto on enums PaymentLink.payment_method_types, PaymentLinkCreateParams.payment_method_types, and PaymentLinkUpdateParams.payment_method_types
    • Add support for allow_redisplay on PaymentMethodListParams
    • Add support for reported_by on PaymentRecord
    • Change Product.tax_code to be optional
    • Add support for new values 2025-12-15.clover and 2026-01-28.clover on enum WebhookEndpointCreateParams.api_version
    • Add support for changes on V2.Core.Event
    • Add support for error code account_token_required_for_v2_account on Invoice.last_finalization_error, PaymentIntent.last_payment_error, SetupAttempt.setup_error, SetupIntent.last_setup_error, and StripeError

See the changelog for more details.

v20.1.0-beta.1

This release changes the pinned API version to 2025-11-17.preview.

  • #2487 Update generated code for beta
    • Add support for new resources V2.Core.AccountPersonToken and V2.Core.AccountToken
    • Remove support for resource V2.Payments.OffSessionPayment
    • Add support for create and retrieve methods on resources V2.Core.AccountPersonToken and V2.Core.AccountToken
    • Remove support for cancel, capture, create, list, and retrieve methods on resource V2.Payments.OffSessionPayment

... (truncated)

Changelog

Sourced from stripe's changelog.

20.1.0 - 2025-12-16

This release changes the pinned API version to 2025-12-15.clover.

  • #2522 Update generated code
    • Add support for new resources V2.Core.AccountLink, V2.Core.AccountPersonToken, V2.Core.AccountPerson, V2.Core.AccountToken, and V2.Core.Account
    • Add support for create and retrieve methods on resources V2.Core.AccountPersonToken and V2.Core.AccountToken
    • Add support for create method on resource V2.Core.AccountLink
    • Add support for close, create, list, retrieve, and update methods on resource V2.Core.Account
    • Add support for create, del, list, retrieve, and update methods on resource V2.Core.AccountPerson
    • Add support for payto_payments on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities
    • Add support for signer on AccountCreateParams.documents.proof_of_registration, AccountCreateParams.documents.proof_of_ultimate_beneficial_ownership, AccountUpdateParams.documents.proof_of_registration, and AccountUpdateParams.documents.proof_of_ultimate_beneficial_ownership
    • Add support for customer_account on Billing.CreditBalanceSummaryRetrieveParams, Billing.CreditBalanceSummary, Billing.CreditBalanceTransactionListParams, Billing.CreditGrantCreateParams, Billing.CreditGrantListParams, Billing.CreditGrant, BillingPortal.SessionCreateParams, BillingPortal.Session, CashBalance, Checkout.SessionCreateParams, Checkout.SessionListParams, Checkout.Session, ConfirmationToken.payment_method_preview, CreditNoteListParams, CreditNote, CustomerBalanceTransaction, CustomerCashBalanceTransaction, CustomerSessionCreateParams, CustomerSession, Customer, Discount, FinancialConnections.Account.account_holder, FinancialConnections.AccountListParams.account_holder, FinancialConnections.Session.account_holder, FinancialConnections.SessionCreateParams.account_holder, InvoiceCreateParams, InvoiceCreatePreviewParams, InvoiceItemCreateParams, InvoiceItemListParams, InvoiceItem, InvoiceListParams, Invoice, PaymentIntentCreateParams, PaymentIntentListParams, PaymentIntentUpdateParams, PaymentIntent, PaymentMethodAttachParams, PaymentMethodListParams, PaymentMethod, PromotionCodeCreateParams, PromotionCodeListParams, PromotionCode, QuoteCreateParams, QuoteListParams, QuoteUpdateParams, Quote, SetupAttempt, SetupIntentCreateParams, SetupIntentListParams, SetupIntentUpdateParams, SetupIntent, SubscriptionCreateParams, SubscriptionListParams, SubscriptionScheduleCreateParams, SubscriptionScheduleListParams, SubscriptionSchedule, Subscription, TaxId.owner, TaxIdCreateParams.owner, TaxIdListParams.owner, and TaxId
    • Add support for metadata on Checkout.SessionCreateParams.line_items[] and LineItem
    • Change Billing.CreditBalanceSummaryRetrieveParams.customer, Billing.CreditBalanceTransactionListParams.customer, Billing.CreditGrantCreateParams.customer, BillingPortal.SessionCreateParams.customer, CustomerSessionCreateParams.customer, InvoiceItemCreateParams.customer, PaymentMethodAttachParams.customer, and SubscriptionCreateParams.customer to be optional
    • Add support for billing_cycle_anchor on BillingPortal.Configuration.features.subscription_update, BillingPortal.ConfigurationCreateParams.features.subscription_update, and BillingPortal.ConfigurationUpdateParams.features.subscription_update
    • Add support for payto on Charge.payment_method_details, Checkout.Session.payment_method_options, Checkout.SessionCreateParams.payment_method_options, ConfirmationToken.payment_method_preview, ConfirmationTokenCreateParams.testHelpers.payment_method_data, Invoice.payment_settings.payment_method_options, InvoiceCreateParams.payment_settings.payment_method_options, InvoiceUpdateParams.payment_settings.payment_method_options, Mandate.payment_method_details, PaymentAttemptRecord.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, PaymentMethodConfigurationCreateParams, PaymentMethodConfigurationUpdateParams, PaymentMethodConfiguration, PaymentMethodCreateParams, PaymentMethodUpdateParams, PaymentMethod, PaymentRecord.payment_method_details, SetupAttempt.payment_method_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, SetupIntentUpdateParams.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 expected_debit_date on Charge.payment_method_details.acss_debit, Charge.payment_method_details.au_becs_debit, Charge.payment_method_details.bacs_debit, Charge.payment_method_details.nz_bank_account, Charge.payment_method_details.sepa_debit, Charge.payment_method_details.us_bank_account, PaymentAttemptRecord.payment_method_details.acss_debit, PaymentAttemptRecord.payment_method_details.au_becs_debit, PaymentAttemptRecord.payment_method_details.bacs_debit, PaymentAttemptRecord.payment_method_details.nz_bank_account, PaymentAttemptRecord.payment_method_details.sepa_debit, PaymentAttemptRecord.payment_method_details.us_bank_account, PaymentRecord.payment_method_details.acss_debit, PaymentRecord.payment_method_details.au_becs_debit, PaymentRecord.payment_method_details.bacs_debit, PaymentRecord.payment_method_details.nz_bank_account, PaymentRecord.payment_method_details.sepa_debit, and PaymentRecord.payment_method_details.us_bank_account
    • Add support for new value mollie on enums Charge.payment_method_details.ideal.bank, ConfirmationToken.payment_method_preview.ideal.bank, ConfirmationTokenCreateParams.testHelpers.payment_method_data.ideal.bank, PaymentAttemptRecord.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, PaymentRecord.payment_method_details.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 MLLENL2A on enums Charge.payment_method_details.ideal.bic, ConfirmationToken.payment_method_preview.ideal.bic, PaymentAttemptRecord.payment_method_details.ideal.bic, PaymentMethod.ideal.bic, PaymentRecord.payment_method_details.ideal.bic, and SetupAttempt.payment_method_details.ideal.bic
    • Add support for new value payto on enums Checkout.SessionCreateParams.excluded_payment_method_types, PaymentIntent.excluded_payment_method_types, PaymentIntentConfirmParams.excluded_payment_method_types, PaymentIntentCreateParams.excluded_payment_method_types, PaymentIntentUpdateParams.excluded_payment_method_types, SetupIntent.excluded_payment_method_types, SetupIntentCreateParams.excluded_payment_method_types, and SetupIntentUpdateParams.excluded_payment_method_types
    • Add support for new value payto on enum Checkout.SessionCreateParams.payment_method_types
    • Add support for line_items on Checkout.SessionUpdateParams
    • Add support for new value payto 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 payto on enums ConfirmationToken.payment_method_preview.type and PaymentMethod.type
    • Add support for new value payto on enums CustomerListPaymentMethodsParams.type, PaymentMethodCreateParams.type, and PaymentMethodListParams.type
    • Add support for invoice on CustomerListCustomerBalanceTransactionsParams
    • Add support for related_customer_account on Identity.VerificationSessionCreateParams, Identity.VerificationSessionListParams, and Identity.VerificationSession
    • Change type of InvoiceItem.pricing.price_details.price and InvoiceLineItem.pricing.price_details.price from string to expandable(Price)
    • Add support for new value payto 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 subtotal on InvoiceLineItem
    • Add support for authorization_code, description, iin, installments, issuer, network_advice_code, network_decline_code, and stored_credential_usage on PaymentAttemptRecord.payment_method_details.card and PaymentRecord.payment_method_details.card
    • Change PaymentIntent.transfer_data to be optional
    • Add support for new value payto on enums PaymentLink.payment_method_types, PaymentLinkCreateParams.payment_method_types, and PaymentLinkUpdateParams.payment_method_types
    • Add support for allow_redisplay on PaymentMethodListParams
    • Add support for reported_by on PaymentRecord
    • Change Product.tax_code to be optional
    • Add support for new values 2025-12-15.clover and 2026-01-28.clover on enum WebhookEndpointCreateParams.api_version
    • Add support for changes on V2.Core.Event
    • Add support for error code account_token_required_for_v2_account on Invoice.last_finalization_error, PaymentIntent.last_payment_error, SetupAttempt.setup_error, SetupIntent.last_setup_error, and StripeError
Commits

Updates zod from 4.1.13 to 4.2.1

Release notes

Sourced from zod's releases.

v4.2.1

Commits:

  • 5b5b129315fbc94a3b0d6244185eaeefcbe438d1 4.2.1

v4.2.0

Features

Implement Standard JSON Schema

standard-schema/standard-schema#134

Implement z.fromJSONSchema()

const jsonSchema = {
  type: "object",
  properties: {
    name: { type: "string" },
    age: { type: "number" }
  },
  required: ["name"]
};

const schema = z.fromJSONSchema(jsonSchema);

Implement z.xor()

const schema = z.xor(
  z.object({ type: "user", name: z.string() }),
  z.object({ type: "admin", role: z.string() })
);
// Exactly one of the schemas must match

Implement z.looseRecord()

const schema = z.looseRecord(z.string(), z.number());
// Allows additional properties beyond those defined

Commits:

  • af49c084f66339110d00e37ff71dc7b3b9f2b7ef Update docs for JSON Schema conversion of z.undefined() (#5504)
  • 767f320318986e422f524b939f1a7174544fda2e Add .toJSONSchema() method (#5477)
  • e17dcb63573397063e87d7c7fe10a5a78968181a Add z.fromJSONSchema(), z.looseRecord(), z.xor() (#5534)
Commits
*Originally created by @dependabot[bot] on 12/19/2025* Bumps the prod-minor-updates group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.948.0` | `3.955.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.0.8` | `16.1.0` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.559.0` | `0.562.0` | | [next-intl](https://github.com/amannn/next-intl) | `4.5.8` | `4.6.1` | | [react-day-picker](https://github.com/gpbl/react-day-picker) | `9.12.0` | `9.13.0` | | [stripe](https://github.com/stripe/stripe-node) | `20.0.0` | `20.1.0` | | [zod](https://github.com/colinhacks/zod) | `4.1.13` | `4.2.1` | Updates `@aws-sdk/client-s3` from 3.948.0 to 3.955.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/client-s3</code>'s releases</a>.</em></p> <blockquote> <h2>v3.955.0</h2> <h4>3.955.0(2025-12-18)</h4> <h5>Chores</h5> <ul> <li><strong>codegen:</strong> downgrade spotless to 7.2.1 (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7587">#7587</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/ef66a21f778d734a4e650b3b8e6e427a1844f627">ef66a21f</a>)</li> <li><strong>clients:</strong> export star from models_N (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7586">#7586</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/e9b7f20a7f9d368b3b2b57c0b613cc879462c332">e9b7f20a</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-12-18 (<a href="https://github.com/aws/aws-sdk-js-v3/commit/113352182444589c1dcce6e81ed6da2c75293f6d">11335218</a>)</li> <li><strong>client-ec2:</strong> This release adds AvailabilityZoneId support for CreateFleet, ModifyFleet, DescribeFleets, RequestSpotFleet, ModifySpotFleetRequests and DescribeSpotFleetRequests APIs. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/4d1a66b99fb9e1a3701abe4c9a7b3edd8c929872">4d1a66b9</a>)</li> <li><strong>client-ecs:</strong> Adding support for Event Windows via a new ECS account setting &quot;fargateEventWindows&quot;. When enabled, ECS Fargate will use the configured event window for patching tasks. Introducing &quot;CapacityOptionType&quot; for CreateCapacityProvider API, allowing support for Spot capacity for ECS Managed Instances. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/751c797f1652614513f5d79c2bd1d5df62c972ae">751c797f</a>)</li> <li><strong>client-arc-region-switch:</strong> New API to list Route 53 health checks created by ARC region switch for a plan in a specific AWS Region using the Region switch Regional data plane. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/406035c40baa408d482b4df2230178a958421994">406035c4</a>)</li> <li><strong>client-bedrock-agentcore-control:</strong> Feature to support header exchanges between Bedrock AgentCore Gateway Targets and client, along with propagating query parameter to the configured targets. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/800275ca20dd7c1553af15c169dfc8c14e7b9e99">800275ca</a>)</li> <li><strong>client-appstream:</strong> Added support for new operating systems (1) Ubuntu 24.04 Pro LTS on Elastic fleets, and (2) Microsoft Server 2025 on Always-On and On-Demand fleets (<a href="https://github.com/aws/aws-sdk-js-v3/commit/a94e6d558fcc4160cde38324d2bd8e75b74a4279">a94e6d55</a>)</li> <li><strong>client-cleanrooms:</strong> Adding support for collaboration change requests requiring an approval workflow. Adding support for change requests that grant or revoke results receiver ability and modifying auto approved change types in an existing collaboration. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/269879328343e6d7c352e88a4e8ce9da407ceea9">26987932</a>)</li> <li><strong>client-artifact:</strong> Add support for ListReportVersions API for the calling AWS account. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/8247b1833b0e67fe3c0468d6700dac1a19c5cdcd">8247b183</a>)</li> <li><strong>client-iot:</strong> This release adds message batching for the IoT Rules Engine HTTP action. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/aa2dc069c30add7d50562852f823a4bd7de03694">aa2dc069</a>)</li> <li><strong>client-sesv2:</strong> Amazon SES introduces Email Validation feature which checks email addresses for syntax errors, domain validity, and risky addresses to help maintain deliverability and protect sender reputation. SES also adds resource tagging and ABAC support for EmailTemplates and CustomVerificationEmailTemplates. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/7412e741d8ccb28f4d43f4e10d7cd83fd0920e5e">7412e741</a>)</li> <li><strong>client-bedrock-data-automation:</strong> Blueprint Optimization (BPO) is a new Amazon Bedrock Data Automation (BDA) capability that improves blueprint inference accuracy using example content assets and ground truth data. BPO works by generating better instructions for fields in the Blueprint using provided data. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/3f901e7c894f8ba74c23fca65825af3dd71af09d">3f901e7c</a>)</li> <li><strong>client-ecr:</strong> Adds support for ECR Create On Push (<a href="https://github.com/aws/aws-sdk-js-v3/commit/620e820d6ba65e91a3d5d5e853dde4ba784f6212">620e820d</a>)</li> <li><strong>client-opensearch:</strong> Amazon OpenSearch Service adds support for warm nodes, enabling new multi-tier architecture. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/e574a5919ab2dd140ba95c152e65c5e89ebb0c2b">e574a591</a>)</li> <li><strong>client-ssm-sap:</strong> Added &quot;Stopping&quot; for the HANA Database Status. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/393a851620c121bc91a5ea6e816f679472154399">393a8516</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.955.0.zip</strong></p> <h2>v3.954.0</h2> <h4>3.954.0(2025-12-17)</h4> <h5>Chores</h5> <ul> <li><strong>core:</strong> add license file (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7096">#7096</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/4d7bd08b0d86019098ff7a283e0cb8f1a868dbcc">4d7bd08b</a>)</li> <li><strong>codegen:</strong> <ul> <li>bump jreleaser to 1.21.0 (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7585">#7585</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/7b9ec0f7637f63ad3a58420985f7f32a5cf4e78d">7b9ec0f7</a>)</li> <li>changes for handling conflicting params (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7549">#7549</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/1978c68fc7b0f31fae055a92c2a916a650181e5e">1978c68f</a>)</li> </ul> </li> <li><strong>ci:</strong> scope down GitHub Token permissions for lock.yml (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7555">#7555</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/b0bd47fa42391a4fa1b5b6c33380dad76cb653b3">b0bd47fa</a>)</li> <li><strong>clients:</strong> bump '@smithy/*' versions (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7582">#7582</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/b654d97229090036ef35b3b8fdfd76f303b81011">b654d972</a>)</li> </ul> <h5>Documentation Changes</h5> <ul> <li><strong>core/protocols:</strong> add docs for schemas and protocols (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7583">#7583</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/16628667776d9b1b81344ec173c328eb0ffb623f">16628667</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-12-17 (<a href="https://github.com/aws/aws-sdk-js-v3/commit/cf14f274215904ccfa31cced2508fa17ca287637">cf14f274</a>)</li> <li><strong>client-mediapackagev2:</strong> This release adds support for SPEKE V2 content key encryption in MediaPackage v2 Origin Endpoints. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/988aac9d7d868d1753f7c88b1460d15554ef9eb3">988aac9d</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md"><code>@​aws-sdk/client-s3</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.954.0...v3.955.0">3.955.0</a> (2025-12-18)</h1> <p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-s3</code></p> <h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.953.0...v3.954.0">3.954.0</a> (2025-12-17)</h1> <p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-s3</code></p> <h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.952.0...v3.953.0">3.953.0</a> (2025-12-16)</h1> <h3>Features</h3> <ul> <li><strong>clients:</strong> allow protocol selection by class constructor (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/issues/7568">#7568</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/5c5fd2e627109cbcdb40ecf0947a5b638d517101">5c5fd2e</a>)</li> </ul> <h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.951.0...v3.952.0">3.952.0</a> (2025-12-15)</h1> <h3>Features</h3> <ul> <li><strong>client-s3:</strong> This release adds support for the new optional field 'LifecycleExpirationDate' in S3 Inventory configurations. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/55955e018c9276e55a3479debe28593103dac5f4">55955e0</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/821ba3b46d19dabb055cfd376722aeef9990d4e1"><code>821ba3b</code></a> Publish v3.955.0</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/e9b7f20a7f9d368b3b2b57c0b613cc879462c332"><code>e9b7f20</code></a> chore(clients): export star from models_N (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/7586">#7586</a>)</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/0bfc1103c6702109140af1a8f49a918147dd6861"><code>0bfc110</code></a> Publish v3.954.0</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/b654d97229090036ef35b3b8fdfd76f303b81011"><code>b654d97</code></a> chore(clients): bump '@smithy/*' versions (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/7582">#7582</a>)</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/1978c68fc7b0f31fae055a92c2a916a650181e5e"><code>1978c68</code></a> chore(codegen): changes for handling conflicting params (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/7549">#7549</a>)</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/09e0721ff16e567c138dce27f65bb7560e904002"><code>09e0721</code></a> Publish v3.953.0</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/5c5fd2e627109cbcdb40ecf0947a5b638d517101"><code>5c5fd2e</code></a> feat(clients): allow protocol selection by class constructor (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/7568">#7568</a>)</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/4359e405a8f3458d4411dd072b5aa998fa0c107f"><code>4359e40</code></a> chore: build cjs rollup without typescript (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/7580">#7580</a>)</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/387022975437050a164942cc57eac5fd3c0a3f82"><code>3870229</code></a> Publish v3.952.0</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/55955e018c9276e55a3479debe28593103dac5f4"><code>55955e0</code></a> feat(client-s3): This release adds support for the new optional field 'Lifecy...</li> <li>See full diff in <a href="https://github.com/aws/aws-sdk-js-v3/commits/v3.955.0/clients/client-s3">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-next` from 16.0.8 to 16.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">eslint-config-next's releases</a>.</em></p> <blockquote> <h2>v16.1.0</h2> <blockquote> <p>[!TIP]<br /> <strong>Check out our Next v16.1 <a href="https://nextjs.org/blog/next-16-1">Blog Post</a> to learn more about this release.</strong></p> </blockquote> <h3>Core Changes</h3> <ul> <li>fix: Rspack throw error when using ForceCompleteRuntimePlugin: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85221">#85221</a></li> <li>fix: build CLI output not displaying Proxy (Middleware) when nodejs runtime: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85403">#85403</a></li> <li>fix: staleTimes.static should consistently enforce a 30s minimum: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85479">#85479</a></li> <li>[turbopack] fix build of empty entries of pages: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/84873">#84873</a></li> <li>Cache the head separately from the route tree: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/84724">#84724</a></li> <li>Allow inspecting dev server on default port with <code>next dev --inspect</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85037">#85037</a></li> <li>Avoid proxying React modules through workUnitStore: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85486">#85486</a></li> <li>fix: redirect should always return updated router state: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85533">#85533</a></li> <li>Upgrade React from <code>b4455a6e-20251027</code> to <code>4f931700-20251029</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85518">#85518</a></li> <li>[turbopack] Move generation of <code>cacheLife</code> types out of the webpack plugin and into the dev bundler directly: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85539">#85539</a></li> <li>Ensure user-space stack frame for <code>'use cache'</code> in page/layout component: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85519">#85519</a></li> <li>Update parallel routes in build-complete: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85546">#85546</a></li> <li>fully remove clientSegmentCache flag: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85541">#85541</a></li> <li>[turbopack] Support relative paths in turbopack source maps.: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85146">#85146</a></li> <li>Release unnecessary memory on hydration finish: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/84967">#84967</a></li> <li>Preserve interception markers in parameter types: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85526">#85526</a></li> <li>move segment cache entries to top level segment-cache dir: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85542">#85542</a></li> <li>Upgrade React from <code>4f931700-20251029</code> to <code>561ee24d-20251101</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85670">#85670</a></li> <li>[devtools] Remove title from preferences: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85698">#85698</a></li> <li>Update font data: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85708">#85708</a></li> <li>Don't invalidate hot reloader excessively during dev server boot: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85732">#85732</a></li> <li>[codemod] fix: next-lint-to-eslint-cli did not handle <code>'next'</code> plugin: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85749">#85749</a></li> <li>Upgrade React from <code>561ee24d-20251101</code> to <code>67f7d47a-20251103</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85762">#85762</a></li> <li>Tracing: Fix memory leak in span map: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85529">#85529</a></li> <li>Fix documentation typo in refresh function: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85696">#85696</a></li> <li>fix: eslint-config-next types was exporting to dist/src: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85768">#85768</a></li> <li>Upgrade React from <code>67f7d47a-20251103</code> to <code>f646e8ff-20251104</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85772">#85772</a></li> <li>remove unused RSC payload property: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85746">#85746</a></li> <li>[runtime prefetching]: fix runtime prefetching when deployed: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85595">#85595</a></li> <li>Turbopack: next build --analyze: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85197">#85197</a></li> <li>Build: Log amount of workers during static generation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85706">#85706</a></li> <li>Upgrade React from <code>f646e8ff-20251104</code> to <code>dd048c3b-20251105</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85819">#85819</a></li> <li>Sync devFallbackParams when generateStaticParams change: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85741">#85741</a></li> <li>chore: upgrade rspack 1.6.0: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/84210">#84210</a></li> <li>[mcp] get_routes mcp tool: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85773">#85773</a></li> <li>Split each path param into a separate cache key : <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85758">#85758</a></li> <li>[turbopack] change server source maps in production to use relative paths: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85576">#85576</a></li> <li>fix: skip collecting metadata for app-error in webpack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85892">#85892</a></li> <li>fix: support root span attributes with a custom server: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85521">#85521</a></li> <li>fix isDynamicRSC condition when deployed: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85919">#85919</a></li> <li>[turbopack] Make it possible to synchronously access native bindings: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85787">#85787</a></li> <li>Upgrade React from <code>dd048c3b-20251105</code> to <code>fa50caf5-20251107</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85906">#85906</a></li> <li>Fix telemetry event loss on build failures and server shutdown: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85867">#85867</a></li> <li>Remove one stack frame from <code>'use cache'</code> call stacks: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85966">#85966</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/34916762cdff14f27c7e3273d74af60eb6c23cb6"><code>3491676</code></a> v16.1.0</li> <li><a href="https://github.com/vercel/next.js/commit/58e8f8c7e541cbfa0764e582b0c1068bfdef32b2"><code>58e8f8c</code></a> v16.1.0-canary.34</li> <li><a href="https://github.com/vercel/next.js/commit/3284587f8ebeab67aa4659ef4873723654098916"><code>3284587</code></a> v16.1.0-canary.33</li> <li><a href="https://github.com/vercel/next.js/commit/04290ab7c4e48c7d903a68051e688a1238e4041d"><code>04290ab</code></a> v16.1.0-canary.32</li> <li><a href="https://github.com/vercel/next.js/commit/d36c03ed1bde059ddc81a31e44a4483aca6a33c6"><code>d36c03e</code></a> v16.1.0-canary.31</li> <li><a href="https://github.com/vercel/next.js/commit/b174155e8b4863e18805ca29aaa98a240667e2a9"><code>b174155</code></a> v16.1.0-canary.30</li> <li><a href="https://github.com/vercel/next.js/commit/20da8eadc08f5a204234841aa67e3dc2f5271512"><code>20da8ea</code></a> v16.1.0-canary.29</li> <li><a href="https://github.com/vercel/next.js/commit/7a856fcb9ee50fc5c6be16314862e539a0e14101"><code>7a856fc</code></a> v16.1.0-canary.28</li> <li><a href="https://github.com/vercel/next.js/commit/80fb15cea6a8f157ec91fe090f4b069a8835895a"><code>80fb15c</code></a> v16.1.0-canary.27</li> <li><a href="https://github.com/vercel/next.js/commit/1271708e22f2b52448a83fc8a732d37c73afe0ed"><code>1271708</code></a> v16.1.0-canary.26</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/commits/v16.1.0/packages/eslint-config-next">compare view</a></li> </ul> </details> <br /> Updates `lucide-react` from 0.559.0 to 0.562.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lucide-icons/lucide/releases">lucide-react's releases</a>.</em></p> <blockquote> <h2>Version 0.562.0</h2> <h2>What's Changed</h2> <ul> <li>fix(icons): changed <code>paint-bucket</code> icon by <a href="https://github.com/jguddas"><code>@​jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3880">lucide-icons/lucide#3880</a></li> <li>fix(site): Fix and unify color-picker font-size by <a href="https://github.com/taimar"><code>@​taimar</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3889">lucide-icons/lucide#3889</a></li> <li>fix(react-native-web): only add className prop to parent Icon component by <a href="https://github.com/jguddas"><code>@​jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3892">lucide-icons/lucide#3892</a></li> <li>fix(lucide-react-native): remove icons namespace export to enable tree-shaking by <a href="https://github.com/jtomaszewski"><code>@​jtomaszewski</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3868">lucide-icons/lucide#3868</a></li> <li>feat(icons): added <code>toolbox</code> icon by <a href="https://github.com/karsa-mistmere"><code>@​karsa-mistmere</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3871">lucide-icons/lucide#3871</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/taimar"><code>@​taimar</code></a> made their first contribution in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3889">lucide-icons/lucide#3889</a></li> <li><a href="https://github.com/jtomaszewski"><code>@​jtomaszewski</code></a> made their first contribution in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3868">lucide-icons/lucide#3868</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.561.0...0.562.0">https://github.com/lucide-icons/lucide/compare/0.561.0...0.562.0</a></p> <h2>Version 0.561.0</h2> <h2>What's Changed</h2> <ul> <li>fix(site): Small adjustments color picker and add clear button search bar by <a href="https://github.com/ericfennis"><code>@​ericfennis</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3851">lucide-icons/lucide#3851</a></li> <li>feat(icons): added <code>stone</code> icon by <a href="https://github.com/Alportan"><code>@​Alportan</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3850">lucide-icons/lucide#3850</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.560.0...0.561.0">https://github.com/lucide-icons/lucide/compare/0.560.0...0.561.0</a></p> <h2>Version 0.560.0</h2> <h2>What's Changed</h2> <ul> <li>feat(icons): added <code>cannabis-off</code> icon by <a href="https://github.com/NickVeles"><code>@​NickVeles</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3748">lucide-icons/lucide#3748</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/NickVeles"><code>@​NickVeles</code></a> made their first contribution in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3748">lucide-icons/lucide#3748</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.559.0...0.560.0">https://github.com/lucide-icons/lucide/compare/0.559.0...0.560.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/lucide-icons/lucide/commits/0.562.0/packages/lucide-react">compare view</a></li> </ul> </details> <br /> Updates `next-intl` from 4.5.8 to 4.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/amannn/next-intl/releases">next-intl's releases</a>.</em></p> <blockquote> <h2>v4.6.1</h2> <h2>4.6.1 (2025-12-16)</h2> <h3>Bug Fixes</h3> <ul> <li>Improvements for <code>useExtracted</code> (<a href="https://redirect.github.com/amannn/next-intl/issues/2176">#2176</a>) (<a href="https://github.com/amannn/next-intl/commit/3937e449c4adcc1e6d308d76aa69787daba59cdc">3937e44</a>) – by <a href="https://github.com/amannn"><code>@​amannn</code></a></li> </ul> <h2>v4.6.0</h2> <h2>4.6.0 (2025-12-12)</h2> <h3>Features</h3> <ul> <li>Custom formats for <code>useExtracted</code>, consistency fixes for file references, pruning of messages and sorting of keys (<a href="https://redirect.github.com/amannn/next-intl/issues/2155">#2155</a>) (<a href="https://github.com/amannn/next-intl/commit/c02818ed97f78521e9ef6a3ee8c936336f61aaa8">c02818e</a>) – by <a href="https://github.com/amannn"><code>@​amannn</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/amannn/next-intl/blob/main/CHANGELOG.md">next-intl's changelog</a>.</em></p> <blockquote> <h2>4.6.1 (2025-12-16)</h2> <h3>Bug Fixes</h3> <ul> <li>Improvements for <code>useExtracted</code> (<a href="https://redirect.github.com/amannn/next-intl/issues/2176">#2176</a>) (<a href="https://github.com/amannn/next-intl/commit/3937e449c4adcc1e6d308d76aa69787daba59cdc">3937e44</a>) – by <a href="https://github.com/amannn"><code>@​amannn</code></a></li> </ul> <h2>4.6.0 (2025-12-12)</h2> <h3>Features</h3> <ul> <li>Custom formats for <code>useExtracted</code>, consistency fixes for file references, pruning of messages and sorting of keys (<a href="https://redirect.github.com/amannn/next-intl/issues/2155">#2155</a>) (<a href="https://github.com/amannn/next-intl/commit/c02818ed97f78521e9ef6a3ee8c936336f61aaa8">c02818e</a>) – by <a href="https://github.com/amannn"><code>@​amannn</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/amannn/next-intl/commit/dd3a0472fd142439527f7c8b80e9af0135af211b"><code>dd3a047</code></a> v4.6.1</li> <li><a href="https://github.com/amannn/next-intl/commit/3937e449c4adcc1e6d308d76aa69787daba59cdc"><code>3937e44</code></a> fix: Improvements for <code>useExtracted</code> (<a href="https://redirect.github.com/amannn/next-intl/issues/2176">#2176</a>)</li> <li><a href="https://github.com/amannn/next-intl/commit/62473dc3b43899c187ed0e9ecc649aca4d1846b4"><code>62473dc</code></a> docs: More on codecs</li> <li><a href="https://github.com/amannn/next-intl/commit/70a047daa5cb235fdcadcf6ebf1daed32ad30c85"><code>70a047d</code></a> v4.6.0</li> <li><a href="https://github.com/amannn/next-intl/commit/c02818ed97f78521e9ef6a3ee8c936336f61aaa8"><code>c02818e</code></a> feat: Custom formats for <code>useExtracted</code>, consistency fixes for file reference...</li> <li><a href="https://github.com/amannn/next-intl/commit/e8ae56e252cb44b389fd86633cace8989b45157a"><code>e8ae56e</code></a> docs: Mention learn.next-intl.dev in issues menu</li> <li><a href="https://github.com/amannn/next-intl/commit/5aeae8ec6783af17e9fb5d0597d0e84be77e0d47"><code>5aeae8e</code></a> chore: Upgrade React and Next.js (<a href="https://redirect.github.com/amannn/next-intl/issues/2164">#2164</a>)</li> <li>See full diff in <a href="https://github.com/amannn/next-intl/compare/v4.5.8...v4.6.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for next-intl since your current version.</p> </details> <br /> Updates `react-day-picker` from 9.12.0 to 9.13.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gpbl/react-day-picker/releases">react-day-picker's releases</a>.</em></p> <blockquote> <h2>v9.13.0</h2> <p>This release introduces an experimental <code>noonSafe</code> prop to help deal with historical time zones with second offsets. See <a href="https://daypicker.dev/localization/setting-time-zone#noonsafe">https://daypicker.dev/localization/setting-time-zone#noonsafe</a> for more details.</p> <h2>What's Changed</h2> <ul> <li>feat: add experimental <code>noonSafe</code> prop for timezone offsets by <a href="https://github.com/gpbl"><code>@​gpbl</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2879">gpbl/react-day-picker#2879</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gpbl/react-day-picker/compare/v9.12.0...v9.13.0">https://github.com/gpbl/react-day-picker/compare/v9.12.0...v9.13.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gpbl/react-day-picker/commit/103fe7f57055a681af0d1e473054a9da528b5423"><code>103fe7f</code></a> docs: update noon safe link</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/62bddaaa1d500702a3169a65609098885e6e80bd"><code>62bddaa</code></a> build: bump v9.13.0</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/91e1fc66002605c192c4d68666878f3c832d0850"><code>91e1fc6</code></a> docs: updates for time zone with <code>noonSafe</code></li> <li><a href="https://github.com/gpbl/react-day-picker/commit/2a080c54e0e46c52fd59da49773506133addc2dc"><code>2a080c5</code></a> feat: add experimental <code>noonSafe</code> prop for timezone offsets (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2879">#2879</a>)</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/2bfbb3b1ac1dc4a7cff83001f4d87bf74a0560e6"><code>2bfbb3b</code></a> docs: update time zone docs, add Asia/Saigon examples (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2878">#2878</a>)</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/14494d6dea5ef54d32581d41a0c4b9ff2b6a7a88"><code>14494d6</code></a> repo: upgrade dependencies (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2877">#2877</a>)</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/2a85e2b9890d2f000bd96664d791eae7aa76cb2a"><code>2a85e2b</code></a> docs: enhance custom components and custom selections guides (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2876">#2876</a>)</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/4988ad51512aeed96e3fb6cf93c01abbb8444564"><code>4988ad5</code></a> docs: add responsive markdown tables (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2875">#2875</a>)</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/e8516892961e9a86436cc934f4fb05c39e0a4a63"><code>e851689</code></a> docs: isolate daypicker demos from docusaurus css (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2874">#2874</a>)</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/de5b2e09f0473ca227ddd683476ad4bc092c1cde"><code>de5b2e0</code></a> docs: reorganize customization props (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2873">#2873</a>)</li> <li>See full diff in <a href="https://github.com/gpbl/react-day-picker/compare/v9.12.0...v9.13.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for react-day-picker since your current version.</p> </details> <br /> Updates `stripe` from 20.0.0 to 20.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stripe/stripe-node/releases">stripe's releases</a>.</em></p> <blockquote> <h2>v20.1.0</h2> <p>This release changes the pinned API version to <code>2025-12-15.clover</code>.</p> <ul> <li><a href="https://redirect.github.com/stripe/stripe-node/pull/2522">#2522</a> Update generated code <ul> <li>Add support for new resources <code>V2.Core.AccountLink</code>, <code>V2.Core.AccountPersonToken</code>, <code>V2.Core.AccountPerson</code>, <code>V2.Core.AccountToken</code>, and <code>V2.Core.Account</code></li> <li>Add support for <code>create</code> and <code>retrieve</code> methods on resources <code>V2.Core.AccountPersonToken</code> and <code>V2.Core.AccountToken</code></li> <li>Add support for <code>create</code> method on resource <code>V2.Core.AccountLink</code></li> <li>Add support for <code>close</code>, <code>create</code>, <code>list</code>, <code>retrieve</code>, and <code>update</code> methods on resource <code>V2.Core.Account</code></li> <li>Add support for <code>create</code>, <code>del</code>, <code>list</code>, <code>retrieve</code>, and <code>update</code> methods on resource <code>V2.Core.AccountPerson</code></li> <li>Add support for <code>payto_payments</code> on <code>Account.capabilities</code>, <code>AccountCreateParams.capabilities</code>, and <code>AccountUpdateParams.capabilities</code></li> <li>Add support for <code>signer</code> on <code>AccountCreateParams.documents.proof_of_registration</code>, <code>AccountCreateParams.documents.proof_of_ultimate_beneficial_ownership</code>, <code>AccountUpdateParams.documents.proof_of_registration</code>, and <code>AccountUpdateParams.documents.proof_of_ultimate_beneficial_ownership</code></li> <li>Add support for <code>customer_account</code> on <code>Billing.CreditBalanceSummaryRetrieveParams</code>, <code>Billing.CreditBalanceSummary</code>, <code>Billing.CreditBalanceTransactionListParams</code>, <code>Billing.CreditGrantCreateParams</code>, <code>Billing.CreditGrantListParams</code>, <code>Billing.CreditGrant</code>, <code>BillingPortal.SessionCreateParams</code>, <code>BillingPortal.Session</code>, <code>CashBalance</code>, <code>Checkout.SessionCreateParams</code>, <code>Checkout.SessionListParams</code>, <code>Checkout.Session</code>, <code>ConfirmationToken.payment_method_preview</code>, <code>CreditNoteListParams</code>, <code>CreditNote</code>, <code>CustomerBalanceTransaction</code>, <code>CustomerCashBalanceTransaction</code>, <code>CustomerSessionCreateParams</code>, <code>CustomerSession</code>, <code>Customer</code>, <code>Discount</code>, <code>FinancialConnections.Account.account_holder</code>, <code>FinancialConnections.AccountListParams.account_holder</code>, <code>FinancialConnections.Session.account_holder</code>, <code>FinancialConnections.SessionCreateParams.account_holder</code>, <code>InvoiceCreateParams</code>, <code>InvoiceCreatePreviewParams</code>, <code>InvoiceItemCreateParams</code>, <code>InvoiceItemListParams</code>, <code>InvoiceItem</code>, <code>InvoiceListParams</code>, <code>Invoice</code>, <code>PaymentIntentCreateParams</code>, <code>PaymentIntentListParams</code>, <code>PaymentIntentUpdateParams</code>, <code>PaymentIntent</code>, <code>PaymentMethodAttachParams</code>, <code>PaymentMethodListParams</code>, <code>PaymentMethod</code>, <code>PromotionCodeCreateParams</code>, <code>PromotionCodeListParams</code>, <code>PromotionCode</code>, <code>QuoteCreateParams</code>, <code>QuoteListParams</code>, <code>QuoteUpdateParams</code>, <code>Quote</code>, <code>SetupAttempt</code>, <code>SetupIntentCreateParams</code>, <code>SetupIntentListParams</code>, <code>SetupIntentUpdateParams</code>, <code>SetupIntent</code>, <code>SubscriptionCreateParams</code>, <code>SubscriptionListParams</code>, <code>SubscriptionScheduleCreateParams</code>, <code>SubscriptionScheduleListParams</code>, <code>SubscriptionSchedule</code>, <code>Subscription</code>, <code>TaxId.owner</code>, <code>TaxIdCreateParams.owner</code>, <code>TaxIdListParams.owner</code>, and <code>TaxId</code></li> <li>Add support for <code>metadata</code> on <code>Checkout.SessionCreateParams.line_items[]</code> and <code>LineItem</code></li> <li>Change <code>Billing.CreditBalanceSummaryRetrieveParams.customer</code>, <code>Billing.CreditBalanceTransactionListParams.customer</code>, <code>Billing.CreditGrantCreateParams.customer</code>, <code>BillingPortal.SessionCreateParams.customer</code>, <code>CustomerSessionCreateParams.customer</code>, <code>InvoiceItemCreateParams.customer</code>, <code>PaymentMethodAttachParams.customer</code>, and <code>SubscriptionCreateParams.customer</code> to be optional</li> <li>Add support for <code>billing_cycle_anchor</code> on <code>BillingPortal.Configuration.features.subscription_update</code>, <code>BillingPortal.ConfigurationCreateParams.features.subscription_update</code>, and <code>BillingPortal.ConfigurationUpdateParams.features.subscription_update</code></li> <li>Add support for <code>payto</code> on <code>Charge.payment_method_details</code>, <code>Checkout.Session.payment_method_options</code>, <code>Checkout.SessionCreateParams.payment_method_options</code>, <code>ConfirmationToken.payment_method_preview</code>, <code>ConfirmationTokenCreateParams.testHelpers.payment_method_data</code>, <code>Invoice.payment_settings.payment_method_options</code>, <code>InvoiceCreateParams.payment_settings.payment_method_options</code>, <code>InvoiceUpdateParams.payment_settings.payment_method_options</code>, <code>Mandate.payment_method_details</code>, <code>PaymentAttemptRecord.payment_method_details</code>, <code>PaymentIntent.payment_method_options</code>, <code>PaymentIntentConfirmParams.payment_method_data</code>, <code>PaymentIntentConfirmParams.payment_method_options</code>, <code>PaymentIntentCreateParams.payment_method_data</code>, <code>PaymentIntentCreateParams.payment_method_options</code>, <code>PaymentIntentUpdateParams.payment_method_data</code>, <code>PaymentIntentUpdateParams.payment_method_options</code>, <code>PaymentMethodConfigurationCreateParams</code>, <code>PaymentMethodConfigurationUpdateParams</code>, <code>PaymentMethodConfiguration</code>, <code>PaymentMethodCreateParams</code>, <code>PaymentMethodUpdateParams</code>, <code>PaymentMethod</code>, <code>PaymentRecord.payment_method_details</code>, <code>SetupAttempt.payment_method_details</code>, <code>SetupIntent.payment_method_options</code>, <code>SetupIntentConfirmParams.payment_method_data</code>, <code>SetupIntentConfirmParams.payment_method_options</code>, <code>SetupIntentCreateParams.payment_method_data</code>, <code>SetupIntentCreateParams.payment_method_options</code>, <code>SetupIntentUpdateParams.payment_method_data</code>, <code>SetupIntentUpdateParams.payment_method_options</code>, <code>Subscription.payment_settings.payment_method_options</code>, <code>SubscriptionCreateParams.payment_settings.payment_method_options</code>, and <code>SubscriptionUpdateParams.payment_settings.payment_method_options</code></li> <li>Add support for <code>expected_debit_date</code> on <code>Charge.payment_method_details.acss_debit</code>, <code>Charge.payment_method_details.au_becs_debit</code>, <code>Charge.payment_method_details.bacs_debit</code>, <code>Charge.payment_method_details.nz_bank_account</code>, <code>Charge.payment_method_details.sepa_debit</code>, <code>Charge.payment_method_details.us_bank_account</code>, <code>PaymentAttemptRecord.payment_method_details.acss_debit</code>, <code>PaymentAttemptRecord.payment_method_details.au_becs_debit</code>, <code>PaymentAttemptRecord.payment_method_details.bacs_debit</code>, <code>PaymentAttemptRecord.payment_method_details.nz_bank_account</code>, <code>PaymentAttemptRecord.payment_method_details.sepa_debit</code>, <code>PaymentAttemptRecord.payment_method_details.us_bank_account</code>, <code>PaymentRecord.payment_method_details.acss_debit</code>, <code>PaymentRecord.payment_method_details.au_becs_debit</code>, <code>PaymentRecord.payment_method_details.bacs_debit</code>, <code>PaymentRecord.payment_method_details.nz_bank_account</code>, <code>PaymentRecord.payment_method_details.sepa_debit</code>, and <code>PaymentRecord.payment_method_details.us_bank_account</code></li> <li>Add support for new value <code>mollie</code> on enums <code>Charge.payment_method_details.ideal.bank</code>, <code>ConfirmationToken.payment_method_preview.ideal.bank</code>, <code>ConfirmationTokenCreateParams.testHelpers.payment_method_data.ideal.bank</code>, <code>PaymentAttemptRecord.payment_method_details.ideal.bank</code>, <code>PaymentIntentConfirmParams.payment_method_data.ideal.bank</code>, <code>PaymentIntentCreateParams.payment_method_data.ideal.bank</code>, <code>PaymentIntentUpdateParams.payment_method_data.ideal.bank</code>, <code>PaymentMethod.ideal.bank</code>, <code>PaymentMethodCreateParams.ideal.bank</code>, <code>PaymentRecord.payment_method_details.ideal.bank</code>, <code>SetupAttempt.payment_method_details.ideal.bank</code>, <code>SetupIntentConfirmParams.payment_method_data.ideal.bank</code>, <code>SetupIntentCreateParams.payment_method_data.ideal.bank</code>, and <code>SetupIntentUpdateParams.payment_method_data.ideal.bank</code></li> <li>Add support for new value <code>MLLENL2A</code> on enums <code>Charge.payment_method_details.ideal.bic</code>, <code>ConfirmationToken.payment_method_preview.ideal.bic</code>, <code>PaymentAttemptRecord.payment_method_details.ideal.bic</code>, <code>PaymentMethod.ideal.bic</code>, <code>PaymentRecord.payment_method_details.ideal.bic</code>, and <code>SetupAttempt.payment_method_details.ideal.bic</code></li> <li>Add support for new value <code>payto</code> on enums <code>Checkout.SessionCreateParams.excluded_payment_method_types</code>, <code>PaymentIntent.excluded_payment_method_types</code>, <code>PaymentIntentConfirmParams.excluded_payment_method_types</code>, <code>PaymentIntentCreateParams.excluded_payment_method_types</code>, <code>PaymentIntentUpdateParams.excluded_payment_method_types</code>, <code>SetupIntent.excluded_payment_method_types</code>, <code>SetupIntentCreateParams.excluded_payment_method_types</code>, and <code>SetupIntentUpdateParams.excluded_payment_method_types</code></li> <li>Add support for new value <code>payto</code> on enum <code>Checkout.SessionCreateParams.payment_method_types</code></li> <li>Add support for <code>line_items</code> on <code>Checkout.SessionUpdateParams</code></li> <li>Add support for new value <code>payto</code> on enums <code>ConfirmationTokenCreateParams.testHelpers.payment_method_data.type</code>, <code>PaymentIntentConfirmParams.payment_method_data.type</code>, <code>PaymentIntentCreateParams.payment_method_data.type</code>, <code>PaymentIntentUpdateParams.payment_method_data.type</code>, <code>SetupIntentConfirmParams.payment_method_data.type</code>, <code>SetupIntentCreateParams.payment_method_data.type</code>, and <code>SetupIntentUpdateParams.payment_method_data.type</code></li> <li>Add support for new value <code>payto</code> on enums <code>ConfirmationToken.payment_method_preview.type</code> and <code>PaymentMethod.type</code></li> <li>Add support for new value <code>payto</code> on enums <code>CustomerListPaymentMethodsParams.type</code>, <code>PaymentMethodCreateParams.type</code>, and <code>PaymentMethodListParams.type</code></li> <li>Add support for <code>invoice</code> on <code>CustomerListCustomerBalanceTransactionsParams</code></li> <li>Add support for <code>related_customer_account</code> on <code>Identity.VerificationSessionCreateParams</code>, <code>Identity.VerificationSessionListParams</code>, and <code>Identity.VerificationSession</code></li> <li>Change type of <code>InvoiceItem.pricing.price_details.price</code> and <code>InvoiceLineItem.pricing.price_details.price</code> from <code>string</code> to <code>expandable(Price)</code></li> <li>Add support for new value <code>payto</code> on enums <code>Invoice.payment_settings.payment_method_types</code>, <code>InvoiceCreateParams.payment_settings.payment_method_types</code>, <code>InvoiceUpdateParams.payment_settings.payment_method_types</code>, <code>Subscription.payment_settings.payment_method_types</code>, <code>SubscriptionCreateParams.payment_settings.payment_method_types</code>, and <code>SubscriptionUpdateParams.payment_settings.payment_method_types</code></li> <li>Add support for <code>subtotal</code> on <code>InvoiceLineItem</code></li> <li>Add support for <code>authorization_code</code>, <code>description</code>, <code>iin</code>, <code>installments</code>, <code>issuer</code>, <code>network_advice_code</code>, <code>network_decline_code</code>, and <code>stored_credential_usage</code> on <code>PaymentAttemptRecord.payment_method_details.card</code> and <code>PaymentRecord.payment_method_details.card</code></li> <li>Change <code>PaymentIntent.transfer_data</code> to be optional</li> <li>Add support for new value <code>payto</code> on enums <code>PaymentLink.payment_method_types</code>, <code>PaymentLinkCreateParams.payment_method_types</code>, and <code>PaymentLinkUpdateParams.payment_method_types</code></li> <li>Add support for <code>allow_redisplay</code> on <code>PaymentMethodListParams</code></li> <li>Add support for <code>reported_by</code> on <code>PaymentRecord</code></li> <li>Change <code>Product.tax_code</code> to be optional</li> <li>Add support for new values <code>2025-12-15.clover</code> and <code>2026-01-28.clover</code> on enum <code>WebhookEndpointCreateParams.api_version</code></li> <li>Add support for <code>changes</code> on <code>V2.Core.Event</code></li> <li>Add support for error code <code>account_token_required_for_v2_account</code> on <code>Invoice.last_finalization_error</code>, <code>PaymentIntent.last_payment_error</code>, <code>SetupAttempt.setup_error</code>, <code>SetupIntent.last_setup_error</code>, and <code>StripeError</code></li> </ul> </li> </ul> <p>See <a href="https://github.com/stripe/stripe-node/blob/v20.1.0/CHANGELOG.md">the changelog for more details</a>.</p> <h2>v20.1.0-beta.1</h2> <p>This release changes the pinned API version to <code>2025-11-17.preview</code>.</p> <ul> <li><a href="https://redirect.github.com/stripe/stripe-node/pull/2487">#2487</a> Update generated code for beta <ul> <li>Add support for new resources <code>V2.Core.AccountPersonToken</code> and <code>V2.Core.AccountToken</code></li> <li>Remove support for resource <code>V2.Payments.OffSessionPayment</code></li> <li>Add support for <code>create</code> and <code>retrieve</code> methods on resources <code>V2.Core.AccountPersonToken</code> and <code>V2.Core.AccountToken</code></li> <li>Remove support for <code>cancel</code>, <code>capture</code>, <code>create</code>, <code>list</code>, and <code>retrieve</code> methods on resource <code>V2.Payments.OffSessionPayment</code></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md">stripe's changelog</a>.</em></p> <blockquote> <h2>20.1.0 - 2025-12-16</h2> <p>This release changes the pinned API version to <code>2025-12-15.clover</code>.</p> <ul> <li><a href="https://redirect.github.com/stripe/stripe-node/pull/2522">#2522</a> Update generated code <ul> <li>Add support for new resources <code>V2.Core.AccountLink</code>, <code>V2.Core.AccountPersonToken</code>, <code>V2.Core.AccountPerson</code>, <code>V2.Core.AccountToken</code>, and <code>V2.Core.Account</code></li> <li>Add support for <code>create</code> and <code>retrieve</code> methods on resources <code>V2.Core.AccountPersonToken</code> and <code>V2.Core.AccountToken</code></li> <li>Add support for <code>create</code> method on resource <code>V2.Core.AccountLink</code></li> <li>Add support for <code>close</code>, <code>create</code>, <code>list</code>, <code>retrieve</code>, and <code>update</code> methods on resource <code>V2.Core.Account</code></li> <li>Add support for <code>create</code>, <code>del</code>, <code>list</code>, <code>retrieve</code>, and <code>update</code> methods on resource <code>V2.Core.AccountPerson</code></li> <li>Add support for <code>payto_payments</code> on <code>Account.capabilities</code>, <code>AccountCreateParams.capabilities</code>, and <code>AccountUpdateParams.capabilities</code></li> <li>Add support for <code>signer</code> on <code>AccountCreateParams.documents.proof_of_registration</code>, <code>AccountCreateParams.documents.proof_of_ultimate_beneficial_ownership</code>, <code>AccountUpdateParams.documents.proof_of_registration</code>, and <code>AccountUpdateParams.documents.proof_of_ultimate_beneficial_ownership</code></li> <li>Add support for <code>customer_account</code> on <code>Billing.CreditBalanceSummaryRetrieveParams</code>, <code>Billing.CreditBalanceSummary</code>, <code>Billing.CreditBalanceTransactionListParams</code>, <code>Billing.CreditGrantCreateParams</code>, <code>Billing.CreditGrantListParams</code>, <code>Billing.CreditGrant</code>, <code>BillingPortal.SessionCreateParams</code>, <code>BillingPortal.Session</code>, <code>CashBalance</code>, <code>Checkout.SessionCreateParams</code>, <code>Checkout.SessionListParams</code>, <code>Checkout.Session</code>, <code>ConfirmationToken.payment_method_preview</code>, <code>CreditNoteListParams</code>, <code>CreditNote</code>, <code>CustomerBalanceTransaction</code>, <code>CustomerCashBalanceTransaction</code>, <code>CustomerSessionCreateParams</code>, <code>CustomerSession</code>, <code>Customer</code>, <code>Discount</code>, <code>FinancialConnections.Account.account_holder</code>, <code>FinancialConnections.AccountListParams.account_holder</code>, <code>FinancialConnections.Session.account_holder</code>, <code>FinancialConnections.SessionCreateParams.account_holder</code>, <code>InvoiceCreateParams</code>, <code>InvoiceCreatePreviewParams</code>, <code>InvoiceItemCreateParams</code>, <code>InvoiceItemListParams</code>, <code>InvoiceItem</code>, <code>InvoiceListParams</code>, <code>Invoice</code>, <code>PaymentIntentCreateParams</code>, <code>PaymentIntentListParams</code>, <code>PaymentIntentUpdateParams</code>, <code>PaymentIntent</code>, <code>PaymentMethodAttachParams</code>, <code>PaymentMethodListParams</code>, <code>PaymentMethod</code>, <code>PromotionCodeCreateParams</code>, <code>PromotionCodeListParams</code>, <code>PromotionCode</code>, <code>QuoteCreateParams</code>, <code>QuoteListParams</code>, <code>QuoteUpdateParams</code>, <code>Quote</code>, <code>SetupAttempt</code>, <code>SetupIntentCreateParams</code>, <code>SetupIntentListParams</code>, <code>SetupIntentUpdateParams</code>, <code>SetupIntent</code>, <code>SubscriptionCreateParams</code>, <code>SubscriptionListParams</code>, <code>SubscriptionScheduleCreateParams</code>, <code>SubscriptionScheduleListParams</code>, <code>SubscriptionSchedule</code>, <code>Subscription</code>, <code>TaxId.owner</code>, <code>TaxIdCreateParams.owner</code>, <code>TaxIdListParams.owner</code>, and <code>TaxId</code></li> <li>Add support for <code>metadata</code> on <code>Checkout.SessionCreateParams.line_items[]</code> and <code>LineItem</code></li> <li>Change <code>Billing.CreditBalanceSummaryRetrieveParams.customer</code>, <code>Billing.CreditBalanceTransactionListParams.customer</code>, <code>Billing.CreditGrantCreateParams.customer</code>, <code>BillingPortal.SessionCreateParams.customer</code>, <code>CustomerSessionCreateParams.customer</code>, <code>InvoiceItemCreateParams.customer</code>, <code>PaymentMethodAttachParams.customer</code>, and <code>SubscriptionCreateParams.customer</code> to be optional</li> <li>Add support for <code>billing_cycle_anchor</code> on <code>BillingPortal.Configuration.features.subscription_update</code>, <code>BillingPortal.ConfigurationCreateParams.features.subscription_update</code>, and <code>BillingPortal.ConfigurationUpdateParams.features.subscription_update</code></li> <li>Add support for <code>payto</code> on <code>Charge.payment_method_details</code>, <code>Checkout.Session.payment_method_options</code>, <code>Checkout.SessionCreateParams.payment_method_options</code>, <code>ConfirmationToken.payment_method_preview</code>, <code>ConfirmationTokenCreateParams.testHelpers.payment_method_data</code>, <code>Invoice.payment_settings.payment_method_options</code>, <code>InvoiceCreateParams.payment_settings.payment_method_options</code>, <code>InvoiceUpdateParams.payment_settings.payment_method_options</code>, <code>Mandate.payment_method_details</code>, <code>PaymentAttemptRecord.payment_method_details</code>, <code>PaymentIntent.payment_method_options</code>, <code>PaymentIntentConfirmParams.payment_method_data</code>, <code>PaymentIntentConfirmParams.payment_method_options</code>, <code>PaymentIntentCreateParams.payment_method_data</code>, <code>PaymentIntentCreateParams.payment_method_options</code>, <code>PaymentIntentUpdateParams.payment_method_data</code>, <code>PaymentIntentUpdateParams.payment_method_options</code>, <code>PaymentMethodConfigurationCreateParams</code>, <code>PaymentMethodConfigurationUpdateParams</code>, <code>PaymentMethodConfiguration</code>, <code>PaymentMethodCreateParams</code>, <code>PaymentMethodUpdateParams</code>, <code>PaymentMethod</code>, <code>PaymentRecord.payment_method_details</code>, <code>SetupAttempt.payment_method_details</code>, <code>SetupIntent.payment_method_options</code>, <code>SetupIntentConfirmParams.payment_method_data</code>, <code>SetupIntentConfirmParams.payment_method_options</code>, <code>SetupIntentCreateParams.payment_method_data</code>, <code>SetupIntentCreateParams.payment_method_options</code>, <code>SetupIntentUpdateParams.payment_method_data</code>, <code>SetupIntentUpdateParams.payment_method_options</code>, <code>Subscription.payment_settings.payment_method_options</code>, <code>SubscriptionCreateParams.payment_settings.payment_method_options</code>, and <code>SubscriptionUpdateParams.payment_settings.payment_method_options</code></li> <li>Add support for <code>expected_debit_date</code> on <code>Charge.payment_method_details.acss_debit</code>, <code>Charge.payment_method_details.au_becs_debit</code>, <code>Charge.payment_method_details.bacs_debit</code>, <code>Charge.payment_method_details.nz_bank_account</code>, <code>Charge.payment_method_details.sepa_debit</code>, <code>Charge.payment_method_details.us_bank_account</code>, <code>PaymentAttemptRecord.payment_method_details.acss_debit</code>, <code>PaymentAttemptRecord.payment_method_details.au_becs_debit</code>, <code>PaymentAttemptRecord.payment_method_details.bacs_debit</code>, <code>PaymentAttemptRecord.payment_method_details.nz_bank_account</code>, <code>PaymentAttemptRecord.payment_method_details.sepa_debit</code>, <code>PaymentAttemptRecord.payment_method_details.us_bank_account</code>, <code>PaymentRecord.payment_method_details.acss_debit</code>, <code>PaymentRecord.payment_method_details.au_becs_debit</code>, <code>PaymentRecord.payment_method_details.bacs_debit</code>, <code>PaymentRecord.payment_method_details.nz_bank_account</code>, <code>PaymentRecord.payment_method_details.sepa_debit</code>, and <code>PaymentRecord.payment_method_details.us_bank_account</code></li> <li>Add support for new value <code>mollie</code> on enums <code>Charge.payment_method_details.ideal.bank</code>, <code>ConfirmationToken.payment_method_preview.ideal.bank</code>, <code>ConfirmationTokenCreateParams.testHelpers.payment_method_data.ideal.bank</code>, <code>PaymentAttemptRecord.payment_method_details.ideal.bank</code>, <code>PaymentIntentConfirmParams.payment_method_data.ideal.bank</code>, <code>PaymentIntentCreateParams.payment_method_data.ideal.bank</code>, <code>PaymentIntentUpdateParams.payment_method_data.ideal.bank</code>, <code>PaymentMethod.ideal.bank</code>, <code>PaymentMethodCreateParams.ideal.bank</code>, <code>PaymentRecord.payment_method_details.ideal.bank</code>, <code>SetupAttempt.payment_method_details.ideal.bank</code>, <code>SetupIntentConfirmParams.payment_method_data.ideal.bank</code>, <code>SetupIntentCreateParams.payment_method_data.ideal.bank</code>, and <code>SetupIntentUpdateParams.payment_method_data.ideal.bank</code></li> <li>Add support for new value <code>MLLENL2A</code> on enums <code>Charge.payment_method_details.ideal.bic</code>, <code>ConfirmationToken.payment_method_preview.ideal.bic</code>, <code>PaymentAttemptRecord.payment_method_details.ideal.bic</code>, <code>PaymentMethod.ideal.bic</code>, <code>PaymentRecord.payment_method_details.ideal.bic</code>, and <code>SetupAttempt.payment_method_details.ideal.bic</code></li> <li>Add support for new value <code>payto</code> on enums <code>Checkout.SessionCreateParams.excluded_payment_method_types</code>, <code>PaymentIntent.excluded_payment_method_types</code>, <code>PaymentIntentConfirmParams.excluded_payment_method_types</code>, <code>PaymentIntentCreateParams.excluded_payment_method_types</code>, <code>PaymentIntentUpdateParams.excluded_payment_method_types</code>, <code>SetupIntent.excluded_payment_method_types</code>, <code>SetupIntentCreateParams.excluded_payment_method_types</code>, and <code>SetupIntentUpdateParams.excluded_payment_method_types</code></li> <li>Add support for new value <code>payto</code> on enum <code>Checkout.SessionCreateParams.payment_method_types</code></li> <li>Add support for <code>line_items</code> on <code>Checkout.SessionUpdateParams</code></li> <li>Add support for new value <code>payto</code> on enums <code>ConfirmationTokenCreateParams.testHelpers.payment_method_data.type</code>, <code>PaymentIntentConfirmParams.payment_method_data.type</code>, <code>PaymentIntentCreateParams.payment_method_data.type</code>, <code>PaymentIntentUpdateParams.payment_method_data.type</code>, <code>SetupIntentConfirmParams.payment_method_data.type</code>, <code>SetupIntentCreateParams.payment_method_data.type</code>, and <code>SetupIntentUpdateParams.payment_method_data.type</code></li> <li>Add support for new value <code>payto</code> on enums <code>ConfirmationToken.payment_method_preview.type</code> and <code>PaymentMethod.type</code></li> <li>Add support for new value <code>payto</code> on enums <code>CustomerListPaymentMethodsParams.type</code>, <code>PaymentMethodCreateParams.type</code>, and <code>PaymentMethodListParams.type</code></li> <li>Add support for <code>invoice</code> on <code>CustomerListCustomerBalanceTransactionsParams</code></li> <li>Add support for <code>related_customer_account</code> on <code>Identity.VerificationSessionCreateParams</code>, <code>Identity.VerificationSessionListParams</code>, and <code>Identity.VerificationSession</code></li> <li>Change type of <code>InvoiceItem.pricing.price_details.price</code> and <code>InvoiceLineItem.pricing.price_details.price</code> from <code>string</code> to <code>expandable(Price)</code></li> <li>Add support for new value <code>payto</code> on enums <code>Invoice.payment_settings.payment_method_types</code>, <code>InvoiceCreateParams.payment_settings.payment_method_types</code>, <code>InvoiceUpdateParams.payment_settings.payment_method_types</code>, <code>Subscription.payment_settings.payment_method_types</code>, <code>SubscriptionCreateParams.payment_settings.payment_method_types</code>, and <code>SubscriptionUpdateParams.payment_settings.payment_method_types</code></li> <li>Add support for <code>subtotal</code> on <code>InvoiceLineItem</code></li> <li>Add support for <code>authorization_code</code>, <code>description</code>, <code>iin</code>, <code>installments</code>, <code>issuer</code>, <code>network_advice_code</code>, <code>network_decline_code</code>, and <code>stored_credential_usage</code> on <code>PaymentAttemptRecord.payment_method_details.card</code> and <code>PaymentRecord.payment_method_details.card</code></li> <li>Change <code>PaymentIntent.transfer_data</code> to be optional</li> <li>Add support for new value <code>payto</code> on enums <code>PaymentLink.payment_method_types</code>, <code>PaymentLinkCreateParams.payment_method_types</code>, and <code>PaymentLinkUpdateParams.payment_method_types</code></li> <li>Add support for <code>allow_redisplay</code> on <code>PaymentMethodListParams</code></li> <li>Add support for <code>reported_by</code> on <code>PaymentRecord</code></li> <li>Change <code>Product.tax_code</code> to be optional</li> <li>Add support for new values <code>2025-12-15.clover</code> and <code>2026-01-28.clover</code> on enum <code>WebhookEndpointCreateParams.api_version</code></li> <li>Add support for <code>changes</code> on <code>V2.Core.Event</code></li> <li>Add support for error code <code>account_token_required_for_v2_account</code> on <code>Invoice.last_finalization_error</code>, <code>PaymentIntent.last_payment_error</code>, <code>SetupAttempt.setup_error</code>, <code>SetupIntent.last_setup_error</code>, and <code>StripeError</code></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stripe/stripe-node/commit/bd0b42282b079aa675f0d20773af7c74b725c64d"><code>bd0b422</code></a> Bump version to 20.1.0</li> <li><a href="https://github.com/stripe/stripe-node/commit/b729ba7f7cacdb562e01e2d3793b4b2bd4644522"><code>b729ba7</code></a> Update generated code (<a href="https://redirect.github.com/stripe/stripe-node/issues/2522">#2522</a>)</li> <li><a href="https://github.com/stripe/stripe-node/commit/fc774df2495d92d53cb521443ccd30e28429a000"><code>fc774df</code></a> Update CHANGELOG.md to remove changes on Events (<a href="https://redirect.github.com/stripe/stripe-node/issues/2508">#2508</a>)</li> <li>See full diff in <a href="https://github.com/stripe/stripe-node/compare/v20.0.0...v20.1.0">compare view</a></li> </ul> </details> <br /> Updates `zod` from 4.1.13 to 4.2.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/colinhacks/zod/releases">zod's releases</a>.</em></p> <blockquote> <h2>v4.2.1</h2> <h2>Commits:</h2> <ul> <li>5b5b129315fbc94a3b0d6244185eaeefcbe438d1 4.2.1</li> </ul> <h2>v4.2.0</h2> <h2>Features</h2> <h3>Implement Standard JSON Schema</h3> <p><a href="https://redirect.github.com/standard-schema/standard-schema/pull/134">standard-schema/standard-schema#134</a></p> <h3>Implement <code>z.fromJSONSchema()</code></h3> <pre lang="typescript"><code>const jsonSchema = { type: &quot;object&quot;, properties: { name: { type: &quot;string&quot; }, age: { type: &quot;number&quot; } }, required: [&quot;name&quot;] }; <p>const schema = z.fromJSONSchema(jsonSchema); </code></pre></p> <h3>Implement <code>z.xor()</code></h3> <pre lang="typescript"><code>const schema = z.xor( z.object({ type: &quot;user&quot;, name: z.string() }), z.object({ type: &quot;admin&quot;, role: z.string() }) ); // Exactly one of the schemas must match </code></pre> <h3>Implement <code>z.looseRecord()</code></h3> <pre lang="typescript"><code>const schema = z.looseRecord(z.string(), z.number()); // Allows additional properties beyond those defined </code></pre> <h2>Commits:</h2> <ul> <li>af49c084f66339110d00e37ff71dc7b3b9f2b7ef Update docs for JSON Schema conversion of <code>z.undefined()</code> (<a href="https://redirect.github.com/colinhacks/zod/issues/5504">#5504</a>)</li> <li>767f320318986e422f524b939f1a7174544fda2e Add <code>.toJSONSchema()</code> method (<a href="https://redirect.github.com/colinhacks/zod/issues/5477">#5477</a>)</li> <li>e17dcb63573397063e87d7c7fe10a5a78968181a Add <code>z.fromJSONSchema()</code>, <code>z.looseRecord()</code>, <code>z.xor()</code> (<a href="https://redirect.github.com/colinhacks/zod/issues/5534">#5534</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/colinhacks/zod/commit/5b5b129315fbc94a3b0d6244185eaeefcbe438d1"><code>5b5b129</code></a> 4.2.1</li> <li><a href="https://github.com/colinhacks/zod/commit/dcef9734f55fc1c8e73795a2be80c60fa7a4a568"><code>dcef973</code></a> v4.2.0</l... _Description has been truncated_
MrUnknownDE added the dependenciesjavascriptdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascript labels 2026-04-05 17:11:05 +02:00
Sign in to join this conversation.
No Label dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#457