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 (#264)

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.55.0` | `0.56.0` |
|
[@opentelemetry/exporter-metrics-otlp-proto](https://github.com/open-telemetry/opentelemetry-js)
| `0.55.0` | `0.56.0` |
|
[@opentelemetry/exporter-trace-otlp-grpc](https://github.com/open-telemetry/opentelemetry-js)
| `0.55.0` | `0.56.0` |
|
[@opentelemetry/exporter-trace-otlp-proto](https://github.com/open-telemetry/opentelemetry-js)
| `0.55.0` | `0.56.0` |
|
[@opentelemetry/instrumentation-runtime-node](https://github.com/open-telemetry/opentelemetry-js-contrib)
| `0.10.0` | `0.11.0` |


Updates `@opentelemetry/exporter-metrics-otlp-grpc` from 0.55.0 to
0.56.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.56.0</h2>
<h2>0.56.0</h2>
<h3>:boom: Breaking Change</h3>
<ul>
<li>feat(otlp-exporter-base)!: collapse base classes into one <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5031">#5031</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li><code>OTLPExporterNodeBase</code> has been removed in favor of a
platform-agnostic implementation (<code>OTLPExporterBase</code>)</li>
<li><code>OTLPExporterBrowserBase</code> has been removed in favor of a
platform-agnostic implementation (<code>OTLPExporterBase</code>)</li>
<li><code>ExportServiceError</code> was intended for internal use and
has been dropped from exports</li>
<li><code>validateAndNormalizeHeaders</code> was intended for internal
use and has been dropped from exports</li>
<li><code>OTLPExporterBase</code> all properties are now private, the
constructor now takes an <code>IOTLPExportDelegate</code>, the type
parameter for config type has been dropped.
<ul>
<li>This type is scheduled for removal in a future version of this
package, please treat all exporters as <code>SpanExporter</code>,
<code>PushMetricExporter</code> or <code>LogRecordExporter</code>, based
on their respective type.</li>
</ul>
</li>
</ul>
</li>
<li>feat(otlp-grpc-exporter-base)!: collapse base classes into one <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5031">#5031</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li><code>OTLPGRPCExporterNodeBase</code> has been removed in favor of a
platform-agnostic implementation (<code>OTLPExporterBase</code> from
<code>@opentelemetry/otlp-exporter-base</code>)</li>
</ul>
</li>
<li>feat(otlp-transformer)!: accept <code>ResourceMetrics</code> in
serializers instead of <code>ResourceMetrics[]</code>
<ul>
<li>(user-facing): <code>ProtobufMetricsSerializer</code> now only
accepts <code>ResourceMetrics</code> instead of
<code>ResourceMetrics[]</code> to align with
<code>PushMetricExporter</code> requirements</li>
<li>(user-facing): <code>JsonMetricsSerializer</code> now only accepts
<code>ResourceMetrics</code> instead of <code>ResourceMetrics[]</code>
to align with <code>PushMetricExporter</code> requirements</li>
</ul>
</li>
</ul>
<h3>:rocket: (Enhancement)</h3>
<ul>
<li>feat(otlp-exporter-base): handle OTLP partial success <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5183">#5183</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>feat(otlp-exporter-base): internally accept a http header provider
function only <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5179">#5179</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>refactor(otlp-exporter-base): don't create blob before sending xhr
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5193">#5193</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li>improves compatibility with some unsupported runtimes</li>
</ul>
</li>
<li>feat(otlp-exporter-base): add http response body to exporter error
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5204">#5204</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
</ul>
<h3>:bug: (Bug Fix)</h3>
<ul>
<li>fix(otlp-exporter-*): de-confuse Nuxt build tooling by not using
'export *' in comments <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5227">#5227</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
</ul>
<h3>:house: (Internal)</h3>
<ul>
<li>chore(otlp-exporter-*-grpc): clean up tests <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5196">#5196</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>chore(otlp-exporter-*-http): clean up tests <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5198">#5196</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>chore(otlp-exporter-*-proto): clean up tests <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5199">#5196</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/85dcbc7c55f002837f1bf1bf01145dbb34a55b40"><code>85dcbc7</code></a>
chore: prepare next release (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5232">#5232</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/b0f73ea11d22f65dc2b2bfe9ddcb0890ea74f533"><code>b0f73ea</code></a>
fix: de-confuse Nuxt build tooling by not using 'export *' in comments
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5227">#5227</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/c9b5bb0bfeb77ab9ce238fc28b505daa87ed419e"><code>c9b5bb0</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5225">#5225</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/fc94e4669a94e688204a919165a020323fc1d5c2"><code>fc94e46</code></a>
feat(otlp-exporter-base): implement partial success handling (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5183">#5183</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/fd7f2d951b4b760c6b957ca42f4a0f6b5fa600bd"><code>fd7f2d9</code></a>
fix(deps): update dependency zone.js to v0.15.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5213">#5213</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/17bf0d9a344e7e4dd391d070c4d318f0783529e7"><code>17bf0d9</code></a>
chore(deps): update dependency <code>@​bufbuild/buf</code> to v1.47.2
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5210">#5210</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/1249e34591d79407c488466ebd4340e84a6b0e9f"><code>1249e34</code></a>
refactor(otlp-exporter-base): remove exports that were meant to be
internal (...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/5ad0aa544b680556be5c58ed05d2cea191c6e542"><code>5ad0aa5</code></a>
chore: replace deprecated String.prototype.substr() with substring() (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5209">#5209</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/3bf12847d166db34967355a6de8cee5b4b70fab3"><code>3bf1284</code></a>
feat(otlp-exporter-base): add http response body to exporter error (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5204">#5204</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/561f8ad3a3b50c61f643d13a42bcd9c2006a6b57"><code>561f8ad</code></a>
fix(docs): broken link for community contribution lifecycle and
processes (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5">#5</a>...</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.55.0...experimental/v0.56.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@opentelemetry/exporter-metrics-otlp-proto` from 0.55.0 to
0.56.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.56.0</h2>
<h2>0.56.0</h2>
<h3>:boom: Breaking Change</h3>
<ul>
<li>feat(otlp-exporter-base)!: collapse base classes into one <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5031">#5031</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li><code>OTLPExporterNodeBase</code> has been removed in favor of a
platform-agnostic implementation (<code>OTLPExporterBase</code>)</li>
<li><code>OTLPExporterBrowserBase</code> has been removed in favor of a
platform-agnostic implementation (<code>OTLPExporterBase</code>)</li>
<li><code>ExportServiceError</code> was intended for internal use and
has been dropped from exports</li>
<li><code>validateAndNormalizeHeaders</code> was intended for internal
use and has been dropped from exports</li>
<li><code>OTLPExporterBase</code> all properties are now private, the
constructor now takes an <code>IOTLPExportDelegate</code>, the type
parameter for config type has been dropped.
<ul>
<li>This type is scheduled for removal in a future version of this
package, please treat all exporters as <code>SpanExporter</code>,
<code>PushMetricExporter</code> or <code>LogRecordExporter</code>, based
on their respective type.</li>
</ul>
</li>
</ul>
</li>
<li>feat(otlp-grpc-exporter-base)!: collapse base classes into one <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5031">#5031</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li><code>OTLPGRPCExporterNodeBase</code> has been removed in favor of a
platform-agnostic implementation (<code>OTLPExporterBase</code> from
<code>@opentelemetry/otlp-exporter-base</code>)</li>
</ul>
</li>
<li>feat(otlp-transformer)!: accept <code>ResourceMetrics</code> in
serializers instead of <code>ResourceMetrics[]</code>
<ul>
<li>(user-facing): <code>ProtobufMetricsSerializer</code> now only
accepts <code>ResourceMetrics</code> instead of
<code>ResourceMetrics[]</code> to align with
<code>PushMetricExporter</code> requirements</li>
<li>(user-facing): <code>JsonMetricsSerializer</code> now only accepts
<code>ResourceMetrics</code> instead of <code>ResourceMetrics[]</code>
to align with <code>PushMetricExporter</code> requirements</li>
</ul>
</li>
</ul>
<h3>:rocket: (Enhancement)</h3>
<ul>
<li>feat(otlp-exporter-base): handle OTLP partial success <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5183">#5183</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>feat(otlp-exporter-base): internally accept a http header provider
function only <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5179">#5179</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>refactor(otlp-exporter-base): don't create blob before sending xhr
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5193">#5193</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li>improves compatibility with some unsupported runtimes</li>
</ul>
</li>
<li>feat(otlp-exporter-base): add http response body to exporter error
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5204">#5204</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
</ul>
<h3>:bug: (Bug Fix)</h3>
<ul>
<li>fix(otlp-exporter-*): de-confuse Nuxt build tooling by not using
'export *' in comments <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5227">#5227</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
</ul>
<h3>:house: (Internal)</h3>
<ul>
<li>chore(otlp-exporter-*-grpc): clean up tests <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5196">#5196</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>chore(otlp-exporter-*-http): clean up tests <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5198">#5196</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>chore(otlp-exporter-*-proto): clean up tests <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5199">#5196</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/85dcbc7c55f002837f1bf1bf01145dbb34a55b40"><code>85dcbc7</code></a>
chore: prepare next release (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5232">#5232</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/b0f73ea11d22f65dc2b2bfe9ddcb0890ea74f533"><code>b0f73ea</code></a>
fix: de-confuse Nuxt build tooling by not using 'export *' in comments
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5227">#5227</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/c9b5bb0bfeb77ab9ce238fc28b505daa87ed419e"><code>c9b5bb0</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5225">#5225</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/fc94e4669a94e688204a919165a020323fc1d5c2"><code>fc94e46</code></a>
feat(otlp-exporter-base): implement partial success handling (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5183">#5183</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/fd7f2d951b4b760c6b957ca42f4a0f6b5fa600bd"><code>fd7f2d9</code></a>
fix(deps): update dependency zone.js to v0.15.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5213">#5213</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/17bf0d9a344e7e4dd391d070c4d318f0783529e7"><code>17bf0d9</code></a>
chore(deps): update dependency <code>@​bufbuild/buf</code> to v1.47.2
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5210">#5210</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/1249e34591d79407c488466ebd4340e84a6b0e9f"><code>1249e34</code></a>
refactor(otlp-exporter-base): remove exports that were meant to be
internal (...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/5ad0aa544b680556be5c58ed05d2cea191c6e542"><code>5ad0aa5</code></a>
chore: replace deprecated String.prototype.substr() with substring() (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5209">#5209</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/3bf12847d166db34967355a6de8cee5b4b70fab3"><code>3bf1284</code></a>
feat(otlp-exporter-base): add http response body to exporter error (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5204">#5204</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/561f8ad3a3b50c61f643d13a42bcd9c2006a6b57"><code>561f8ad</code></a>
fix(docs): broken link for community contribution lifecycle and
processes (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5">#5</a>...</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.55.0...experimental/v0.56.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@opentelemetry/exporter-trace-otlp-grpc` from 0.55.0 to 0.56.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.56.0</h2>
<h2>0.56.0</h2>
<h3>:boom: Breaking Change</h3>
<ul>
<li>feat(otlp-exporter-base)!: collapse base classes into one <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5031">#5031</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li><code>OTLPExporterNodeBase</code> has been removed in favor of a
platform-agnostic implementation (<code>OTLPExporterBase</code>)</li>
<li><code>OTLPExporterBrowserBase</code> has been removed in favor of a
platform-agnostic implementation (<code>OTLPExporterBase</code>)</li>
<li><code>ExportServiceError</code> was intended for internal use and
has been dropped from exports</li>
<li><code>validateAndNormalizeHeaders</code> was intended for internal
use and has been dropped from exports</li>
<li><code>OTLPExporterBase</code> all properties are now private, the
constructor now takes an <code>IOTLPExportDelegate</code>, the type
parameter for config type has been dropped.
<ul>
<li>This type is scheduled for removal in a future version of this
package, please treat all exporters as <code>SpanExporter</code>,
<code>PushMetricExporter</code> or <code>LogRecordExporter</code>, based
on their respective type.</li>
</ul>
</li>
</ul>
</li>
<li>feat(otlp-grpc-exporter-base)!: collapse base classes into one <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5031">#5031</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li><code>OTLPGRPCExporterNodeBase</code> has been removed in favor of a
platform-agnostic implementation (<code>OTLPExporterBase</code> from
<code>@opentelemetry/otlp-exporter-base</code>)</li>
</ul>
</li>
<li>feat(otlp-transformer)!: accept <code>ResourceMetrics</code> in
serializers instead of <code>ResourceMetrics[]</code>
<ul>
<li>(user-facing): <code>ProtobufMetricsSerializer</code> now only
accepts <code>ResourceMetrics</code> instead of
<code>ResourceMetrics[]</code> to align with
<code>PushMetricExporter</code> requirements</li>
<li>(user-facing): <code>JsonMetricsSerializer</code> now only accepts
<code>ResourceMetrics</code> instead of <code>ResourceMetrics[]</code>
to align with <code>PushMetricExporter</code> requirements</li>
</ul>
</li>
</ul>
<h3>:rocket: (Enhancement)</h3>
<ul>
<li>feat(otlp-exporter-base): handle OTLP partial success <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5183">#5183</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>feat(otlp-exporter-base): internally accept a http header provider
function only <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5179">#5179</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>refactor(otlp-exporter-base): don't create blob before sending xhr
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5193">#5193</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li>improves compatibility with some unsupported runtimes</li>
</ul>
</li>
<li>feat(otlp-exporter-base): add http response body to exporter error
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5204">#5204</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
</ul>
<h3>:bug: (Bug Fix)</h3>
<ul>
<li>fix(otlp-exporter-*): de-confuse Nuxt build tooling by not using
'export *' in comments <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5227">#5227</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
</ul>
<h3>:house: (Internal)</h3>
<ul>
<li>chore(otlp-exporter-*-grpc): clean up tests <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5196">#5196</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>chore(otlp-exporter-*-http): clean up tests <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5198">#5196</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>chore(otlp-exporter-*-proto): clean up tests <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5199">#5196</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/85dcbc7c55f002837f1bf1bf01145dbb34a55b40"><code>85dcbc7</code></a>
chore: prepare next release (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5232">#5232</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/b0f73ea11d22f65dc2b2bfe9ddcb0890ea74f533"><code>b0f73ea</code></a>
fix: de-confuse Nuxt build tooling by not using 'export *' in comments
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5227">#5227</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/c9b5bb0bfeb77ab9ce238fc28b505daa87ed419e"><code>c9b5bb0</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5225">#5225</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/fc94e4669a94e688204a919165a020323fc1d5c2"><code>fc94e46</code></a>
feat(otlp-exporter-base): implement partial success handling (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5183">#5183</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/fd7f2d951b4b760c6b957ca42f4a0f6b5fa600bd"><code>fd7f2d9</code></a>
fix(deps): update dependency zone.js to v0.15.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5213">#5213</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/17bf0d9a344e7e4dd391d070c4d318f0783529e7"><code>17bf0d9</code></a>
chore(deps): update dependency <code>@​bufbuild/buf</code> to v1.47.2
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5210">#5210</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/1249e34591d79407c488466ebd4340e84a6b0e9f"><code>1249e34</code></a>
refactor(otlp-exporter-base): remove exports that were meant to be
internal (...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/5ad0aa544b680556be5c58ed05d2cea191c6e542"><code>5ad0aa5</code></a>
chore: replace deprecated String.prototype.substr() with substring() (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5209">#5209</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/3bf12847d166db34967355a6de8cee5b4b70fab3"><code>3bf1284</code></a>
feat(otlp-exporter-base): add http response body to exporter error (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5204">#5204</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/561f8ad3a3b50c61f643d13a42bcd9c2006a6b57"><code>561f8ad</code></a>
fix(docs): broken link for community contribution lifecycle and
processes (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5">#5</a>...</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.55.0...experimental/v0.56.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@opentelemetry/exporter-trace-otlp-proto` from 0.55.0 to 0.56.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.56.0</h2>
<h2>0.56.0</h2>
<h3>:boom: Breaking Change</h3>
<ul>
<li>feat(otlp-exporter-base)!: collapse base classes into one <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5031">#5031</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li><code>OTLPExporterNodeBase</code> has been removed in favor of a
platform-agnostic implementation (<code>OTLPExporterBase</code>)</li>
<li><code>OTLPExporterBrowserBase</code> has been removed in favor of a
platform-agnostic implementation (<code>OTLPExporterBase</code>)</li>
<li><code>ExportServiceError</code> was intended for internal use and
has been dropped from exports</li>
<li><code>validateAndNormalizeHeaders</code> was intended for internal
use and has been dropped from exports</li>
<li><code>OTLPExporterBase</code> all properties are now private, the
constructor now takes an <code>IOTLPExportDelegate</code>, the type
parameter for config type has been dropped.
<ul>
<li>This type is scheduled for removal in a future version of this
package, please treat all exporters as <code>SpanExporter</code>,
<code>PushMetricExporter</code> or <code>LogRecordExporter</code>, based
on their respective type.</li>
</ul>
</li>
</ul>
</li>
<li>feat(otlp-grpc-exporter-base)!: collapse base classes into one <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5031">#5031</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li><code>OTLPGRPCExporterNodeBase</code> has been removed in favor of a
platform-agnostic implementation (<code>OTLPExporterBase</code> from
<code>@opentelemetry/otlp-exporter-base</code>)</li>
</ul>
</li>
<li>feat(otlp-transformer)!: accept <code>ResourceMetrics</code> in
serializers instead of <code>ResourceMetrics[]</code>
<ul>
<li>(user-facing): <code>ProtobufMetricsSerializer</code> now only
accepts <code>ResourceMetrics</code> instead of
<code>ResourceMetrics[]</code> to align with
<code>PushMetricExporter</code> requirements</li>
<li>(user-facing): <code>JsonMetricsSerializer</code> now only accepts
<code>ResourceMetrics</code> instead of <code>ResourceMetrics[]</code>
to align with <code>PushMetricExporter</code> requirements</li>
</ul>
</li>
</ul>
<h3>:rocket: (Enhancement)</h3>
<ul>
<li>feat(otlp-exporter-base): handle OTLP partial success <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5183">#5183</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>feat(otlp-exporter-base): internally accept a http header provider
function only <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5179">#5179</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>refactor(otlp-exporter-base): don't create blob before sending xhr
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5193">#5193</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li>improves compatibility with some unsupported runtimes</li>
</ul>
</li>
<li>feat(otlp-exporter-base): add http response body to exporter error
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5204">#5204</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
</ul>
<h3>:bug: (Bug Fix)</h3>
<ul>
<li>fix(otlp-exporter-*): de-confuse Nuxt build tooling by not using
'export *' in comments <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5227">#5227</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
</ul>
<h3>:house: (Internal)</h3>
<ul>
<li>chore(otlp-exporter-*-grpc): clean up tests <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5196">#5196</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>chore(otlp-exporter-*-http): clean up tests <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5198">#5196</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>chore(otlp-exporter-*-proto): clean up tests <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5199">#5196</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/85dcbc7c55f002837f1bf1bf01145dbb34a55b40"><code>85dcbc7</code></a>
chore: prepare next release (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5232">#5232</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/b0f73ea11d22f65dc2b2bfe9ddcb0890ea74f533"><code>b0f73ea</code></a>
fix: de-confuse Nuxt build tooling by not using 'export *' in comments
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5227">#5227</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/c9b5bb0bfeb77ab9ce238fc28b505daa87ed419e"><code>c9b5bb0</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5225">#5225</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/fc94e4669a94e688204a919165a020323fc1d5c2"><code>fc94e46</code></a>
feat(otlp-exporter-base): implement partial success handling (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5183">#5183</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/fd7f2d951b4b760c6b957ca42f4a0f6b5fa600bd"><code>fd7f2d9</code></a>
fix(deps): update dependency zone.js to v0.15.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5213">#5213</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/17bf0d9a344e7e4dd391d070c4d318f0783529e7"><code>17bf0d9</code></a>
chore(deps): update dependency <code>@​bufbuild/buf</code> to v1.47.2
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5210">#5210</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/1249e34591d79407c488466ebd4340e84a6b0e9f"><code>1249e34</code></a>
refactor(otlp-exporter-base): remove exports that were meant to be
internal (...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/5ad0aa544b680556be5c58ed05d2cea191c6e542"><code>5ad0aa5</code></a>
chore: replace deprecated String.prototype.substr() with substring() (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5209">#5209</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/3bf12847d166db34967355a6de8cee5b4b70fab3"><code>3bf1284</code></a>
feat(otlp-exporter-base): add http response body to exporter error (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5204">#5204</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/561f8ad3a3b50c61f643d13a42bcd9c2006a6b57"><code>561f8ad</code></a>
fix(docs): broken link for community contribution lifecycle and
processes (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5">#5</a>...</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.55.0...experimental/v0.56.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@opentelemetry/instrumentation-runtime-node` from 0.10.0 to
0.11.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-js-contrib/releases"><code>@​opentelemetry/instrumentation-runtime-node</code>'s
releases</a>.</em></p>
<blockquote>
<h2>instrumentation-runtime-node: v0.11.0</h2>
<h2><a
href="https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-runtime-node-v0.10.0...instrumentation-runtime-node-v0.11.0">0.11.0</a>
(2024-12-04)</h2>
<h3>Features</h3>
<ul>
<li><strong>deps:</strong> update deps matching '@opentelemetry/*' (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/2582">#2582</a>)
(<a
href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/5df02cbb35681d2b5cce359dda7b023d7bf339f2">5df02cb</a>)</li>
</ul>
</blockquote>
</details>
<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.11.0</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><a
href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/pull/221">#221</a>
fix: wrapper function for hapi route &amp; plugins (<a
href="https://github.com/jk1z"><code>@​jk1z</code></a>)</li>
<li><a
href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/pull/225">#225</a>
pg spans disconnected from parent (<a
href="https://github.com/obecny"><code>@​obecny</code></a>)</li>
<li><a
href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/pull/208">#208</a>
[mysql] fix: ensure span name is a string to avoid [object Object] as
span name (<a
href="https://github.com/naseemkullah"><code>@​naseemkullah</code></a>)</li>
<li><a
href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/pull/175">#175</a>
fix: accept EventListener callbacks (<a
href="https://github.com/johnbley"><code>@​johnbley</code></a>)</li>
<li><a
href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/pull/188">#188</a>
fix(express): listen for <code>finish</code> event on response for async
express layer <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/107">#107</a>
(<a
href="https://github.com/vmarchaud"><code>@​vmarchaud</code></a>)</li>
</ul>
<h4>:rocket: Enhancement</h4>
<ul>
<li>Other
<ul>
<li><a
href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/pull/176">#176</a>
feat: reduce root span cardinality in express plugin (<a
href="https://github.com/gecgooden"><code>@​gecgooden</code></a>)</li>
<li><a
href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/pull/226">#226</a>
feature: Graphql (<a
href="https://github.com/obecny"><code>@​obecny</code></a>)</li>
<li><a
href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/pull/215">#215</a>
Allow redis version 3.0.0 and above (<a
href="https://github.com/akshah123"><code>@​akshah123</code></a>)</li>
<li><a
href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/pull/212">#212</a>
docs: update dns status and add hapi koa (<a
href="https://github.com/naseemkullah"><code>@​naseemkullah</code></a>)</li>
</ul>
</li>
<li><code>opentelemetry-host-metrics</code>
<ul>
<li><a
href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/pull/227">#227</a>
Host Metrics (<a
href="https://github.com/obecny"><code>@​obecny</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 9</h4>
<ul>
<li>Ankit Shah (<a
href="https://github.com/akshah123"><code>@​akshah123</code></a>)</li>
<li>Bartlomiej Obecny (<a
href="https://github.com/obecny"><code>@​obecny</code></a>)</li>
<li>Daniel Dyla (<a
href="https://github.com/dyladan"><code>@​dyladan</code></a>)</li>
<li>George Gooden (<a
href="https://github.com/gecgooden"><code>@​gecgooden</code></a>)</li>
<li>Jack Zhang (<a
href="https://github.com/jk1z"><code>@​jk1z</code></a>)</li>
<li>John Bley (<a
href="https://github.com/johnbley"><code>@​johnbley</code></a>)</li>
<li>Mark (<a
href="https://github.com/MarkSeufert"><code>@​MarkSeufert</code></a>)</li>
<li>Naseem (<a
href="https://github.com/naseemkullah"><code>@​naseemkullah</code></a>)</li>
<li>Valentin Marchaud (<a
href="https://github.com/vmarchaud"><code>@​vmarchaud</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/f4d1a7120a96476102efeb0ba7aed85ecbfc3a0a"><code>f4d1a71</code></a>
Merge pull request <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/238">#238</a>
from dynatrace-oss-contrib/0.11.0-proposal</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/6a8d24ced14c6c1fcc2230a622855cf89adb7488"><code>6a8d24c</code></a>
chore: changelog</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/c33e29169164fb7695d3a1218468899c5c7d33a7"><code>c33e291</code></a>
chore: release 0.11.0 proposal</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/7f96aba1d515dddfbaa24e41e05a9781ab18c987"><code>7f96aba</code></a>
Merge pull request <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/176">#176</a>
from gecgooden/express-rename-http-span</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/dcf24050ea981fa1cecee40f713a3428c5a8f7cf"><code>dcf2405</code></a>
Merge branch 'master' into express-rename-http-span</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/8ca9f6fd5d979117bcf8ad02dffcbde7beed20b1"><code>8ca9f6f</code></a>
Merge pull request <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/236">#236</a>
from renovate-bot/renovate/pin-dependencies</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/3abdea0481b952199aab0ec9354985bb133c7b37"><code>3abdea0</code></a>
chore(deps): pin dependencies</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/116e59000bf193a700b9c86289acd67c423ce981"><code>116e590</code></a>
Merge pull request <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/231">#231</a>
from dynatrace-oss-contrib/bump-core-deps</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/f29963a4cf662c5cef60b29b3ab224f3fdc70ba3"><code>f29963a</code></a>
Merge branch 'master' into bump-core-deps</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/4de41c8f8dbc7b9c8d5bb75a99d7afad6d1001f7"><code>4de41c8</code></a>
feature: Graphql (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/226">#226</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-js-contrib/compare/v0.10.0...v0.11.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 Dec 10, 2024
1 parent 6af9c76 commit 50e405e
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.55.0",
"@opentelemetry/exporter-metrics-otlp-proto": "^0.55.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.55.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.55.0",
"@opentelemetry/exporter-metrics-otlp-grpc": "^0.56.0",
"@opentelemetry/exporter-metrics-otlp-proto": "^0.56.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.56.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.56.0",
"@opentelemetry/host-metrics": "^0.35.0",
"@opentelemetry/instrumentation-runtime-node": "^0.10.0",
"@opentelemetry/instrumentation-runtime-node": "^0.11.0",
"@sap/cds-mtxs": "^2.0.5",
"axios": "^1.6.7",
"chai": "^4.4.1",
Expand Down

0 comments on commit 50e405e

Please sign in to comment.