Skip to content

Bump the nodejs-other group across 2 directories with 21 updates #1391

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 Jun 17, 2024

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

Package From To
aws-sdk 2.1632.0 2.1642.0
gts 5.3.0 5.3.1
@opentelemetry/exporter-trace-otlp-proto 0.51.1 0.52.0
@opentelemetry/exporter-metrics-otlp-proto 0.51.1 0.52.0
@opentelemetry/instrumentation 0.51.1 0.52.0
@opentelemetry/instrumentation-aws-lambda 0.41.1 0.42.0
@opentelemetry/instrumentation-aws-sdk 0.41.0 0.42.0
@opentelemetry/instrumentation-dns 0.36.1 0.37.0
@opentelemetry/instrumentation-express 0.39.0 0.40.1
@opentelemetry/instrumentation-graphql 0.40.0 0.41.0
@opentelemetry/instrumentation-grpc 0.51.1 0.52.0
@opentelemetry/instrumentation-hapi 0.38.0 0.39.0
@opentelemetry/instrumentation-http 0.51.1 0.52.0
@opentelemetry/instrumentation-ioredis 0.40.0 0.41.0
@opentelemetry/instrumentation-koa 0.40.0 0.41.0
@opentelemetry/instrumentation-mongodb 0.43.0 0.45.0
@opentelemetry/instrumentation-mysql 0.38.1 0.39.0
@opentelemetry/instrumentation-net 0.36.0 0.37.0
@opentelemetry/instrumentation-pg 0.41.0 0.42.0
@opentelemetry/instrumentation-redis 0.39.1 0.40.0
@types/node 20.14.0 20.14.2

Bumps the nodejs-other group with 2 updates in the /nodejs/sample-apps/aws-sdk directory: aws-sdk and @types/node.

Updates aws-sdk from 2.1632.0 to 2.1642.0

Release notes

Sourced from aws-sdk's releases.

Release v2.1642.0

See changelog for more information.

Release v2.1641.0

See changelog for more information.

Release v2.1640.0

See changelog for more information.

Release v2.1639.0

See changelog for more information.

Release v2.1638.0

See changelog for more information.

Release v2.1637.0

See changelog for more information.

Release v2.1636.0

See changelog for more information.

Release v2.1635.0

See changelog for more information.

Release v2.1634.0

See changelog for more information.

Release v2.1633.0

See changelog for more information.

Commits
  • 352b71f Updates SDK to v2.1642.0
  • f23d102 Updates SDK to v2.1641.0
  • 0dfc2d5 fix: update region-checker allowlist (#4648)
  • e295aa5 typing: add loadSsoSessionsFrom and expose private util methods to IniLoader ...
  • 4bcdd9a docs(cognito_identity_credentials): Explain limitation of CognitoIden… (#4455)
  • ae46271 Updates SDK to v2.1640.0
  • 37d581c Deprecate Service: BackupStorage (#4647)
  • 6bf0b7d Updates SDK to v2.1639.0
  • 7a40a3b Updates SDK to v2.1638.0
  • b502761 Updates SDK to v2.1637.0
  • Additional commits viewable in compare view

Updates gts from 5.3.0 to 5.3.1

Release notes

Sourced from gts's releases.

v5.3.1

5.3.1 (2024-04-10)

Bug Fixes

  • deps: replace dependency eslint-plugin-node with eslint-plugin-n (#865) (efbe3a8)
  • deps: update dependency eslint to v8.57.0 (#833) (0c0a45c)
  • deps: update dependency prettier to v3.2.5 (#846) (7e60e38)

Performance Improvements

  • Supercharge Performance & Efficiency: Leveraging Promise.all for Resource-Friendly Tasks 🚤 (#838) (7424fe1)
Changelog

Sourced from gts's changelog.

5.3.1 (2024-04-10)

Bug Fixes

  • deps: replace dependency eslint-plugin-node with eslint-plugin-n (#865) (efbe3a8)
  • deps: update dependency eslint to v8.57.0 (#833) (0c0a45c)
  • deps: update dependency prettier to v3.2.5 (#846) (7e60e38)

Performance Improvements

  • Supercharge Performance & Efficiency: Leveraging Promise.all for Resource-Friendly Tasks 🚤 (#838) (7424fe1)
Commits
  • db44cce chore(main): release 5.3.1 (#862)
  • 3c054cd chore(deps): update dependency @​types/node to v20.12.7 (#872)
  • eefd53a chore(deps): lock file maintenance (#874)
  • c0db7ab chore(deps): update dependency @​types/node to v20.12.4 (#871)
  • 9cd12a8 chore(deps): lock file maintenance (#842)
  • 39c78a4 chore(deps): update dependency @​types/node to v20.12.3 (#870)
  • 5c87d95 chore(deps): update dependency @​types/node to v20.12.2 (#869)
  • efbe3a8 fix(deps): replace dependency eslint-plugin-node with eslint-plugin-n (#865)
  • 0bd8195 build: test on node 18 (#866)
  • 7424fe1 perf: Supercharge Performance & Efficiency: Leveraging Promise.all for Reso...
  • Additional commits viewable in compare view

Updates @opentelemetry/exporter-trace-otlp-proto from 0.51.1 to 0.52.0

Release notes

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

experimental/v0.52.0

0.52.0

💥 Breaking Change

  • feat(exporter--otlp-)!: move serialization for Node.js exporters to @opentelemetry/otlp-transformer #4542 @​pichlermarc
    • Breaking changes:
      • (user-facing) convert() now returns an empty object and will be removed in a follow-up
      • (internal) OTLPExporterNodeBase now has additional constructor parameters that are required
      • (internal) OTLPExporterNodeBase now has an additional ResponseType type parameter
  • feat(exporter--otlp-)!: move serialization for Node.js exporters to @opentelemetry/otlp-transformer #4581 @​pichlermarc
    • Breaking changes:
      • (user-facing) convert() has been removed from all exporters
      • (internal) OTLPExporterBrowserBase: RequestType has been replaced by a ResponseType type-argument
      • (internal) OTLPExporterNodeBase: ServiceRequest has been replaced by a ServiceResponse type-argument
      • (internal) the @opentelemetry/otlp-exporter-proto-base package has been removed, and will from now on be deprecated in npm
  • feat(instrumentation): remove default value for config in base instrumentation constructor #4695: @​blumamir
  • fix(instrumentation)!: remove unused supportedVersions from Instrumentation interface #4694 @​blumamir
  • feat(instrumentation)!: simplify registerInstrumentations() API
    • Breaking changes:
      • removes InstrumentationOptions type
      • occurrences of InstrumentationOptions are now replaced by (Instrumentation | Instrumentation[])[]
        • migrate usages of registerInstrumentations({instrumentations: fooInstrumentation}) to registerInstrumentations({instrumentations: [fooInstrumentation]})
        • passing Instrumentation classes to registerInstrumentations() is now not possible anymore.
  • feat(sdk-node)!: simplify type of instrumentations option
    • Breaking changes:
      • replaces InstrumentationOptions with (Instrumentation | Instrumentation[])[]

🚀 (Enhancement)

  • feat(instrumentation): apply unwrap before wrap in base class #4692
  • feat(instrumentation): add util to execute span customization hook in base class #4663 @​blumamir
  • feat(instrumentation): generic config type in instrumentation base #4659 @​blumamir
  • feat: support node 22 #4666 @​dyladan
  • feat(propagator-aws-xray-lambda): add AWS Xray Lambda propagator 4554
  • refactor(instrumentation-xml-http-request): use exported strings for semantic attributes. #4681

🐛 (Bug Fix)

📚 (Refine Doc)

  • docs(instrumentation): better docs for supportedVersions option #4693 @​blumamir
  • docs: align all supported versions to a common format #4696 @​blumamir
  • refactor(examples): use new exported string constants for semconv in experimental/examples/opencensus-shim #4763 @​Zen-cronic
Commits
  • c4d3351 fix(sdk-logs): adapt versions for release (#4769)
  • 26974c4 chore: prepare release API 1.9.0/Core 1.25.0/Experimental 0.52.0 (#4677)
  • 957fa3b refactor(examples/esm-http-ts): use new exported string constants for semconv...
  • 97d0ec5 refactor(examples/basic-tracer-node): use new exported string constants for s...
  • 929e345 refactor(examples/grpc-js): use new exported string constants for semconv (#4...
  • 97f372b refactor(experimental/examples/opencensus-shim): use new exported string cons...
  • 9cd2021 refactor(examples/otlp-exporter-node): use new exported string constants for ...
  • de50349 refactor(examples/opentracing-shim): use new exported string constants for se...
  • 7c808e3 add Events SDK (#4629)
  • 9d3bc18 chore: move flarna from approver to emeritus (#4757)
  • Additional commits viewable in compare view

Updates @opentelemetry/exporter-metrics-otlp-proto from 0.51.1 to 0.52.0

Release notes

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

experimental/v0.52.0

0.52.0

💥 Breaking Change

  • feat(exporter--otlp-)!: move serialization for Node.js exporters to @opentelemetry/otlp-transformer #4542 @​pichlermarc
    • Breaking changes:
      • (user-facing) convert() now returns an empty object and will be removed in a follow-up
      • (internal) OTLPExporterNodeBase now has additional constructor parameters that are required
      • (internal) OTLPExporterNodeBase now has an additional ResponseType type parameter
  • feat(exporter--otlp-)!: move serialization for Node.js exporters to @opentelemetry/otlp-transformer #4581 @​pichlermarc
    • Breaking changes:
      • (user-facing) convert() has been removed from all exporters
      • (internal) OTLPExporterBrowserBase: RequestType has been replaced by a ResponseType type-argument
      • (internal) OTLPExporterNodeBase: ServiceRequest has been replaced by a ServiceResponse type-argument
      • (internal) the @opentelemetry/otlp-exporter-proto-base package has been removed, and will from now on be deprecated in npm
  • feat(instrumentation): remove default value for config in base instrumentation constructor #4695: @​blumamir
  • fix(instrumentation)!: remove unused supportedVersions from Instrumentation interface #4694 @​blumamir
  • feat(instrumentation)!: simplify registerInstrumentations() API
    • Breaking changes:
      • removes InstrumentationOptions type
      • occurrences of InstrumentationOptions are now replaced by (Instrumentation | Instrumentation[])[]
        • migrate usages of registerInstrumentations({instrumentations: fooInstrumentation}) to registerInstrumentations({instrumentations: [fooInstrumentation]})
        • passing Instrumentation classes to registerInstrumentations() is now not possible anymore.
  • feat(sdk-node)!: simplify type of instrumentations option
    • Breaking changes:
      • replaces InstrumentationOptions with (Instrumentation | Instrumentation[])[]

🚀 (Enhancement)

  • feat(instrumentation): apply unwrap before wrap in base class #4692
  • feat(instrumentation): add util to execute span customization hook in base class #4663 @​blumamir
  • feat(instrumentation): generic config type in instrumentation base #4659 @​blumamir
  • feat: support node 22 #4666 @​dyladan
  • feat(propagator-aws-xray-lambda): add AWS Xray Lambda propagator 4554
  • refactor(instrumentation-xml-http-request): use exported strings for semantic attributes. #4681

🐛 (Bug Fix)

📚 (Refine Doc)

  • docs(instrumentation): better docs for supportedVersions option #4693 @​blumamir
  • docs: align all supported versions to a common format #4696 @​blumamir
  • refactor(examples): use new exported string constants for semconv in experimental/examples/opencensus-shim #4763 @​Zen-cronic
Commits
  • c4d3351 fix(sdk-logs): adapt versions for release (#4769)
  • 26974c4 chore: prepare release API 1.9.0/Core 1.25.0/Experimental 0.52.0 (#4677)
  • 957fa3b refactor(examples/esm-http-ts): use new exported string constants for semconv...
  • 97d0ec5 refactor(examples/basic-tracer-node): use new exported string constants for s...
  • 929e345 refactor(examples/grpc-js): use new exported string constants for semconv (#4...
  • 97f372b refactor(experimental/examples/opencensus-shim): use new exported string cons...
  • 9cd2021 refactor(examples/otlp-exporter-node): use new exported string constants for ...
  • de50349 refactor(examples/opentracing-shim): use new exported string constants for se...
  • 7c808e3 add Events SDK (#4629)
  • 9d3bc18 chore: move flarna from approver to emeritus (#4757)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation from 0.51.1 to 0.52.0

Release notes

Sourced from @​opentelemetry/instrumentation's releases.

experimental/v0.52.0

0.52.0

💥 Breaking Change

  • feat(exporter--otlp-)!: move serialization for Node.js exporters to @opentelemetry/otlp-transformer #4542 @​pichlermarc
    • Breaking changes:
      • (user-facing) convert() now returns an empty object and will be removed in a follow-up
      • (internal) OTLPExporterNodeBase now has additional constructor parameters that are required
      • (internal) OTLPExporterNodeBase now has an additional ResponseType type parameter
  • feat(exporter--otlp-)!: move serialization for Node.js exporters to @opentelemetry/otlp-transformer #4581 @​pichlermarc
    • Breaking changes:
      • (user-facing) convert() has been removed from all exporters
      • (internal) OTLPExporterBrowserBase: RequestType has been replaced by a ResponseType type-argument
      • (internal) OTLPExporterNodeBase: ServiceRequest has been replaced by a ServiceResponse type-argument
      • (internal) the @opentelemetry/otlp-exporter-proto-base package has been removed, and will from now on be deprecated in npm
  • feat(instrumentation): remove default value for config in base instrumentation constructor #4695: @​blumamir
  • fix(instrumentation)!: remove unused supportedVersions from Instrumentation interface #4694 @​blumamir
  • feat(instrumentation)!: simplify registerInstrumentations() API
    • Breaking changes:
      • removes InstrumentationOptions type
      • occurrences of InstrumentationOptions are now replaced by (Instrumentation | Instrumentation[])[]
        • migrate usages of registerInstrumentations({instrumentations: fooInstrumentation}) to registerInstrumentations({instrumentations: [fooInstrumentation]})
        • passing Instrumentation classes to registerInstrumentations() is now not possible anymore.
  • feat(sdk-node)!: simplify type of instrumentations option
    • Breaking changes:
      • replaces InstrumentationOptions with (Instrumentation | Instrumentation[])[]

🚀 (Enhancement)

  • feat(instrumentation): apply unwrap before wrap in base class #4692
  • feat(instrumentation): add util to execute span customization hook in base class #4663 @​blumamir
  • feat(instrumentation): generic config type in instrumentation base #4659 @​blumamir
  • feat: support node 22 #4666 @​dyladan
  • feat(propagator-aws-xray-lambda): add AWS Xray Lambda propagator 4554
  • refactor(instrumentation-xml-http-request): use exported strings for semantic attributes. #4681

🐛 (Bug Fix)

📚 (Refine Doc)

  • docs(instrumentation): better docs for supportedVersions option #4693 @​blumamir
  • docs: align all supported versions to a common format #4696 @​blumamir
  • refactor(examples): use new exported string constants for semconv in experimental/examples/opencensus-shim #4763 @​Zen-cronic
Commits
  • c4d3351 fix(sdk-logs): adapt versions for release (#4769)
  • 26974c4 chore: prepare release API 1.9.0/Core 1.25.0/Experimental 0.52.0 (#4677)
  • 957fa3b refactor(examples/esm-http-ts): use new exported string constants for semconv...
  • 97d0ec5 refactor(examples/basic-tracer-node): use new exported string constants for s...
  • 929e345 refactor(examples/grpc-js): use new exported string constants for semconv (#4...
  • 97f372b refactor(experimental/examples/opencensus-shim): use new exported string cons...
  • 9cd2021 refactor(examples/otlp-exporter-node): use new exported string constants for ...
  • de50349 refactor(examples/opentracing-shim): use new exported string constants for se...
  • 7c808e3 add Events SDK (#4629)
  • 9d3bc18 chore: move flarna from approver to emeritus (#4757)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-aws-lambda from 0.41.1 to 0.42.0

Release notes

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

instrumentation-pg: v0.42.0

0.42.0 (2024-06-06)

Features

Performance Improvements

  • instrumentation-pg: do not split query to determine operation name (#2029) (816611e)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​opentelemetry/contrib-test-utils bumped from ^0.39.0 to ^0.40.0

instrumentation-aws-sdk: v0.42.0

0.42.0 (2024-06-06)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​opentelemetry/propagation-utils bumped from ^0.30.9 to ^0.30.10
    • devDependencies
      • @​opentelemetry/contrib-test-utils bumped from ^0.39.0 to ^0.40.0

instrumentation-aws-lambda: v0.42.0

0.42.0 (2024-06-06)

Features

Commits

Updates @opentelemetry/instrumentation-aws-sdk from 0.41.0 to 0.42.0

Release notes

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

instrumentation-pg: v0.42.0

0.42.0 (2024-06-06)

Features

Performance Improvements

  • instrumentation-pg: do not split query to determine operation name (#2029) (816611e)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​opentelemetry/contrib-test-utils bumped from ^0.39.0 to ^0.40.0
Commits

Updates @opentelemetry/instrumentation-dns from 0.36.1 to 0.37.0

Release notes

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

instrumentation-net: v0.37.0

0.37.0 (2024-06-06)

Features

instrumentation-memcached: v0.37.0

0.37.0 (2024-06-06)

Features

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​opentelemetry/contrib-test-utils bumped from ^0.39.0 to ^0.40.0

instrumentation-knex: v0.37.0

0.37.0 (2024-06-06)

Features

instrumentation-generic-pool: v0.37.0

0.37.0 (2024-06-06)

Features

instrumentation-fastify: v0.37.0

0.37.0 (2024-06-06)

Features

Dependencies

... (truncated)

Commits
  • fcea8ca chore: release main (#1935)
  • d2f59e9 chore(instr-runtime-node): update some deps to same versions as other contrib...
  • 7106313 test(instr-express): add test for ESM (#1966)
  • 43fd4eb updated zone.js version (#1934)
  • edc426b chore(deps): update deps matching "@opentelemetry/*" (#1978)
  • fef1b36 fix(instrumentaiton-runtime-node)!: rename exported instrumentation to match ...
  • 2e9fce4 Add @​opentelemetry/api as peerDependencies in @​opentelemetry/resource-detecto...
  • c00f529 refactor(instrumentation-perf-hooks): rename to instrumentation-runtime-node ...
  • e11f86e docs(instrumentation-graphql): gql supported versions (#1969)
  • 83624b1 test(instrumentation-mysql): add missing -p to ts-mocha (#1968)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-express from 0.39.0 to 0.40.1

Release notes

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

instrumentation-express: v0.40.1

0.40.1 (2024-06-10)

Bug Fixes

  • instr-express: keep hidden properties in layer handlers (#2137) (ce5f48d)
Commits
  • b31df37 chore: release main (#2083)
  • f3406ea chore: remove patch and unpatch diag from instrumentations (#2107)
  • 73e01f2 chore(examples/graphql): use exported strings for attributes (#2122)
  • 80cbee7 chore: experimental 0.51.0, remove instrumentations generic type to align wit...
  • 46b6775 test(instr-document-load): fix test to allow missing network span events (#2145)
  • 931318c refactor(instr-aws-sdk): use exported strings for attributes (#2142)
  • 77452c1 chore(examples/connect): use exported strings for attributes (#2120)
  • 5f1910b chore(examples/web): use exported strings for attributes (#2129)
  • 0d38081 docs: remove key column on readme (#2132)
  • 2d709ec chore(instrumentation-fs): remove unused semconv package (#2141)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-graphql from 0.40.0 to 0.41.0

Release notes

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

instrumentation-express: v0.40.1

0.40.1 (2024-06-10)

Bug Fixes

  • instr-express: keep hidden properties in layer handlers (#2137) (ce5f48d)
Commits
  • b31df37 chore: release main (#2083)
  • f3406ea chore: remove patch and unpatch diag from instrumentations (#2107)
  • 73e01f2 chore(examples/graphql): use exported strings for attributes (#2122)
  • 80cbee7 chore: experimental 0.51.0, remove instrumentations generic type to align wit...
  • 46b6775 test(instr-document-load): fix test to allow missing network span events (#2145)
  • 931318c refactor(instr-aws-sdk): use exported strings for attributes (#2142)
  • 77452c1 chore(examples/connect): use exported strings for attributes (#2120)
  • 5f1910b chore(examples/web): use exported strings for attributes (#2129)
  • 0d38081 docs: remove key column on readme (#2132)
  • 2d709ec chore(instrumentation-fs): remove unused semconv package (#2141)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-grpc from 0.51.1 to 0.52.0

Release notes

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

experimental/v0.52.0

0.52.0

💥 Breaking Change

  • feat(exporter--otlp-)!: move serialization for Node.js exporters to @opentelemetry/otlp-transformer #4542 @​pichlermarc
    • Breaking changes:
      • (user-facing) convert() now returns an empty object and will be removed in a follow-up
      • (internal) OTLPExporterNodeBase now has additional constructor parameters that are required
      • (internal) OTLPExporterNodeBase now has an additional ResponseType type parameter
  • feat(exporter--otlp-)!: move serialization for Node.js exporters to @opentelemetry/otlp-transformer #4581 @​pichlermarc
    • Breaking changes:
      • (user-facing) convert() has been removed from all exporters
      • (internal) OTLPExporterBrowserBase: RequestType has been replaced by a ResponseType type-argument
      • (internal) OTLPExporterNodeBase: ServiceRequest has been replaced by a ServiceResponse type-argument
      • (internal) the @opentelemetry/otlp-exporter-proto-base package has been removed, and will from now on be deprecated in npm
  • feat(instrumentation): remove default value for config in base instrumentation constructor #4695: @​blumamir
  • fix(instrumentation)!: remove unused supportedVersions from Instrumentation interface #4694 @​blumamir
  • feat(instrumentation)!: simplify registerInstrumentations() API
    • Breaking changes:
      • removes InstrumentationOptions type
      • occurrences of InstrumentationOptions are now replaced by (Instrumentation | Instrumentation[])[]
        • migrate usages of registerInstrumentations({instrumentations: fooInstrumentation}) to registerInstrumentations({instrumentations: [fooInstrumentation]})
        • passing Instrumentation classes to registerInstrumentations()Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [aws-sdk](https://github.com/aws/aws-sdk-js) | `2.1632.0` | `2.1642.0` |
| [gts](https://github.com/google/gts) | `5.3.0` | `5.3.1` |
| [@opentelemetry/exporter-trace-otlp-proto](https://github.com/open-telemetry/opentelemetry-js) | `0.51.1` | `0.52.0` |
| [@opentelemetry/exporter-metrics-otlp-proto](https://github.com/open-telemetry/opentelemetry-js) | `0.51.1` | `0.52.0` |
| [@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js) | `0.51.1` | `0.52.0` |
| [@opentelemetry/instrumentation-aws-lambda](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.41.1` | `0.42.0` |
| [@opentelemetry/instrumentation-aws-sdk](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.41.0` | `0.42.0` |
| [@opentelemetry/instrumentation-dns](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.36.1` | `0.37.0` |
| [@opentelemetry/instrumentation-express](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.39.0` | `0.40.1` |
| [@opentelemetry/instrumentation-graphql](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.40.0` | `0.41.0` |
| [@opentelemetry/instrumentation-grpc](https://github.com/open-telemetry/opentelemetry-js) | `0.51.1` | `0.52.0` |
| [@opentelemetry/instrumentation-hapi](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.38.0` | `0.39.0` |
| [@opentelemetry/instrumentation-http](https://github.com/open-telemetry/opentelemetry-js) | `0.51.1` | `0.52.0` |
| [@opentelemetry/instrumentation-ioredis](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.40.0` | `0.41.0` |
| [@opentelemetry/instrumentation-koa](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.40.0` | `0.41.0` |
| [@opentelemetry/instrumentation-mongodb](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.43.0` | `0.45.0` |
| [@opentelemetry/instrumentation-mysql](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.38.1` | `0.39.0` |
| [@opentelemetry/instrumentation-net](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.36.0` | `0.37.0` |
| [@opentelemetry/instrumentation-pg](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.41.0` | `0.42.0` |
| [@opentelemetry/instrumentation-redis](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.39.1` | `0.40.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.0` | `20.14.2` |

Bumps the nodejs-other group with 2 updates in the /nodejs/sample-apps/aws-sdk directory: [aws-sdk](https://github.com/aws/aws-sdk-js) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `aws-sdk` from 2.1632.0 to 2.1642.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1632.0...v2.1642.0)

Updates `gts` from 5.3.0 to 5.3.1
- [Release notes](https://github.com/google/gts/releases)
- [Changelog](https://github.com/google/gts/blob/main/CHANGELOG.md)
- [Commits](google/gts@v5.3.0...v5.3.1)

Updates `@opentelemetry/exporter-trace-otlp-proto` from 0.51.1 to 0.52.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.51.1...experimental/v0.52.0)

Updates `@opentelemetry/exporter-metrics-otlp-proto` from 0.51.1 to 0.52.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.51.1...experimental/v0.52.0)

Updates `@opentelemetry/instrumentation` from 0.51.1 to 0.52.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.51.1...experimental/v0.52.0)

Updates `@opentelemetry/instrumentation-aws-lambda` from 0.41.1 to 0.42.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.41.1...instrumentation-pg-v0.42.0)

Updates `@opentelemetry/instrumentation-aws-sdk` from 0.41.0 to 0.42.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.41.0...instrumentation-pg-v0.42.0)

Updates `@opentelemetry/instrumentation-dns` from 0.36.1 to 0.37.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@redis-common-v0.36.1...contrib-test-utils-v0.37.0)

Updates `@opentelemetry/instrumentation-express` from 0.39.0 to 0.40.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.39.0...sql-common-v0.40.1)

Updates `@opentelemetry/instrumentation-graphql` from 0.40.0 to 0.41.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@sql-common-v0.40.0...instrumentation-pg-v0.41.0)

Updates `@opentelemetry/instrumentation-grpc` from 0.51.1 to 0.52.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.51.1...experimental/v0.52.0)

Updates `@opentelemetry/instrumentation-hapi` from 0.38.0 to 0.39.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.38.0...instrumentation-pg-v0.39.0)

Updates `@opentelemetry/instrumentation-http` from 0.51.1 to 0.52.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.51.1...experimental/v0.52.0)

Updates `@opentelemetry/instrumentation-ioredis` from 0.40.0 to 0.41.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@sql-common-v0.40.0...instrumentation-pg-v0.41.0)

Updates `@opentelemetry/instrumentation-koa` from 0.40.0 to 0.41.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@sql-common-v0.40.0...instrumentation-pg-v0.41.0)

Updates `@opentelemetry/instrumentation-mongodb` from 0.43.0 to 0.45.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-mongodb-v0.43.0...instrumentation-mongodb-v0.45.0)

Updates `@opentelemetry/instrumentation-mysql` from 0.38.1 to 0.39.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-mysql-v0.38.1...instrumentation-pg-v0.39.0)

Updates `@opentelemetry/instrumentation-net` from 0.36.0 to 0.37.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@redis-common-v0.36.0...contrib-test-utils-v0.37.0)

Updates `@opentelemetry/instrumentation-pg` from 0.41.0 to 0.42.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.41.0...instrumentation-pg-v0.42.0)

Updates `@opentelemetry/instrumentation-redis` from 0.39.1 to 0.40.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.39.1...sql-common-v0.40.0)

Updates `@types/node` from 20.14.0 to 20.14.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `aws-sdk` from 2.1632.0 to 2.1642.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1632.0...v2.1642.0)

Updates `@types/node` from 20.14.0 to 20.14.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: gts
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nodejs-other
- dependency-name: "@opentelemetry/exporter-trace-otlp-proto"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@opentelemetry/exporter-metrics-otlp-proto"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@opentelemetry/instrumentation"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@opentelemetry/instrumentation-aws-lambda"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@opentelemetry/instrumentation-aws-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@opentelemetry/instrumentation-dns"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@opentelemetry/instrumentation-express"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@opentelemetry/instrumentation-graphql"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@opentelemetry/instrumentation-grpc"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@opentelemetry/instrumentation-hapi"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@opentelemetry/instrumentation-http"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@opentelemetry/instrumentation-ioredis"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@opentelemetry/instrumentation-koa"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@opentelemetry/instrumentation-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@opentelemetry/instrumentation-mysql"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@opentelemetry/instrumentation-net"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@opentelemetry/instrumentation-pg"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@opentelemetry/instrumentation-redis"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nodejs-other
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nodejs-other
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 24, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 24, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nodejs/nodejs-other-bf63e4c98c branch June 24, 2024 12:30
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