Bump the prod-minor-updates group across 1 directory with 9 updates #155

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

Originally created by @dependabot[bot] on 3/5/2026

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

Package From To
@aws-sdk/client-s3 3.989.0 3.1002.0
ioredis 5.9.3 5.10.0
lucide-react 0.563.0 0.577.0
pg 8.19.0 8.20.0
posthog-node 5.26.0 5.27.1
react-day-picker 9.13.2 9.14.0
react-icons 5.5.0 5.6.0
reodotdev 1.0.0 1.1.0
stripe 20.3.1 20.4.0

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

Release notes

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

v3.1002.0

3.1002.0(2026-03-04)

New Features
  • client-elastic-beanstalk: As part of this release, Beanstalk introduce a new info type - analyze for request environment info and retrieve environment info operations. When customers request an Al analysis, Elastic Beanstalk runs a script on an instance in their environment and returns an analysis of events, health and logs. (44048ced)
  • client-connect: Added support for configuring additional email addresses on queues in Amazon Connect. Agents can now select an outbound email address and associate additional email addresses for replying to or initiating emails. (b79a4dbd)
  • client-gamelift: Amazon GameLift Servers now offers DDoS protection for Linux-based EC2 and Container Fleets on SDKv5. The player gateway proxy relay network provides traffic validation, per-player rate limiting, and game server IP address obfuscation all with negligible added latency and no additional cost. (1fc4ece8)
  • client-elasticsearch-service: Adds support for DeploymentStrategyOptions. (703a57c5)
  • client-opensearch: Adding support for DeploymentStrategyOptions (cf6a8810)
  • client-quicksight: Added several new values for Capabilities, increased visual limit per sheet from previous limit to 75, renamed Quick Suite to Quick in several places. (c94f306e)
Bug Fixes
  • xhr-http-handler: fix import delcaration of event emitter (#7813) (c5d6f26a)
  • core/protocols: preserve nulls in non-sparse collections (#7800) (bf3ffdf3)
    • If the server response contains a list or map with null values, these will no longer be filtered out by the SDK.

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

v3.1001.0

3.1001.0(2026-03-03)

Chores
  • codegen: upgrade smithy 1.68.0 (#7806) (ab9e7759)
  • util-user-agent-node: read typescript package.json version from process.cwd() (#7802) (d1523943)
  • scripts: script for setting * versions in workspace (#7805) (8cc388f2)
  • ci: run test-codegen as part of CI (#7795) (ae35327a)
  • deps: bump fast-xml-parser from 5.3.6 to 5.4.1 (#7796) (c0dac298)
New Features
  • clients: update client endpoints as of 2026-03-03 (f0635119)
  • client-bedrock-agentcore-control: Support for AgentCore Policy GA (b71557c8)
  • client-cloudwatch-logs: CloudWatch Logs updates- Added support for the PutBearerTokenAuthentication API to enable or disable bearer token authentication on a log group. For more information, see CloudWatch Logs API documentation. (4efe87a3)
  • client-datazone: Adding QueryGraph operation to DataZone SDK (5aaa6300)
  • client-sagemaker: This release adds b300 and g7e instance types for SageMaker inference endpoints. (823258f2)
  • client-partnercentral-channel: Adds the Resold Unified Operations support plan and removes the Resold Business support plan in the CreateRelationship and UpdateRelationship APIs (d87cfc94)
Bug Fixes
  • util-user-agent-node: validate typescript version for semver and strip metadata (#7799) (f5a49a13)

... (truncated)

Changelog

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

3.1002.0 (2026-03-04)

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

3.1001.0 (2026-03-03)

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

3.1000.0 (2026-02-27)

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

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)

... (truncated)

Commits
  • 800431b Publish v3.1002.0
  • b8467bd Publish v3.1001.0
  • ab9e775 chore(codegen): upgrade smithy 1.68.0 (#7806)
  • d152394 chore(util-user-agent-node): read typescript package.json version from proces...
  • e373aa8 Publish v3.1000.0
  • 822c995 test(clients): enable snapshots for small subset of clients (#7790)
  • cd1d49d Publish v3.999.0
  • adb02cd Publish v3.998.0
  • ae4f994 chore(codegen): sync for checksum algorithm extensions (#7781)
  • 637dcf0 Publish v3.997.0
  • Additional commits viewable in compare view

Updates ioredis from 5.9.3 to 5.10.0

Release notes

Sourced from ioredis's releases.

v5.10.0

5.10.0 (2026-02-27)

Features

  • add hash field expiration commands and tests (5219f9f)
  • add hexpireat & hexpiretime (#2082) (b38124f)
Changelog

Sourced from ioredis's changelog.

5.10.0 (2026-02-27)

Features

  • add hash field expiration commands and tests (5219f9f)
  • add hexpireat & hexpiretime (#2082) (b38124f)
Commits
  • 623cee5 chore(release): 5.10.0 [skip ci]
  • 5219f9f feat: add hash field expiration commands and tests
  • b38124f feat: add hexpireat & hexpiretime (#2082)
  • 232e548 ci: make Coveralls steps non-blocking in test_with_cov workflow (#2083)
  • See full diff in compare view

Updates lucide-react from 0.563.0 to 0.577.0

Release notes

Sourced from lucide-react's releases.

Version 0.577.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.576.0...0.577.0

Version 0.576.0

What's Changed

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

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

... (truncated)

Commits

Updates pg from 8.19.0 to 8.20.0

Changelog

Sourced from pg's changelog.

pg@8.20.0

  • Add onConnect callback to pg.Pool constructor options allowing for async initialization of newly created & connected pooled clients.
Commits

Updates posthog-node from 5.26.0 to 5.27.1

Release notes

Sourced from posthog-node's releases.

posthog-node@5.27.1

5.27.1

Patch Changes

  • #3186 4601bbc Thanks @​dmarticus! - Add semver comparison operators to local feature flag evaluation: semver_eq, semver_neq, semver_gt, semver_gte, semver_lt, semver_lte, semver_tilde, semver_caret, and semver_wildcard (2026-03-05)

posthog-node@5.27.0

5.27.0

Minor Changes

posthog-node@5.26.2

5.26.2

Patch Changes

  • Updated dependencies [5e8d5fc]:
    • @​posthog/core@​1.23.2

posthog-node@5.26.1

5.26.1

Patch Changes

  • #3163 0dc03b0 Thanks @​gustavohstrassburger! - Improve local feature flag evaluation debugging by adding timestamp tracking. Locally evaluated flags now include timing information in $feature_flag_called events to help debug cache TTL and timing issues, matching what's available for remote evaluation. (2026-03-02)
Changelog

Sourced from posthog-node's changelog.

5.27.1

Patch Changes

  • #3186 4601bbc Thanks @​dmarticus! - Add semver comparison operators to local feature flag evaluation: semver_eq, semver_neq, semver_gt, semver_gte, semver_lt, semver_lte, semver_tilde, semver_caret, and semver_wildcard (2026-03-05)

5.27.0

Minor Changes

5.26.2

Patch Changes

  • Updated dependencies [5e8d5fc]:
    • @​posthog/core@​1.23.2

5.26.1

Patch Changes

  • #3163 0dc03b0 Thanks @​gustavohstrassburger! - Improve local feature flag evaluation debugging by adding timestamp tracking. Locally evaluated flags now include timing information in $feature_flag_called events to help debug cache TTL and timing issues, matching what's available for remote evaluation. (2026-03-02)
Commits
  • 133b8c1 chore: update versions and lockfile [version bump]
  • 4601bbc feat(flags): add semver targeting to local evaluation (#3186)
  • 0dd20ea chore: update versions and lockfile [version bump]
  • 2eff595 feat(node): Accept a waitUntil method for serverless environments (#3187)
  • 420d849 chore: update versions and lockfile [version bump]
  • f149eb9 chore: update versions and lockfile [version bump]
  • 0dc03b0 feat(node): Add timestamp tracking for debugging local feature flag evaluatio...
  • e90364f chore: update versions and lockfile [version bump]
  • a37c1d9 fix: Node references (#3141)
  • See full diff in compare view

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 react-icons from 5.5.0 to 5.6.0

Release notes

Sourced from react-icons's releases.

v5.6.0

What's Changed

Full Changelog: https://github.com/react-icons/react-icons/compare/v5.5.0...v5.6.0

Icon Library License Version Count
Circum Icons MPL-2.0 license 1.0.0 288
Font Awesome 5 CC BY 4.0 License 5.15.4-3-gafecf2a 1612
Font Awesome 6 CC BY 4.0 License 6.7.2-1-g840c215 2060
Ionicons 4 MIT 4.6.3 696
Ionicons 5 MIT 5.5.4 1332
Material Design icons Apache License Version 2.0 4.0.0-142-gbb04090f93 4341
Typicons CC BY-SA 3.0 2.1.2 336
Github Octicons icons MIT 18.3.0 264
Feather MIT 4.29.2 287
Lucide ISC 0.462.0 1541
Game Icons CC BY 3.0 12920d6565588f0512542a3cb0cdfd36a497f910 4040
Weather Icons SIL OFL 1.1 2.0.12 219
Devicons MIT 1.8.0 192
Ant Design Icons MIT 4.4.2 831
Bootstrap Icons MIT 1.13.1 2754
Remix Icon Apache License Version 2.0 4.6.0 3058
Flat Color Icons MIT 1.0.2 329
Grommet-Icons Apache License Version 2.0 4.14.0 637
Heroicons MIT 1.0.6 460
Heroicons 2 MIT 2.2.0 972

... (truncated)

Commits

Updates reodotdev from 1.0.0 to 1.1.0

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 3/5/2026* Bumps the prod-minor-updates group with 9 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.989.0` | `3.1002.0` | | [ioredis](https://github.com/luin/ioredis) | `5.9.3` | `5.10.0` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.563.0` | `0.577.0` | | [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.19.0` | `8.20.0` | | [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) | `5.26.0` | `5.27.1` | | [react-day-picker](https://github.com/gpbl/react-day-picker) | `9.13.2` | `9.14.0` | | [react-icons](https://github.com/react-icons/react-icons) | `5.5.0` | `5.6.0` | | reodotdev | `1.0.0` | `1.1.0` | | [stripe](https://github.com/stripe/stripe-node) | `20.3.1` | `20.4.0` | Updates `@aws-sdk/client-s3` from 3.989.0 to 3.1002.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.1002.0</h2> <h4>3.1002.0(2026-03-04)</h4> <h5>New Features</h5> <ul> <li><strong>client-elastic-beanstalk:</strong> As part of this release, Beanstalk introduce a new info type - analyze for request environment info and retrieve environment info operations. When customers request an Al analysis, Elastic Beanstalk runs a script on an instance in their environment and returns an analysis of events, health and logs. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/44048ced6ccd02b2c986b530aa6068c849d8e1e4">44048ced</a>)</li> <li><strong>client-connect:</strong> Added support for configuring additional email addresses on queues in Amazon Connect. Agents can now select an outbound email address and associate additional email addresses for replying to or initiating emails. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/b79a4dbd20bc5f3bcf1c3a72ec6b3d0e1e94e6e0">b79a4dbd</a>)</li> <li><strong>client-gamelift:</strong> Amazon GameLift Servers now offers DDoS protection for Linux-based EC2 and Container Fleets on SDKv5. The player gateway proxy relay network provides traffic validation, per-player rate limiting, and game server IP address obfuscation all with negligible added latency and no additional cost. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/1fc4ece8bfc7c7fa6fcde43ab1ad032a7e652375">1fc4ece8</a>)</li> <li><strong>client-elasticsearch-service:</strong> Adds support for DeploymentStrategyOptions. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/703a57c5a1b582fb12712bf6620a56b358c8c1c7">703a57c5</a>)</li> <li><strong>client-opensearch:</strong> Adding support for DeploymentStrategyOptions (<a href="https://github.com/aws/aws-sdk-js-v3/commit/cf6a881010a9ebaf56ff5fbf3a0cfa85358faae0">cf6a8810</a>)</li> <li><strong>client-quicksight:</strong> Added several new values for Capabilities, increased visual limit per sheet from previous limit to 75, renamed Quick Suite to Quick in several places. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/c94f306e60e69fc8dac17dae20a5c9c3dc984b29">c94f306e</a>)</li> </ul> <h5>Bug Fixes</h5> <ul> <li><strong>xhr-http-handler:</strong> fix import delcaration of event emitter (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7813">#7813</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/c5d6f26a1cd65ef598a798c40217996a273a3a33">c5d6f26a</a>)</li> <li><strong>core/protocols:</strong> preserve nulls in non-sparse collections (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7800">#7800</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/bf3ffdf3a8b57737800abf9b3a1354b05583a6bc">bf3ffdf3</a>) <ul> <li>If the server response contains a list or map with null values, these will no longer be filtered out by the SDK.</li> </ul> </li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.1002.0.zip</strong></p> <h2>v3.1001.0</h2> <h4>3.1001.0(2026-03-03)</h4> <h5>Chores</h5> <ul> <li><strong>codegen:</strong> upgrade smithy 1.68.0 (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7806">#7806</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/ab9e775920c7900a2759c22385091aa88eb6ee15">ab9e7759</a>)</li> <li><strong>util-user-agent-node:</strong> read typescript package.json version from process.cwd() (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7802">#7802</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/d1523943486a2b1bbbfbb8cd117c442cb3853ab0">d1523943</a>)</li> <li><strong>scripts:</strong> script for setting * versions in workspace (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7805">#7805</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/8cc388f20fc4a3701b2d1c8008303c9f385a3d06">8cc388f2</a>)</li> <li><strong>ci:</strong> run test-codegen as part of CI (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7795">#7795</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/ae35327a7f4f6c2c4ba3684f1f8cd8dcdef391d5">ae35327a</a>)</li> <li><strong>deps:</strong> bump fast-xml-parser from 5.3.6 to 5.4.1 (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7796">#7796</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/c0dac298b8b015abd3523c045f239a39dae90a3e">c0dac298</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2026-03-03 (<a href="https://github.com/aws/aws-sdk-js-v3/commit/f0635119a01f3bf7ead12a29de45a8a40db24943">f0635119</a>)</li> <li><strong>client-bedrock-agentcore-control:</strong> Support for AgentCore Policy GA (<a href="https://github.com/aws/aws-sdk-js-v3/commit/b71557c88842cd365b34327b7e147df3ce51b717">b71557c8</a>)</li> <li><strong>client-cloudwatch-logs:</strong> CloudWatch Logs updates- Added support for the PutBearerTokenAuthentication API to enable or disable bearer token authentication on a log group. For more information, see CloudWatch Logs API documentation. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/4efe87a38339cc60616d4edc1cb0b4b8bf82cc4e">4efe87a3</a>)</li> <li><strong>client-datazone:</strong> Adding QueryGraph operation to DataZone SDK (<a href="https://github.com/aws/aws-sdk-js-v3/commit/5aaa63006c0fbe1e9f3818cfe3cfeac0f297b19f">5aaa6300</a>)</li> <li><strong>client-sagemaker:</strong> This release adds b300 and g7e instance types for SageMaker inference endpoints. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/823258f2e036ca7b892887be3414d7e9bbbcd673">823258f2</a>)</li> <li><strong>client-partnercentral-channel:</strong> Adds the Resold Unified Operations support plan and removes the Resold Business support plan in the CreateRelationship and UpdateRelationship APIs (<a href="https://github.com/aws/aws-sdk-js-v3/commit/d87cfc94d92d08069ef0b40ae0ea7cbf0f688a48">d87cfc94</a>)</li> </ul> <h5>Bug Fixes</h5> <ul> <li><strong>util-user-agent-node:</strong> validate typescript version for semver and strip metadata (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7799">#7799</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/f5a49a13f914fe7fb72c17bcd086f87da4335040">f5a49a13</a>)</li> </ul> <hr /> <!-- 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.1001.0...v3.1002.0">3.1002.0</a> (2026-03-04)</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.1000.0...v3.1001.0">3.1001.0</a> (2026-03-03)</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.999.0...v3.1000.0">3.1000.0</a> (2026-02-27)</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.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> <!-- 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/800431bb02b71bad13537bc615e456df77776b22"><code>800431b</code></a> Publish v3.1002.0</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/b8467bd179319f86804fea08e1b09d3a95166603"><code>b8467bd</code></a> Publish v3.1001.0</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/ab9e775920c7900a2759c22385091aa88eb6ee15"><code>ab9e775</code></a> chore(codegen): upgrade smithy 1.68.0 (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/7806">#7806</a>)</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/d1523943486a2b1bbbfbb8cd117c442cb3853ab0"><code>d152394</code></a> chore(util-user-agent-node): read typescript package.json version from proces...</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/e373aa8706d305625352a8fdb21cdbaadb1f971b"><code>e373aa8</code></a> Publish v3.1000.0</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/822c995d9d88decafc6c478cad0e42d41ed62b4b"><code>822c995</code></a> test(clients): enable snapshots for small subset of clients (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/7790">#7790</a>)</li> <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>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-js-v3/commits/v3.1002.0/clients/client-s3">compare view</a></li> </ul> </details> <br /> Updates `ioredis` from 5.9.3 to 5.10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/luin/ioredis/releases">ioredis's releases</a>.</em></p> <blockquote> <h2>v5.10.0</h2> <h1><a href="https://github.com/luin/ioredis/compare/v5.9.3...v5.10.0">5.10.0</a> (2026-02-27)</h1> <h3>Features</h3> <ul> <li>add hash field expiration commands and tests (<a href="https://github.com/luin/ioredis/commit/5219f9f6ae40c5b4e9bc40581d6513da27dbf1c2">5219f9f</a>)</li> <li>add hexpireat &amp; hexpiretime (<a href="https://redirect.github.com/luin/ioredis/issues/2082">#2082</a>) (<a href="https://github.com/luin/ioredis/commit/b38124f784cc6d170ff60f508f3bc34269806f47">b38124f</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/redis/ioredis/blob/main/CHANGELOG.md">ioredis's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/luin/ioredis/compare/v5.9.3...v5.10.0">5.10.0</a> (2026-02-27)</h1> <h3>Features</h3> <ul> <li>add hash field expiration commands and tests (<a href="https://github.com/luin/ioredis/commit/5219f9f6ae40c5b4e9bc40581d6513da27dbf1c2">5219f9f</a>)</li> <li>add hexpireat &amp; hexpiretime (<a href="https://redirect.github.com/luin/ioredis/issues/2082">#2082</a>) (<a href="https://github.com/luin/ioredis/commit/b38124f784cc6d170ff60f508f3bc34269806f47">b38124f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/ioredis/commit/623cee517eb2b96c7e369981bc56fa4ea9546c71"><code>623cee5</code></a> chore(release): 5.10.0 [skip ci]</li> <li><a href="https://github.com/redis/ioredis/commit/5219f9f6ae40c5b4e9bc40581d6513da27dbf1c2"><code>5219f9f</code></a> feat: add hash field expiration commands and tests</li> <li><a href="https://github.com/redis/ioredis/commit/b38124f784cc6d170ff60f508f3bc34269806f47"><code>b38124f</code></a> feat: add hexpireat &amp; hexpiretime (<a href="https://redirect.github.com/luin/ioredis/issues/2082">#2082</a>)</li> <li><a href="https://github.com/redis/ioredis/commit/232e5487b02c2f445b1e7bba0222cdd501058fe3"><code>232e548</code></a> ci: make Coveralls steps non-blocking in test_with_cov workflow (<a href="https://redirect.github.com/luin/ioredis/issues/2083">#2083</a>)</li> <li>See full diff in <a href="https://github.com/luin/ioredis/compare/v5.9.3...v5.10.0">compare view</a></li> </ul> </details> <br /> Updates `lucide-react` from 0.563.0 to 0.577.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.577.0</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): bump rollup from 4.53.3 to 4.59.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4106">lucide-icons/lucide#4106</a></li> <li>fix(repo): correctly ignore docs/releaseMetadata via .gitignore by <a href="https://github.com/bhavberi"><code>@​bhavberi</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4100">lucide-icons/lucide#4100</a></li> <li>feat(icons): added <code>ellipse</code> icon by <a href="https://github.com/KISHORE-KUMAR-S"><code>@​KISHORE-KUMAR-S</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3749">lucide-icons/lucide#3749</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bhavberi"><code>@​bhavberi</code></a> made their first contribution in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4100">lucide-icons/lucide#4100</a></li> <li><a href="https://github.com/KISHORE-KUMAR-S"><code>@​KISHORE-KUMAR-S</code></a> made their first contribution in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3749">lucide-icons/lucide#3749</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.576.0...0.577.0">https://github.com/lucide-icons/lucide/compare/0.576.0...0.577.0</a></p> <h2>Version 0.576.0</h2> <h2>What's Changed</h2> <ul> <li>Added zodiac signs by <a href="https://github.com/karsa-mistmere"><code>@​karsa-mistmere</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/712">lucide-icons/lucide#712</a></li> <li>fix(icons): fixes guideline violations in <code>package-*</code> icons. by <a href="https://github.com/karsa-mistmere"><code>@​karsa-mistmere</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4074">lucide-icons/lucide#4074</a></li> <li>fix(icons): changed <code>receipt</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/4075">lucide-icons/lucide#4075</a></li> <li>fix(icons): updated <code>cuboid</code> icon tags and categories by <a href="https://github.com/karsa-mistmere"><code>@​karsa-mistmere</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4095">lucide-icons/lucide#4095</a></li> <li>fix(icons): changed <code>cuboid</code> icon by <a href="https://github.com/jamiemlaw"><code>@​jamiemlaw</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4098">lucide-icons/lucide#4098</a></li> <li>fix(lucide-font, lucide-static): Fixing stable code points by <a href="https://github.com/ericfennis"><code>@​ericfennis</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3894">lucide-icons/lucide#3894</a></li> <li>feat(icons): added <code>fishing-rod</code> icon by <a href="https://github.com/7ender"><code>@​7ender</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3839">lucide-icons/lucide#3839</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.575.0...0.576.0">https://github.com/lucide-icons/lucide/compare/0.575.0...0.576.0</a></p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lucide-icons/lucide/commit/f6c0d0603ae2bc92f54d0397d70233274e53da97"><code>f6c0d06</code></a> chore(deps): bump rollup from 4.53.3 to 4.59.0 (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/4106">#4106</a>)</li> <li>See full diff in <a href="https://github.com/lucide-icons/lucide/commits/0.577.0/packages/lucide-react">compare view</a></li> </ul> </details> <br /> Updates `pg` from 8.19.0 to 8.20.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md">pg's changelog</a>.</em></p> <blockquote> <h2>pg@8.20.0</h2> <ul> <li>Add <a href="https://redirect.github.com/brianc/node-postgres/pull/3620">onConnect</a> callback to pg.Pool constructor options allowing for async initialization of newly created &amp; connected pooled clients.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/brianc/node-postgres/commit/c9070cc8d526fca65780cedc25c1966b57cf7532"><code>c9070cc</code></a> Publish</li> <li><a href="https://github.com/brianc/node-postgres/commit/ad36e3c9e80fae771d636328420cebe7d544baae"><code>ad36e3c</code></a> fix: typo in deprecation notice for <code>client.query()</code> (<a href="https://github.com/brianc/node-postgres/tree/HEAD/packages/pg/issues/3618">#3618</a>)</li> <li>See full diff in <a href="https://github.com/brianc/node-postgres/commits/pg@8.20.0/packages/pg">compare view</a></li> </ul> </details> <br /> Updates `posthog-node` from 5.26.0 to 5.27.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PostHog/posthog-js/releases">posthog-node's releases</a>.</em></p> <blockquote> <h2>posthog-node@5.27.1</h2> <h2>5.27.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/PostHog/posthog-js/pull/3186">#3186</a> <a href="https://github.com/PostHog/posthog-js/commit/4601bbc3d8456ce36ea1065a44101415501d4729"><code>4601bbc</code></a> Thanks <a href="https://github.com/dmarticus"><code>@​dmarticus</code></a>! - Add semver comparison operators to local feature flag evaluation: semver_eq, semver_neq, semver_gt, semver_gte, semver_lt, semver_lte, semver_tilde, semver_caret, and semver_wildcard (2026-03-05)</li> </ul> <h2>posthog-node@5.27.0</h2> <h2>5.27.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/PostHog/posthog-js/pull/3187">#3187</a> <a href="https://github.com/PostHog/posthog-js/commit/2eff595e137f2b430092ec4330a42261fb470764"><code>2eff595</code></a> Thanks <a href="https://github.com/dustinbyrne"><code>@​dustinbyrne</code></a>! - feat: Accept a <code>waitUntil</code> method for serverless environments (2026-03-04)</li> </ul> <h2>posthog-node@5.26.2</h2> <h2>5.26.2</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/PostHog/posthog-js/commit/5e8d5fc9c12e5545e015c9c5556167b9fb279347"><code>5e8d5fc</code></a>]: <ul> <li><code>@​posthog/core</code><a href="https://github.com/1"><code>@​1</code></a>.23.2</li> </ul> </li> </ul> <h2>posthog-node@5.26.1</h2> <h2>5.26.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/PostHog/posthog-js/pull/3163">#3163</a> <a href="https://github.com/PostHog/posthog-js/commit/0dc03b02c6dc69dab3038efa2d2a56785e2fa276"><code>0dc03b0</code></a> Thanks <a href="https://github.com/gustavohstrassburger"><code>@​gustavohstrassburger</code></a>! - Improve local feature flag evaluation debugging by adding timestamp tracking. Locally evaluated flags now include timing information in <code>$feature_flag_called</code> events to help debug cache TTL and timing issues, matching what's available for remote evaluation. (2026-03-02)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PostHog/posthog-js/blob/main/packages/node/CHANGELOG.md">posthog-node's changelog</a>.</em></p> <blockquote> <h2>5.27.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/PostHog/posthog-js/pull/3186">#3186</a> <a href="https://github.com/PostHog/posthog-js/commit/4601bbc3d8456ce36ea1065a44101415501d4729"><code>4601bbc</code></a> Thanks <a href="https://github.com/dmarticus"><code>@​dmarticus</code></a>! - Add semver comparison operators to local feature flag evaluation: semver_eq, semver_neq, semver_gt, semver_gte, semver_lt, semver_lte, semver_tilde, semver_caret, and semver_wildcard (2026-03-05)</li> </ul> <h2>5.27.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/PostHog/posthog-js/pull/3187">#3187</a> <a href="https://github.com/PostHog/posthog-js/commit/2eff595e137f2b430092ec4330a42261fb470764"><code>2eff595</code></a> Thanks <a href="https://github.com/dustinbyrne"><code>@​dustinbyrne</code></a>! - feat: Accept a <code>waitUntil</code> method for serverless environments (2026-03-04)</li> </ul> <h2>5.26.2</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/PostHog/posthog-js/commit/5e8d5fc9c12e5545e015c9c5556167b9fb279347"><code>5e8d5fc</code></a>]: <ul> <li><code>@​posthog/core</code><a href="https://github.com/1"><code>@​1</code></a>.23.2</li> </ul> </li> </ul> <h2>5.26.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/PostHog/posthog-js/pull/3163">#3163</a> <a href="https://github.com/PostHog/posthog-js/commit/0dc03b02c6dc69dab3038efa2d2a56785e2fa276"><code>0dc03b0</code></a> Thanks <a href="https://github.com/gustavohstrassburger"><code>@​gustavohstrassburger</code></a>! - Improve local feature flag evaluation debugging by adding timestamp tracking. Locally evaluated flags now include timing information in <code>$feature_flag_called</code> events to help debug cache TTL and timing issues, matching what's available for remote evaluation. (2026-03-02)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PostHog/posthog-js/commit/133b8c1016fd65294bcfec009c1d3da44deea688"><code>133b8c1</code></a> chore: update versions and lockfile [version bump]</li> <li><a href="https://github.com/PostHog/posthog-js/commit/4601bbc3d8456ce36ea1065a44101415501d4729"><code>4601bbc</code></a> feat(flags): add semver targeting to local evaluation (<a href="https://github.com/PostHog/posthog-js/tree/HEAD/packages/node/issues/3186">#3186</a>)</li> <li><a href="https://github.com/PostHog/posthog-js/commit/0dd20ea029d1d23d4dfcd83d6e882ea56847beaa"><code>0dd20ea</code></a> chore: update versions and lockfile [version bump]</li> <li><a href="https://github.com/PostHog/posthog-js/commit/2eff595e137f2b430092ec4330a42261fb470764"><code>2eff595</code></a> feat(node): Accept a <code>waitUntil</code> method for serverless environments (<a href="https://github.com/PostHog/posthog-js/tree/HEAD/packages/node/issues/3187">#3187</a>)</li> <li><a href="https://github.com/PostHog/posthog-js/commit/420d849ca2755efb7e5b3c420cad3bd0d8051db5"><code>420d849</code></a> chore: update versions and lockfile [version bump]</li> <li><a href="https://github.com/PostHog/posthog-js/commit/f149eb917f52e2b58c4992492f525139257c3b0d"><code>f149eb9</code></a> chore: update versions and lockfile [version bump]</li> <li><a href="https://github.com/PostHog/posthog-js/commit/0dc03b02c6dc69dab3038efa2d2a56785e2fa276"><code>0dc03b0</code></a> feat(node): Add timestamp tracking for debugging local feature flag evaluatio...</li> <li><a href="https://github.com/PostHog/posthog-js/commit/e90364f3504086356fe68069f4c37e89c043a7f7"><code>e90364f</code></a> chore: update versions and lockfile [version bump]</li> <li><a href="https://github.com/PostHog/posthog-js/commit/a37c1d9ab2a016f020b780a0381f12ea6daca0d9"><code>a37c1d9</code></a> fix: Node references (<a href="https://github.com/PostHog/posthog-js/tree/HEAD/packages/node/issues/3141">#3141</a>)</li> <li>See full diff in <a href="https://github.com/PostHog/posthog-js/commits/posthog-node@5.27.1/packages/node">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 `react-icons` from 5.5.0 to 5.6.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/react-icons/react-icons/releases">react-icons's releases</a>.</em></p> <blockquote> <h2>v5.6.0</h2> <h2>What's Changed</h2> <ul> <li>Bump prismjs from 1.29.0 to 1.30.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1033">react-icons/react-icons#1033</a></li> <li>Bump <code>@​babel/helpers</code> from 7.23.2 to 7.26.10 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1036">react-icons/react-icons#1036</a></li> <li>Bump http-proxy-middleware from 2.0.7 to 2.0.9 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1041">react-icons/react-icons#1041</a></li> <li>Bump form-data from 3.0.1 to 3.0.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1058">react-icons/react-icons#1058</a></li> <li>Bump vite from 5.4.14 to 5.4.20 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1071">react-icons/react-icons#1071</a></li> <li>upgrade packages by <a href="https://github.com/kamijin-fanta"><code>@​kamijin-fanta</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/1075">react-icons/react-icons#1075</a></li> <li>Bump tar from 6.2.0 to 6.2.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1078">react-icons/react-icons#1078</a></li> <li>Bump vite from 6.3.6 to 6.4.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1081">react-icons/react-icons#1081</a></li> <li>Bump tmp from 0.2.3 to 0.2.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1077">react-icons/react-icons#1077</a></li> <li>Bump glob from 11.0.3 to 11.1.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1089">react-icons/react-icons#1089</a></li> <li>Bump <code>@​babel/runtime</code> from 7.23.2 to 7.28.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1073">react-icons/react-icons#1073</a></li> <li>Bump node-forge from 1.3.1 to 1.3.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1092">react-icons/react-icons#1092</a></li> <li>Bump mdast-util-to-hast from 13.0.2 to 13.2.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1094">react-icons/react-icons#1094</a></li> <li>Bump undici from 7.16.0 to 7.18.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1103">react-icons/react-icons#1103</a></li> <li>Bump devalue from 5.3.2 to 5.6.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1104">react-icons/react-icons#1104</a></li> <li>Bump h3 from 1.15.4 to 1.15.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1105">react-icons/react-icons#1105</a></li> <li>Bump diff from 5.2.0 to 5.2.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1107">react-icons/react-icons#1107</a></li> <li>Bump webpack from 5.94.0 to 5.104.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1110">react-icons/react-icons#1110</a></li> <li>Bump jsonpath from 1.1.1 to 1.2.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1113">react-icons/react-icons#1113</a></li> <li>Bump devalue from 5.6.2 to 5.6.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1115">react-icons/react-icons#1115</a></li> <li>Bump astro from 5.14.1 to 5.15.9 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1091">react-icons/react-icons#1091</a></li> <li>Bump ajv from 6.12.6 to 6.14.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/react-icons/react-icons/pull/1116">react-icons/react-icons#1116</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/react-icons/react-icons/compare/v5.5.0...v5.6.0">https://github.com/react-icons/react-icons/compare/v5.5.0...v5.6.0</a></p> <table> <thead> <tr> <th>Icon Library</th> <th>License</th> <th>Version</th> <th align="right">Count</th> </tr> </thead> <tbody> <tr> <td><a href="https://circumicons.com/">Circum Icons</a></td> <td><a href="https://github.com/Klarr-Agency/Circum-Icons/blob/main/LICENSE">MPL-2.0 license</a></td> <td>1.0.0</td> <td align="right">288</td> </tr> <tr> <td><a href="https://fontawesome.com/">Font Awesome 5</a></td> <td><a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0 License</a></td> <td>5.15.4-3-gafecf2a</td> <td align="right">1612</td> </tr> <tr> <td><a href="https://fontawesome.com/">Font Awesome 6</a></td> <td><a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0 License</a></td> <td>6.7.2-1-g840c215</td> <td align="right">2060</td> </tr> <tr> <td><a href="https://ionicons.com/">Ionicons 4</a></td> <td><a href="https://github.com/ionic-team/ionicons/blob/master/LICENSE">MIT</a></td> <td>4.6.3</td> <td align="right">696</td> </tr> <tr> <td><a href="https://ionicons.com/">Ionicons 5</a></td> <td><a href="https://github.com/ionic-team/ionicons/blob/master/LICENSE">MIT</a></td> <td>5.5.4</td> <td align="right">1332</td> </tr> <tr> <td><a href="http://google.github.io/material-design-icons/">Material Design icons</a></td> <td><a href="https://github.com/google/material-design-icons/blob/master/LICENSE">Apache License Version 2.0</a></td> <td>4.0.0-142-gbb04090f93</td> <td align="right">4341</td> </tr> <tr> <td><a href="http://s-ings.com/typicons/">Typicons</a></td> <td><a href="https://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA 3.0</a></td> <td>2.1.2</td> <td align="right">336</td> </tr> <tr> <td><a href="https://octicons.github.com/">Github Octicons icons</a></td> <td><a href="https://github.com/primer/octicons/blob/master/LICENSE">MIT</a></td> <td>18.3.0</td> <td align="right">264</td> </tr> <tr> <td><a href="https://feathericons.com/">Feather</a></td> <td><a href="https://github.com/feathericons/feather/blob/master/LICENSE">MIT</a></td> <td>4.29.2</td> <td align="right">287</td> </tr> <tr> <td><a href="https://lucide.dev/">Lucide</a></td> <td><a href="https://github.com/lucide-icons/lucide/blob/main/LICENSE">ISC</a></td> <td>0.462.0</td> <td align="right">1541</td> </tr> <tr> <td><a href="https://game-icons.net/">Game Icons</a></td> <td><a href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a></td> <td>12920d6565588f0512542a3cb0cdfd36a497f910</td> <td align="right">4040</td> </tr> <tr> <td><a href="https://erikflowers.github.io/weather-icons/">Weather Icons</a></td> <td><a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a></td> <td>2.0.12</td> <td align="right">219</td> </tr> <tr> <td><a href="https://vorillaz.github.io/devicons/">Devicons</a></td> <td><a href="https://opensource.org/licenses/MIT">MIT</a></td> <td>1.8.0</td> <td align="right">192</td> </tr> <tr> <td><a href="https://github.com/ant-design/ant-design-icons">Ant Design Icons</a></td> <td><a href="https://opensource.org/licenses/MIT">MIT</a></td> <td>4.4.2</td> <td align="right">831</td> </tr> <tr> <td><a href="https://github.com/twbs/icons">Bootstrap Icons</a></td> <td><a href="https://opensource.org/licenses/MIT">MIT</a></td> <td>1.13.1</td> <td align="right">2754</td> </tr> <tr> <td><a href="https://github.com/Remix-Design/RemixIcon">Remix Icon</a></td> <td><a href="http://www.apache.org/licenses/">Apache License Version 2.0</a></td> <td>4.6.0</td> <td align="right">3058</td> </tr> <tr> <td><a href="https://github.com/icons8/flat-color-icons">Flat Color Icons</a></td> <td><a href="https://opensource.org/licenses/MIT">MIT</a></td> <td>1.0.2</td> <td align="right">329</td> </tr> <tr> <td><a href="https://github.com/grommet/grommet-icons">Grommet-Icons</a></td> <td><a href="http://www.apache.org/licenses/">Apache License Version 2.0</a></td> <td>4.14.0</td> <td align="right">637</td> </tr> <tr> <td><a href="https://github.com/tailwindlabs/heroicons">Heroicons</a></td> <td><a href="https://opensource.org/licenses/MIT">MIT</a></td> <td>1.0.6</td> <td align="right">460</td> </tr> <tr> <td><a href="https://github.com/tailwindlabs/heroicons">Heroicons 2</a></td> <td><a href="https://opensource.org/licenses/MIT">MIT</a></td> <td>2.2.0</td> <td align="right">972</td> </tr> </tbody> </table> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/react-icons/react-icons/commit/6501a4156153b396d062deffed5ed2c8eb64a458"><code>6501a41</code></a> v5.6.0</li> <li><a href="https://github.com/react-icons/react-icons/commit/387e78027eeea4ef28df13b732e5906725ee3c2f"><code>387e780</code></a> update icons</li> <li><a href="https://github.com/react-icons/react-icons/commit/fb057e730c8f3bfb9b698ecf7f3f92ee3c43afd9"><code>fb057e7</code></a> 5.5.1-snapshot.0</li> <li><a href="https://github.com/react-icons/react-icons/commit/6f7475550af2cacfcfa87e4127b8803a3d5fee6c"><code>6f74755</code></a> update eslint</li> <li><a href="https://github.com/react-icons/react-icons/commit/73c281f3323d720a5cf8ff626ce4dd04e62afb88"><code>73c281f</code></a> Bump ajv from 6.12.6 to 6.14.0 (<a href="https://redirect.github.com/react-icons/react-icons/issues/1116">#1116</a>)</li> <li><a href="https://github.com/react-icons/react-icons/commit/3f2b26446f3943a2a11c083f2073e20c3f222c7b"><code>3f2b264</code></a> Bump astro from 5.14.1 to 5.15.9 (<a href="https://redirect.github.com/react-icons/react-icons/issues/1091">#1091</a>)</li> <li><a href="https://github.com/react-icons/react-icons/commit/04adc762186d4adc6428279cc6d9119f2894ae20"><code>04adc76</code></a> Bump devalue from 5.6.2 to 5.6.3 (<a href="https://redirect.github.com/react-icons/react-icons/issues/1115">#1115</a>)</li> <li><a href="https://github.com/react-icons/react-icons/commit/44a5e85bcc53a51950cb53f25f9f5ed8fdbdafb8"><code>44a5e85</code></a> Bump jsonpath from 1.1.1 to 1.2.1 (<a href="https://redirect.github.com/react-icons/react-icons/issues/1113">#1113</a>)</li> <li><a href="https://github.com/react-icons/react-icons/commit/e2c1d6ccc98ab477b7aa992bf1f9836b6eca80da"><code>e2c1d6c</code></a> Bump webpack from 5.94.0 to 5.104.1 (<a href="https://redirect.github.com/react-icons/react-icons/issues/1110">#1110</a>)</li> <li><a href="https://github.com/react-icons/react-icons/commit/f3dca028cec5bb6012b95dc03e3ff0efb71709b5"><code>f3dca02</code></a> Bump diff from 5.2.0 to 5.2.2 (<a href="https://redirect.github.com/react-icons/react-icons/issues/1107">#1107</a>)</li> <li>Additional commits viewable in <a href="https://github.com/react-icons/react-icons/compare/v5.5.0...v5.6.0">compare view</a></li> </ul> </details> <br /> Updates `reodotdev` from 1.0.0 to 1.1.0 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#155