Skip to content

Bump the prod-minor-updates group across 1 directory with 6 updates#547

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prod-minor-updates-015a0a80d2
Open

Bump the prod-minor-updates group across 1 directory with 6 updates#547
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prod-minor-updates-015a0a80d2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

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

Package From To
@aws-sdk/client-s3 3.971.0 3.980.0
next-intl 4.7.0 4.8.1
pg 8.17.1 8.18.0
posthog-node 5.23.0 5.24.7
resend 6.8.0 6.9.1
stripe 20.2.0 20.3.0

Updates @aws-sdk/client-s3 from 3.971.0 to 3.980.0

Release notes

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

v3.980.0

3.980.0(2026-01-30)

Chores
  • use yarn workspace versioning for monorepo packages (#7693) (b951130e)
New Features
  • clients: update client endpoints as of 2026-01-30 (11699137)
  • client-quicksight: Improve SessionTag usage guidelines in the GenerateEmbedURLForAnonymousUser API documentation. Update the GetIdentityContext document with the region support context. (cf53c93f)
  • client-connect: This release adds Estimated Wait Time support to the GetContactMetrics API for Amazon Connect. (e7dbc0a5)

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

v3.979.0

3.979.0(2026-01-29)

New Features
  • client-gamelift: Amazon GameLift Servers now supports automatic scaling to and from zero instances based on game session activity. Fleets scale down to zero following a defined period of no game session activity and scale up from zero when game sessions are requested, providing an option for cost optimization. (6b625f59)
  • client-ec2: G7e instances feature up to 8 NVIDIA RTX PRO 6000 Blackwell Server Edition GPUs with 768 GB of memory and 5th generation Intel Xeon Scalable processors. Supporting up to 192 vCPUs, 1600 Gbps networking bandwidth with EFA, up to 2 TiB of system memory, and up to 15.2 TB of local NVMe SSD storage. (5678db81)
Bug Fixes
  • credential-provider-node: open credential provider lock after failed chain (#7692) (2320c7c0)

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

v3.978.0

3.978.0(2026-01-28)

Chores
  • codegen:
New Features
  • client-s3-control: Adds support for the UpdateObjectEncryption API to change the server-side encryption type of objects in general purpose buckets. (8248439e)
  • client-mediaconvert: This release adds a follow source mode for audio output channel count, an AES audio frame wrapping option for MXF outputs, and an option to signal DolbyVision compatibility using the SUPPLEMENTAL-CODECS tag in HLS manifests. (9ee45457)
  • client-cognito-identity-provider: This release adds support for a new lambda trigger to transform federated user attributes during the authentication with external identity providers on Cognito Managed Login. (a291daef)
  • client-connect: Adds support for filtering search results based on tags assigned to contacts. (c3e7a41b)

... (truncated)

Changelog

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

3.980.0 (2026-01-30)

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

3.978.0 (2026-01-28)

Features

  • client-s3: Adds support for the UpdateObjectEncryption API to change the server-side encryption type of objects in general purpose buckets. (b56cea5)

3.975.0 (2026-01-23)

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

3.974.0 (2026-01-22)

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

3.972.0 (2026-01-20)

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

Commits
  • 0306270 Publish v3.980.0
  • b951130 chore: use yarn workspace versioning for monorepo packages (#7693)
  • a1794f7 Publish v3.978.0
  • b56cea5 feat(client-s3): Adds support for the UpdateObjectEncryption API to change th...
  • 75ba48b test(client-s3): add test for aggregate client paginator/waiter methods (#7687)
  • 024c073 chore(codegen): update for aggregated paginators and waiters (#7685)
  • 557a738 Publish v3.975.0
  • 784b9f3 chore(codegen): upgrade smithy to 1.66.0 (#7678)
  • 2f2a874 Publish v3.974.0
  • 8536efc chore(codegen): sync for http label validation (#7671)
  • Additional commits viewable in compare view

Updates next-intl from 4.7.0 to 4.8.1

Release notes

Sourced from next-intl's releases.

v4.8.1

4.8.1 (2026-01-30)

Bug Fixes

v4.8.0

4.8.0 (2026-01-28)

Features

Fixes

  • Normalization of file references for useExtracted (#2230) – by @​amannn
Changelog

Sourced from next-intl's changelog.

4.8.1 (2026-01-30)

Bug Fixes

4.8.0 (2026-01-28)

Features

Commits

Updates pg from 8.17.1 to 8.18.0

Changelog

Sourced from pg's changelog.

pg@8.18.0

pg@8.17.0

  • Throw correct error if database URL parsing fails.

pg@8.16.0

pg@8.15.0

  • Add support for esm importing. CommonJS importing is still also supported.

pg@8.14.0

pg@8.13.0

pg@8.12.0

pg-pool@8.10.0

  • Emit release event when client is returned to the pool.

pg@8.9.0

pg@8.8.0

pg-pool@3.5.0

... (truncated)

Commits

Updates posthog-node from 5.23.0 to 5.24.7

Release notes

Sourced from posthog-node's releases.

posthog-node@5.24.7

5.24.7

Patch Changes

  • Updated dependencies [727536c]:
    • @​posthog/core@​1.17.0

posthog-node@5.24.6

5.24.6

Patch Changes

  • Updated dependencies [cbe84c1]:
    • @​posthog/core@​1.16.0

posthog-node@5.24.5

5.24.5

Patch Changes

  • #2987 25f4173 Thanks @​marandaneto! - fix: before_send in node inferred the type as any instead of EventMessage or null (2026-01-29)

posthog-node@5.24.4

5.24.4

Patch Changes

  • Updated dependencies [8c0c495]:
    • @​posthog/core@​1.15.0

posthog-node@5.24.3

5.24.3

Patch Changes

  • Updated dependencies [f51560c]:
    • @​posthog/core@​1.14.1

posthog-node@5.24.2

5.24.2

Patch Changes

  • Updated dependencies [933c763]:
    • @​posthog/core@​1.14.0

posthog-node@5.24.1

5.24.1

... (truncated)

Changelog

Sourced from posthog-node's changelog.

5.24.7

Patch Changes

  • Updated dependencies [727536c]:
    • @​posthog/core@​1.17.0

5.24.6

Patch Changes

  • Updated dependencies [cbe84c1]:
    • @​posthog/core@​1.16.0

5.24.5

Patch Changes

  • #2987 25f4173 Thanks @​marandaneto! - fix: before_send in node inferred the type as any instead of EventMessage or null (2026-01-29)

5.24.4

Patch Changes

  • Updated dependencies [8c0c495]:
    • @​posthog/core@​1.15.0

5.24.3

Patch Changes

  • Updated dependencies [f51560c]:
    • @​posthog/core@​1.14.1

5.24.2

Patch Changes

  • Updated dependencies [933c763]:
    • @​posthog/core@​1.14.0

5.24.1

Patch Changes

  • Updated dependencies [8a5a3d5]:
    • @​posthog/core@​1.13.0

5.24.0

... (truncated)

Commits
  • 780564f chore: update versions and lockfile [version bump]
  • 9d7a85a chore: update versions and lockfile [version bump]
  • 77f43ec chore: update versions and lockfile [version bump]
  • bf96f5f fix(node): restore before_send type inference for EventMessage (#2986)
  • a132d97 chore: update versions and lockfile [version bump]
  • c011692 chore: update versions and lockfile [version bump]
  • 2b10214 chore: update versions and lockfile [version bump]
  • 933c763 chore: person profiles rn, core and web lite (#2917)
  • 0ca8ab6 chore: update versions and lockfile [version bump]
  • 45bbc6d chore: update versions and lockfile [version bump]
  • Additional commits viewable in compare view

Updates resend from 6.8.0 to 6.9.1

Release notes

Sourced from resend's releases.

v6.9.1

What's Changed

Full Changelog: resend/resend-node@v6.9.0...v6.9.1

v6.9.0

What's Changed

New Contributors

Full Changelog: resend/resend-node@v6.8.0...v6.9.0

Commits
  • e015620 chore: bump to 6.9.1 (#816)
  • 6f0195a fix(deps): update dependency next to v16.1.5 (#810)
  • aec5a72 chore: add react and react-dom as devDependencies (#814)
  • e97db88 fix(deps): update react monorepo (#811)
  • fe07bd1 chore(deps): update dependency @​biomejs/biome to v2.3.13 (#806)
  • f1baaec chore(deps): update pnpm to v10.28.2 (#807)
  • 8a8ebcc fix(deps): update dependency mailparser to v3.9.1 (#809)
  • 2a48341 chore: bump to 6.9.0 (#808)
  • 0d97792 feat: add method to help with forwarding inbound emails (#797)
  • f0dfcb0 feat: export all interfaces from main index (#802)
  • Additional commits viewable in compare view

Updates stripe from 20.2.0 to 20.3.0

Release notes

Sourced from stripe's releases.

v20.3.0

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

  • #2564 Update generated code
    • Add support for new resource Radar.PaymentEvaluation
    • Add support for create method on resource Radar.PaymentEvaluation
    • Add support for adjustable_quantity on LineItem
    • Add support for new value risk_reserved on enum BalanceTransaction.balance_type
    • Add support for new values reserve_hold and reserve_release on enum BalanceTransaction.type
    • Add support for new values 2.3.0 and 2.3.1 on enums Charge.payment_method_details.card.three_d_secure.version, PaymentIntentConfirmParams.payment_method_options.card.three_d_secure.version, PaymentIntentCreateParams.payment_method_options.card.three_d_secure.version, PaymentIntentUpdateParams.payment_method_options.card.three_d_secure.version, SetupAttempt.payment_method_details.card.three_d_secure.version, SetupIntentConfirmParams.payment_method_options.card.three_d_secure.version, SetupIntentCreateParams.payment_method_options.card.three_d_secure.version, and SetupIntentUpdateParams.payment_method_options.card.three_d_secure.version
    • Add support for new value adyen on enums Charge.payment_method_details.ideal.bank, ConfirmationToken.payment_method_preview.ideal.bank, ConfirmationTokenCreateParams.testHelpers.payment_method_data.ideal.bank, PaymentAttemptRecord.payment_method_details.ideal.bank, PaymentIntentConfirmParams.payment_method_data.ideal.bank, PaymentIntentCreateParams.payment_method_data.ideal.bank, PaymentIntentUpdateParams.payment_method_data.ideal.bank, PaymentMethod.ideal.bank, PaymentMethodCreateParams.ideal.bank, PaymentRecord.payment_method_details.ideal.bank, SetupAttempt.payment_method_details.ideal.bank, SetupIntentConfirmParams.payment_method_data.ideal.bank, SetupIntentCreateParams.payment_method_data.ideal.bank, and SetupIntentUpdateParams.payment_method_data.ideal.bank
    • Add support for new value ADYBNL2A on enums Charge.payment_method_details.ideal.bic, ConfirmationToken.payment_method_preview.ideal.bic, PaymentAttemptRecord.payment_method_details.ideal.bic, PaymentMethod.ideal.bic, PaymentRecord.payment_method_details.ideal.bic, and SetupAttempt.payment_method_details.ideal.bic
    • Add support for new value pl_nip 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 pl_nip 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
    • Change Invoice.payment_settings.payment_method_options.payto and Subscription.payment_settings.payment_method_options.payto to be required
    • Add support for enforce_arithmetic_validation on PaymentIntentCaptureParams.amount_details, PaymentIntentConfirmParams.amount_details, PaymentIntentCreateParams.amount_details, PaymentIntentIncrementAuthorizationParams.amount_details, and PaymentIntentUpdateParams.amount_details
    • Add support for error on PaymentIntent.amount_details
    • Remove support for bgn on Terminal.Configuration.tipping, Terminal.ConfigurationCreateParams.tipping, and Terminal.ConfigurationUpdateParams.tipping
    • Add support for topup on Treasury.ReceivedDebit.linked_flows
    • Add support for contact_phone on V2.Core.AccountCreateParams, V2.Core.AccountTokenCreateParams, V2.Core.AccountUpdateParams, and V2.Core.Account
    • Add support for registration_date on V2.Core.Account.identity.business_details, V2.Core.AccountCreateParams.identity.business_details, V2.Core.AccountTokenCreateParams.identity.business_details, and V2.Core.AccountUpdateParams.identity.business_details
    • Add support for new value gb_vat on enums V2.Core.Account.identity.business_details.id_numbers[].type, V2.Core.AccountCreateParams.identity.business_details.id_numbers[].type, V2.Core.AccountTokenCreateParams.identity.business_details.id_numbers[].type, and V2.Core.AccountUpdateParams.identity.business_details.id_numbers[].type
    • Add support for error code request_blocked on Invoice.last_finalization_error, PaymentIntent.last_payment_error, SetupAttempt.setup_error, SetupIntent.last_setup_error, and StripeError
  • #2558 Remove qs dependency
  • #2562 Document usage of undocumented API parameters

See the changelog for more details.

v20.3.0-alpha.1

  • #2559 Update generated code for private-preview
    • Remove support for pause method on resource Subscription
    • Change type of Quote.subscription_data.phase_effective_at and Quote.subscription_data_overrides[].phase_effective_at from enum('billing_period_start'|'phase_start') to enum('billing_period_start'|'phase_start') | null

See the changelog for more details.

Changelog

Sourced from stripe's changelog.

20.3.0 - 2026-01-28

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

  • #2564 Update generated code
    • Add support for new resource Radar.PaymentEvaluation
    • Add support for create method on resource Radar.PaymentEvaluation
    • Add support for adjustable_quantity on LineItem
    • Add support for new value risk_reserved on enum BalanceTransaction.balance_type
    • Add support for new values reserve_hold and reserve_release on enum BalanceTransaction.type
    • Add support for new values 2.3.0 and 2.3.1 on enums Charge.payment_method_details.card.three_d_secure.version, PaymentIntentConfirmParams.payment_method_options.card.three_d_secure.version, PaymentIntentCreateParams.payment_method_options.card.three_d_secure.version, PaymentIntentUpdateParams.payment_method_options.card.three_d_secure.version, SetupAttempt.payment_method_details.card.three_d_secure.version, SetupIntentConfirmParams.payment_method_options.card.three_d_secure.version, SetupIntentCreateParams.payment_method_options.card.three_d_secure.version, and SetupIntentUpdateParams.payment_method_options.card.three_d_secure.version
    • Add support for new value adyen on enums Charge.payment_method_details.ideal.bank, ConfirmationToken.payment_method_preview.ideal.bank, ConfirmationTokenCreateParams.testHelpers.payment_method_data.ideal.bank, PaymentAttemptRecord.payment_method_details.ideal.bank, PaymentIntentConfirmParams.payment_method_data.ideal.bank, PaymentIntentCreateParams.payment_method_data.ideal.bank, PaymentIntentUpdateParams.payment_method_data.ideal.bank, PaymentMethod.ideal.bank, PaymentMethodCreateParams.ideal.bank, PaymentRecord.payment_method_details.ideal.bank, SetupAttempt.payment_method_details.ideal.bank, SetupIntentConfirmParams.payment_method_data.ideal.bank, SetupIntentCreateParams.payment_method_data.ideal.bank, and SetupIntentUpdateParams.payment_method_data.ideal.bank
    • Add support for new value ADYBNL2A on enums Charge.payment_method_details.ideal.bic, ConfirmationToken.payment_method_preview.ideal.bic, PaymentAttemptRecord.payment_method_details.ideal.bic, PaymentMethod.ideal.bic, PaymentRecord.payment_method_details.ideal.bic, and SetupAttempt.payment_method_details.ideal.bic
    • Add support for new value pl_nip 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 pl_nip 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
    • Change Invoice.payment_settings.payment_method_options.payto and Subscription.payment_settings.payment_method_options.payto to be required
    • Add support for enforce_arithmetic_validation on PaymentIntentCaptureParams.amount_details, PaymentIntentConfirmParams.amount_details, PaymentIntentCreateParams.amount_details, PaymentIntentIncrementAuthorizationParams.amount_details, and PaymentIntentUpdateParams.amount_details
    • Add support for error on PaymentIntent.amount_details
    • Remove support for bgn on Terminal.Configuration.tipping, Terminal.ConfigurationCreateParams.tipping, and Terminal.ConfigurationUpdateParams.tipping
    • Add support for topup on Treasury.ReceivedDebit.linked_flows
    • Add support for contact_phone on V2.Core.AccountCreateParams, V2.Core.AccountTokenCreateParams, V2.Core.AccountUpdateParams, and V2.Core.Account
    • Add support for registration_date on V2.Core.Account.identity.business_details, V2.Core.AccountCreateParams.identity.business_details, V2.Core.AccountTokenCreateParams.identity.business_details, and V2.Core.AccountUpdateParams.identity.business_details
    • Add support for new value gb_vat on enums V2.Core.Account.identity.business_details.id_numbers[].type, V2.Core.AccountCreateParams.identity.business_details.id_numbers[].type, V2.Core.AccountTokenCreateParams.identity.business_details.id_numbers[].type, and V2.Core.AccountUpdateParams.identity.business_details.id_numbers[].type
    • Add support for error code request_blocked on Invoice.last_finalization_error, PaymentIntent.last_payment_error, SetupAttempt.setup_error, SetupIntent.last_setup_error, and StripeError
  • #2558 Remove qs dependency
  • #2562 Document usage of undocumented API parameters
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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 2, 2026
@github-actions
Copy link

github-actions bot commented Feb 2, 2026

Warning

This image may contain unchecked and breaking changes. Only use on own risk.

👋 Thanks for your PR!
Dev images for this PR are now available on docker hub:

SQLITE Image:

lokowitz75/pangolin:dev-pr547

Postgresql Image:

lokowitz75/pangolin:postgresql-dev-pr547

Bumps the prod-minor-updates group with 6 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.971.0` | `3.980.0` |
| [next-intl](https://github.com/amannn/next-intl) | `4.7.0` | `4.8.1` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.17.1` | `8.18.0` |
| [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) | `5.23.0` | `5.24.7` |
| [resend](https://github.com/resend/resend-node) | `6.8.0` | `6.9.1` |
| [stripe](https://github.com/stripe/stripe-node) | `20.2.0` | `20.3.0` |



Updates `@aws-sdk/client-s3` from 3.971.0 to 3.980.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.980.0/clients/client-s3)

Updates `next-intl` from 4.7.0 to 4.8.1
- [Release notes](https://github.com/amannn/next-intl/releases)
- [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md)
- [Commits](amannn/next-intl@v4.7.0...v4.8.1)

Updates `pg` from 8.17.1 to 8.18.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.18.0/packages/pg)

Updates `posthog-node` from 5.23.0 to 5.24.7
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/commits/posthog-node@5.24.7/packages/node)

Updates `resend` from 6.8.0 to 6.9.1
- [Release notes](https://github.com/resend/resend-node/releases)
- [Commits](resend/resend-node@v6.8.0...v6.9.1)

Updates `stripe` from 20.2.0 to 20.3.0
- [Release notes](https://github.com/stripe/stripe-node/releases)
- [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-node@v20.2.0...v20.3.0)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.980.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-updates
- dependency-name: next-intl
  dependency-version: 4.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-updates
- dependency-name: pg
  dependency-version: 8.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-updates
- dependency-name: posthog-node
  dependency-version: 5.24.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-updates
- dependency-name: resend
  dependency-version: 6.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-updates
- dependency-name: stripe
  dependency-version: 20.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prod-minor-updates-015a0a80d2 branch from fb8c603 to 620fc03 Compare February 2, 2026 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants