build(deps): bump @opentelemetry/core and applicationinsights in /test/cli/install/migration/contoso-test #41

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/test/cli/install/migration/contoso-test/multi-2c236f6ce7 into local/mlkem-default
dependabot[bot] commented 2026-06-16 08:41:02 -04:00 (Migrated from github.com)

Bumps @opentelemetry/core to 2.8.0 and updates ancestor dependency applicationinsights. These dependencies need to be updated together.

Updates @opentelemetry/core from 1.17.0 to 2.8.0

Release notes

Sourced from @​opentelemetry/core's releases.

v2.8.0

2.8.0

🚀 Features

  • feat(sdk-trace-base): pretty-print SpanImpl, Tracer, and BasicTracerProvider via util.inspect so they render through diag and console.log #6690 @​mcollina
  • feat(sdk-metrics): implement metric reader self-observability metrics #6449 @​anuraaga
  • feat(core): add hrTimeToSeconds #6449 @​anuraaga

🐛 Bug Fixes

  • fix(core): limit processing of incoming "baggage" header to 8192 bytes @​pichlermarc

v2.7.1

2.7.1

🐛 Bug Fixes

  • fix(core, api): defer trace state validation. Deprecate trace state implementation in api #6459 @​david-luna
    • important: this bug fix may be breaking for certain uses of TraceState
      • set now returns the same TraceState instance if key/value are invalid or makes the while trace state invalid.
      • unset now returns the same TraceState instance if key is not present.
      • best-effort parsing of invalid TraceStates has changed: when multiple keys with the same name are present, the most recent one will win.

🏠 Internal

v2.7.0

2.7.0

🚀 Features

  • feat(sdk-logs): implement log creation metrics #6433 @​anuraaga
  • feat(sdk-metrics): add the cardinalitySelector argument to PeriodicExportingMetricReaders #6460 @​starzlocker
  • feat(opentelemetry-core): add extra checks on internal merge function for safety #6587 @​maryliag

🐛 Bug Fixes

  • fix(opentelemetry-resources): do not discard OTEL_RESOURCE_ATTRIBUTES when it contains empty kv pairs

🏠 Internal

... (truncated)

Changelog

Sourced from @​opentelemetry/core's changelog.

2.8.0

🚀 Features

  • feat(sdk-trace-base): pretty-print SpanImpl, Tracer, and BasicTracerProvider via util.inspect so they render through diag and console.log #6690 @​mcollina
  • feat(sdk-metrics): implement metric reader self-observability metrics #6449 @​anuraaga
  • feat(core): add hrTimeToSeconds #6449 @​anuraaga

🐛 Bug Fixes

  • fix(core): limit processing of incoming "baggage" header to 8192 bytes @​pichlermarc

2.7.1

🐛 Bug Fixes

  • fix(core, api): defer trace state validation. Deprecate trace state implementation in api #6459 @​david-luna
    • important: this bug fix may be breaking for certain uses of TraceState
      • set now returns the same TraceState instance if key/value are invalid or makes the while trace state invalid.
      • unset now returns the same TraceState instance if key is not present.
      • best-effort parsing of invalid TraceStates has changed: when multiple keys with the same name are present, the most recent one will win.

🏠 Internal

2.7.0

🚀 Features

  • feat(sdk-logs): implement log creation metrics #6433 @​anuraaga
  • feat(sdk-metrics): add the cardinalitySelector argument to PeriodicExportingMetricReaders #6460 @​starzlocker
  • feat(opentelemetry-core): add extra checks on internal merge function for safety #6587 @​maryliag

🐛 Bug Fixes

  • fix(opentelemetry-resources): do not discard OTEL_RESOURCE_ATTRIBUTES when it contains empty kv pairs

🏠 Internal

2.6.1

🐛 Bug Fixes

... (truncated)

Commits
  • 13a035b chore: prepare next release (#6756)
  • 4b13587 Merge commit from fork
  • 71d195c chore(renovate): set minimumReleaseAge to 3 days (#6792)
  • 555fca6 Update renovate.json to use matchManagers (#6141)
  • b711a81 docs(otlp-exporter-base): add typedoc entry points so public API is indexed a...
  • da70402 fix(ci): supply-chain sec: disable caching in release-related workflow (#6790)
  • 002267b chore: complete the move to the smaller SPDX license header (#6791)
  • 056ef9c feat(sdk-metrics): implement metric reader metrics (#6449)
  • 3bd69ce fix(configuration): improve environment variable substitution to handle all t...
  • bfbda7c docs(exporter-trace-otlp-grpc): import CompressionAlgorithm from otlp-exporte...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​opentelemetry/core since your current version.


Updates applicationinsights from 2.8.0 to 3.15.0

Release notes

Sourced from applicationinsights's releases.

3.15.0

Breaking Changes

  • Minimum supported Node.js version is now 20.0.0. Node.js 18 is end-of-life (April 2025) and the underlying @azure/monitor-opentelemetry / @azure/monitor-opentelemetry-exporter dependencies require Node >= 20.

Other Changes

  • Updated @azure/monitor-opentelemetry to ^1.18.0 and @azure/monitor-opentelemetry-exporter to ^1.0.0-beta.41.
  • Resolved vulnerabilities in dependencies (added overrides for protobufjs ^8.2.0 and serialize-javascript ^7.0.5).

Bug Fixes

  • Fix memory leak caused by process event listener accumulation when useAzureMonitor() is called multiple times. (#1415)

Release PRs

Full Changelog: https://github.com/microsoft/ApplicationInsights-node.js/compare/3.14.0...3.15.0

3.14.0

microsoft/ApplicationInsights-node.js#1490 microsoft/ApplicationInsights-node.js#1489 microsoft/ApplicationInsights-node.js#1488 microsoft/ApplicationInsights-node.js#1487 microsoft/ApplicationInsights-node.js#1485

3.13.0

microsoft/ApplicationInsights-node.js#1479 microsoft/ApplicationInsights-node.js#1481 microsoft/ApplicationInsights-node.js#1482 microsoft/ApplicationInsights-node.js#1483

3.12.1

microsoft/ApplicationInsights-node.js#1477 microsoft/ApplicationInsights-node.js#1478

3.12.0

microsoft/ApplicationInsights-node.js#1473 microsoft/ApplicationInsights-node.js#1472

3.11.0

microsoft/ApplicationInsights-node.js#1470

3.10.0

#1456 #1462 #1464 #1467

... (truncated)

Changelog

Sourced from applicationinsights's changelog.

3.15.0 (2026-05-13)

Breaking Changes

  • Minimum supported Node.js version is now 20.0.0. Node.js 18 is end-of-life (April 2025) and the underlying @azure/monitor-opentelemetry / @azure/monitor-opentelemetry-exporter dependencies require Node >= 20.

Other Changes

  • Updated @​azure/monitor-opentelemetry and @​azure/monitor-opentelemetry-exporter.
  • Resolve vulnerabilities in dependencies.

Bug Fixes

  • Fix memory leak caused by process event listener accumulation when useAzureMonitor() is called multiple times. (#1415)

3.14.0 (2026-02-24)

Other Changes

  • Update OTel global detection to wait for the customer app to initialize before detection.

3.13.0 (2026-01-16)

Other Changes

  • Add OpenTelemetry global detection to the agent.
  • Add functionality for the TelemetryClient to not use global providers.
  • Resolve vulnerabilities in dependencies.

3.12.1 (2025-11-10)

Other Changes

  • Updated @​azure/monitor-opentelemetry and @​azure/monitor-opentelemetry-exporter.

3.12.0 (2025-09-29)

Other Changes

3.11.0 (2025-09-25)

Other Changes

3.10.0 (2025-09-16)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for applicationinsights since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps [@opentelemetry/core](https://github.com/open-telemetry/opentelemetry-js) to 2.8.0 and updates ancestor dependency [applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js). These dependencies need to be updated together. Updates `@opentelemetry/core` from 1.17.0 to 2.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js/releases">@​opentelemetry/core's releases</a>.</em></p> <blockquote> <h2>v2.8.0</h2> <h2>2.8.0</h2> <h3>:rocket: Features</h3> <ul> <li>feat(sdk-trace-base): pretty-print <code>SpanImpl</code>, <code>Tracer</code>, and <code>BasicTracerProvider</code> via <code>util.inspect</code> so they render through <code>diag</code> and <code>console.log</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6690">#6690</a> <a href="https://github.com/mcollina"><code>@​mcollina</code></a></li> <li>feat(sdk-metrics): implement metric reader self-observability metrics <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6449">#6449</a> <a href="https://github.com/anuraaga"><code>@​anuraaga</code></a></li> <li>feat(core): add <code>hrTimeToSeconds</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6449">#6449</a> <a href="https://github.com/anuraaga"><code>@​anuraaga</code></a></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(core): limit processing of incoming &quot;baggage&quot; header to 8192 bytes <a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li> </ul> <h2>v2.7.1</h2> <h2>2.7.1</h2> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(core, api): defer trace state validation. Deprecate trace state implementation in api <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6459">#6459</a> <a href="https://github.com/david-luna"><code>@​david-luna</code></a> <ul> <li><strong>important:</strong> this bug fix may be breaking for certain uses of <code>TraceState</code> <ul> <li><code>set</code> now returns the same <code>TraceState</code> instance if key/value are invalid or makes the while trace state invalid.</li> <li><code>unset</code> now returns the same <code>TraceState</code> instance if key is not present.</li> <li>best-effort parsing of invalid <code>TraceState</code>s has changed: when multiple keys with the same name are present, the most recent one will win.</li> </ul> </li> </ul> </li> </ul> <h3>:house: Internal</h3> <ul> <li>perf(sdk-trace-base): optimize TraceIdRatioBasedSampler performance <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6284">#6284</a> <a href="https://github.com/AbhiPrasad"><code>@​AbhiPrasad</code></a></li> <li>perf(sdk-metrics): reduce loop overhead in sdk hot paths <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6593">#6593</a> <a href="https://github.com/mcollina"><code>@​mcollina</code></a></li> </ul> <h2>v2.7.0</h2> <h2>2.7.0</h2> <h3>:rocket: Features</h3> <ul> <li>feat(sdk-logs): implement log creation metrics <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6433">#6433</a> <a href="https://github.com/anuraaga"><code>@​anuraaga</code></a></li> <li>feat(sdk-metrics): add the cardinalitySelector argument to PeriodicExportingMetricReaders <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6460">#6460</a> <a href="https://github.com/starzlocker"><code>@​starzlocker</code></a></li> <li>feat(opentelemetry-core): add extra checks on internal merge function for safety <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6587">#6587</a> <a href="https://github.com/maryliag"><code>@​maryliag</code></a></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(opentelemetry-resources): do not discard OTEL_RESOURCE_ATTRIBUTES when it contains empty kv pairs</li> </ul> <h3>:house: Internal</h3> <ul> <li>test(exporter-zipkin): fix broken browser test assertions and add missing coverage <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6566">#6566</a> <a href="https://github.com/overbalance"><code>@​overbalance</code></a></li> <li>fix(sdk-metrics): repair ExponentialHistogram tests <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6565">#6565</a> <a href="https://github.com/overbalance"><code>@​overbalance</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md">@​opentelemetry/core's changelog</a>.</em></p> <blockquote> <h2>2.8.0</h2> <h3>:rocket: Features</h3> <ul> <li>feat(sdk-trace-base): pretty-print <code>SpanImpl</code>, <code>Tracer</code>, and <code>BasicTracerProvider</code> via <code>util.inspect</code> so they render through <code>diag</code> and <code>console.log</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6690">#6690</a> <a href="https://github.com/mcollina"><code>@​mcollina</code></a></li> <li>feat(sdk-metrics): implement metric reader self-observability metrics <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6449">#6449</a> <a href="https://github.com/anuraaga"><code>@​anuraaga</code></a></li> <li>feat(core): add <code>hrTimeToSeconds</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6449">#6449</a> <a href="https://github.com/anuraaga"><code>@​anuraaga</code></a></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(core): limit processing of incoming &quot;baggage&quot; header to 8192 bytes <a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li> </ul> <h2>2.7.1</h2> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(core, api): defer trace state validation. Deprecate trace state implementation in api <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6459">#6459</a> <a href="https://github.com/david-luna"><code>@​david-luna</code></a> <ul> <li><strong>important:</strong> this bug fix may be breaking for certain uses of <code>TraceState</code> <ul> <li><code>set</code> now returns the same <code>TraceState</code> instance if key/value are invalid or makes the while trace state invalid.</li> <li><code>unset</code> now returns the same <code>TraceState</code> instance if key is not present.</li> <li>best-effort parsing of invalid <code>TraceState</code>s has changed: when multiple keys with the same name are present, the most recent one will win.</li> </ul> </li> </ul> </li> </ul> <h3>:house: Internal</h3> <ul> <li>perf(sdk-trace-base): optimize TraceIdRatioBasedSampler performance <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6284">#6284</a> <a href="https://github.com/AbhiPrasad"><code>@​AbhiPrasad</code></a></li> <li>test: test Node.js 26 in CI <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6671">#6671</a> <a href="https://github.com/cjihrig"><code>@​cjihrig</code></a></li> </ul> <h2>2.7.0</h2> <h3>:rocket: Features</h3> <ul> <li>feat(sdk-logs): implement log creation metrics <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6433">#6433</a> <a href="https://github.com/anuraaga"><code>@​anuraaga</code></a></li> <li>feat(sdk-metrics): add the cardinalitySelector argument to PeriodicExportingMetricReaders <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6460">#6460</a> <a href="https://github.com/starzlocker"><code>@​starzlocker</code></a></li> <li>feat(opentelemetry-core): add extra checks on internal merge function for safety <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6587">#6587</a> <a href="https://github.com/maryliag"><code>@​maryliag</code></a></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(opentelemetry-resources): do not discard OTEL_RESOURCE_ATTRIBUTES when it contains empty kv pairs</li> </ul> <h3>:house: Internal</h3> <ul> <li>test(exporter-zipkin): fix broken browser test assertions and add missing coverage <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6566">#6566</a> <a href="https://github.com/overbalance"><code>@​overbalance</code></a></li> <li>fix(sdk-metrics): repair ExponentialHistogram tests <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6565">#6565</a> <a href="https://github.com/overbalance"><code>@​overbalance</code></a></li> <li>perf(sdk-metrics): reduce loop overhead in sdk hot paths <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6593">#6593</a> <a href="https://github.com/mcollina"><code>@​mcollina</code></a></li> </ul> <h2>2.6.1</h2> <h3>:bug: Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/13a035bc695996cf4aec885fef7b9866f48bc555"><code>13a035b</code></a> chore: prepare next release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6756">#6756</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/4b13587d1e08b47baf153e5312ccd08a3240d074"><code>4b13587</code></a> Merge commit from fork</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/71d195c508320295f1892aaed1ee2f1971ffb470"><code>71d195c</code></a> chore(renovate): set minimumReleaseAge to 3 days (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6792">#6792</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/555fca6ce94fb8d40a5f869dbd28e43143b4e730"><code>555fca6</code></a> Update renovate.json to use matchManagers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6141">#6141</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/b711a81d5262904245d70f1857b6f3bc811b22cd"><code>b711a81</code></a> docs(otlp-exporter-base): add typedoc entry points so public API is indexed a...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/da704029ccd291d65402f3d1c469bd3f25aec047"><code>da70402</code></a> fix(ci): supply-chain sec: disable caching in release-related workflow (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6790">#6790</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/002267b1c639aac1d2f1d6e5c7ac3ed023109ea0"><code>002267b</code></a> chore: complete the move to the smaller SPDX license header (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6791">#6791</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/056ef9c4e1ddf9306477b7ce26acc7be489f9c6c"><code>056ef9c</code></a> feat(sdk-metrics): implement metric reader metrics (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6449">#6449</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/3bd69ce18011f9a16a7231489d9c3acc8294e8d9"><code>3bd69ce</code></a> fix(configuration): improve environment variable substitution to handle all t...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/bfbda7c2d90e1686f51cd0fc4d02d785ab9a9cc0"><code>bfbda7c</code></a> docs(exporter-trace-otlp-grpc): import CompressionAlgorithm from otlp-exporte...</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-js/compare/v1.17.0...v2.8.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for <code>@​opentelemetry/core</code> since your current version.</p> </details> <br /> Updates `applicationinsights` from 2.8.0 to 3.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/ApplicationInsights-node.js/releases">applicationinsights's releases</a>.</em></p> <blockquote> <h2>3.15.0</h2> <h3>Breaking Changes</h3> <ul> <li>Minimum supported Node.js version is now 20.0.0. Node.js 18 is end-of-life (April 2025) and the underlying <code>@azure/monitor-opentelemetry</code> / <code>@azure/monitor-opentelemetry-exporter</code> dependencies require Node &gt;= 20.</li> </ul> <h3>Other Changes</h3> <ul> <li>Updated <code>@azure/monitor-opentelemetry</code> to <code>^1.18.0</code> and <code>@azure/monitor-opentelemetry-exporter</code> to <code>^1.0.0-beta.41</code>.</li> <li>Resolved vulnerabilities in dependencies (added <code>overrides</code> for <code>protobufjs</code> <code>^8.2.0</code> and <code>serialize-javascript</code> <code>^7.0.5</code>).</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fix memory leak caused by process event listener accumulation when <code>useAzureMonitor()</code> is called multiple times. (<a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/issues/1415">#1415</a>)</li> </ul> <h3>Release PRs</h3> <ul> <li><a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/pull/1496">microsoft/ApplicationInsights-node.js#1496</a></li> <li><a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/pull/1497">microsoft/ApplicationInsights-node.js#1497</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/ApplicationInsights-node.js/compare/3.14.0...3.15.0">https://github.com/microsoft/ApplicationInsights-node.js/compare/3.14.0...3.15.0</a></p> <h2>3.14.0</h2> <p><a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/pull/1490">microsoft/ApplicationInsights-node.js#1490</a> <a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/pull/1489">microsoft/ApplicationInsights-node.js#1489</a> <a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/pull/1488">microsoft/ApplicationInsights-node.js#1488</a> <a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/pull/1487">microsoft/ApplicationInsights-node.js#1487</a> <a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/pull/1485">microsoft/ApplicationInsights-node.js#1485</a></p> <h2>3.13.0</h2> <p><a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/pull/1479">microsoft/ApplicationInsights-node.js#1479</a> <a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/pull/1481">microsoft/ApplicationInsights-node.js#1481</a> <a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/pull/1482">microsoft/ApplicationInsights-node.js#1482</a> <a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/pull/1483">microsoft/ApplicationInsights-node.js#1483</a></p> <h2>3.12.1</h2> <p><a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/pull/1477">microsoft/ApplicationInsights-node.js#1477</a> <a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/pull/1478">microsoft/ApplicationInsights-node.js#1478</a></p> <h2>3.12.0</h2> <p><a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/pull/1473">microsoft/ApplicationInsights-node.js#1473</a> <a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/pull/1472">microsoft/ApplicationInsights-node.js#1472</a></p> <h2>3.11.0</h2> <p><a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/pull/1470">microsoft/ApplicationInsights-node.js#1470</a></p> <h2>3.10.0</h2> <p><a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/issues/1456">#1456</a> <a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/issues/1462">#1462</a> <a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/issues/1464">#1464</a> <a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/issues/1467">#1467</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/ApplicationInsights-node.js/blob/main/CHANGELOG.md">applicationinsights's changelog</a>.</em></p> <blockquote> <h3>3.15.0 (2026-05-13)</h3> <h4>Breaking Changes</h4> <ul> <li>Minimum supported Node.js version is now 20.0.0. Node.js 18 is end-of-life (April 2025) and the underlying <code>@azure/monitor-opentelemetry</code> / <code>@azure/monitor-opentelemetry-exporter</code> dependencies require Node &gt;= 20.</li> </ul> <h4>Other Changes</h4> <ul> <li>Updated <code>@​azure/monitor-opentelemetry</code> and <code>@​azure/monitor-opentelemetry-exporter</code>.</li> <li>Resolve vulnerabilities in dependencies.</li> </ul> <h4>Bug Fixes</h4> <ul> <li>Fix memory leak caused by process event listener accumulation when <code>useAzureMonitor()</code> is called multiple times. (<a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/issues/1415">#1415</a>)</li> </ul> <h3>3.14.0 (2026-02-24)</h3> <h4>Other Changes</h4> <ul> <li>Update OTel global detection to wait for the customer app to initialize before detection.</li> </ul> <h3>3.13.0 (2026-01-16)</h3> <h4>Other Changes</h4> <ul> <li>Add OpenTelemetry global detection to the agent.</li> <li>Add functionality for the TelemetryClient to not use global providers.</li> <li>Resolve vulnerabilities in dependencies.</li> </ul> <h3>3.12.1 (2025-11-10)</h3> <h4>Other Changes</h4> <ul> <li>Updated <code>@​azure/monitor-opentelemetry</code> and <code>@​azure/monitor-opentelemetry-exporter</code>.</li> </ul> <h3>3.12.0 (2025-09-29)</h3> <h4>Other Changes</h4> <ul> <li>Update OTLP metric creation to respect multiple inputs. (<a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/pull/1470">microsoft/ApplicationInsights-node.js#1470</a>)</li> <li>Fix security vulnerability with json-bigint 0.3.1. (<a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/pull/1472">microsoft/ApplicationInsights-node.js#1472</a>)</li> </ul> <h3>3.11.0 (2025-09-25)</h3> <h4>Other Changes</h4> <ul> <li>Use OTLP/Protobuf exporter for AMW endpoint. (<a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/pull/1470">microsoft/ApplicationInsights-node.js#1470</a>)</li> </ul> <h3>3.10.0 (2025-09-16)</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/ApplicationInsights-node.js/commit/08ac6f70dd06deda051f83cb63f7bdd3bf506fd7"><code>08ac6f7</code></a> Release 3.15.0 (update) (<a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/issues/1497">#1497</a>)</li> <li><a href="https://github.com/microsoft/ApplicationInsights-node.js/commit/bb6b943d50bae054261b7c8aeb426c85a290d5df"><code>bb6b943</code></a> Release 3.15.0 (<a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/issues/1496">#1496</a>)</li> <li><a href="https://github.com/microsoft/ApplicationInsights-node.js/commit/f2b2a199c5c8c72ce9967960f009c5e5abfba4f9"><code>f2b2a19</code></a> Fix memory leak: clean up listeners on repeated useAzureMonitor calls (<a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/issues/1493">#1493</a>)</li> <li><a href="https://github.com/microsoft/ApplicationInsights-node.js/commit/8af259e26e5debb7f120659c78749b55fd0a35a4"><code>8af259e</code></a> Release 3.14.0 (<a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/issues/1492">#1492</a>)</li> <li><a href="https://github.com/microsoft/ApplicationInsights-node.js/commit/f1af80345f0c3ab84055c278e0ee6c6cd7875acb"><code>f1af803</code></a> Update Azure Functions Dependency &amp; Update Version Compatibility (<a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/issues/1490">#1490</a>)</li> <li><a href="https://github.com/microsoft/ApplicationInsights-node.js/commit/83c56b50e097ccf2a8bc1687136a875b5b15f623"><code>83c56b5</code></a> Revert delta. (<a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/issues/1489">#1489</a>)</li> <li><a href="https://github.com/microsoft/ApplicationInsights-node.js/commit/5e8ee082d33c3c2f1f2dd5a1a86baf15fa3a1e34"><code>5e8ee08</code></a> Set temporality to delta. (<a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/issues/1488">#1488</a>)</li> <li><a href="https://github.com/microsoft/ApplicationInsights-node.js/commit/3fbe1fd7666e85e152d42fb05db8cccfb2108658"><code>3fbe1fd</code></a> Update README.md (<a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/issues/1487">#1487</a>)</li> <li><a href="https://github.com/microsoft/ApplicationInsights-node.js/commit/b223fd31d1d2d99143aa091b00ffbdf0621d7ae3"><code>b223fd3</code></a> Add otel detection delay. (<a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/issues/1485">#1485</a>)</li> <li><a href="https://github.com/microsoft/ApplicationInsights-node.js/commit/bf99b6918d73eca29e7d5452ac4507d54f9847c0"><code>bf99b69</code></a> Release 3.13.0 (<a href="https://redirect.github.com/microsoft/ApplicationInsights-node.js/issues/1484">#1484</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/ApplicationInsights-node.js/compare/2.8.0...3.15.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~microsoft1es">microsoft1es</a>, a new releaser for applicationinsights since your current version.</p> </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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/orpheuslummis/bun-mlkem/network/alerts). </details>
autofix-troubleshooter commented 2026-06-16 08:42:54 -04:00 (Migrated from github.com)

Hi! I'm the autofix logoautofix.ci troubleshooter bot.

It looks like you correctly set up a CI job that uses the autofix.ci GitHub Action, but the autofix.ci GitHub App has not been installed for this repository. This means that autofix.ci unfortunately does not have the permissions to fix this pull request. If you are the repository owner, please install the app and then restart the CI workflow! 😃

Hi! I'm the <a href="https://autofix.ci"><img alt="autofix logo" src="https://autofix.ci/logo/logo.svg" width="16"><strong>autofix.ci</strong></a> troubleshooter bot. It looks like you correctly set up a CI job that uses the autofix.ci GitHub Action, but the [**autofix.ci GitHub App**](https://github.com/apps/autofix-ci/) has not been installed for this repository. This means that autofix.ci unfortunately does not have the permissions to fix this pull request. If you are the repository owner, please install the app and then restart the CI workflow! 😃
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/test/cli/install/migration/contoso-test/multi-2c236f6ce7:dependabot/npm_and_yarn/test/cli/install/migration/contoso-test/multi-2c236f6ce7
git switch dependabot/npm_and_yarn/test/cli/install/migration/contoso-test/multi-2c236f6ce7

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch local/mlkem-default
git merge --no-ff dependabot/npm_and_yarn/test/cli/install/migration/contoso-test/multi-2c236f6ce7
git switch dependabot/npm_and_yarn/test/cli/install/migration/contoso-test/multi-2c236f6ce7
git rebase local/mlkem-default
git switch local/mlkem-default
git merge --ff-only dependabot/npm_and_yarn/test/cli/install/migration/contoso-test/multi-2c236f6ce7
git switch dependabot/npm_and_yarn/test/cli/install/migration/contoso-test/multi-2c236f6ce7
git rebase local/mlkem-default
git switch local/mlkem-default
git merge --no-ff dependabot/npm_and_yarn/test/cli/install/migration/contoso-test/multi-2c236f6ce7
git switch local/mlkem-default
git merge --squash dependabot/npm_and_yarn/test/cli/install/migration/contoso-test/multi-2c236f6ce7
git switch local/mlkem-default
git merge --ff-only dependabot/npm_and_yarn/test/cli/install/migration/contoso-test/multi-2c236f6ce7
git switch local/mlkem-default
git merge dependabot/npm_and_yarn/test/cli/install/migration/contoso-test/multi-2c236f6ce7
git push origin local/mlkem-default
Sign in to join this conversation.
No description provided.