An open index of dependabot pull requests across open source projects.

build(deps): bump the nodejs-other group across 1 directory with 27 updates

Open
Number: #1953
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: September 08, 2025 at 12:37 PM UTC
(about 20 hours ago)
Updated: September 08, 2025 at 12:37 PM UTC
(about 20 hours ago)
Labels:
dependencies javascript
Description:

Bumps the nodejs-other group with 26 updates in the /nodejs directory:

Package From To
typescript 5.8.3 5.9.2
@opentelemetry/api-logs 0.203.0 0.204.0
@opentelemetry/core 2.0.1 2.1.0
@opentelemetry/exporter-logs-otlp-http 0.203.0 0.204.0
@opentelemetry/exporter-metrics-otlp-http 0.203.0 0.204.0
@opentelemetry/exporter-trace-otlp-http 0.203.0 0.204.0
@opentelemetry/instrumentation 0.203.0 0.204.0
@opentelemetry/instrumentation-aws-lambda 0.54.0 0.54.1
@opentelemetry/instrumentation-aws-sdk 0.57.0 0.58.0
@opentelemetry/instrumentation-grpc 0.203.0 0.204.0
@opentelemetry/instrumentation-http 0.203.0 0.204.0
@opentelemetry/instrumentation-pg 0.56.0 0.56.1
@opentelemetry/instrumentation-pino 0.50.0 0.50.1
@opentelemetry/instrumentation-redis 0.51.0 0.52.0
@opentelemetry/propagator-aws-xray 2.1.0 2.1.1
@opentelemetry/propagator-aws-xray-lambda 0.55.0 0.55.1
@opentelemetry/resources 2.0.1 2.1.0
@opentelemetry/sdk-logs 0.203.0 0.204.0
@opentelemetry/sdk-trace-node 2.0.1 2.1.0
mocha 11.7.1 11.7.2
ts-loader 9.5.2 9.5.4
webpack 5.99.9 5.101.3
@aws-sdk/client-sts 3.826.0 3.883.0
@types/aws-lambda 8.10.150 8.10.152
@types/node 24.0.7 24.3.1
aws-cdk-lib 2.201.0 2.214.0

Updates typescript from 5.8.3 to 5.9.2

Release notes

Sourced from typescript's releases.

TypeScript 5.9

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • be86783 Give more specific errors for verbatimModuleSyntax (#62113)
  • 22ef577 LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...
  • d5a414c Don't use noErrorTruncation when printing types with maximumLength set (#...
  • f14b5c8 Remove unused and confusing dom.iterable.d.ts file (#62037)
  • 2778e84 Restore AbortSignal.abort (#62086)
  • 65cb4bd LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...
  • 9e20e03 Clear out checker-level stacks on pop (#62016)
  • 87740bc Fix for Issue 61081 (#61221)
  • 833a8d4 Fix Symbol completion priority and cursor positioning (#61945)
  • 0018c9f LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...
  • Additional commits viewable in compare view

Updates @opentelemetry/api-logs from 0.203.0 to 0.204.0

Release notes

Sourced from @​opentelemetry/api-logs's releases.

experimental/v0.204.0

0.204.0

:boom: Breaking Changes

  • feat(api-logs)!: Marked private methods as "conventionally private". #5789
  • feat(exporter-otlp-*): support custom HTTP agents #5719 @​raphael-theriault-swi
    • OtlpHttpConfiguration.agentOptions has been removed and functionality has been rolled into OtlpHttpConfiguration.agentFactory
      • (old) { agentOptions: myOptions }
      • (new) { agentFactory: httpAgentFactoryFromOptions(myOptions) }

:rocket: Features

  • feat(otlp-exporter-base): Add fetch transport for fetch-only environments like service workers. #5807
    • when using headers, the Browser exporter now prefers fetch over XMLHttpRequest if present. Sending via XMLHttpRequest will be removed in a future release.
  • feat(opentelemetry-configuration): creation of basic ConfigProvider #5809 @​maryliag
  • feat(opentelemetry-configuration): creation of basic FileConfigProvider #5863 @​maryliag
  • feat(sdk-node): Add support for multiple metric readers via the new metricReaders option in NodeSDK configuration. Users can now register multiple metric readers (e.g., Console, Prometheus) directly through the NodeSDK constructor. The old metricReader (singular) option is now deprecated and will show a warning if used, but remains supported for backward compatibility. Comprehensive tests and documentation have been added. #5760
    • Migration:

      • Before:

        const sdk = new NodeSDK({ metricReader: myMetricReader });
        
      • After:

        const sdk = new NodeSDK({ metricReaders: [myMetricReader] });
        
    • Users should migrate to the new metricReaders array option for future compatibility. The old option will be removed in an upcoming experimental version.

  • feat(instrumentation-http): Added support for redacting specific url query string values and url credentials #5743 @​rads-1996

:bug: Bug Fixes

  • fix(otlp-exporter-base): prioritize esnext export condition as it is more specific #5458
  • fix(otlp-exporter-base): consider relative urls as valid in browser environments #5807
  • fix(instrumentation-fetch): Use ESM version of semconv instead of CJS. Users expecting mixed ESM and CJS modules will now only get ESM modules. #5878 @​overbalance

:house: Internal

Commits

Updates @opentelemetry/core from 2.0.1 to 2.1.0

Release notes

Sourced from @​opentelemetry/core's releases.

v2.1.0

2.1.0

:rocket: Features

:bug: Bug Fixes

  • fix(sdk-metrics): Remove invalid default value for startTime param to ExponentialHistogramAccumulation. This only impacted the closurescript compiler. #5763 @​trentm

:house: Internal

Changelog

Sourced from @​opentelemetry/core's changelog.

2.1.0

:rocket: Features

:bug: Bug Fixes

  • fix(sdk-metrics): Remove invalid default value for startTime param to ExponentialHistogramAccumulation. This only impacted the closurescript compiler. #5763 @​trentm

:house: Internal

Commits

Updates @opentelemetry/exporter-logs-otlp-http from 0.203.0 to 0.204.0

Release notes

Sourced from @​opentelemetry/exporter-logs-otlp-http's releases.

experimental/v0.204.0

0.204.0

:boom: Breaking Changes

  • feat(api-logs)!: Marked private methods as "conventionally private". #5789
  • feat(exporter-otlp-*): support custom HTTP agents #5719 @​raphael-theriault-swi
    • OtlpHttpConfiguration.agentOptions has been removed and functionality has been rolled into OtlpHttpConfiguration.agentFactory
      • (old) { agentOptions: myOptions }
      • (new) { agentFactory: httpAgentFactoryFromOptions(myOptions) }

:rocket: Features

  • feat(otlp-exporter-base): Add fetch transport for fetch-only environments like service workers. #5807
    • when using headers, the Browser exporter now prefers fetch over XMLHttpRequest if present. Sending via XMLHttpRequest will be removed in a future release.
  • feat(opentelemetry-configuration): creation of basic ConfigProvider #5809 @​maryliag
  • feat(opentelemetry-configuration): creation of basic FileConfigProvider #5863 @​maryliag
  • feat(sdk-node): Add support for multiple metric readers via the new metricReaders option in NodeSDK configuration. Users can now register multiple metric readers (e.g., Console, Prometheus) directly through the NodeSDK constructor. The old metricReader (singular) option is now deprecated and will show a warning if used, but remains supported for backward compatibility. Comprehensive tests and documentation have been added. #5760
    • Migration:

      • Before:

        const sdk = new NodeSDK({ metricReader: myMetricReader });
        
      • After:

        const sdk = new NodeSDK({ metricReaders: [myMetricReader] });
        
    • Users should migrate to the new metricReaders array option for future compatibility. The old option will be removed in an upcoming experimental version.

  • feat(instrumentation-http): Added support for redacting specific url query string values and url credentials #5743 @​rads-1996

:bug: Bug Fixes

  • fix(otlp-exporter-base): prioritize esnext export condition as it is more specific #5458
  • fix(otlp-exporter-base): consider relative urls as valid in browser environments #5807
  • fix(instrumentation-fetch): Use ESM version of semconv instead of CJS. Users expecting mixed ESM and CJS modules will now only get ESM modules. #5878 @​overbalance

:house: Internal

Commits

Updates @opentelemetry/exporter-metrics-otlp-http from 0.203.0 to 0.204.0

Release notes

Sourced from @​opentelemetry/exporter-metrics-otlp-http's releases.

experimental/v0.204.0

0.204.0

:boom: Breaking Changes

  • feat(api-logs)!: Marked private methods as "conventionally private". #5789
  • feat(exporter-otlp-*): support custom HTTP agents #5719 @​raphael-theriault-swi
    • OtlpHttpConfiguration.agentOptions has been removed and functionality has been rolled into OtlpHttpConfiguration.agentFactory
      • (old) { agentOptions: myOptions }
      • (new) { agentFactory: httpAgentFactoryFromOptions(myOptions) }

:rocket: Features

  • feat(otlp-exporter-base): Add fetch transport for fetch-only environments like service workers. #5807
    • when using headers, the Browser exporter now prefers fetch over XMLHttpRequest if present. Sending via XMLHttpRequest will be removed in a future release.
  • feat(opentelemetry-configuration): creation of basic ConfigProvider #5809 @​maryliag
  • feat(opentelemetry-configuration): creation of basic FileConfigProvider #5863 @​maryliag
  • feat(sdk-node): Add support for multiple metric readers via the new metricReaders option in NodeSDK configuration. Users can now register multiple metric readers (e.g., Console, Prometheus) directly through the NodeSDK constructor. The old metricReader (singular) option is now deprecated and will show a warning if used, but remains supported for backward compatibility. Comprehensive tests and documentation have been added. #5760
    • Migration:

      • Before:

        const sdk = new NodeSDK({ metricReader: myMetricReader });
        
      • After:

        const sdk = new NodeSDK({ metricReaders: [myMetricReader] });
        
    • Users should migrate to the new metricReaders array option for future compatibility. The old option will be removed in an upcoming experimental version.

  • feat(instrumentation-http): Added support for redacting specific url query string values and url credentials #5743 @​rads-1996

:bug: Bug Fixes

  • fix(otlp-exporter-base): prioritize esnext export condition as it is more specific #5458
  • fix(otlp-exporter-base): consider relative urls as valid in browser environments #5807
  • fix(instrumentation-fetch): Use ESM version of semconv instead of CJS. Users expecting mixed ESM and CJS modules will now only get ESM modules. #5878 @​overbalance

:house: Internal

Commits

Updates @opentelemetry/exporter-trace-otlp-http from 0.203.0 to 0.204.0

Release notes

Sourced from @​opentelemetry/exporter-trace-otlp-http's releases.

experimental/v0.204.0

0.204.0

:boom: Breaking Changes

  • feat(api-logs)!: Marked private methods as "conventionally private". #5789
  • feat(exporter-otlp-*): support custom HTTP agents #5719 @​raphael-theriault-swi
    • OtlpHttpConfiguration.agentOptions has been removed and functionality has been rolled into OtlpHttpConfiguration.agentFactory
      • (old) { agentOptions: myOptions }
      • (new) { agentFactory: httpAgentFactoryFromOptions(myOptions) }

:rocket: Features

  • feat(otlp-exporter-base): Add fetch transport for fetch-only environments like service workers. #5807
    • when using headers, the Browser exporter now prefers fetch over XMLHttpRequest if present. Sending via XMLHttpRequest will be removed in a future release.
  • feat(opentelemetry-configuration): creation of basic ConfigProvider #5809 @​maryliag
  • feat(opentelemetry-configuration): creation of basic FileConfigProvider #5863 @​maryliag
  • feat(sdk-node): Add support for multiple metric readers via the new metricReaders option in NodeSDK configuration. Users can now register multiple metric readers (e.g., Console, Prometheus) directly through the NodeSDK constructor. The old metricReader (singular) option is now deprecated and will show a warning if used, but remains supported for backward compatibility. Comprehensive tests and documentation have been added. #5760
    • Migration:

      • Before:

        const sdk = new NodeSDK({ metricReader: myMetricReader });
        
      • After:

        const sdk = new NodeSDK({ metricReaders: [myMetricReader] });
        
    • Users should migrate to the new metricReaders array option for future compatibility. The old option will be removed in an upcoming experimental version.

  • feat(instrumentation-http): Added support for redacting specific url query string values and url credentials #5743 @​rads-1996

:bug: Bug Fixes

  • fix(otlp-exporter-base): prioritize esnext export condition as it is more specific #5458
  • fix(otlp-exporter-base): consider relative urls as valid in browser environments #5807
  • fix(instrumentation-fetch): Use ESM version of semconv instead of CJS. Users expecting mixed ESM and CJS modules will now only get ESM modules. #5878 @​overbalance

:house: Internal

Commits

Updates @opentelemetry/instrumentation from 0.203.0 to 0.204.0

Release notes

Sourced from @​opentelemetry/instrumentation's releases.

experimental/v0.204.0

0.204.0

:boom: Breaking Changes

  • feat(api-logs)!: Marked private methods as "conventionally private". #5789
  • feat(exporter-otlp-*): support custom HTTP agents #5719 @​raphael-theriault-swi
    • OtlpHttpConfiguration.agentOptions has been removed and functionality has been rolled into OtlpHttpConfiguration.agentFactory
      • (old) { agentOptions: myOptions }
      • (new) { agentFactory: httpAgentFactoryFromOptions(myOptions) }

:rocket: Features

  • feat(otlp-exporter-base): Add fetch transport for fetch-only environments like service workers. #5807
    • when using headers, the Browser exporter now prefers fetch over XMLHttpRequest if present. Sending via XMLHttpRequest will be removed in a future release.
  • feat(opentelemetry-configuration): creation of basic ConfigProvider #5809 @​maryliag
  • feat(opentelemetry-configuration): creation of basic FileConfigProvider #5863 @​maryliag
  • feat(sdk-node): Add support for multiple metric readers via the new metricReaders option in NodeSDK configuration. Users can now register multiple metric readers (e.g., Console, Prometheus) directly through the NodeSDK constructor. The old metricReader (singular) option is now deprecated and will show a warning if used, but remains supported for backward compatibility. Comprehensive tests and documentation have been added. #5760
    • Migration:

      • Before:

        const sdk = new NodeSDK({ metricReader: myMetricReader });
        
      • After:

        const sdk = new NodeSDK({ metricReaders: [myMetricReader] });
        
    • Users should migrate to the new metricReaders array option for future compatibility. The old option will be removed in an upcoming experimental version.

  • feat(instrumentation-http): Added support for redacting specific url query string values and url credentials #5743 @​rads-1996

:bug: Bug Fixes

  • fix(otlp-exporter-base): prioritize esnext export condition as it is more specific #5458
  • fix(otlp-exporter-base): consider relative urls as valid in browser environments #5807
  • fix(instrumentation-fetch): Use ESM version of semconv instead of CJS. Users expecting mixed ESM and CJS modules will now only get ESM modules. #5878 @​overbalance

:house: Internal

Commits

Updates @opentelemetry/instrumentation-aws-lambda from 0.54.0 to 0.54.1

Release notes

Sourced from @​opentelemetry/instrumentation-aws-lambda's releases.

instrumentation-aws-lambda: v0.54.1

0.54.1 (2025-09-01)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​opentelemetry/propagator-aws-xray bumped from ^2.1.0 to ^2.1.1
      • @​opentelemetry/propagator-aws-xray-lambda bumped from ^0.55.0 to ^0.55.1
Changelog

Sourced from @​opentelemetry/instrumentation-aws-lambda's changelog.

0.54.1 (2025-09-01)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​opentelemetry/propagator-aws-xray bumped from ^2.1.0 to ^2.1.1
      • @​opentelemetry/propagator-aws-xray-lambda bumped from ^0.55.0 to ^0.55.1
Commits

Updates @opentelemetry/instrumentation-aws-sdk from 0.57.0 to 0.58.0

Release notes

Sourced from @​opentelemetry/instrumentation-aws-sdk's releases.

instrumentation-aws-sdk: v0.58.0

0.58.0 (2025-09-01)

⚠ BREAKING CHANGES

  • aws-sdk: SQS receive: use span links instead of processing spans (#2345)

Features

  • aws-sdk: SQS receive: use span links instead of processing spans (#2345) (bd9e782)
  • instrumentation-aws-sdk: Add Semantic Convention Support for Amazon Secrets Manager Attributes (#2971) (0c59990)
  • instrumentation-aws-sdk: Add semconv attributes for AWS Step Functions (#2977) (c7a91fc)

Bug Fixes

Changelog

Sourced from @​opentelemetry/instrumentation-aws-sdk's changelog.

0.58.0 (2025-09-01)

⚠ BREAKING CHANGES

  • aws-sdk: SQS receive: use span links instead of processing spans (#2345)

Features

  • aws-sdk: SQS receive: use span links instead of processing spans (#2345) (bd9e782)
  • instrumentation-aws-sdk: Add Semantic Convention Support for Amazon Secrets Manager Attributes (#2971) (0c59990)
  • instrumentation-aws-sdk: Add semconv attributes for AWS Step Functions (#2977) (c7a91fc)

Bug Fixes

Commits
  • 5861c1d chore: release main (#2982)
  • ca26f63 chore: lint .js and .mjs files (in addition to the existing .ts file linting)...
  • c7a91fc feat(instrumentation-aws-sdk): Add semconv attributes for AWS Step Functions ...
  • bd9e782 feat(aws-sdk)!: SQS receive: use span links instead of processing spans (#2345)
  • 5836d7a fix(deps): update all patch versions (#2948)
  • 0c59990 feat(instrumentation-aws-sdk): Add Semantic Convention Support for Amazon Sec...
  • See full diff in compare view

Updates @opentelemetry/instrumentation-grpc from 0.203.0 to 0.204.0

Release notes

Sourced from @​opentelemetry/instrumentation-grpc's releases.

experimental/v0.204.0

0.204.0

:boom: Breaking Changes

  • feat(api-logs)!: Marked private methods as "conventionally private". #5789
  • feat(exporter-otlp-*): support custom HTTP agents #5719 @​raphael-theriault-swi
    • OtlpHttpConfiguration.agentOptions has been removed and functionality has been rolled into OtlpHttpConfiguration.agentFactory
      • (old) { agentOptions: myOptions }
      • (new) { agentFactory: httpAgentFactoryFromOptions(myOptions) }

:rocket: Features

  • feat(otlp-exporter-base): Add fetch transport for fetch-only environments like service workers. #5807
    • when using headers, the Browser exporter now prefers fetch over XMLHttpRequest if present. Sending via XMLHttpRequest will be removed in a future release.
  • feat(opentelemetry-configuration): creation of basic ConfigProvider #5809 @​maryliag
  • feat(opentelemetry-configuration): creation of basic FileConfigProvider #5863 @​maryliag
  • feat(sdk-node): Add support for multiple metric readers via the new metricReaders option in NodeSDK configuration. Users can now register multiple metric readers (e.g., Console, Prometheus) directly through the NodeSDK constructor. The old metricReader (singular) option is now deprecated and will show a warning if used, but remains supported for backward compatibility. Comprehensive tests and documentation have been added. #5760
    • Migration:

      • Before:

        const sdk = new NodeSDK({ metricReader: myMetricReader });
        
      • After:

        const sdk = new NodeSDK({ metricReaders: [myMetricReader] });
        
    • Users should migrate to the new metricReaders array option for future compatibility. The old option will be removed in an upcoming experimental version.

  • feat(instrumentation-http): Added support for redacting specific url query string values and url credentials #5743 @​rads-1996

:bug: Bug Fixes

  • fix(otlp-exporter-base): prioritize esnext export condition as it is more specific #5458
  • fix(otlp-exporter-base): consider relative urls as valid in browser environments #5807
  • fix(instrumentation-fetch): Use ESM version of semconv instead of CJS. Users expecting mixed ESM and CJS modules will now only get ESM modules. #5878 @​overbalanceDescription has been truncated

Pull Request Statistics
Commits:
1
Files Changed:
4
Additions:
+1812
Deletions:
-857
Package Dependencies
Ecosystem:
npm
Version Change:
24.0.7 → 24.3.1
Update Type:
Minor
Package:
mocha
Ecosystem:
npm
Version Change:
11.7.1 → 11.7.2
Update Type:
Patch
Package:
webpack
Ecosystem:
npm
Version Change:
5.99.9 → 5.101.3
Update Type:
Minor
Package:
typescript
Ecosystem:
npm
Version Change:
5.8.3 → 5.9.2
Update Type:
Minor
Package:
aws-cdk-lib
Ecosystem:
npm
Version Change:
2.201.0 → 2.214.0
Update Type:
Minor
Package:
ts-loader
Ecosystem:
npm
Version Change:
9.5.2 → 9.5.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.826.0 → 3.883.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.56.0 → 0.56.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.203.0 → 0.204.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.203.0 → 0.204.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.203.0 → 0.204.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.0.1 → 2.1.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.57.0 → 0.58.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.0.1 → 2.1.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.0.1 → 2.1.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.10.150 → 8.10.152
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.50.0 → 0.50.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.203.0 → 0.204.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.203.0 → 0.204.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.203.0 → 0.204.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.54.0 → 0.54.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.203.0 → 0.204.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.51.0 → 0.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.1.0 → 2.1.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.55.0 → 0.55.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.203.0 → 0.204.0
Update Type:
Minor
Technical Details
ID: 7256035
UUID: 2808095078
Node ID: PR_kwDOEwqRQ86nYCFm
Host: GitHub
Repository: open-telemetry/opentelemetry-lambda
Merge State: Unknown