Skip to content
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

Bump the nodejs-other group across 2 directories with 23 updates #1435

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 16, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

Package From To
aws-sdk 2.1632.0 2.1659.0
gts 5.3.0 5.3.1
rimraf 5.0.7 6.0.1
typescript 5.4.5 5.5.3
@opentelemetry/exporter-trace-otlp-proto 0.51.1 0.52.1
@opentelemetry/exporter-metrics-otlp-proto 0.51.1 0.52.1
@opentelemetry/instrumentation-aws-lambda 0.41.1 0.43.0
@opentelemetry/instrumentation-aws-sdk 0.41.0 0.43.0
@opentelemetry/instrumentation-dns 0.36.1 0.38.0
@opentelemetry/instrumentation-express 0.39.0 0.41.0
@opentelemetry/instrumentation-graphql 0.40.0 0.42.0
@opentelemetry/instrumentation-grpc 0.51.1 0.52.1
@opentelemetry/instrumentation-hapi 0.38.0 0.40.0
@opentelemetry/instrumentation-http 0.51.1 0.52.1
@opentelemetry/instrumentation-ioredis 0.40.0 0.42.0
@opentelemetry/instrumentation-koa 0.40.0 0.42.0
@opentelemetry/instrumentation-mongodb 0.43.0 0.46.0
@opentelemetry/instrumentation-mysql 0.38.1 0.40.0
@opentelemetry/instrumentation-net 0.36.0 0.38.0
@opentelemetry/instrumentation-pg 0.41.0 0.43.0
@opentelemetry/instrumentation-redis 0.39.1 0.41.0
@types/aws-lambda 8.10.138 8.10.141
@types/node 20.14.0 20.14.10

Bumps the nodejs-other group with 5 updates in the /nodejs/sample-apps/aws-sdk directory:

Package From To
aws-sdk 2.1632.0 2.1659.0
rimraf 5.0.7 6.0.1
typescript 5.4.5 5.5.3
@types/aws-lambda 8.10.138 8.10.141
@types/node 20.14.0 20.14.10

Updates aws-sdk from 2.1632.0 to 2.1659.0

Release notes

Sourced from aws-sdk's releases.

Release v2.1659.0

See changelog for more information.

Release v2.1658.0

See changelog for more information.

Release v2.1657.0

See changelog for more information.

Release v2.1656.0

See changelog for more information.

Release v2.1655.0

See changelog for more information.

Release v2.1654.0

See changelog for more information.

Release v2.1653.0

See changelog for more information.

Release v2.1652.0

See changelog for more information.

Release v2.1651.0

See changelog for more information.

Release v2.1650.0

See changelog for more information.

Release v2.1649.0

See changelog for more information.

Release v2.1648.0

See changelog for more information.

Release v2.1647.0

See changelog for more information.

Release v2.1646.0

See changelog for more information.

Release v2.1645.0

See changelog for more information.

Release v2.1644.0

See changelog for more information.

Release v2.1643.0

See changelog for more information.

... (truncated)

Commits

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 rimraf from 5.0.7 to 6.0.1

Changelog

Sourced from rimraf's changelog.

6.0

  • Drop support for nodes before v20
  • Add --version to CLI

5.0

  • No default export, only named exports

4.4

  • Provide Dirent or Stats object as second argument to filter

4.3

  • Return boolean indicating whether the path was fully removed
  • Add filter option
  • bin: add --verbose, -v to print files as they are deleted
  • bin: add --no-verbose, -V to not print files as they are deleted
  • bin: add -i --interactive to be prompted on each deletion
  • bin: add -I --no-interactive to not be prompted on each deletion
  • 4.3.1 Fixed inappropriately following symbolic links to directories

v4.2

  • Brought back glob support, using the new and improved glob v9

v4.1

  • Improved hybrid module with no need to look at the .default dangly bit. .default preserved as a reference to rimraf for compatibility with anyone who came to rely on it in v4.0.
  • Accept and ignore -rf and -fr arguments to the bin.

v4.0

  • Remove glob dependency entirely. This library now only accepts actual file and folder names to delete.
  • Accept array of paths or single path.
  • Windows performance and reliability improved.
  • All strategies separated into explicitly exported methods.
  • Drop support for Node.js below version 14
  • rewrite in TypeScript
  • ship CJS/ESM hybrid module
  • Error on unknown arguments to the bin. (Previously they were silently ignored.)

v3.0

... (truncated)

Commits

Updates typescript from 5.4.5 to 5.5.3

Release notes

Sourced from typescript's releases.

TypeScript 5.5.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

... (truncated)

Commits
  • f0e9921 Bump version to 5.5.3 and LKG
  • 738bd60 Cherry-pick #58966 to release-5.5 (#59002)
  • ce2e60e Update LKG
  • f3b21a2 🤖 Pick PR #58931 (Defer creation of barebonesLibSourc...) into release-5.5 (#...
  • 7b1620b 🤖 Pick PR #58811 (fix(58801): "Move to file" on globa...) into release-5.5 (#...
  • 5367ae1 Bump version to 5.5.2 and LKG
  • 02132e5 🤖 Pick PR #58895 (Fix global when typescript.js loade...) into release-5.5 (#...
  • 45b1e3c 🤖 Pick PR #58872 (Fix declaration emit crash) into release-5.5 (#58874)
  • 17933ee 🤖 Pick PR #58810 (Fixed declaration emit issue relate...) into release-5.5 (#...
  • 552b07e 🤖 Pick PR #58786 (Fixed declaration emit crash relate...) into release-5.5 (#...
  • Additional commits viewable in compare view

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

Release notes

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

experimental/v0.52.1

0.52.1

🚀 (Enhancement)

  • refactor(instrumentation-fetch): move fetch to use SEMATRR #4632
  • refactor(otlp-transformer): use explicit exports #4785 @​pichlermarc

🐛 (Bug Fix)

🏠 (Internal)

  • test: add npm run maint:regenerate-test-certs maintenance script and regenerate recently expired test certs #4777

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

... (truncated)

Commits
  • 0608f40 chore: prepare release 1.25.1/0.52.1 (#4809)
  • cdd5284 feat(instrumentation): Use a caret version for import-in-the-middle depende...
  • 81f78a6 chore(deps): update dependency chromedriver to v126 (#4800)
  • 1041ed4 chore(deps): lock file maintenance (#4801)
  • c07aa53 fix: Update import-in-the-middle (#4806)
  • 3cbc9c7 docs: add SimpleSpanProcessor warning (#4798)
  • 9e421f6 docs(exporter-logs-otlp-http): change OTLPLogsExporter to OTLPLogExporter (#4...
  • dd83751 docs: change to SEMRESATTRS_SERVICE_NAME (#4797)
  • 4fa7c13 refactor(examples/opentelemetry-web): use new exported string constants for s...
  • 812c774 refactor(context-zone-peer-dep): use explicit exports (#4787)
  • Additional commits viewable in compare view

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

Release notes

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

experimental/v0.52.1

0.52.1

🚀 (Enhancement)

  • refactor(instrumentation-fetch): move fetch to use SEMATRR #4632
  • refactor(otlp-transformer): use explicit exports #4785 @​pichlermarc

🐛 (Bug Fix)

🏠 (Internal)

  • test: add npm run maint:regenerate-test-certs maintenance script and regenerate recently expired test certs #4777

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

... (truncated)

Commits
  • 0608f40 chore: prepare release 1.25.1/0.52.1 (#4809)
  • cdd5284 feat(instrumentation): Use a caret version for import-in-the-middle depende...
  • 81f78a6 chore(deps): update dependency chromedriver to v126 (#4800)
  • 1041ed4 chore(deps): lock file maintenance (#4801)
  • c07aa53 fix: Update import-in-the-middle (#4806)
  • 3cbc9c7 docs: add SimpleSpanProcessor warning (#4798)
  • 9e421f6 docs(exporter-logs-otlp-http): change OTLPLogsExporter to OTLPLogExporter (#4...
  • dd83751 docs: change to SEMRESATTRS_SERVICE_NAME (#4797)
  • 4fa7c13 refactor(examples/opentelemetry-web): use new exported string constants for s...
  • 812c774 refactor(context-zone-peer-dep): use explicit exports (#4787)
  • Additional commits viewable in compare view

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

Release notes

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

instrumentation-pg: v0.43.0

0.43.0 (2024-07-03)

⚠ BREAKING CHANGES

  • standardize supported versions and set upper bound limit (#2196)

Bug Fixes

  • standardize supported versions and set upper bound limit (#2196) (01c28ae)

instrumentation-koa: v0.42.0

0.42.0 (2024-07-03)

⚠ BREAKING CHANGES

  • koa: use generic config hook types and move dep to dev (#2303)
  • standardize supported versions and set upper bound limit (#2196)

Bug Fixes

  • koa: use generic config hook types and move dep to dev (#2303) (d9d558f)
  • standardize supported versions and set upper bound limit (#2196) (01c28ae)

instrumentation-ioredis: v0.42.0

0.42.0 (2024-07-03)

⚠ BREAKING CHANGES

  • standardize supported versions and set upper bound limit (#2196)

Bug Fixes

  • standardize supported versions and set upper bound limit (#2196) (01c28ae)

instrumentation-graphql: v0.42.0

0.42.0 (2024-07-03)

⚠ BREAKING CHANGES

  • standardize supported versions and set upper bound limit (#2196)

Bug Fixes

  • standardize supported versions and set upper bound limit (#2196) (01c28ae)

... (truncated)

Commits
  • ad8436d chore: release main (#2275)
  • 9dc55da fix(instr-mongodb): fix function patch missing one argument introduced in v6...
  • 0c46dfe chore: exempt dependencies, autorelease PR from unmaintained-package autoclos...
  • 7efeb2a ci: generate npm provenance statements when publishing (#2308)
  • 85ca5f1 docs(@​opentelemetry/instrumentation-winston): Add extra details about @​opente...
  • 626ecc5 chore: mark @​rauno56 components as unmaintained (#2305)
  • 65bc979 chore: update all otel deps (#2291)
  • fbf25c5 fix(@​opentelemetry/instrumentation-winston): Removing error details when @​ope...
  • 688a92d chore: permanently deprecate opentelemetry-browser-extension-autoinjection (#...
  • 055ef41 feat(instrumentation-pino): add log sending to Logs Bridge API (#2249)
  • Additional commits viewable in compare view

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

Commits
  • ad8436d chore: release main (#2275)
  • 9dc55da fix(instr-mongodb): fix function patch missing one argument introduced in v6...
  • 0c46dfe chore: exempt dependencies, autorelease PR from unmaintained-package autoclos...
  • 7efeb2a ci: generate npm provenance statements when publishing (#2308)
  • 85ca5f1 docs(@​opentelemetry/instrumentation-winston): Add extra details about @​opente...
  • 626ecc5 chore: mark @​rauno56 components as unmaintained (#2305)
  • 65bc979 chore: update all otel deps (#2291)
  • fbf25c5 fix(@​opentelemetry/instrumentation-winston): Removing error details when @​ope...
  • 688a92d chore: permanently deprecate opentelemetry-browser-extension-autoinjection (#...
  • 055ef41 feat(instrumentation-pino): add log sending to Logs Bridge API (#2249)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-dns from 0.36.1 to 0.38.0

Release notes

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

instrumentation-net: v0.38.0

0.38.0 (2024-07-03)

⚠ BREAKING CHANGES

  • standardize supported versions and set upper bound limit (#2196)

Bug Fixes

  • standardize supported versions and set upper bound limit (#2196) (01c28ae)

instrumentation-memcached: v0.38.0

0.38.0 (2024-07-03)

⚠ BREAKING CHANGES

  • export instrumentations only as named export (#2296)
  • standardize supported versions and set upper bound limit (#2196)

Bug Fixes

  • export instrumentations only as named export (#2296) (0ed4038)
  • standardize supported versions and set upper bound limit (#2196) (01c28ae)

instrumentation-knex: v0.38.0

0.38.0 (2024-07-03)

⚠ BREAKING CHANGES

  • export instrumentations only as named export (#2296)
  • standardize supported versions and set upper bound limit (#2196)

Bug Fixes

  • export instrumentations only as named export (#2296) (0ed4038)
  • standardize supported versions and set upper bound limit (#2196) (01c28ae)

instrumentation-generic-pool: v0.38.0

0.38.0 (2024-07-03)

⚠ BREAKING CHANGES

  • export instrumentations only as named export (#2296)
  • standardize supported versions and set upper bound limit (#2196)

Bug Fixes

... (truncated)

Commits
  • 17a0bc1 chore: release main (#2007)
  • 8c6ba2c chore(resource-detector-aws): use exported strings for attributes (#2047)
  • d5f079b feat(deps): update otel-js to 1.23.0/0.50.0 (#2076)
  • a9b1063 chore(opentelemetry-instrumentation-pg): use exported strings for attributes ...
  • 35e6607 chore(resource-detector-alibaba): use exported strings for attributes (#2046)
  • 70090c1 feat(koa): Use exported strings for attributes (#2033)
  • 995b364 refactor(instr-document-load): use exported strings for semconv (#2039)
  • b9a877a chore: add maryliag as CODEOWNER of opentelemetry-instrumentation-pg (#2052)
  • b2bcbed chore(deps): bump follow-redirects in /examples/fastify (#2011)
  • 23db211 chore(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 (#2012)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-express from 0.39.0 to 0.41.0

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.42.0

Commits

Updates @opentelemetry/instrumentation-grpc from 0.51.1 to 0.52.1

Release notes

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

experimental/v0.52.1

0.52.1

🚀 (Enhancement)

  • refactor(instrumentation-fetch): move fetch to use SEMATRR #4632
  • refactor(otlp-transformer): use explicit exports #4785 @​pichlermarc

🐛 (Bug Fix)

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

| Package | From | To |
| --- | --- | --- |
| [aws-sdk](https://github.com/aws/aws-sdk-js) | `2.1632.0` | `2.1659.0` |
| [gts](https://github.com/google/gts) | `5.3.0` | `5.3.1` |
| [rimraf](https://github.com/isaacs/rimraf) | `5.0.7` | `6.0.1` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.3` |
| [@opentelemetry/exporter-trace-otlp-proto](https://github.com/open-telemetry/opentelemetry-js) | `0.51.1` | `0.52.1` |
| [@opentelemetry/exporter-metrics-otlp-proto](https://github.com/open-telemetry/opentelemetry-js) | `0.51.1` | `0.52.1` |
| [@opentelemetry/instrumentation-aws-lambda](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.41.1` | `0.43.0` |
| [@opentelemetry/instrumentation-aws-sdk](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.41.0` | `0.43.0` |
| [@opentelemetry/instrumentation-dns](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.36.1` | `0.38.0` |
| [@opentelemetry/instrumentation-express](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.39.0` | `0.41.0` |
| [@opentelemetry/instrumentation-graphql](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.40.0` | `0.42.0` |
| [@opentelemetry/instrumentation-grpc](https://github.com/open-telemetry/opentelemetry-js) | `0.51.1` | `0.52.1` |
| [@opentelemetry/instrumentation-hapi](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.38.0` | `0.40.0` |
| [@opentelemetry/instrumentation-http](https://github.com/open-telemetry/opentelemetry-js) | `0.51.1` | `0.52.1` |
| [@opentelemetry/instrumentation-ioredis](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.40.0` | `0.42.0` |
| [@opentelemetry/instrumentation-koa](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.40.0` | `0.42.0` |
| [@opentelemetry/instrumentation-mongodb](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.43.0` | `0.46.0` |
| [@opentelemetry/instrumentation-mysql](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.38.1` | `0.40.0` |
| [@opentelemetry/instrumentation-net](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.36.0` | `0.38.0` |
| [@opentelemetry/instrumentation-pg](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.41.0` | `0.43.0` |
| [@opentelemetry/instrumentation-redis](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.39.1` | `0.41.0` |
| [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) | `8.10.138` | `8.10.141` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.0` | `20.14.10` |

Bumps the nodejs-other group with 5 updates in the /nodejs/sample-apps/aws-sdk directory:

| Package | From | To |
| --- | --- | --- |
| [aws-sdk](https://github.com/aws/aws-sdk-js) | `2.1632.0` | `2.1659.0` |
| [rimraf](https://github.com/isaacs/rimraf) | `5.0.7` | `6.0.1` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.3` |
| [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) | `8.10.138` | `8.10.141` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.0` | `20.14.10` |



Updates `aws-sdk` from 2.1632.0 to 2.1659.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1632.0...v2.1659.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 `rimraf` from 5.0.7 to 6.0.1
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v5.0.7...v6.0.1)

Updates `typescript` from 5.4.5 to 5.5.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.3)

Updates `@opentelemetry/exporter-trace-otlp-proto` from 0.51.1 to 0.52.1
- [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.1)

Updates `@opentelemetry/exporter-metrics-otlp-proto` from 0.51.1 to 0.52.1
- [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.1)

Updates `@opentelemetry/instrumentation-aws-lambda` from 0.41.1 to 0.43.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.43.0)

Updates `@opentelemetry/instrumentation-aws-sdk` from 0.41.0 to 0.43.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.43.0)

Updates `@opentelemetry/instrumentation-dns` from 0.36.1 to 0.38.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.38.0)

Updates `@opentelemetry/instrumentation-express` from 0.39.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@instrumentation-pg-v0.39.0...instrumentation-pg-v0.41.0)

Updates `@opentelemetry/instrumentation-graphql` from 0.40.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@sql-common-v0.40.0...instrumentation-pg-v0.42.0)

Updates `@opentelemetry/instrumentation-grpc` from 0.51.1 to 0.52.1
- [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.1)

Updates `@opentelemetry/instrumentation-hapi` from 0.38.0 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@contrib-test-utils-v0.38.0...sql-common-v0.40.0)

Updates `@opentelemetry/instrumentation-http` from 0.51.1 to 0.52.1
- [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.1)

Updates `@opentelemetry/instrumentation-ioredis` from 0.40.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@sql-common-v0.40.0...instrumentation-pg-v0.42.0)

Updates `@opentelemetry/instrumentation-koa` from 0.40.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@sql-common-v0.40.0...instrumentation-pg-v0.42.0)

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

Updates `@opentelemetry/instrumentation-mysql` from 0.38.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-mysql-v0.38.1...sql-common-v0.40.0)

Updates `@opentelemetry/instrumentation-net` from 0.36.0 to 0.38.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.38.0)

Updates `@opentelemetry/instrumentation-pg` from 0.41.0 to 0.43.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.43.0)

Updates `@opentelemetry/instrumentation-redis` from 0.39.1 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@instrumentation-pg-v0.39.1...instrumentation-pg-v0.41.0)

Updates `@types/aws-lambda` from 8.10.138 to 8.10.141
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/aws-lambda)

Updates `@types/node` from 20.14.0 to 20.14.10
- [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.1659.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1632.0...v2.1659.0)

Updates `rimraf` from 5.0.7 to 6.0.1
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v5.0.7...v6.0.1)

Updates `typescript` from 5.4.5 to 5.5.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.3)

Updates `@types/aws-lambda` from 8.10.138 to 8.10.141
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/aws-lambda)

Updates `@types/node` from 20.14.0 to 20.14.10
- [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: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nodejs-other
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-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/aws-lambda"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nodejs-other
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@types/aws-lambda"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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>
@dependabot dependabot bot requested a review from a team as a code owner July 16, 2024 19:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 16, 2024
@tylerbenson
Copy link
Member

@dependabot rebase

@tylerbenson tylerbenson merged commit 3b85fd6 into main Jul 16, 2024
2 checks passed
@tylerbenson tylerbenson deleted the dependabot/npm_and_yarn/nodejs/nodejs-other-f12f3cf1b0 branch July 16, 2024 19:28
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