Skip to content

Bump @opentelemetry/core and newrelic - #4992

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-08fc303861
Open

Bump @opentelemetry/core and newrelic#4992
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-08fc303861

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

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

Updates @opentelemetry/core from 2.2.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

Updates newrelic from 13.6.5 to 14.3.3

Release notes

Sourced from newrelic's releases.

v14.3.3 (2026-07-22)

Features

  • Add internal OTEL API to agent (#4147) (b014f82)
  • Collect on-CPU time alongside wall time in CpuProfiler (#4146) (3b440f3)

Bug fixes

  • Avoid unconditional @​opentelemetry/core require on agent startup (#4163) (f31bbe4)

Documentation

Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

v14.3.2 (2026-07-21)

Bug fixes

  • Resolved mongodb host details at operation time to support mongodb+srv:// clients (#4155) (7fd4443)

Documentation

Miscellaneous chores

  • Translated OTel exception into timed event (#4151) (36daebe)

Tests

  • Fixed srv-connect DNS patching across mongodb driver versions (#4158) (ca4a7b0)

Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

v14.3.1 (2026-07-20)

Bug fixes

... (truncated)

Changelog

Sourced from newrelic's changelog.

v14.3.3 (2026-07-22)

Features

  • Add internal OTEL API to agent (#4147) (b014f82)
  • Collect on-CPU time alongside wall time in CpuProfiler (#4146) (3b440f3)

Bug fixes

  • Avoid unconditional @​opentelemetry/core require on agent startup (#4163) (f31bbe4)

Documentation

v14.3.2 (2026-07-21)

Bug fixes

  • Resolved mongodb host details at operation time to support mongodb+srv:// clients (#4155) (7fd4443)

Documentation

Miscellaneous chores

  • Translated OTel exception into timed event (#4151) (36daebe)

Tests

  • Fixed srv-connect DNS patching across mongodb driver versions (#4158) (ca4a7b0)

v14.3.1 (2026-07-20)

Bug fixes

  • Handled $0 as a replacement in a metric normalization rule to return the matched string in its entirety (#4150) (b57fcc8)

Documentation

Miscellaneous chores

  • Attached serverless mode config to agent instance (#4140) (7a3592f)
  • Removed dead otlp_endpoint config option (#4142) (05b072f)

Continuous integration

... (truncated)

Commits
  • e3f055a chore: release v14.3.3 (#4164)
  • f31bbe4 fix: Avoid unconditional @​opentelemetry/core require on agent startup (#4163)
  • 3b440f3 feat: Collect on-CPU time alongside wall time in CpuProfiler (#4146)
  • b014f82 feat: Add internal OTEL API to agent (#4147)
  • 8ba64fb docs: Updated compatibility report (#4160)
  • 8a79ec3 chore: release v14.3.2 (#4159)
  • ca4a7b0 test: Fixed srv-connect DNS patching across mongodb driver versions (#4158)
  • 6058cf7 docs: Updated compatibility report (#4156)
  • 7fd4443 fix: Resolved mongodb host details at operation time to support `mongodb+srv:...
  • 136f65a docs: Updated compatibility report (#4153)
  • Additional commits viewable in compare view

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 [newrelic](https://github.com/newrelic/node-newrelic). These dependencies need to be updated together.


Updates `@opentelemetry/core` from 2.2.0 to 2.8.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v2.2.0...v2.8.0)

Updates `newrelic` from 13.6.5 to 14.3.3
- [Release notes](https://github.com/newrelic/node-newrelic/releases)
- [Changelog](https://github.com/newrelic/node-newrelic/blob/main/NEWS.md)
- [Commits](newrelic/node-newrelic@v13.6.5...v14.3.3)

---
updated-dependencies:
- dependency-name: "@opentelemetry/core"
  dependency-version: 2.8.0
  dependency-type: indirect
- dependency-name: newrelic
  dependency-version: 14.3.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 26, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 duplication

Metric Results
Duplication 0

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the newrelic dependency to version 14.3.3. However, there is a significant gap in the implementation: while the PR title and acceptance criteria specify an update for @opentelemetry/core (v2.2.0 to v2.8.0), this package is not included in the package.json changes.

Furthermore, although Codacy quality checks are passing, the update for the New Relic agent constitutes a major version jump (v13 to v14). The lack of accompanying test scenarios to verify telemetry reporting or agent initialization poses a regression risk that should be addressed before merging.

About this PR

  • The PR title and acceptance criteria state an update to '@opentelemetry/core' from version 2.2.0 to 2.8.0, but this dependency change is missing from the package.json file. Please verify if this was intended to be a direct dependency update or if it was mistakenly omitted.
  • The update for 'newrelic' involves a major version jump from v13 to v14. No tests have been provided to verify that the application still successfully initializes or that telemetry data is reported correctly under the new version.

Test suggestions

  • Verify application successfully initializes and reports telemetry data using New Relic agent v14
  • Ensure no breaking changes from the @opentelemetry/core v2.7.1 TraceState logic affect current implementation
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify application successfully initializes and reports telemetry data using New Relic agent v14
2. Ensure no breaking changes from the @opentelemetry/core v2.7.1 TraceState logic affect current implementation

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants