Bump the prod-minor-updates group across 1 directory with 4 updates #189

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

Originally created by @dependabot[bot] on 2/27/2026

Bumps the prod-minor-updates group with 4 updates in the / directory: @aws-sdk/client-s3, lucide-react, react-day-picker and stripe.

Updates @aws-sdk/client-s3 from 3.989.0 to 3.999.0

Release notes

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

v3.999.0

3.999.0(2026-02-26)

Chores
New Features
  • client-securityhub: Security Hub added EXTENDED PLAN integration type to DescribeProductsV2 and added metadata.product.vendor name GroupBy support to GetFindingStatisticsV2 (1d1c9825)
  • client-ec2: Add c8id, m8id and hpc8a instance types. (f49cb0c1)
  • client-ecs: Adding support for Capacity Reservations for ECS Managed Instances by introducing a new "capacityOptionType" value of "RESERVED" and new field "capacityReservations" for CreateCapacityProvider and UpdateCapacityProvider APIs. (4a7cfd05)
  • client-marketplace-entitlement-service: Added License Arn as a new optional filter for GetEntitlements and LicenseArn field in each entitlement in the response. (b884b35b)
  • client-marketplace-metering: Added LicenseArn to ResolveCustomer response and BatchMeterUsage usage records. BatchMeterUsage now accepts LicenseArn in each UsageRecord to report usage at the license level. Added InvalidLicenseException error response for invalid license parameters. (f5f5c096)
  • client-backup-gateway: This release updates GetGateway API to include deprecationDate and softwareVersion in the response, enabling customers to track gateway software versions and upcoming deprecation dates. (9dd68ddc)
  • util-user-agent-node: populate typescript version in user agent when available (#7786) (0a5ab579)

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

v3.998.0

3.998.0(2026-02-25)

Chores
  • scripts: use $npm_package_name in build:include:deps script (#7782) (6e324394)
  • codegen: sync for checksum algorithm extensions (#7781) (ae4f994f)
Documentation Changes
  • client-batch: AWS Batch documentation update for service job capacity units. (2f11daa7)
New Features
  • clients: update client endpoints as of 2026-02-25 (9bb005ef)
  • client-ec2: Add support for EC2 Capacity Blocks in Local Zones. (7029db2c)
  • client-ecr: Update repository name regex to comply with OCI Distribution Specification (fa176d37)
  • client-wafv2: AWS WAF now supports GetTopPathStatisticsByTraffic that provides aggregated statistics on the top URI paths accessed by bot traffic. Use this operation to see which paths receive the most bot traffic, identify the specific bots accessing them, and filter by category, organization, or bot name. (68165e55)
  • client-neptune: Neptune global clusters now supports tags (e3c73a0f)
  • middleware-flexible-checksums: allow custom checksum algorithm implementations (#7746) (34e99cdd)
Tests

... (truncated)

Changelog

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

3.999.0 (2026-02-26)

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

3.998.0 (2026-02-25)

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

3.997.0 (2026-02-24)

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

3.996.0 (2026-02-23)

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

3.995.0 (2026-02-20)

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

3.994.0 (2026-02-19)

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

3.993.0 (2026-02-18)

... (truncated)

Commits

Updates lucide-react from 0.563.0 to 0.575.0

Release notes

Sourced from lucide-react's releases.

Version 0.575.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.573.0...0.575.0

Version 0.574.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.572.0...0.574.0

Version 0.573.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.572.0...0.573.0

Version 0.572.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.571.0...0.572.0

... (truncated)

Commits

Updates react-day-picker from 9.13.2 to 9.14.0

Release notes

Sourced from react-day-picker's releases.

v9.14.0

This release introduces a new resetOnSelect prop and adds support for the Hijri calendar.

Resetting Selections in Range Mode

When in range selection mode, use the new resetOnSelect prop to start a new range when a full range is already selected.

Hijri Calendar

To use the Hijri (Umm al-Qura) calendar, import DayPicker from react-day-picker/hijri:

import { DayPicker } from "react-day-picker/hijri";

export function HijriCalendar() {
return <DayPicker />;
}

Read more in the documentation and play with it in playground.

What's Changed

New Contributors

Full Changelog: https://github.com/gpbl/react-day-picker/compare/v9.13.2...v9.14.0

Changelog

Sourced from react-day-picker's changelog.

v9.14.0

Release date: 2026-02-26

This release introduces a new resetOnSelect prop and adds support for the Hijri calendar.

Resetting Selections in Range Mode

When in range selection mode, use the resetOnSelect prop to start a new range when a full range is already selected.

Hijri Calendar

To use the Hijri (Umm al-Qura) calendar, import DayPicker from react-day-picker/hijri:

import { DayPicker } from "react-day-picker/hijri";

export function HijriCalendar() {
return <DayPicker />;
}

Read more in the documentation and play with it in playground.

What's Changed

  • feat: add Hijri calendar support (Umm al-Qura) by @​ws-rush in #2904
  • feat: add resetOnSelect prop to reset date range when selecting date with completed range by @​rodgobbi in #2906
  • feat: add default lang prop to DayPicker root element by @​gpbl in #2907
Commits
  • a5b0c43 Prepare 9.14.0 package metadata
  • 758f604 feat: add lang attribute to DayPicker root (#2907)
  • 0893c96 feat: New resetOnSelect prop to reset date range when selecting date with com...
  • 8e69eb1 feat: Add Hijri calendar support (Umm al-Qura) (#2904)
  • 091ca6f chore: remove performance-tests project (#2902)
  • 6df3193 chore: update workspace dependencies (#2901)
  • 5208d3f chore: update workspace dependencies (#2900)
  • See full diff in compare view

Updates stripe from 20.3.1 to 20.4.0

Release notes

Sourced from stripe's releases.

v20.4.0

This release changes the pinned API version to 2026-02-25.clover.

  • #2581 Update generated code
    • Add support for new resources Reserve.Hold, Reserve.Plan, and Reserve.Release
    • Add support for location and reader on Charge.payment_method_details.card_present, Charge.payment_method_details.interac_present, ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present, PaymentAttemptRecord.payment_method_details.card_present, PaymentAttemptRecord.payment_method_details.interac_present, PaymentMethod.card.generated_from.payment_method_details.card_present, PaymentRecord.payment_method_details.card_present, and PaymentRecord.payment_method_details.interac_present
    • Add support for new value lk_vat on enums Checkout.Session.customer_details.tax_ids[].type, Invoice.customer_tax_ids[].type, Tax.Calculation.customer_details.tax_ids[].type, Tax.Transaction.customer_details.tax_ids[].type, and TaxId.type
    • Add support for new value lk_vat on enums CustomerCreateParams.tax_id_data[].type, CustomerCreateTaxIdParams.type, InvoiceCreatePreviewParams.customer_details.tax_ids[].type, Tax.CalculationCreateParams.customer_details.tax_ids[].type, and TaxIdCreateParams.type
    • Add support for new values reserve.hold.created, reserve.hold.updated, reserve.plan.created, reserve.plan.disabled, reserve.plan.expired, reserve.plan.updated, and reserve.release.created on enum Event.type
    • Add support for new values terminal_wifi_certificate and terminal_wifi_private_key on enums File.purpose and FileListParams.purpose
    • Add support for new values terminal_wifi_certificate and terminal_wifi_private_key on enum FileCreateParams.purpose
    • Add support for new value pay_by_bank 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 display_name and service_user_number on Mandate.payment_method_details.bacs_debit
    • Change type of PaymentAttemptRecord.payment_method_details.boleto.tax_id and PaymentRecord.payment_method_details.boleto.tax_id from string to string | null
    • Change type of PaymentAttemptRecord.payment_method_details.us_bank_account.expected_debit_date and PaymentRecord.payment_method_details.us_bank_account.expected_debit_date from string | null to string
    • Add support for transaction_purpose on PaymentIntent.payment_method_options.us_bank_account, PaymentIntentConfirmParams.payment_method_options.us_bank_account, PaymentIntentCreateParams.payment_method_options.us_bank_account, and PaymentIntentUpdateParams.payment_method_options.us_bank_account
    • Add support for optional_items on PaymentLinkUpdateParams
    • Remove support for unused card_issuer_decline on Radar.PaymentEvaluation.insights
    • Add support for payment_behavior on SubscriptionItemDeleteParams
    • Add support for lk on Tax.Registration.country_options and Tax.RegistrationCreateParams.country_options
    • Add support for cellular and stripe_s710 on Terminal.ConfigurationCreateParams, Terminal.ConfigurationUpdateParams, and Terminal.Configuration
    • Add support for new values simulated_stripe_s710 and stripe_s710 on enums Terminal.Reader.device_type and Terminal.ReaderListParams.device_type
    • Add support for new values reserve.hold.created, reserve.hold.updated, reserve.plan.created, reserve.plan.disabled, reserve.plan.expired, reserve.plan.updated, and reserve.release.created on enums WebhookEndpointCreateParams.enabled_events and WebhookEndpointUpdateParams.enabled_events
    • Add support for new value 2026-02-25.clover on enum WebhookEndpointCreateParams.api_version
    • Add support for snapshot events ReserveHoldCreatedEvent and ReserveHoldUpdatedEvent with resource Reserve.Hold
    • Add support for snapshot events ReservePlanCreatedEvent, ReservePlanDisabledEvent, ReservePlanExpiredEvent, and ReservePlanUpdatedEvent with resource Reserve.Plan
    • Add support for snapshot event ReserveReleaseCreatedEvent with resource Reserve.Release
    • Add support for error codes storer_capability_missing and storer_capability_not_active 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.4.0-beta.2

  • #2571 Fix UnhandledPromiseRejection error on failed V2 List operations
    • Fixes a bug where any error returned from the Stripe API on a V2 List call (e.g. a 4xx or 5xx) would crash Node due to an UnhandledPromiseRejection

See the changelog for more details.

v20.4.0-beta.1

This release changes the pinned API version to 2026-01-28.preview.

  • #2552 Update generated code for beta
    • Add support for new resource FinancialConnections.Authorization
    • Add support for retrieve method on resource FinancialConnections.Authorization
    • Add support for detach_payment method on resource Invoice
    • Remove support for cancel, list_line_items, and reopen methods on resource Order
    • Remove support for attach_cadence method on resource Subscription
    • Add support for additional_files and site on Account.settings.paypay_payments, AccountCreateParams.settings.paypay_payments, and AccountUpdateParams.settings.paypay_payments
    • Remove support for capital on Account.settings
    • Change type of Charge.payment_method_details.stripe_balance.source_type, ConfirmationToken.payment_method_preview.stripe_balance.source_type, PaymentAttemptRecord.payment_method_details.stripe_balance.source_type, PaymentMethod.stripe_balance.source_type, and PaymentRecord.payment_method_details.stripe_balance.source_type from enum('bank_account'|'card'|'fpx') to enum('bank_account'|'card'|'fpx') | null
    • Add support for new value pl_nip on enums Checkout.Session.collected_information.tax_ids[].type, Order.tax_details.tax_ids[].type, and QuotePreviewInvoice.customer_tax_ids[].type

... (truncated)

Changelog

Sourced from stripe's changelog.

20.4.0 - 2026-02-25

This release changes the pinned API version to 2026-02-25.clover.

  • #2581 Update generated code
    • Add support for new resources Reserve.Hold, Reserve.Plan, and Reserve.Release
    • Add support for location and reader on Charge.payment_method_details.card_present, Charge.payment_method_details.interac_present, ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present, PaymentAttemptRecord.payment_method_details.card_present, PaymentAttemptRecord.payment_method_details.interac_present, PaymentMethod.card.generated_from.payment_method_details.card_present, PaymentRecord.payment_method_details.card_present, and PaymentRecord.payment_method_details.interac_present
    • Add support for new value lk_vat on enums Checkout.Session.customer_details.tax_ids[].type, Invoice.customer_tax_ids[].type, Tax.Calculation.customer_details.tax_ids[].type, Tax.Transaction.customer_details.tax_ids[].type, and TaxId.type
    • Add support for new value lk_vat on enums CustomerCreateParams.tax_id_data[].type, CustomerCreateTaxIdParams.type, InvoiceCreatePreviewParams.customer_details.tax_ids[].type, Tax.CalculationCreateParams.customer_details.tax_ids[].type, and TaxIdCreateParams.type
    • Add support for new values reserve.hold.created, reserve.hold.updated, reserve.plan.created, reserve.plan.disabled, reserve.plan.expired, reserve.plan.updated, and reserve.release.created on enum Event.type
    • Add support for new values terminal_wifi_certificate and terminal_wifi_private_key on enums File.purpose and FileListParams.purpose
    • Add support for new values terminal_wifi_certificate and terminal_wifi_private_key on enum FileCreateParams.purpose
    • Add support for new value pay_by_bank 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 display_name and service_user_number on Mandate.payment_method_details.bacs_debit
    • Change type of PaymentAttemptRecord.payment_method_details.boleto.tax_id and PaymentRecord.payment_method_details.boleto.tax_id from string to string | null
    • Change type of PaymentAttemptRecord.payment_method_details.us_bank_account.expected_debit_date and PaymentRecord.payment_method_details.us_bank_account.expected_debit_date from string | null to string
    • Add support for transaction_purpose on PaymentIntent.payment_method_options.us_bank_account, PaymentIntentConfirmParams.payment_method_options.us_bank_account, PaymentIntentCreateParams.payment_method_options.us_bank_account, and PaymentIntentUpdateParams.payment_method_options.us_bank_account
    • Add support for optional_items on PaymentLinkUpdateParams
    • Remove support for unused card_issuer_decline on Radar.PaymentEvaluation.insights
    • Add support for payment_behavior on SubscriptionItemDeleteParams
    • Add support for lk on Tax.Registration.country_options and Tax.RegistrationCreateParams.country_options
    • Add support for cellular and stripe_s710 on Terminal.ConfigurationCreateParams, Terminal.ConfigurationUpdateParams, and Terminal.Configuration
    • Add support for new values simulated_stripe_s710 and stripe_s710 on enums Terminal.Reader.device_type and Terminal.ReaderListParams.device_type
    • Add support for new values reserve.hold.created, reserve.hold.updated, reserve.plan.created, reserve.plan.disabled, reserve.plan.expired, reserve.plan.updated, and reserve.release.created on enums WebhookEndpointCreateParams.enabled_events and WebhookEndpointUpdateParams.enabled_events
    • Add support for new value 2026-02-25.clover on enum WebhookEndpointCreateParams.api_version
    • Add support for snapshot events ReserveHoldCreatedEvent and ReserveHoldUpdatedEvent with resource Reserve.Hold
    • Add support for snapshot events ReservePlanCreatedEvent, ReservePlanDisabledEvent, ReservePlanExpiredEvent, and ReservePlanUpdatedEvent with resource Reserve.Plan
    • Add support for snapshot event ReserveReleaseCreatedEvent with resource Reserve.Release
    • Add support for error codes storer_capability_missing and storer_capability_not_active on Invoice.last_finalization_error, PaymentIntent.last_payment_error, SetupAttempt.setup_error, SetupIntent.last_setup_error, and StripeError
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
*Originally created by @dependabot[bot] on 2/27/2026* Bumps the prod-minor-updates group with 4 updates in the / directory: [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3), [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react), [react-day-picker](https://github.com/gpbl/react-day-picker) and [stripe](https://github.com/stripe/stripe-node). Updates `@aws-sdk/client-s3` from 3.989.0 to 3.999.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.999.0</h2> <h4>3.999.0(2026-02-26)</h4> <h5>Chores</h5> <ul> <li>validate codegen changes using yarn generate-clients (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7780">#7780</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/b7c1aa2084f467cfaf5d0d39355b0823853488c9">b7c1aa20</a>)</li> <li><strong>packages:</strong> reapply eslint rules (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7789">#7789</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/ab81c738436db219e5163ccaab953805776b33d6">ab81c738</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>client-securityhub:</strong> Security Hub added EXTENDED PLAN integration type to DescribeProductsV2 and added metadata.product.vendor name GroupBy support to GetFindingStatisticsV2 (<a href="https://github.com/aws/aws-sdk-js-v3/commit/1d1c9825970e4b464ffc3f3573003a1c61f7b4a6">1d1c9825</a>)</li> <li><strong>client-ec2:</strong> Add c8id, m8id and hpc8a instance types. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/f49cb0c1d0d17b719175aa0b9fc54b10c18efe84">f49cb0c1</a>)</li> <li><strong>client-ecs:</strong> Adding support for Capacity Reservations for ECS Managed Instances by introducing a new &quot;capacityOptionType&quot; value of &quot;RESERVED&quot; and new field &quot;capacityReservations&quot; for CreateCapacityProvider and UpdateCapacityProvider APIs. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/4a7cfd05ca2682bda2dbb5856d47b27563a56925">4a7cfd05</a>)</li> <li><strong>client-marketplace-entitlement-service:</strong> Added License Arn as a new optional filter for GetEntitlements and LicenseArn field in each entitlement in the response. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/b884b35b49f5244c177a6ad24f423741887929e5">b884b35b</a>)</li> <li><strong>client-marketplace-metering:</strong> Added LicenseArn to ResolveCustomer response and BatchMeterUsage usage records. BatchMeterUsage now accepts LicenseArn in each UsageRecord to report usage at the license level. Added InvalidLicenseException error response for invalid license parameters. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/f5f5c096e816e517098f601389e6e6ff2cba908e">f5f5c096</a>)</li> <li><strong>client-backup-gateway:</strong> This release updates GetGateway API to include deprecationDate and softwareVersion in the response, enabling customers to track gateway software versions and upcoming deprecation dates. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/9dd68ddc18d5f288921085fcdb26f5b34f295b81">9dd68ddc</a>)</li> <li><strong>util-user-agent-node:</strong> populate typescript version in user agent when available (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7786">#7786</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/0a5ab579ac6a0496ba8b856562d76407b5666298">0a5ab579</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.999.0.zip</strong></p> <h2>v3.998.0</h2> <h4>3.998.0(2026-02-25)</h4> <h5>Chores</h5> <ul> <li><strong>scripts:</strong> use $npm_package_name in <code>build:include:deps</code> script (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7782">#7782</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/6e324394571a65ec74f4c1c6182af87656a554ce">6e324394</a>)</li> <li><strong>codegen:</strong> sync for checksum algorithm extensions (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7781">#7781</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/ae4f994f679b8814d2ce6ba121fd1ffa38df9a99">ae4f994f</a>)</li> </ul> <h5>Documentation Changes</h5> <ul> <li><strong>client-batch:</strong> AWS Batch documentation update for service job capacity units. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/2f11daa7116d3a177a3cbb14f4275a421e1c77b3">2f11daa7</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2026-02-25 (<a href="https://github.com/aws/aws-sdk-js-v3/commit/9bb005efed3c379c001a912a46b82c709cb668a8">9bb005ef</a>)</li> <li><strong>client-ec2:</strong> Add support for EC2 Capacity Blocks in Local Zones. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/7029db2c62ee83aa511910fdfeb85ebfc9a481a1">7029db2c</a>)</li> <li><strong>client-ecr:</strong> Update repository name regex to comply with OCI Distribution Specification (<a href="https://github.com/aws/aws-sdk-js-v3/commit/fa176d37b82665781e50135b41cc04fd9874cc71">fa176d37</a>)</li> <li><strong>client-wafv2:</strong> AWS WAF now supports GetTopPathStatisticsByTraffic that provides aggregated statistics on the top URI paths accessed by bot traffic. Use this operation to see which paths receive the most bot traffic, identify the specific bots accessing them, and filter by category, organization, or bot name. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/68165e555880efee2b1cfeedef75491c434e6825">68165e55</a>)</li> <li><strong>client-neptune:</strong> Neptune global clusters now supports tags (<a href="https://github.com/aws/aws-sdk-js-v3/commit/e3c73a0f634d8d9282381a8c2b79c817bf0c7d2c">e3c73a0f</a>)</li> <li><strong>middleware-flexible-checksums:</strong> allow custom checksum algorithm implementations (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7746">#7746</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/34e99cdda62d79edeb7ca353d8ceabc60c68abda">34e99cdd</a>)</li> </ul> <h5>Tests</h5> <ul> <li><strong>util-user-agent-node:</strong> add integration test (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7784">#7784</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/d18e5392a50b217a2b5f7b6d9fe4649ff34e42ef">d18e5392</a>)</li> <li><strong>build:</strong> enable snapshot tests - attempt 3 (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7777">#7777</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/a88cf57c6186d3ddaa9b93cbb75e7970d29ca65a">a88cf57c</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.998.0...v3.999.0">3.999.0</a> (2026-02-26)</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.997.0...v3.998.0">3.998.0</a> (2026-02-25)</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.996.0...v3.997.0">3.997.0</a> (2026-02-24)</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.995.0...v3.996.0">3.996.0</a> (2026-02-23)</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.994.0...v3.995.0">3.995.0</a> (2026-02-20)</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.993.0...v3.994.0">3.994.0</a> (2026-02-19)</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.992.0...v3.993.0">3.993.0</a> (2026-02-18)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/cd1d49d696f4d2d596d2374943267f3a7074651c"><code>cd1d49d</code></a> Publish v3.999.0</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/adb02cd5ccef10ff162faee76a159dba70626584"><code>adb02cd</code></a> Publish v3.998.0</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/ae4f994f679b8814d2ce6ba121fd1ffa38df9a99"><code>ae4f994</code></a> chore(codegen): sync for checksum algorithm extensions (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/7781">#7781</a>)</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/637dcf0ea7467a0b9e432575da50579bc432b3c5"><code>637dcf0</code></a> Publish v3.997.0</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/3f776c331961a98d88a8f6c3c4f4b51e18c1373c"><code>3f776c3</code></a> chore(packages): use open version range for additional packages (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/7774">#7774</a>)</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/14fc57173714be0bca229b541db383219620afd8"><code>14fc571</code></a> chore(codegen): sync for checksum stream backpressure (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/7776">#7776</a>)</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/a6a6912e4fcb77d717457a5ba89af8844b33c11c"><code>a6a6912</code></a> Publish v3.996.0</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/e8dc4f20e257561a97d7cdda37f4ef3578068e8c"><code>e8dc4f2</code></a> Publish v3.995.0</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/62005a29357f34b10275ac0e7354bf25f0b49ae7"><code>62005a2</code></a> Publish v3.994.0</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/1d8d8189357aa19f8cca82d37fbaf37e0e58e83a"><code>1d8d818</code></a> Publish v3.993.0</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-js-v3/commits/v3.999.0/clients/client-s3">compare view</a></li> </ul> </details> <br /> Updates `lucide-react` from 0.563.0 to 0.575.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.575.0</h2> <h2>What's Changed</h2> <ul> <li>feat(icons): added <code>message-square-check</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/4076">lucide-icons/lucide#4076</a></li> <li>fix(lucide): Fix ESM Module output path in build by <a href="https://github.com/ericfennis"><code>@​ericfennis</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4084">lucide-icons/lucide#4084</a></li> <li>feat(icons): added <code>metronome</code> icon by <a href="https://github.com/edwloef"><code>@​edwloef</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4063">lucide-icons/lucide#4063</a></li> <li>fix(icons): remove execution permission of SVG files by <a href="https://github.com/duckafire"><code>@​duckafire</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4053">lucide-icons/lucide#4053</a></li> <li>fix(icons): changed <code>file-pen-line</code> icon by <a href="https://github.com/jguddas"><code>@​jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3970">lucide-icons/lucide#3970</a></li> <li>feat(icons): added <code>square-arrow-right-exit</code> and <code>square-arrow-right-enter</code> icons by <a href="https://github.com/EthanHazel"><code>@​EthanHazel</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3958">lucide-icons/lucide#3958</a></li> <li>fix(icons): renamed <code>flip-*</code> to <code>square-centerline-dashed-*</code> by <a href="https://github.com/jguddas"><code>@​jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3945">lucide-icons/lucide#3945</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/edwloef"><code>@​edwloef</code></a> made their first contribution in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4063">lucide-icons/lucide#4063</a></li> <li><a href="https://github.com/duckafire"><code>@​duckafire</code></a> made their first contribution in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4053">lucide-icons/lucide#4053</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.573.0...0.575.0">https://github.com/lucide-icons/lucide/compare/0.573.0...0.575.0</a></p> <h2>Version 0.574.0</h2> <h2>What's Changed</h2> <ul> <li>fix(icons): changed <code>rocking-chair</code> icon by <a href="https://github.com/jamiemlaw"><code>@​jamiemlaw</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3445">lucide-icons/lucide#3445</a></li> <li>fix(icons): flipped <code>coins</code> icon by <a href="https://github.com/jguddas"><code>@​jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3158">lucide-icons/lucide#3158</a></li> <li>feat(icons): added <code>x-line-top</code> icon by <a href="https://github.com/jguddas"><code>@​jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2838">lucide-icons/lucide#2838</a></li> <li>feat(icons): added <code>mouse-left</code> icon by <a href="https://github.com/marvfash"><code>@​marvfash</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2788">lucide-icons/lucide#2788</a></li> <li>feat(icons): added <code>mouse-right</code> icon by <a href="https://github.com/marvfash"><code>@​marvfash</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2787">lucide-icons/lucide#2787</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/marvfash"><code>@​marvfash</code></a> made their first contribution in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2788">lucide-icons/lucide#2788</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.572.0...0.574.0">https://github.com/lucide-icons/lucide/compare/0.572.0...0.574.0</a></p> <h2>Version 0.573.0</h2> <h2>What's Changed</h2> <ul> <li>fix(icons): changed <code>rocking-chair</code> icon by <a href="https://github.com/jamiemlaw"><code>@​jamiemlaw</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3445">lucide-icons/lucide#3445</a></li> <li>fix(icons): flipped <code>coins</code> icon by <a href="https://github.com/jguddas"><code>@​jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3158">lucide-icons/lucide#3158</a></li> <li>feat(icons): added <code>x-line-top</code> icon by <a href="https://github.com/jguddas"><code>@​jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2838">lucide-icons/lucide#2838</a></li> <li>feat(icons): added <code>mouse-left</code> icon by <a href="https://github.com/marvfash"><code>@​marvfash</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2788">lucide-icons/lucide#2788</a></li> <li>feat(icons): added <code>mouse-right</code> icon by <a href="https://github.com/marvfash"><code>@​marvfash</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2787">lucide-icons/lucide#2787</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/marvfash"><code>@​marvfash</code></a> made their first contribution in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2788">lucide-icons/lucide#2788</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.572.0...0.573.0">https://github.com/lucide-icons/lucide/compare/0.572.0...0.573.0</a></p> <h2>Version 0.572.0</h2> <h2>What's Changed</h2> <ul> <li>feat(icons): added <code>message-circle-check</code> icon by <a href="https://github.com/Shrinks99"><code>@​Shrinks99</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3770">lucide-icons/lucide#3770</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Shrinks99"><code>@​Shrinks99</code></a> made their first contribution in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3770">lucide-icons/lucide#3770</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.571.0...0.572.0">https://github.com/lucide-icons/lucide/compare/0.571.0...0.572.0</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/lucide-icons/lucide/commits/0.575.0/packages/lucide-react">compare view</a></li> </ul> </details> <br /> Updates `react-day-picker` from 9.13.2 to 9.14.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.14.0</h2> <p>This release introduces a new <code>resetOnSelect</code> prop and adds support for the Hijri calendar.</p> <h2>Resetting Selections in Range Mode</h2> <p>When in range selection mode, use the new <a href="https://daypicker.dev/selections/range-mode#reset-selection">resetOnSelect</a> prop to start a new range when a full range is already selected.</p> <h2>Hijri Calendar</h2> <p>To use the Hijri (Umm al-Qura) calendar, import <code>DayPicker</code> from <code>react-day-picker/hijri</code>:</p> <pre lang="tsx"><code>import { DayPicker } from &quot;react-day-picker/hijri&quot;; <p>export function HijriCalendar() {<br /> return &lt;DayPicker /&gt;;<br /> }<br /> </code></pre></p> <p>Read more in the <a href="https://daypicker.dev/localization/hijri">documentation</a> and play with it in <a href="https://daypicker.dev/playground?calendar=hijri">playground</a>.</p> <h2>What's Changed</h2> <ul> <li>feat: Add Hijri calendar support (Umm al-Qura) by <a href="https://github.com/ws-rush"><code>@​ws-rush</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2904">gpbl/react-day-picker#2904</a></li> <li>feat: New <code>resetOnSelect</code> prop to reset date range when selecting date with completed range by <a href="https://github.com/rodgobbi"><code>@​rodgobbi</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2906">gpbl/react-day-picker#2906</a></li> <li>feat: add default <code>lang</code> prop to DayPicker root element by <a href="https://github.com/gpbl"><code>@​gpbl</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2907">gpbl/react-day-picker#2907</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ws-rush"><code>@​ws-rush</code></a> made their first contribution in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2904">gpbl/react-day-picker#2904</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gpbl/react-day-picker/compare/v9.13.2...v9.14.0">https://github.com/gpbl/react-day-picker/compare/v9.13.2...v9.14.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gpbl/react-day-picker/blob/main/CHANGELOG.md">react-day-picker's changelog</a>.</em></p> <blockquote> <h2>v9.14.0</h2> <p><em>Release date: 2026-02-26</em></p> <p>This release introduces a new <code>resetOnSelect</code> prop and adds support for the Hijri calendar.</p> <h4>Resetting Selections in Range Mode</h4> <p>When in range selection mode, use the <a href="https://github.com/gpbl/react-day-picker/blob/main/selections/range-mode#reset-selection"><code>resetOnSelect</code></a> prop to start a new range when a full range is already selected.</p> <h4>Hijri Calendar</h4> <p>To use the Hijri (Umm al-Qura) calendar, import <code>DayPicker</code> from <code>react-day-picker/hijri</code>:</p> <pre lang="tsx"><code>import { DayPicker } from &quot;react-day-picker/hijri&quot;; <p>export function HijriCalendar() {<br /> return &lt;DayPicker /&gt;;<br /> }<br /> </code></pre></p> <p>Read more in the <a href="https://github.com/gpbl/react-day-picker/blob/main/localization/hijri">documentation</a> and play with it in <a href="https://github.com/gpbl/react-day-picker/blob/main/playground?calendar=hijri">playground</a>.</p> <h4>What's Changed</h4> <ul> <li>feat: add Hijri calendar support (Umm al-Qura) by <a href="https://github.com/ws-rush"><code>@​ws-rush</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2904">#2904</a></li> <li>feat: add <code>resetOnSelect</code> prop to reset date range when selecting date with completed range by <a href="https://github.com/rodgobbi"><code>@​rodgobbi</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2906">#2906</a></li> <li>feat: add default <code>lang</code> prop to <code>DayPicker</code> root element by <a href="https://github.com/gpbl"><code>@​gpbl</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2907">#2907</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gpbl/react-day-picker/commit/a5b0c43c0aec821d24d58ed7e274db54a9a38b11"><code>a5b0c43</code></a> Prepare 9.14.0 package metadata</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/758f6048835eb4e6e75cefc05b6e87571b6b3bb9"><code>758f604</code></a> feat: add <code>lang</code> attribute to DayPicker root (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2907">#2907</a>)</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/0893c9677b2c6d310219ba50abda45afc443deba"><code>0893c96</code></a> feat: New resetOnSelect prop to reset date range when selecting date with com...</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/8e69eb1c2c9fc0db2a10a79db0fd59b4c8200e0d"><code>8e69eb1</code></a> feat: Add Hijri calendar support (Umm al-Qura) (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2904">#2904</a>)</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/091ca6f1c8a810b32870471a38439c7dd7d7ba98"><code>091ca6f</code></a> chore: remove performance-tests project (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2902">#2902</a>)</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/6df3193c41d127c9930aac317de00003d76344b5"><code>6df3193</code></a> chore: update workspace dependencies (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2901">#2901</a>)</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/5208d3f428bec12fe2a589b91ae5ab9ff407d4b9"><code>5208d3f</code></a> chore: update workspace dependencies (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2900">#2900</a>)</li> <li>See full diff in <a href="https://github.com/gpbl/react-day-picker/compare/v9.13.2...v9.14.0">compare view</a></li> </ul> </details> <br /> Updates `stripe` from 20.3.1 to 20.4.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.4.0</h2> <p>This release changes the pinned API version to <code>2026-02-25.clover</code>.</p> <ul> <li><a href="https://redirect.github.com/stripe/stripe-node/pull/2581">#2581</a> Update generated code <ul> <li>Add support for new resources <code>Reserve.Hold</code>, <code>Reserve.Plan</code>, and <code>Reserve.Release</code></li> <li>Add support for <code>location</code> and <code>reader</code> on <code>Charge.payment_method_details.card_present</code>, <code>Charge.payment_method_details.interac_present</code>, <code>ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present</code>, <code>PaymentAttemptRecord.payment_method_details.card_present</code>, <code>PaymentAttemptRecord.payment_method_details.interac_present</code>, <code>PaymentMethod.card.generated_from.payment_method_details.card_present</code>, <code>PaymentRecord.payment_method_details.card_present</code>, and <code>PaymentRecord.payment_method_details.interac_present</code></li> <li>Add support for new value <code>lk_vat</code> on enums <code>Checkout.Session.customer_details.tax_ids[].type</code>, <code>Invoice.customer_tax_ids[].type</code>, <code>Tax.Calculation.customer_details.tax_ids[].type</code>, <code>Tax.Transaction.customer_details.tax_ids[].type</code>, and <code>TaxId.type</code></li> <li>Add support for new value <code>lk_vat</code> on enums <code>CustomerCreateParams.tax_id_data[].type</code>, <code>CustomerCreateTaxIdParams.type</code>, <code>InvoiceCreatePreviewParams.customer_details.tax_ids[].type</code>, <code>Tax.CalculationCreateParams.customer_details.tax_ids[].type</code>, and <code>TaxIdCreateParams.type</code></li> <li>Add support for new values <code>reserve.hold.created</code>, <code>reserve.hold.updated</code>, <code>reserve.plan.created</code>, <code>reserve.plan.disabled</code>, <code>reserve.plan.expired</code>, <code>reserve.plan.updated</code>, and <code>reserve.release.created</code> on enum <code>Event.type</code></li> <li>Add support for new values <code>terminal_wifi_certificate</code> and <code>terminal_wifi_private_key</code> on enums <code>File.purpose</code> and <code>FileListParams.purpose</code></li> <li>Add support for new values <code>terminal_wifi_certificate</code> and <code>terminal_wifi_private_key</code> on enum <code>FileCreateParams.purpose</code></li> <li>Add support for new value <code>pay_by_bank</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>display_name</code> and <code>service_user_number</code> on <code>Mandate.payment_method_details.bacs_debit</code></li> <li>Change type of <code>PaymentAttemptRecord.payment_method_details.boleto.tax_id</code> and <code>PaymentRecord.payment_method_details.boleto.tax_id</code> from <code>string</code> to <code>string | null</code></li> <li>Change type of <code>PaymentAttemptRecord.payment_method_details.us_bank_account.expected_debit_date</code> and <code>PaymentRecord.payment_method_details.us_bank_account.expected_debit_date</code> from <code>string | null</code> to <code>string</code></li> <li>Add support for <code>transaction_purpose</code> on <code>PaymentIntent.payment_method_options.us_bank_account</code>, <code>PaymentIntentConfirmParams.payment_method_options.us_bank_account</code>, <code>PaymentIntentCreateParams.payment_method_options.us_bank_account</code>, and <code>PaymentIntentUpdateParams.payment_method_options.us_bank_account</code></li> <li>Add support for <code>optional_items</code> on <code>PaymentLinkUpdateParams</code></li> <li>Remove support for unused <code>card_issuer_decline</code> on <code>Radar.PaymentEvaluation.insights</code></li> <li>Add support for <code>payment_behavior</code> on <code>SubscriptionItemDeleteParams</code></li> <li>Add support for <code>lk</code> on <code>Tax.Registration.country_options</code> and <code>Tax.RegistrationCreateParams.country_options</code></li> <li>Add support for <code>cellular</code> and <code>stripe_s710</code> on <code>Terminal.ConfigurationCreateParams</code>, <code>Terminal.ConfigurationUpdateParams</code>, and <code>Terminal.Configuration</code></li> <li>Add support for new values <code>simulated_stripe_s710</code> and <code>stripe_s710</code> on enums <code>Terminal.Reader.device_type</code> and <code>Terminal.ReaderListParams.device_type</code></li> <li>Add support for new values <code>reserve.hold.created</code>, <code>reserve.hold.updated</code>, <code>reserve.plan.created</code>, <code>reserve.plan.disabled</code>, <code>reserve.plan.expired</code>, <code>reserve.plan.updated</code>, and <code>reserve.release.created</code> on enums <code>WebhookEndpointCreateParams.enabled_events</code> and <code>WebhookEndpointUpdateParams.enabled_events</code></li> <li>Add support for new value <code>2026-02-25.clover</code> on enum <code>WebhookEndpointCreateParams.api_version</code></li> <li>Add support for snapshot events <code>ReserveHoldCreatedEvent</code> and <code>ReserveHoldUpdatedEvent</code> with resource <code>Reserve.Hold</code></li> <li>Add support for snapshot events <code>ReservePlanCreatedEvent</code>, <code>ReservePlanDisabledEvent</code>, <code>ReservePlanExpiredEvent</code>, and <code>ReservePlanUpdatedEvent</code> with resource <code>Reserve.Plan</code></li> <li>Add support for snapshot event <code>ReserveReleaseCreatedEvent</code> with resource <code>Reserve.Release</code></li> <li>Add support for error codes <code>storer_capability_missing</code> and <code>storer_capability_not_active</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.4.0/CHANGELOG.md">the changelog for more details</a>.</p> <h2>v20.4.0-beta.2</h2> <ul> <li><a href="https://redirect.github.com/stripe/stripe-node/pull/2571">#2571</a> Fix <code>UnhandledPromiseRejection</code> error on failed V2 List operations <ul> <li>Fixes a bug where any error returned from the Stripe API on a V2 List call (e.g. a 4xx or 5xx) would crash Node due to an <code>UnhandledPromiseRejection</code></li> </ul> </li> </ul> <p>See <a href="https://github.com/stripe/stripe-node/blob/v20.4.0-beta.2/CHANGELOG.md">the changelog for more details</a>.</p> <h2>v20.4.0-beta.1</h2> <p>This release changes the pinned API version to <code>2026-01-28.preview</code>.</p> <ul> <li><a href="https://redirect.github.com/stripe/stripe-node/pull/2552">#2552</a> Update generated code for beta <ul> <li>Add support for new resource <code>FinancialConnections.Authorization</code></li> <li>Add support for <code>retrieve</code> method on resource <code>FinancialConnections.Authorization</code></li> <li>Add support for <code>detach_payment</code> method on resource <code>Invoice</code></li> <li>Remove support for <code>cancel</code>, <code>list_line_items</code>, and <code>reopen</code> methods on resource <code>Order</code></li> <li>Remove support for <code>attach_cadence</code> method on resource <code>Subscription</code></li> <li>Add support for <code>additional_files</code> and <code>site</code> on <code>Account.settings.paypay_payments</code>, <code>AccountCreateParams.settings.paypay_payments</code>, and <code>AccountUpdateParams.settings.paypay_payments</code></li> <li>Remove support for <code>capital</code> on <code>Account.settings</code></li> <li>Change type of <code>Charge.payment_method_details.stripe_balance.source_type</code>, <code>ConfirmationToken.payment_method_preview.stripe_balance.source_type</code>, <code>PaymentAttemptRecord.payment_method_details.stripe_balance.source_type</code>, <code>PaymentMethod.stripe_balance.source_type</code>, and <code>PaymentRecord.payment_method_details.stripe_balance.source_type</code> from <code>enum('bank_account'|'card'|'fpx')</code> to <code>enum('bank_account'|'card'|'fpx') | null</code></li> <li>Add support for new value <code>pl_nip</code> on enums <code>Checkout.Session.collected_information.tax_ids[].type</code>, <code>Order.tax_details.tax_ids[].type</code>, and <code>QuotePreviewInvoice.customer_tax_ids[].type</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.4.0 - 2026-02-25</h2> <p>This release changes the pinned API version to <code>2026-02-25.clover</code>.</p> <ul> <li><a href="https://redirect.github.com/stripe/stripe-node/pull/2581">#2581</a> Update generated code <ul> <li>Add support for new resources <code>Reserve.Hold</code>, <code>Reserve.Plan</code>, and <code>Reserve.Release</code></li> <li>Add support for <code>location</code> and <code>reader</code> on <code>Charge.payment_method_details.card_present</code>, <code>Charge.payment_method_details.interac_present</code>, <code>ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present</code>, <code>PaymentAttemptRecord.payment_method_details.card_present</code>, <code>PaymentAttemptRecord.payment_method_details.interac_present</code>, <code>PaymentMethod.card.generated_from.payment_method_details.card_present</code>, <code>PaymentRecord.payment_method_details.card_present</code>, and <code>PaymentRecord.payment_method_details.interac_present</code></li> <li>Add support for new value <code>lk_vat</code> on enums <code>Checkout.Session.customer_details.tax_ids[].type</code>, <code>Invoice.customer_tax_ids[].type</code>, <code>Tax.Calculation.customer_details.tax_ids[].type</code>, <code>Tax.Transaction.customer_details.tax_ids[].type</code>, and <code>TaxId.type</code></li> <li>Add support for new value <code>lk_vat</code> on enums <code>CustomerCreateParams.tax_id_data[].type</code>, <code>CustomerCreateTaxIdParams.type</code>, <code>InvoiceCreatePreviewParams.customer_details.tax_ids[].type</code>, <code>Tax.CalculationCreateParams.customer_details.tax_ids[].type</code>, and <code>TaxIdCreateParams.type</code></li> <li>Add support for new values <code>reserve.hold.created</code>, <code>reserve.hold.updated</code>, <code>reserve.plan.created</code>, <code>reserve.plan.disabled</code>, <code>reserve.plan.expired</code>, <code>reserve.plan.updated</code>, and <code>reserve.release.created</code> on enum <code>Event.type</code></li> <li>Add support for new values <code>terminal_wifi_certificate</code> and <code>terminal_wifi_private_key</code> on enums <code>File.purpose</code> and <code>FileListParams.purpose</code></li> <li>Add support for new values <code>terminal_wifi_certificate</code> and <code>terminal_wifi_private_key</code> on enum <code>FileCreateParams.purpose</code></li> <li>Add support for new value <code>pay_by_bank</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>display_name</code> and <code>service_user_number</code> on <code>Mandate.payment_method_details.bacs_debit</code></li> <li>Change type of <code>PaymentAttemptRecord.payment_method_details.boleto.tax_id</code> and <code>PaymentRecord.payment_method_details.boleto.tax_id</code> from <code>string</code> to <code>string | null</code></li> <li>Change type of <code>PaymentAttemptRecord.payment_method_details.us_bank_account.expected_debit_date</code> and <code>PaymentRecord.payment_method_details.us_bank_account.expected_debit_date</code> from <code>string | null</code> to <code>string</code></li> <li>Add support for <code>transaction_purpose</code> on <code>PaymentIntent.payment_method_options.us_bank_account</code>, <code>PaymentIntentConfirmParams.payment_method_options.us_bank_account</code>, <code>PaymentIntentCreateParams.payment_method_options.us_bank_account</code>, and <code>PaymentIntentUpdateParams.payment_method_options.us_bank_account</code></li> <li>Add support for <code>optional_items</code> on <code>PaymentLinkUpdateParams</code></li> <li>Remove support for unused <code>card_issuer_decline</code> on <code>Radar.PaymentEvaluation.insights</code></li> <li>Add support for <code>payment_behavior</code> on <code>SubscriptionItemDeleteParams</code></li> <li>Add support for <code>lk</code> on <code>Tax.Registration.country_options</code> and <code>Tax.RegistrationCreateParams.country_options</code></li> <li>Add support for <code>cellular</code> and <code>stripe_s710</code> on <code>Terminal.ConfigurationCreateParams</code>, <code>Terminal.ConfigurationUpdateParams</code>, and <code>Terminal.Configuration</code></li> <li>Add support for new values <code>simulated_stripe_s710</code> and <code>stripe_s710</code> on enums <code>Terminal.Reader.device_type</code> and <code>Terminal.ReaderListParams.device_type</code></li> <li>Add support for new values <code>reserve.hold.created</code>, <code>reserve.hold.updated</code>, <code>reserve.plan.created</code>, <code>reserve.plan.disabled</code>, <code>reserve.plan.expired</code>, <code>reserve.plan.updated</code>, and <code>reserve.release.created</code> on enums <code>WebhookEndpointCreateParams.enabled_events</code> and <code>WebhookEndpointUpdateParams.enabled_events</code></li> <li>Add support for new value <code>2026-02-25.clover</code> on enum <code>WebhookEndpointCreateParams.api_version</code></li> <li>Add support for snapshot events <code>ReserveHoldCreatedEvent</code> and <code>ReserveHoldUpdatedEvent</code> with resource <code>Reserve.Hold</code></li> <li>Add support for snapshot events <code>ReservePlanCreatedEvent</code>, <code>ReservePlanDisabledEvent</code>, <code>ReservePlanExpiredEvent</code>, and <code>ReservePlanUpdatedEvent</code> with resource <code>Reserve.Plan</code></li> <li>Add support for snapshot event <code>ReserveReleaseCreatedEvent</code> with resource <code>Reserve.Release</code></li> <li>Add support for error codes <code>storer_capability_missing</code> and <code>storer_capability_not_active</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/8472887ad6cc55a5c0f91e505de6f0641ca2dc01"><code>8472887</code></a> Bump version to 20.4.0</li> <li><a href="https://github.com/stripe/stripe-node/commit/1e699b72e083be332ef39754cc31d7b9631a8933"><code>1e699b7</code></a> Update generated code (<a href="https://redirect.github.com/stripe/stripe-node/issues/2581">#2581</a>)</li> <li><a href="https://github.com/stripe/stripe-node/commit/1781cf1444feda4da338e4d5b1010dd5dd587900"><code>1781cf1</code></a> Add instructions to use <code>getId</code> helper method to Readme (<a href="https://redirect.github.com/stripe/stripe-node/issues/2579">#2579</a>)</li> <li>See full diff in <a href="https://github.com/stripe/stripe-node/compare/v20.3.1...v20.4.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#189