Skip to content

build(deps): bump the opentelemetry-deps-nodejs group across 2 directories with 7 updates #1808

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps the opentelemetry-deps-nodejs group with 7 updates in the /nodejs directory:

Package From To
@opentelemetry/instrumentation-aws-lambda 0.51.0 0.51.1
@opentelemetry/instrumentation-aws-sdk 0.51.0 0.52.0
@opentelemetry/instrumentation-express 0.48.1 0.49.0
@opentelemetry/instrumentation-kafkajs 0.9.1 0.9.2
@opentelemetry/instrumentation-mongoose 0.47.0 0.47.1
@opentelemetry/propagator-aws-xray 2.0.0 2.1.0
@opentelemetry/propagator-aws-xray-lambda 0.54.0 0.55.0

Bumps the opentelemetry-deps-nodejs group with 3 updates in the /nodejs/packages/layer directory: @opentelemetry/instrumentation-aws-sdk, @opentelemetry/instrumentation-express and @opentelemetry/propagator-aws-xray-lambda.

Updates @opentelemetry/instrumentation-aws-lambda from 0.51.0 to 0.51.1

Release notes

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

instrumentation-aws-lambda: v0.51.1

0.51.1 (2025-05-02)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​opentelemetry/propagator-aws-xray bumped from ^2.0.0 to ^2.1.0
      • @​opentelemetry/propagator-aws-xray-lambda bumped from ^0.54.0 to ^0.55.0
Commits
  • 1eb7700 chore: release main (#2688)
  • 76a3117 ci: Add FOSSA scanning workflow (#2721)
  • 8a5c214 feat(deps): lock file maintenance (#2719)
  • e713796 chore: Add onurtemizkan as mongodb component owner. (#2720)
  • bef920a feat(detector-aws): add more lambda semconv attributes (#2589)
  • fd547c8 refactor(auto-instrumentations-node): migrate away from getEnv() (#2708)
  • 8c56f8d feat(deps): lock file maintenance (#2702)
  • 0b76336 chore: add raphael-theriault-swi to component owners for express and mysql2 (...
  • c88dd84 fix(deps): update all patch versions (#2701)
  • 5e20fe2 fix(deps): update otel core experimental to ^0.57.1 (#2687)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-aws-sdk from 0.51.0 to 0.52.0

Release notes

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

instrumentation-aws-sdk: v0.52.0

0.52.0 (2025-05-02)

Features

  • instrumentation-aws-sdk: add gen ai instrumentation for InvokeModel API (#2777) (41d0d4b)

instrumentation-aws-lambda: v0.51.1

0.51.1 (2025-05-02)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​opentelemetry/propagator-aws-xray bumped from ^2.0.0 to ^2.1.0
      • @​opentelemetry/propagator-aws-xray-lambda bumped from ^0.54.0 to ^0.55.0
Commits
  • 32abc4c chore: release main (#2726)
  • 7fb4ba3 chore!: update to JS SDK 2.x (#2738)
  • 8e08755 test(instrumentation-aws-sdk): update devDeps to modern version of instrument...
  • 4b51e60 fix(instrumentation-aws-lambda): Change endSpan error-logs for forceflush int...
  • b520d04 fix(instrumentation-pg): connection string parsing (#2715)
  • 353dbb0 feat(instrumentation-express)!: propagate context and measure full handler sp...
  • b947650 chore(runtime-node): use mocha dep from monorepo package.json (#2731)
  • 197ee04 ci: do not mark mongodb/mysql2 as unmaintained (#2733)
  • 9e7e7ff test(instrumentation-winston): Include all versions in coverage (#2684)
  • 675ec97 chore(deps): update dependency @​types/mocha to v10 (#2717)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-express from 0.48.1 to 0.49.0

Release notes

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

instrumentation-express: v0.49.0

0.49.0 (2025-05-02)

Features

Commits
  • e3c9150 chore: release main (#2581)
  • 5df02cb feat(deps): update deps matching '@opentelemetry/*' (#2582)
  • f611353 ci(update-otel-deps): use --set-upstream when pushing (#2583)
  • fa78668 ci: add workflow to update otel dependencies (#2536)
  • e674b1b fix(instrumentation-mysql2): instrument connection on 3.11.5 (#2579)
  • 8bfa21f fix(docs): broken link for community contribution lifecycle and processes (#2...
  • bf8117e chore(instr-koa): update instrumentation-koa tests (#2566)
  • 97ebd4f chore(aws-sdk): add @​trivikr as component owner (#2557)
  • 0fc1ed3 chore(examples/mongodb): Update mongodb example dependencies (#2531)
  • 2f5d1de chore: replace deprecated substr() with substring() (#2553)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-kafkajs from 0.9.1 to 0.9.2

Release notes

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

instrumentation-kafkajs: v0.9.2

0.9.2 (2025-05-02)

Bug Fixes

  • instrumentation-kafkajs: add missing delcare keyword for metric instruments (#2805) (32f41ee)
Commits
  • d5b1290 chore: release main (#1188)
  • b49aed7 chore: add dataloader to release-please manifest and fix mongoose (#1202)
  • 3898b11 feat: add dataloader instrumentation (#1171)
  • d932d3e feat(opentelemetry-instrumentation-fastify): Support Fastify V4 also (#1164)
  • cb83d30 feat(propagation-utils): end pub-sub process span on promise settled (#1055)
  • 227ae20 ci: introduce no extraneous dependencies lint check (#1086)
  • 8873057 test: fix tests for restify >=5 (#1191)
  • 6920a55 fix: remove unneeded type exports in mongodb instrumentation (#1194)
  • b35277b feat: add mongoose instrumentation (#1131)
  • 01d6e95 chore: add url to documentFetch span (#1129)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-mongoose from 0.47.0 to 0.47.1

Release notes

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

instrumentation-mongoose: v0.47.1

0.47.1 (2025-05-02)

Bug Fixes

  • instrumentation of ESM-imported mongoose (#2793) (64d358e)
Commits
  • acbaf20 chore: release main (#2507)
  • 28e209a fix(instrumentation-undici): fix a possible crash if the request path is a fu...
  • 0309cae feat(instrumentation-aws-lambda): take care of ESM based (.mjs) handlers (#...
  • 80d0c74 feat(instrumentation-runtime-node)!: add prom-client-metrics (#2136)
  • 6234918 chore: use nx commands (#2493)
  • 95547b8 chore: update component owner for AWS to jj22ee (#2506)
  • 1165264 docs(instrumentation-router): correct import statement (#2517)
  • 8070c7f fix(pg): Do not add SQLCommenter comments to prepared statements (#2456)
  • a5b5614 feat(aws-sdk): add s3 and kinesis service extensions for aws-sdk instrumentat...
  • ad8c581 fix(instrumentation-mysql): fix test for mysql2 v3 (#2168) (#2451)
  • Additional commits viewable in compare view

Updates @opentelemetry/propagator-aws-xray from 2.0.0 to 2.1.0

Release notes

Sourced from @​opentelemetry/propagator-aws-xray's releases.

propagator-aws-xray: v2.1.0

2.1.0 (2025-05-02)

Features

Commits
  • a99ba69 chore: release main (#2795)
  • 7c16951 test(instrumentation-aws-sdk): update client in bedrock-runtime tests to use ...
  • b3a70d7 feat(instrumentation-express): add support for Express v5, take 2 (#2801)
  • 64d358e fix: instrumentation of ESM-imported mongoose (#2793)
  • 32f41ee fix(instrumentation-kafkajs): add missing delcare keyword for metric instrume...
  • f07dcce feat: typeorm instrumentation (#2187)
  • 1e2db67 chore(deps): update dependency nyc to v17 (#2802)
  • cea4407 feat(deps): lock file maintenance (#2749)
  • 41d0d4b feat(instrumentation-aws-sdk): add gen ai instrumentation for InvokeModel API...
  • 0552b03 chore: release main (#2789)
  • Additional commits viewable in compare view

Updates @opentelemetry/propagator-aws-xray-lambda from 0.54.0 to 0.55.0

Release notes

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

propagator-aws-xray-lambda: v0.55.0

0.55.0 (2025-05-02)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​opentelemetry/propagator-aws-xray bumped from ^2.0.0 to ^2.1.0
Commits

Updates @opentelemetry/instrumentation-aws-sdk from 0.51.0 to 0.52.0

Release notes

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

instrumentation-aws-sdk: v0.52.0

0.52.0 (2025-05-02)

Features

  • instrumentation-aws-sdk: add gen ai instrumentation for InvokeModel API (#2777) (41d0d4b)

instrumentation-aws-lambda: v0.51.1

0.51.1 (2025-05-02)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​opentelemetry/propagator-aws-xray bumped from ^2.0.0 to ^2.1.0
      • @​opentelemetry/propagator-aws-xray-lambda bumped from ^0.54.0 to ^0.55.0
Commits
  • 32abc4c chore: release main (#2726)
  • 7fb4ba3 chore!: update to JS SDK 2.x (#2738)
  • 8e08755 test(instrumentation-aws-sdk): update devDeps to modern version of instrument...
  • 4b51e60 fix(instrumentation-aws-lambda): Change endSpan error-logs for forceflush int...
  • b520d04 fix(instrumentation-pg): connection string parsing (#2715)
  • 353dbb0 feat(instrumentation-express)!: propagate context and measure full handler sp...
  • b947650 chore(runtime-node): use mocha dep from monorepo package.json (#2731)
  • 197ee04 ci: do not mark mongodb/mysql2 as unmaintained (#2733)
  • 9e7e7ff test(instrumentation-winston): Include all versions in coverage (#2684)
  • 675ec97 chore(deps): update dependency @​types/mocha to v10 (#2717)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-express from 0.48.1 to 0.49.0

Release notes

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

instrumentation-express: v0.49.0

0.49.0 (2025-05-02)

Features

Commits
  • e3c9150 chore: release main (#2581)
  • 5df02cb feat(deps): update deps matching '@opentelemetry/*' (#2582)
  • f611353 ci(update-otel-deps): use --set-upstream when pushing (#2583)
  • fa78668 ci: add workflow to update otel dependencies (#2536)
  • e674b1b fix(instrumentation-mysql2): instrument connection on 3.11.5 (#2579)
  • 8bfa21f fix(docs): broken link for community contribution lifecycle and processes (#2...
  • bf8117e chore(instr-koa): update instrumentation-koa tests (#2566)
  • 97ebd4f chore(aws-sdk): add @​trivikr as component owner (#2557)
  • 0fc1ed3 chore(examples/mongodb): Update mongodb example dependencies (#2531)
  • 2f5d1de chore: replace deprecated substr() with substring() (#2553)
  • Additional commits viewable in compare view

Updates @opentelemetry/propagator-aws-xray-lambda from 0.54.0 to 0.55.0

Release notes

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

propagator-aws-xray-lambda: v0.55.0

0.55.0 (2025-05-02)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​opentelemetry/propagator-aws-xray bumped from ^2.0.0 to ^2.1.0
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 May 12, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 12, 2025 12:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 12, 2025
…ories with 7 updates

Bumps the opentelemetry-deps-nodejs group with 7 updates in the /nodejs directory:

| Package | From | To |
| --- | --- | --- |
| [@opentelemetry/instrumentation-aws-lambda](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.51.0` | `0.51.1` |
| [@opentelemetry/instrumentation-aws-sdk](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.51.0` | `0.52.0` |
| [@opentelemetry/instrumentation-express](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.48.1` | `0.49.0` |
| [@opentelemetry/instrumentation-kafkajs](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.9.1` | `0.9.2` |
| [@opentelemetry/instrumentation-mongoose](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.47.0` | `0.47.1` |
| [@opentelemetry/propagator-aws-xray](https://github.com/open-telemetry/opentelemetry-js-contrib) | `2.0.0` | `2.1.0` |
| [@opentelemetry/propagator-aws-xray-lambda](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.54.0` | `0.55.0` |

Bumps the opentelemetry-deps-nodejs group with 3 updates in the /nodejs/packages/layer directory: [@opentelemetry/instrumentation-aws-sdk](https://github.com/open-telemetry/opentelemetry-js-contrib), [@opentelemetry/instrumentation-express](https://github.com/open-telemetry/opentelemetry-js-contrib) and [@opentelemetry/propagator-aws-xray-lambda](https://github.com/open-telemetry/opentelemetry-js-contrib).


Updates `@opentelemetry/instrumentation-aws-lambda` from 0.51.0 to 0.51.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@instrumentation-pg-v0.51.0...instrumentation-pg-v0.51.1)

Updates `@opentelemetry/instrumentation-aws-sdk` from 0.51.0 to 0.52.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@instrumentation-pg-v0.51.0...instrumentation-pg-v0.52.0)

Updates `@opentelemetry/instrumentation-express` from 0.48.1 to 0.49.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@instrumentation-express-v0.48.1...instrumentation-pg-v0.49.0)

Updates `@opentelemetry/instrumentation-kafkajs` from 0.9.1 to 0.9.2
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@instrumentation-aws-sdk-v0.9.1...instrumentation-aws-sdk-v0.9.2)

Updates `@opentelemetry/instrumentation-mongoose` from 0.47.0 to 0.47.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@instrumentation-pg-v0.47.0...instrumentation-pg-v0.47.1)

Updates `@opentelemetry/propagator-aws-xray` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@propagator-aws-xray-v2.0.0...propagator-aws-xray-v2.1.0)

Updates `@opentelemetry/propagator-aws-xray-lambda` from 0.54.0 to 0.55.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@auto-instrumentations-node-v0.54.0...auto-instrumentations-node-v0.55.0)

Updates `@opentelemetry/instrumentation-aws-sdk` from 0.51.0 to 0.52.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@instrumentation-pg-v0.51.0...instrumentation-pg-v0.52.0)

Updates `@opentelemetry/instrumentation-express` from 0.48.1 to 0.49.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@instrumentation-express-v0.48.1...instrumentation-pg-v0.49.0)

Updates `@opentelemetry/propagator-aws-xray-lambda` from 0.54.0 to 0.55.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@auto-instrumentations-node-v0.54.0...auto-instrumentations-node-v0.55.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/instrumentation-aws-lambda"
  dependency-version: 0.51.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opentelemetry-deps-nodejs
- dependency-name: "@opentelemetry/instrumentation-aws-sdk"
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-deps-nodejs
- dependency-name: "@opentelemetry/instrumentation-express"
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-deps-nodejs
- dependency-name: "@opentelemetry/instrumentation-kafkajs"
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opentelemetry-deps-nodejs
- dependency-name: "@opentelemetry/instrumentation-mongoose"
  dependency-version: 0.47.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opentelemetry-deps-nodejs
- dependency-name: "@opentelemetry/propagator-aws-xray"
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-deps-nodejs
- dependency-name: "@opentelemetry/propagator-aws-xray-lambda"
  dependency-version: 0.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-deps-nodejs
- dependency-name: "@opentelemetry/instrumentation-aws-sdk"
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-deps-nodejs
- dependency-name: "@opentelemetry/instrumentation-express"
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-deps-nodejs
- dependency-name: "@opentelemetry/propagator-aws-xray-lambda"
  dependency-version: 0.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-deps-nodejs
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nodejs/opentelemetry-deps-nodejs-1c0a1dd18a branch from bd32f06 to eb37bfd Compare May 12, 2025 14:02
@serkan-ozal serkan-ozal merged commit 9c83728 into main May 12, 2025
13 checks passed
@serkan-ozal serkan-ozal deleted the dependabot/npm_and_yarn/nodejs/opentelemetry-deps-nodejs-1c0a1dd18a branch May 12, 2025 14:09
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.

1 participant