Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-dependencies group across 1 directory w…
Browse files Browse the repository at this point in the history
…ith 5 updates (#248)

Bumps the dev-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
|
[@opentelemetry/exporter-metrics-otlp-grpc](https://github.com/open-telemetry/opentelemetry-js)
| `0.53.0` | `0.54.0` |
|
[@opentelemetry/exporter-metrics-otlp-proto](https://github.com/open-telemetry/opentelemetry-js)
| `0.53.0` | `0.54.0` |
|
[@opentelemetry/exporter-trace-otlp-grpc](https://github.com/open-telemetry/opentelemetry-js)
| `0.53.0` | `0.54.0` |
|
[@opentelemetry/exporter-trace-otlp-proto](https://github.com/open-telemetry/opentelemetry-js)
| `0.53.0` | `0.54.0` |
|
[@opentelemetry/instrumentation-runtime-node](https://github.com/open-telemetry/opentelemetry-js-contrib)
| `0.7.0` | `0.8.0` |


Updates `@opentelemetry/exporter-metrics-otlp-grpc` from 0.53.0 to
0.54.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-js/releases"><code>@​opentelemetry/exporter-metrics-otlp-grpc</code>'s
releases</a>.</em></p>
<blockquote>
<h2>experimental/v0.54.0</h2>
<h2>0.54.0</h2>
<h3>:boom: Breaking Change</h3>
<ul>
<li>feat(exporter-<em>-otlp-</em>)!: rewrite exporter config logic for
testability <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4971">#4971</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li>(user-facing) <code>getDefaultUrl</code> was intended for internal
use has been removed from all exporters</li>
<li>(user-facing) <code>getUrlFromConfig</code> was intended for
internal use and has been removed from all exporters</li>
<li>(user-facing) <code>hostname</code> was intended for internal use
and has been removed from all exporters</li>
<li>(user-facing) <code>url</code> was intended for internal use and has
been removed from all exporters</li>
<li>(user-facing) <code>timeoutMillis</code> was intended for internal
use and has been removed from all exporters</li>
<li>(user-facing) <code>onInit</code> was intended for internal use and
has been removed from all exporters</li>
</ul>
</li>
<li>feat(otlp-exporter-base)!: do not export functions that are intended
for internal use <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4971">#4971</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li>Drops the following functions and types that were intended for
internal use from the package exports:
<ul>
<li><code>parseHeaders</code></li>
<li><code>appendResourcePathToUrl</code></li>
<li><code>appendResourcePathToUrlIfNeeded</code></li>
<li><code>configureExporterTimeout</code></li>
<li><code>invalidTimeout</code></li>
</ul>
</li>
</ul>
</li>
<li>feat(instrumentation-http)!: remove long deprecated options <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5085">#5085</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li><code>ignoreIncomingPaths</code> has been removed, use the more
versatile <code>ignoreIncomingRequestHook</code> instead.</li>
<li><code>ignoreOutgoingUrls</code> has been removed, use the more
versatile <code>ignoreOutgoingRequestHook</code> instead.</li>
<li><code>isIgnored</code> utility function was intended for internal
use and has been removed without replacement.</li>
</ul>
</li>
</ul>
<h3>:rocket: (Enhancement)</h3>
<ul>
<li>feat(api-logs): Add delegating no-op logger provider <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4861">#4861</a>
<a
href="https://github.com/hectorhdzg"><code>@​hectorhdzg</code></a></li>
<li>feat(instrumentation-http): Add support for <a
href="https://github.com/open-telemetry/semantic-conventions/releases/tag/v1.27.0">Semantic
Conventions 1.27+</a> <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4940">#4940</a>
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4978">#4978</a>
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5026">#5026</a>
<a href="https://github.com/dyladan"><code>@​dyladan</code></a>
<ul>
<li>Applies to client and server spans and metrics</li>
<li>Generate spans and metrics compliant with Semantic Conventions 1.27+
when <code>OTEL_SEMCONV_STABILITY_OPT_IN</code> contains
<code>http</code> or <code>http/dup</code></li>
<li>Generate spans and metrics backwards compatible with previous
attributes when <code>OTEL_SEMCONV_STABILITY_OPT_IN</code> contains
<code>http/dup</code> or DOES NOT contain <code>http</code></li>
</ul>
</li>
</ul>
<h3>:bug: (Bug Fix)</h3>
<ul>
<li>fix(sampler-jaeger-remote): fixes an issue where package could emit
unhandled promise rejections <a
href="https://github.com/Just-Sieb"><code>@​Just-Sieb</code></a></li>
<li>fix(otlp-grpc-exporter-base): default compression to
<code>'none'</code> if env vars
<code>OTEL_EXPORTER_OTLP_TRACES_COMPRESSION</code> and
<code>OTEL_EXPORTER_OTLP_COMPRESSION</code> are falsy <a
href="https://github.com/sjvans"><code>@​sjvans</code></a></li>
<li>fix(sdk-events): remove devDependencies to old
<code>@opentelemetry/[email protected]</code>,
<code>@opentelemetry/[email protected]</code> packages <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5013">#5013</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>fix(sdk-logs): remove devDependencies to old
<code>@opentelemetry/[email protected]</code> <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5013">#5013</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>fix(sdk-logs): align LogRecord#setAttribute type with types from
<code>@opentelemetry/[email protected]</code> <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5013">#5013</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>fix(exporter-<em>-otlp-</em>): fixes a bug where signal-specific
environment variables would not be applied and the trace-specific one
was used instead <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4971">#4971</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li>Fixes:
<ul>
<li><code>OTEL_EXPORTER_OTLP_METRICS_COMPRESSION</code></li>
<li><code>OTEL_EXPORTER_OTLP_LOGS_COMPRESSION</code></li>
<li><code>OTEL_EXPORTER_OTLP_METRICS_CLIENT_CERTIFICATE</code></li>
<li><code>OTEL_EXPORTER_OTLP_LOGS_CLIENT_CERTIFICATE</code></li>
<li><code>OTEL_EXPORTER_OTLP_METRICS_CLIENT_KEY</code></li>
<li><code>OTEL_EXPORTER_OTLP_LOGS_CLIENT_KEY</code></li>
<li><code>OTEL_EXPORTER_OTLP_METRICS_INSECURE</code></li>
<li><code>OTEL_EXPORTER_OTLP_LOGS_INSECURE</code></li>
</ul>
</li>
</ul>
</li>
<li>fix(sdk-node): use warn instead of error on unknown
OTEL_NODE_RESOURCE_DETECTORS values <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5034">#5034</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/eb3ca4fb07ee31c62093f5fcec56575573c902ce"><code>eb3ca4f</code></a>
chore: prepare next release (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5068">#5068</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/6fee82d86884c821cecff1762088c1ea69e5a25f"><code>6fee82d</code></a>
chore: add <a
href="https://github.com/maryliag"><code>@​maryliag</code></a> to
approvers (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5083">#5083</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/50d59ca9381d1b95c772465863c275c9ddc70dc3"><code>50d59ca</code></a>
feat(instrumentation-http)!: remove deprecated ignore options (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5085">#5085</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/4497ee38310e4413876bef8b952fb5167a8f7ed3"><code>4497ee3</code></a>
Added limitation in ot-shim readme (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5072">#5072</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/006fe44e56b8e074963b118b966d9158424bc7ff"><code>006fe44</code></a>
chore: move xray and xray-lambda propagators to contrib (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/4966">#4966</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/330172c1d8a499357451c4acc57c557f627a5089"><code>330172c</code></a>
fix(instrumentation-http): add server attributes after they become
available ...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/55a1fc88d84b22c08e6a19eff71875e15377b781"><code>55a1fc8</code></a>
fix(instrumentation-http): fix http/https ESM instr for 'import
defaultExport...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/5e1736130e76561b59f289a313b26b9abc88dfd0"><code>5e17361</code></a>
chore(deps): update dependency chromedriver to v130 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5080">#5080</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/be1737fc46c1c0fbe75f4d30ce5a196ebeee4c09"><code>be1737f</code></a>
chore: add markdown lint check to default lint command (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5074">#5074</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/c2089911237e4cb3e33801fcd9d7da9e4b1edf68"><code>c208991</code></a>
test: use venv in w3c trace context test script (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5071">#5071</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.53.0...experimental/v0.54.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@opentelemetry/exporter-metrics-otlp-proto` from 0.53.0 to
0.54.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-js/releases"><code>@​opentelemetry/exporter-metrics-otlp-proto</code>'s
releases</a>.</em></p>
<blockquote>
<h2>experimental/v0.54.0</h2>
<h2>0.54.0</h2>
<h3>:boom: Breaking Change</h3>
<ul>
<li>feat(exporter-<em>-otlp-</em>)!: rewrite exporter config logic for
testability <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4971">#4971</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li>(user-facing) <code>getDefaultUrl</code> was intended for internal
use has been removed from all exporters</li>
<li>(user-facing) <code>getUrlFromConfig</code> was intended for
internal use and has been removed from all exporters</li>
<li>(user-facing) <code>hostname</code> was intended for internal use
and has been removed from all exporters</li>
<li>(user-facing) <code>url</code> was intended for internal use and has
been removed from all exporters</li>
<li>(user-facing) <code>timeoutMillis</code> was intended for internal
use and has been removed from all exporters</li>
<li>(user-facing) <code>onInit</code> was intended for internal use and
has been removed from all exporters</li>
</ul>
</li>
<li>feat(otlp-exporter-base)!: do not export functions that are intended
for internal use <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4971">#4971</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li>Drops the following functions and types that were intended for
internal use from the package exports:
<ul>
<li><code>parseHeaders</code></li>
<li><code>appendResourcePathToUrl</code></li>
<li><code>appendResourcePathToUrlIfNeeded</code></li>
<li><code>configureExporterTimeout</code></li>
<li><code>invalidTimeout</code></li>
</ul>
</li>
</ul>
</li>
<li>feat(instrumentation-http)!: remove long deprecated options <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5085">#5085</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li><code>ignoreIncomingPaths</code> has been removed, use the more
versatile <code>ignoreIncomingRequestHook</code> instead.</li>
<li><code>ignoreOutgoingUrls</code> has been removed, use the more
versatile <code>ignoreOutgoingRequestHook</code> instead.</li>
<li><code>isIgnored</code> utility function was intended for internal
use and has been removed without replacement.</li>
</ul>
</li>
</ul>
<h3>:rocket: (Enhancement)</h3>
<ul>
<li>feat(api-logs): Add delegating no-op logger provider <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4861">#4861</a>
<a
href="https://github.com/hectorhdzg"><code>@​hectorhdzg</code></a></li>
<li>feat(instrumentation-http): Add support for <a
href="https://github.com/open-telemetry/semantic-conventions/releases/tag/v1.27.0">Semantic
Conventions 1.27+</a> <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4940">#4940</a>
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4978">#4978</a>
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5026">#5026</a>
<a href="https://github.com/dyladan"><code>@​dyladan</code></a>
<ul>
<li>Applies to client and server spans and metrics</li>
<li>Generate spans and metrics compliant with Semantic Conventions 1.27+
when <code>OTEL_SEMCONV_STABILITY_OPT_IN</code> contains
<code>http</code> or <code>http/dup</code></li>
<li>Generate spans and metrics backwards compatible with previous
attributes when <code>OTEL_SEMCONV_STABILITY_OPT_IN</code> contains
<code>http/dup</code> or DOES NOT contain <code>http</code></li>
</ul>
</li>
</ul>
<h3>:bug: (Bug Fix)</h3>
<ul>
<li>fix(sampler-jaeger-remote): fixes an issue where package could emit
unhandled promise rejections <a
href="https://github.com/Just-Sieb"><code>@​Just-Sieb</code></a></li>
<li>fix(otlp-grpc-exporter-base): default compression to
<code>'none'</code> if env vars
<code>OTEL_EXPORTER_OTLP_TRACES_COMPRESSION</code> and
<code>OTEL_EXPORTER_OTLP_COMPRESSION</code> are falsy <a
href="https://github.com/sjvans"><code>@​sjvans</code></a></li>
<li>fix(sdk-events): remove devDependencies to old
<code>@opentelemetry/[email protected]</code>,
<code>@opentelemetry/[email protected]</code> packages <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5013">#5013</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>fix(sdk-logs): remove devDependencies to old
<code>@opentelemetry/[email protected]</code> <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5013">#5013</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>fix(sdk-logs): align LogRecord#setAttribute type with types from
<code>@opentelemetry/[email protected]</code> <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5013">#5013</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>fix(exporter-<em>-otlp-</em>): fixes a bug where signal-specific
environment variables would not be applied and the trace-specific one
was used instead <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4971">#4971</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li>Fixes:
<ul>
<li><code>OTEL_EXPORTER_OTLP_METRICS_COMPRESSION</code></li>
<li><code>OTEL_EXPORTER_OTLP_LOGS_COMPRESSION</code></li>
<li><code>OTEL_EXPORTER_OTLP_METRICS_CLIENT_CERTIFICATE</code></li>
<li><code>OTEL_EXPORTER_OTLP_LOGS_CLIENT_CERTIFICATE</code></li>
<li><code>OTEL_EXPORTER_OTLP_METRICS_CLIENT_KEY</code></li>
<li><code>OTEL_EXPORTER_OTLP_LOGS_CLIENT_KEY</code></li>
<li><code>OTEL_EXPORTER_OTLP_METRICS_INSECURE</code></li>
<li><code>OTEL_EXPORTER_OTLP_LOGS_INSECURE</code></li>
</ul>
</li>
</ul>
</li>
<li>fix(sdk-node): use warn instead of error on unknown
OTEL_NODE_RESOURCE_DETECTORS values <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5034">#5034</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/eb3ca4fb07ee31c62093f5fcec56575573c902ce"><code>eb3ca4f</code></a>
chore: prepare next release (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5068">#5068</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/6fee82d86884c821cecff1762088c1ea69e5a25f"><code>6fee82d</code></a>
chore: add <a
href="https://github.com/maryliag"><code>@​maryliag</code></a> to
approvers (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5083">#5083</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/50d59ca9381d1b95c772465863c275c9ddc70dc3"><code>50d59ca</code></a>
feat(instrumentation-http)!: remove deprecated ignore options (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5085">#5085</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/4497ee38310e4413876bef8b952fb5167a8f7ed3"><code>4497ee3</code></a>
Added limitation in ot-shim readme (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5072">#5072</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/006fe44e56b8e074963b118b966d9158424bc7ff"><code>006fe44</code></a>
chore: move xray and xray-lambda propagators to contrib (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/4966">#4966</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/330172c1d8a499357451c4acc57c557f627a5089"><code>330172c</code></a>
fix(instrumentation-http): add server attributes after they become
available ...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/55a1fc88d84b22c08e6a19eff71875e15377b781"><code>55a1fc8</code></a>
fix(instrumentation-http): fix http/https ESM instr for 'import
defaultExport...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/5e1736130e76561b59f289a313b26b9abc88dfd0"><code>5e17361</code></a>
chore(deps): update dependency chromedriver to v130 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5080">#5080</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/be1737fc46c1c0fbe75f4d30ce5a196ebeee4c09"><code>be1737f</code></a>
chore: add markdown lint check to default lint command (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5074">#5074</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/c2089911237e4cb3e33801fcd9d7da9e4b1edf68"><code>c208991</code></a>
test: use venv in w3c trace context test script (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5071">#5071</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.53.0...experimental/v0.54.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@opentelemetry/exporter-trace-otlp-grpc` from 0.53.0 to 0.54.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-js/releases"><code>@​opentelemetry/exporter-trace-otlp-grpc</code>'s
releases</a>.</em></p>
<blockquote>
<h2>experimental/v0.54.0</h2>
<h2>0.54.0</h2>
<h3>:boom: Breaking Change</h3>
<ul>
<li>feat(exporter-<em>-otlp-</em>)!: rewrite exporter config logic for
testability <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4971">#4971</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li>(user-facing) <code>getDefaultUrl</code> was intended for internal
use has been removed from all exporters</li>
<li>(user-facing) <code>getUrlFromConfig</code> was intended for
internal use and has been removed from all exporters</li>
<li>(user-facing) <code>hostname</code> was intended for internal use
and has been removed from all exporters</li>
<li>(user-facing) <code>url</code> was intended for internal use and has
been removed from all exporters</li>
<li>(user-facing) <code>timeoutMillis</code> was intended for internal
use and has been removed from all exporters</li>
<li>(user-facing) <code>onInit</code> was intended for internal use and
has been removed from all exporters</li>
</ul>
</li>
<li>feat(otlp-exporter-base)!: do not export functions that are intended
for internal use <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4971">#4971</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li>Drops the following functions and types that were intended for
internal use from the package exports:
<ul>
<li><code>parseHeaders</code></li>
<li><code>appendResourcePathToUrl</code></li>
<li><code>appendResourcePathToUrlIfNeeded</code></li>
<li><code>configureExporterTimeout</code></li>
<li><code>invalidTimeout</code></li>
</ul>
</li>
</ul>
</li>
<li>feat(instrumentation-http)!: remove long deprecated options <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5085">#5085</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li><code>ignoreIncomingPaths</code> has been removed, use the more
versatile <code>ignoreIncomingRequestHook</code> instead.</li>
<li><code>ignoreOutgoingUrls</code> has been removed, use the more
versatile <code>ignoreOutgoingRequestHook</code> instead.</li>
<li><code>isIgnored</code> utility function was intended for internal
use and has been removed without replacement.</li>
</ul>
</li>
</ul>
<h3>:rocket: (Enhancement)</h3>
<ul>
<li>feat(api-logs): Add delegating no-op logger provider <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4861">#4861</a>
<a
href="https://github.com/hectorhdzg"><code>@​hectorhdzg</code></a></li>
<li>feat(instrumentation-http): Add support for <a
href="https://github.com/open-telemetry/semantic-conventions/releases/tag/v1.27.0">Semantic
Conventions 1.27+</a> <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4940">#4940</a>
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4978">#4978</a>
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5026">#5026</a>
<a href="https://github.com/dyladan"><code>@​dyladan</code></a>
<ul>
<li>Applies to client and server spans and metrics</li>
<li>Generate spans and metrics compliant with Semantic Conventions 1.27+
when <code>OTEL_SEMCONV_STABILITY_OPT_IN</code> contains
<code>http</code> or <code>http/dup</code></li>
<li>Generate spans and metrics backwards compatible with previous
attributes when <code>OTEL_SEMCONV_STABILITY_OPT_IN</code> contains
<code>http/dup</code> or DOES NOT contain <code>http</code></li>
</ul>
</li>
</ul>
<h3>:bug: (Bug Fix)</h3>
<ul>
<li>fix(sampler-jaeger-remote): fixes an issue where package could emit
unhandled promise rejections <a
href="https://github.com/Just-Sieb"><code>@​Just-Sieb</code></a></li>
<li>fix(otlp-grpc-exporter-base): default compression to
<code>'none'</code> if env vars
<code>OTEL_EXPORTER_OTLP_TRACES_COMPRESSION</code> and
<code>OTEL_EXPORTER_OTLP_COMPRESSION</code> are falsy <a
href="https://github.com/sjvans"><code>@​sjvans</code></a></li>
<li>fix(sdk-events): remove devDependencies to old
<code>@opentelemetry/[email protected]</code>,
<code>@opentelemetry/[email protected]</code> packages <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5013">#5013</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>fix(sdk-logs): remove devDependencies to old
<code>@opentelemetry/[email protected]</code> <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5013">#5013</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>fix(sdk-logs): align LogRecord#setAttribute type with types from
<code>@opentelemetry/[email protected]</code> <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5013">#5013</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>fix(exporter-<em>-otlp-</em>): fixes a bug where signal-specific
environment variables would not be applied and the trace-specific one
was used instead <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4971">#4971</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li>Fixes:
<ul>
<li><code>OTEL_EXPORTER_OTLP_METRICS_COMPRESSION</code></li>
<li><code>OTEL_EXPORTER_OTLP_LOGS_COMPRESSION</code></li>
<li><code>OTEL_EXPORTER_OTLP_METRICS_CLIENT_CERTIFICATE</code></li>
<li><code>OTEL_EXPORTER_OTLP_LOGS_CLIENT_CERTIFICATE</code></li>
<li><code>OTEL_EXPORTER_OTLP_METRICS_CLIENT_KEY</code></li>
<li><code>OTEL_EXPORTER_OTLP_LOGS_CLIENT_KEY</code></li>
<li><code>OTEL_EXPORTER_OTLP_METRICS_INSECURE</code></li>
<li><code>OTEL_EXPORTER_OTLP_LOGS_INSECURE</code></li>
</ul>
</li>
</ul>
</li>
<li>fix(sdk-node): use warn instead of error on unknown
OTEL_NODE_RESOURCE_DETECTORS values <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5034">#5034</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/eb3ca4fb07ee31c62093f5fcec56575573c902ce"><code>eb3ca4f</code></a>
chore: prepare next release (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5068">#5068</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/6fee82d86884c821cecff1762088c1ea69e5a25f"><code>6fee82d</code></a>
chore: add <a
href="https://github.com/maryliag"><code>@​maryliag</code></a> to
approvers (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5083">#5083</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/50d59ca9381d1b95c772465863c275c9ddc70dc3"><code>50d59ca</code></a>
feat(instrumentation-http)!: remove deprecated ignore options (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5085">#5085</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/4497ee38310e4413876bef8b952fb5167a8f7ed3"><code>4497ee3</code></a>
Added limitation in ot-shim readme (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5072">#5072</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/006fe44e56b8e074963b118b966d9158424bc7ff"><code>006fe44</code></a>
chore: move xray and xray-lambda propagators to contrib (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/4966">#4966</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/330172c1d8a499357451c4acc57c557f627a5089"><code>330172c</code></a>
fix(instrumentation-http): add server attributes after they become
available ...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/55a1fc88d84b22c08e6a19eff71875e15377b781"><code>55a1fc8</code></a>
fix(instrumentation-http): fix http/https ESM instr for 'import
defaultExport...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/5e1736130e76561b59f289a313b26b9abc88dfd0"><code>5e17361</code></a>
chore(deps): update dependency chromedriver to v130 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5080">#5080</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/be1737fc46c1c0fbe75f4d30ce5a196ebeee4c09"><code>be1737f</code></a>
chore: add markdown lint check to default lint command (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5074">#5074</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/c2089911237e4cb3e33801fcd9d7da9e4b1edf68"><code>c208991</code></a>
test: use venv in w3c trace context test script (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5071">#5071</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.53.0...experimental/v0.54.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@opentelemetry/exporter-trace-otlp-proto` from 0.53.0 to 0.54.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-js/releases"><code>@​opentelemetry/exporter-trace-otlp-proto</code>'s
releases</a>.</em></p>
<blockquote>
<h2>experimental/v0.54.0</h2>
<h2>0.54.0</h2>
<h3>:boom: Breaking Change</h3>
<ul>
<li>feat(exporter-<em>-otlp-</em>)!: rewrite exporter config logic for
testability <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4971">#4971</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li>(user-facing) <code>getDefaultUrl</code> was intended for internal
use has been removed from all exporters</li>
<li>(user-facing) <code>getUrlFromConfig</code> was intended for
internal use and has been removed from all exporters</li>
<li>(user-facing) <code>hostname</code> was intended for internal use
and has been removed from all exporters</li>
<li>(user-facing) <code>url</code> was intended for internal use and has
been removed from all exporters</li>
<li>(user-facing) <code>timeoutMillis</code> was intended for internal
use and has been removed from all exporters</li>
<li>(user-facing) <code>onInit</code> was intended for internal use and
has been removed from all exporters</li>
</ul>
</li>
<li>feat(otlp-exporter-base)!: do not export functions that are intended
for internal use <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4971">#4971</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li>Drops the following functions and types that were intended for
internal use from the package exports:
<ul>
<li><code>parseHeaders</code></li>
<li><code>appendResourcePathToUrl</code></li>
<li><code>appendResourcePathToUrlIfNeeded</code></li>
<li><code>configureExporterTimeout</code></li>
<li><code>invalidTimeout</code></li>
</ul>
</li>
</ul>
</li>
<li>feat(instrumentation-http)!: remove long deprecated options <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5085">#5085</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li><code>ignoreIncomingPaths</code> has been removed, use the more
versatile <code>ignoreIncomingRequestHook</code> instead.</li>
<li><code>ignoreOutgoingUrls</code> has been removed, use the more
versatile <code>ignoreOutgoingRequestHook</code> instead.</li>
<li><code>isIgnored</code> utility function was intended for internal
use and has been removed without replacement.</li>
</ul>
</li>
</ul>
<h3>:rocket: (Enhancement)</h3>
<ul>
<li>feat(api-logs): Add delegating no-op logger provider <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4861">#4861</a>
<a
href="https://github.com/hectorhdzg"><code>@​hectorhdzg</code></a></li>
<li>feat(instrumentation-http): Add support for <a
href="https://github.com/open-telemetry/semantic-conventions/releases/tag/v1.27.0">Semantic
Conventions 1.27+</a> <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4940">#4940</a>
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4978">#4978</a>
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5026">#5026</a>
<a href="https://github.com/dyladan"><code>@​dyladan</code></a>
<ul>
<li>Applies to client and server spans and metrics</li>
<li>Generate spans and metrics compliant with Semantic Conventions 1.27+
when <code>OTEL_SEMCONV_STABILITY_OPT_IN</code> contains
<code>http</code> or <code>http/dup</code></li>
<li>Generate spans and metrics backwards compatible with previous
attributes when <code>OTEL_SEMCONV_STABILITY_OPT_IN</code> contains
<code>http/dup</code> or DOES NOT contain <code>http</code></li>
</ul>
</li>
</ul>
<h3>:bug: (Bug Fix)</h3>
<ul>
<li>fix(sampler-jaeger-remote): fixes an issue where package could emit
unhandled promise rejections <a
href="https://github.com/Just-Sieb"><code>@​Just-Sieb</code></a></li>
<li>fix(otlp-grpc-exporter-base): default compression to
<code>'none'</code> if env vars
<code>OTEL_EXPORTER_OTLP_TRACES_COMPRESSION</code> and
<code>OTEL_EXPORTER_OTLP_COMPRESSION</code> are falsy <a
href="https://github.com/sjvans"><code>@​sjvans</code></a></li>
<li>fix(sdk-events): remove devDependencies to old
<code>@opentelemetry/[email protected]</code>,
<code>@opentelemetry/[email protected]</code> packages <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5013">#5013</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>fix(sdk-logs): remove devDependencies to old
<code>@opentelemetry/[email protected]</code> <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5013">#5013</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>fix(sdk-logs): align LogRecord#setAttribute type with types from
<code>@opentelemetry/[email protected]</code> <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5013">#5013</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>fix(exporter-<em>-otlp-</em>): fixes a bug where signal-specific
environment variables would not be applied and the trace-specific one
was used instead <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4971">#4971</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li>Fixes:
<ul>
<li><code>OTEL_EXPORTER_OTLP_METRICS_COMPRESSION</code></li>
<li><code>OTEL_EXPORTER_OTLP_LOGS_COMPRESSION</code></li>
<li><code>OTEL_EXPORTER_OTLP_METRICS_CLIENT_CERTIFICATE</code></li>
<li><code>OTEL_EXPORTER_OTLP_LOGS_CLIENT_CERTIFICATE</code></li>
<li><code>OTEL_EXPORTER_OTLP_METRICS_CLIENT_KEY</code></li>
<li><code>OTEL_EXPORTER_OTLP_LOGS_CLIENT_KEY</code></li>
<li><code>OTEL_EXPORTER_OTLP_METRICS_INSECURE</code></li>
<li><code>OTEL_EXPORTER_OTLP_LOGS_INSECURE</code></li>
</ul>
</li>
</ul>
</li>
<li>fix(sdk-node): use warn instead of error on unknown
OTEL_NODE_RESOURCE_DETECTORS values <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5034">#5034</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/eb3ca4fb07ee31c62093f5fcec56575573c902ce"><code>eb3ca4f</code></a>
chore: prepare next release (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5068">#5068</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/6fee82d86884c821cecff1762088c1ea69e5a25f"><code>6fee82d</code></a>
chore: add <a
href="https://github.com/maryliag"><code>@​maryliag</code></a> to
approvers (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5083">#5083</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/50d59ca9381d1b95c772465863c275c9ddc70dc3"><code>50d59ca</code></a>
feat(instrumentation-http)!: remove deprecated ignore options (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5085">#5085</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/4497ee38310e4413876bef8b952fb5167a8f7ed3"><code>4497ee3</code></a>
Added limitation in ot-shim readme (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5072">#5072</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/006fe44e56b8e074963b118b966d9158424bc7ff"><code>006fe44</code></a>
chore: move xray and xray-lambda propagators to contrib (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/4966">#4966</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/330172c1d8a499357451c4acc57c557f627a5089"><code>330172c</code></a>
fix(instrumentation-http): add server attributes after they become
available ...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/55a1fc88d84b22c08e6a19eff71875e15377b781"><code>55a1fc8</code></a>
fix(instrumentation-http): fix http/https ESM instr for 'import
defaultExport...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/5e1736130e76561b59f289a313b26b9abc88dfd0"><code>5e17361</code></a>
chore(deps): update dependency chromedriver to v130 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5080">#5080</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/be1737fc46c1c0fbe75f4d30ce5a196ebeee4c09"><code>be1737f</code></a>
chore: add markdown lint check to default lint command (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5074">#5074</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/c2089911237e4cb3e33801fcd9d7da9e4b1edf68"><code>c208991</code></a>
test: use venv in w3c trace context test script (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5071">#5071</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.53.0...experimental/v0.54.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@opentelemetry/instrumentation-runtime-node` from 0.7.0 to
0.8.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md"><code>@​opentelemetry/instrumentation-runtime-node</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>0.8.0
(<code>@opentelemetry/propagator-grpc-census-binary</code>)</h2>
<h4>:rocket: (Enhancement)</h4>
<ul>
<li><a
href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/pull/39">#39</a>
feat: add gRPC Census propagator (<a
href="https://github.com/nkelly75"><code>@​nkelly75</code></a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Niall Kelly (<a
href="https://github.com/nkelly75"><code>@​nkelly75</code></a>)</li>
</ul>
<h2>0.8.0</h2>
<p>Released 2020-05-29</p>
<h4>:rocket: (Enhancement)</h4>
<ul>
<li><a
href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/pull/30">#30</a>
Support OpenTelemetry SDK 0.8.x (<a
href="https://github.com/dyladan"><code>@​dyladan</code></a>)</li>
<li><code>opentelemetry-plugin-mongodb</code>
<ul>
<li><a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/34">#34</a>
Enhanced Database Reporting for MongoDB (<a
href="https://github.com/romil-punetha"><code>@​romil-punetha</code></a>)</li>
</ul>
</li>
<li><code>opentelemetry-plugin-ioredis</code>
<ul>
<li><a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/33">#33</a>
feat(opentelemetry-plugin-ioredis): provide a custom serializer fn for
db.statement (<a
href="https://github.com/marcoreni"><code>@​marcoreni</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 3</h4>
<ul>
<li>Marco Reni (<a
href="https://github.com/marcoreni"><code>@​marcoreni</code></a>)</li>
<li>Romil Punetha (<a
href="https://github.com/romil-punetha"><code>@​romil-punetha</code></a>)</li>
<li>Daniel Dyla (<a
href="https://github.com/dyladan"><code>@​dyladan</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/e4cd257f695a6f0935241897358c034935d8b5c1"><code>e4cd257</code></a>
Merge pull request <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/40">#40</a>
from dynatrace-oss-contrib/0.8.0-proposal</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/5570473d751707b780adc79b9b906630866099d3"><code>5570473</code></a>
chore: bump package.json</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/0d541c0a52c2582dd26a2f65e712ac92d14f44ff"><code>0d541c0</code></a>
chore: update version.ts files</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/b5046bd77633561add41a2f729f3d40da3df1c3d"><code>b5046bd</code></a>
chore: 0.8.0 release proposal</li>
<li>See full diff in <a
href="https://github.com/open-telemetry/opentelemetry-js-contrib/compare/v0.7.0...v0.8.0">compare
view</a></li>
</ul>
</details>
<br />


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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 27, 2024
1 parent b621ee7 commit a6ca3ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"@cap-js/telemetry": "file:.",
"@dynatrace/oneagent-sdk": "^1.5.0",
"@grpc/grpc-js": "^1.9.14",
"@opentelemetry/exporter-metrics-otlp-grpc": "^0.53.0",
"@opentelemetry/exporter-metrics-otlp-proto": "^0.53.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.53.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.53.0",
"@opentelemetry/exporter-metrics-otlp-grpc": "^0.54.0",
"@opentelemetry/exporter-metrics-otlp-proto": "^0.54.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.54.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.54.0",
"@opentelemetry/host-metrics": "^0.35.0",
"@opentelemetry/instrumentation-runtime-node": "^0.7.0",
"@opentelemetry/instrumentation-runtime-node": "^0.8.0",
"@sap/cds-mtxs": "^2.0.5",
"axios": "^1.6.7",
"chai": "^4.4.1",
Expand Down

0 comments on commit a6ca3ad

Please sign in to comment.