Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2025

Bumps the newrelic group with 2 updates: @newrelic/test-utilities and newrelic.

Updates @newrelic/test-utilities from 6.5.5 to 10.0.0

Release notes

Sourced from @​newrelic/test-utilities's releases.

v10.0.0 (2025-07-22)

⚠ BREAKING CHANGES

  • Removed Node.js 18 support

Features

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/)

v9.2.0

Miscellaneous chores

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/)

v9.1.0

Features

  • Added a --matrix-count parameter to versioned tests (#230) (72d8c7d)

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/)

v9.0.0 (2024-07-31)

⚠ BREAKING CHANGES

  • Dropped support for Node.js 16

Features

Code refactoring

... (truncated)

Changelog

Sourced from @​newrelic/test-utilities's changelog.

v10.0.0 (2025-07-22)

⚠ BREAKING CHANGES

  • Removed Node.js 18 support

Features

v9.2.0 (2025-06-17)

Miscellaneous chores

v9.1.0 (2024-08-19)

Features

  • Added a --matrix-count parameter to versioned tests (#230) (72d8c7d)

v9.0.0 (2024-07-31)

⚠ BREAKING CHANGES

  • Dropped support for Node.js 16

Features

Code refactoring

  • Reduced dependency on async library (#219) (582efe6)
  • Removed install queue from versioned runner. It will install before running a given test and rely on the jobs limit (#221) (d9c6d1b)

Continuous integration

  • Fixed test script to run all unit tests (#218) (61336d4)

v8.7.0 (2024-06-28)

Features

  • Added support for Node 22

Code refactoring

  • Removed --all flag from versioned runner as all runs will be using this since we no longer support Node.js versions that do not ship with npm7 (#216) (0db82d8)

Miscellaneous chores

... (truncated)

Commits

Updates newrelic from 10.6.2 to 13.3.2

Release notes

Sourced from newrelic's releases.

v13.3.2 (2025-09-10)

Bug fixes

  • Added defensive code for obtaining protocol in outbound http calls (#3367) (ecda4e8)

Code refactoring

Documentation

Continuous integration

  • Benchmark tests run on push on main (#3359) (c0f81c3)
  • Changed NUGET_SOURCE workflow to variable (#3364) (10692db)
  • Fix benchmark workflow (#3365) (7da99b5)
  • Updated the GH_RELEASE_TOKEN to point to our bot user PAT instead of python agent (#3363) (06eb5c1)

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/)

v13.3.1

Bug fixes

  • Default requestParameters to an object to avoid crash in transaction.addRequestParameters (#3361) (ecd0d1d)

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/)

v13.3.0 (2025-09-08)

Features

  • Added MCP StreamableHTTPClientTransport support (#3337) (7189a35)

Code refactoring

  • Removed instances of url.parse. Streamlined how http instrumentation creates relevant attributes. (#3340) (1fc1e1a)
  • Updated openai instrumentation to subscribe to events emitted (#3331) (04dd677)

... (truncated)

Changelog

Sourced from newrelic's changelog.

{ "repository": "newrelic/node-newrelic", "entries": [ { "version": "13.3.2", "changes": { "security": [], "bugfixes": [ "Added defensive code for obtaining protocol in outbound http calls" ], "features": [] } }, { "version": "13.3.1", "changes": { "security": [], "bugfixes": [ "Default requestParameters to an object to avoid crash in transaction.addRequestParameters" ], "features": [] } }, { "version": "13.3.0", "changes": { "security": [], "bugfixes": [], "features": [ "Added MCP StreamableHTTPClientTransport support" ] } }, { "version": "13.2.1", "changes": { "security": [], "bugfixes": [], "features": [] } }, { "version": "13.2.0", "changes": { "security": [], "bugfixes": [ "Fixed logic around detecting OTEL packages", "Updated shimmer.setupSubscribers to properly setup and skip subscribers that are disabled" ], "features": [

... (truncated)

Commits
  • df4eb5f chore: release v13.3.2 (#3369)
  • ecda4e8 fix: Added defensive code for obtaining protocol in outbound http calls (#3...
  • 7da99b5 ci: Fix benchmark workflow (#3365)
  • c0f81c3 ci: Benchmark tests run on push on main (#3359)
  • 229ff0d refactor: Benchmark test names (#3357)
  • 10692db ci: Changed NUGET_SOURCE workflow to variable (#3364)
  • 06eb5c1 ci: Updated the GH_RELEASE_TOKEN to point to our bot user PAT instead of py...
  • cf9f95d docs: Updated compatibility report (#3351)
  • 2daed02 chore: release v13.3.1 (#3362)
  • ecd0d1d fix: Default requestParameters to an object to avoid crash in `transaction....
  • 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 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

@ardatan
Copy link
Owner

ardatan commented Sep 20, 2025

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/newrelic-ae69d3b100 branch from b90ae5c to 45fd8f7 Compare September 23, 2025 18:12
Copy link
Contributor

coderabbitai bot commented Sep 23, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/newrelic-ae69d3b100 branch 6 times, most recently from 4b69049 to b83964b Compare September 30, 2025 18:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/newrelic-ae69d3b100 branch 6 times, most recently from 81aa1d2 to 6f80e07 Compare October 8, 2025 18:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/newrelic-ae69d3b100 branch 4 times, most recently from 6106f6d to 0cff028 Compare October 13, 2025 22:44
Bumps the newrelic group with 2 updates: [@newrelic/test-utilities](https://github.com/newrelic/node-test-utilities) and [newrelic](https://github.com/newrelic/node-newrelic).


Updates `@newrelic/test-utilities` from 6.5.5 to 10.0.0
- [Release notes](https://github.com/newrelic/node-test-utilities/releases)
- [Changelog](https://github.com/newrelic/node-test-utilities/blob/main/CHANGELOG.md)
- [Commits](newrelic/node-test-utilities@v6.5.5...v10.0.0)

Updates `newrelic` from 10.6.2 to 13.3.2
- [Release notes](https://github.com/newrelic/node-newrelic/releases)
- [Changelog](https://github.com/newrelic/node-newrelic/blob/main/changelog.json)
- [Commits](newrelic/node-newrelic@v10.6.2...v13.3.2)

---
updated-dependencies:
- dependency-name: "@newrelic/test-utilities"
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: newrelic
- dependency-name: newrelic
  dependency-version: 13.3.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: newrelic
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/newrelic-ae69d3b100 branch from 0cff028 to e52b5ea Compare October 14, 2025 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant