Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
node: [ 18, 20, 22 ]
node: [ 18, 20, 22, 24 ]
arch: [ x86, x64 ]
exclude:
# Ubuntu does not ship x86 builds.
- { os: ubuntu-latest, arch: x86 }
- { os: windows-latest, arch: x86, node: 24 }
runs-on: ${{ matrix.os }}
name: "${{ matrix.os }} / Node ${{ matrix.node }} ${{ matrix.arch }}"
steps:
Expand Down Expand Up @@ -85,7 +86,7 @@ jobs:
# strategy:
# matrix:
# os: [ macos-14 ]
# node: [ 18, 20, 22 ]
# node: [ 18, 20, 22, 24 ]
# arch: [ arm64 ]
# runs-on: ${{ matrix.os }}
# name: "${{ matrix.os }} / Node ${{ matrix.node }} ${{ matrix.arch }}"
Expand Down Expand Up @@ -129,7 +130,7 @@ jobs:
if: ${{ vars.NR_RUNNER != '' }}
strategy:
matrix:
node: [ 18, 20, 22 ]
node: [ 18, 20, 22, 24 ]
runs-on: ${{ vars.NR_RUNNER }}
name: Linux / Node ${{ matrix.node }} arm64
timeout-minutes: 15
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
node: [ 18, 20, 22 ]
node: [ 18, 20, 22, 24 ]
arch: [ x86, x64 ]
exclude:
# Ubuntu does not ship x86 builds.
- { os: ubuntu-latest, arch: x86 }
- { os: windows-latest, arch: x86, node: 24 }
runs-on: ${{ matrix.os }}
name: "${{ matrix.os }} / Node ${{ matrix.node }} ${{ matrix.arch }}"
steps:
Expand Down Expand Up @@ -45,7 +46,7 @@ jobs:
strategy:
matrix:
os: [ macos-14 ]
node: [ 18, 20, 22 ]
node: [ 18, 20, 22, 24 ]
arch: [ arm64 ]
runs-on: ${{ matrix.os }}
name: "${{ matrix.os }} / Node ${{ matrix.node }} ${{ matrix.arch }}"
Expand Down Expand Up @@ -78,7 +79,7 @@ jobs:
if: ${{ vars.NR_RUNNER != '' }}
strategy:
matrix:
node: [ 18, 20, 22 ]
node: [ 18, 20, 22, 24 ]
runs-on: ${{ vars.NR_RUNNER }}
name: Linux / Node ${{ matrix.node }} arm64
timeout-minutes: 15
Expand Down
38 changes: 34 additions & 4 deletions THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ code, the source code can be found at [https://github.com/newrelic/node-native-m
* [@newrelic/proxy](#newrelicproxy)
* [async](#async)
* [aws-sdk](#aws-sdk)
* [borp](#borp)
* [c8](#c8)
* [eslint-config-prettier](#eslint-config-prettier)
* [eslint-plugin-header](#eslint-plugin-header)
Expand All @@ -45,7 +46,7 @@ code, the source code can be found at [https://github.com/newrelic/node-native-m

### nan

This product includes source derived from [nan](https://github.com/nodejs/nan) ([v2.20.0](https://github.com/nodejs/nan/tree/v2.20.0)), distributed under the [MIT License](https://github.com/nodejs/nan/blob/v2.20.0/LICENSE.md):
This product includes source derived from [nan](https://github.com/nodejs/nan) ([v2.22.2](https://github.com/nodejs/nan/tree/v2.22.2)), distributed under the [MIT License](https://github.com/nodejs/nan/blob/v2.22.2/LICENSE.md):

```
The MIT License (MIT)
Expand All @@ -62,7 +63,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

### node-gyp-build

This product includes source derived from [node-gyp-build](https://github.com/prebuild/node-gyp-build) ([v4.8.1](https://github.com/prebuild/node-gyp-build/tree/v4.8.1)), distributed under the [MIT License](https://github.com/prebuild/node-gyp-build/blob/v4.8.1/LICENSE):
This product includes source derived from [node-gyp-build](https://github.com/prebuild/node-gyp-build) ([v4.8.4](https://github.com/prebuild/node-gyp-build/tree/v4.8.4)), distributed under the [MIT License](https://github.com/prebuild/node-gyp-build/blob/v4.8.4/LICENSE):

```
The MIT License (MIT)
Expand Down Expand Up @@ -583,7 +584,7 @@ THE SOFTWARE.

### aws-sdk

This product includes source derived from [aws-sdk](https://github.com/aws/aws-sdk-js) ([v2.1656.0](https://github.com/aws/aws-sdk-js/tree/v2.1656.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js/blob/v2.1656.0/LICENSE.txt):
This product includes source derived from [aws-sdk](https://github.com/aws/aws-sdk-js) ([v2.1591.0](https://github.com/aws/aws-sdk-js/tree/v2.1591.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js/blob/v2.1591.0/LICENSE.txt):

```

Expand Down Expand Up @@ -791,6 +792,35 @@ This product includes source derived from [aws-sdk](https://github.com/aws/aws-s

```

### borp

This product includes source derived from [borp](https://github.com/mcollina/borp) ([v0.20.0](https://github.com/mcollina/borp/tree/v0.20.0)), distributed under the [MIT License](https://github.com/mcollina/borp/blob/v0.20.0/LICENSE):

```
MIT License

Copyright (c) 2023 Matteo Collina

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

```

### c8

This product includes source derived from [c8](https://github.com/bcoe/c8) ([v8.0.1](https://github.com/bcoe/c8/tree/v8.0.1)), distributed under the [ISC License](https://github.com/bcoe/c8/blob/v8.0.1/LICENSE.txt):
Expand Down Expand Up @@ -1007,7 +1037,7 @@ SOFTWARE.

### lockfile-lint

This product includes source derived from [lockfile-lint](https://github.com/lirantal/lockfile-lint) ([v4.14.0](https://github.com/lirantal/lockfile-lint/tree/v4.14.0)), distributed under the [Apache-2.0 License](https://github.com/lirantal/lockfile-lint/blob/v4.14.0/LICENSE):
This product includes source derived from [lockfile-lint](https://github.com/lirantal/lockfile-lint) ([v4.13.2](https://github.com/lirantal/lockfile-lint/tree/v4.13.2)), distributed under the [Apache-2.0 License](https://github.com/lirantal/lockfile-lint/blob/v4.13.2/LICENSE):

```

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@newrelic/proxy": "^2.0.0",
"async": "^3.2.2",
"aws-sdk": "^2.266.1",
"borp": "^0.19.0",
"borp": "^0.20.0",
"c8": "^8.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
Expand All @@ -97,7 +97,7 @@
"tap": "^16.3.7"
},
"dependencies": {
"nan": "^2.19.0",
"nan": "^2.22.2",
"node-gyp-build": "^4.8.1",
"prebuildify": "^6.0.1"
},
Expand Down
49 changes: 31 additions & 18 deletions third_party_manifest.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"lastUpdated": "Wed Jul 24 2024 13:30:43 GMT-0400 (Eastern Daylight Time)",
"lastUpdated": "Tue May 13 2025 15:43:13 GMT-0400 (Eastern Daylight Time)",
"projectName": "Native Metrics for New Relic Node Agent",
"projectUrl": "https://github.com/newrelic/node-native-metrics",
"includeOptDeps": false,
"includeDev": true,
"dependencies": {
"nan@2.20.0": {
"nan@2.22.2": {
"name": "nan",
"version": "2.20.0",
"range": "^2.19.0",
"version": "2.22.2",
"range": "^2.22.2",
"licenses": "MIT",
"repoUrl": "https://github.com/nodejs/nan",
"versionedRepoUrl": "https://github.com/nodejs/nan/tree/v2.20.0",
"versionedRepoUrl": "https://github.com/nodejs/nan/tree/v2.22.2",
"licenseFile": "node_modules/nan/LICENSE.md",
"licenseUrl": "https://github.com/nodejs/nan/blob/v2.20.0/LICENSE.md",
"licenseUrl": "https://github.com/nodejs/nan/blob/v2.22.2/LICENSE.md",
"licenseTextSource": "file"
},
"node-gyp-build@4.8.1": {
"node-gyp-build@4.8.4": {
"name": "node-gyp-build",
"version": "4.8.1",
"version": "4.8.4",
"range": "^4.8.1",
"licenses": "MIT",
"repoUrl": "https://github.com/prebuild/node-gyp-build",
"versionedRepoUrl": "https://github.com/prebuild/node-gyp-build/tree/v4.8.1",
"versionedRepoUrl": "https://github.com/prebuild/node-gyp-build/tree/v4.8.4",
"licenseFile": "node_modules/node-gyp-build/LICENSE",
"licenseUrl": "https://github.com/prebuild/node-gyp-build/blob/v4.8.1/LICENSE",
"licenseUrl": "https://github.com/prebuild/node-gyp-build/blob/v4.8.4/LICENSE",
"licenseTextSource": "file",
"publisher": "Mathias Buus",
"url": "@mafintosh"
Expand Down Expand Up @@ -95,19 +95,32 @@
"licenseTextSource": "file",
"publisher": "Caolan McMahon"
},
"aws-sdk@2.1656.0": {
"aws-sdk@2.1591.0": {
"name": "aws-sdk",
"version": "2.1656.0",
"version": "2.1591.0",
"range": "^2.266.1",
"licenses": "Apache-2.0",
"repoUrl": "https://github.com/aws/aws-sdk-js",
"versionedRepoUrl": "https://github.com/aws/aws-sdk-js/tree/v2.1656.0",
"versionedRepoUrl": "https://github.com/aws/aws-sdk-js/tree/v2.1591.0",
"licenseFile": "node_modules/aws-sdk/LICENSE.txt",
"licenseUrl": "https://github.com/aws/aws-sdk-js/blob/v2.1656.0/LICENSE.txt",
"licenseUrl": "https://github.com/aws/aws-sdk-js/blob/v2.1591.0/LICENSE.txt",
"licenseTextSource": "file",
"publisher": "Amazon Web Services",
"url": "https://aws.amazon.com/"
},
"borp@0.20.0": {
"name": "borp",
"version": "0.20.0",
"range": "^0.20.0",
"licenses": "MIT",
"repoUrl": "https://github.com/mcollina/borp",
"versionedRepoUrl": "https://github.com/mcollina/borp/tree/v0.20.0",
"licenseFile": "node_modules/borp/LICENSE",
"licenseUrl": "https://github.com/mcollina/borp/blob/v0.20.0/LICENSE",
"licenseTextSource": "file",
"publisher": "Matteo Collina",
"email": "hello@matteocollina.com"
},
"c8@8.0.1": {
"name": "c8",
"version": "8.0.1",
Expand Down Expand Up @@ -208,15 +221,15 @@
"publisher": "Andrey Okonetchnikov",
"email": "andrey@okonet.ru"
},
"lockfile-lint@4.14.0": {
"lockfile-lint@4.13.2": {
"name": "lockfile-lint",
"version": "4.14.0",
"version": "4.13.2",
"range": "^4.9.6",
"licenses": "Apache-2.0",
"repoUrl": "https://github.com/lirantal/lockfile-lint",
"versionedRepoUrl": "https://github.com/lirantal/lockfile-lint/tree/v4.14.0",
"versionedRepoUrl": "https://github.com/lirantal/lockfile-lint/tree/v4.13.2",
"licenseFile": "node_modules/lockfile-lint/LICENSE",
"licenseUrl": "https://github.com/lirantal/lockfile-lint/blob/v4.14.0/LICENSE",
"licenseUrl": "https://github.com/lirantal/lockfile-lint/blob/v4.13.2/LICENSE",
"licenseTextSource": "file",
"publisher": "Liran Tal",
"email": "liran.tal@gmail.com",
Expand Down
Loading