Skip to content

Commit

Permalink
ci: Added Node 22 to test CI to see what breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 committed Jun 6, 2024
1 parent 46924e5 commit 4d1c44e
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 53 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -240,7 +240,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v3
Expand Down
33 changes: 10 additions & 23 deletions THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -645,31 +645,18 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

### https-proxy-agent

This product includes source derived from [https-proxy-agent](https://github.com/TooTallNate/proxy-agents) ([v7.0.4](https://github.com/TooTallNate/proxy-agents/tree/v7.0.4)), distributed under the [MIT License](https://github.com/TooTallNate/proxy-agents/blob/v7.0.4/LICENSE):
This product includes source derived from [https-proxy-agent](https://github.com/TooTallNate/proxy-agents) ([v7.0.2](https://github.com/TooTallNate/proxy-agents/tree/v7.0.2)), distributed under the [MIT License](https://github.com/TooTallNate/proxy-agents/blob/v7.0.2/README.md):

```
(The MIT License)
MIT License
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
Copyright (c) <year> <copyright holders>
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:
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 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.
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.
```

### import-in-the-middle
Expand Down Expand Up @@ -3097,7 +3084,7 @@ Library.

### eslint

This product includes source derived from [eslint](https://github.com/eslint/eslint) ([v8.57.0](https://github.com/eslint/eslint/tree/v8.57.0)), distributed under the [MIT License](https://github.com/eslint/eslint/blob/v8.57.0/LICENSE):
This product includes source derived from [eslint](https://github.com/eslint/eslint) ([v8.56.0](https://github.com/eslint/eslint/tree/v8.56.0)), distributed under the [MIT License](https://github.com/eslint/eslint/blob/v8.56.0/LICENSE):

```
Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
Expand Down Expand Up @@ -3474,7 +3461,7 @@ SOFTWARE.

### lockfile-lint

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):
This product includes source derived from [lockfile-lint](https://github.com/lirantal/lockfile-lint) ([v4.12.1](https://github.com/lirantal/lockfile-lint/tree/v4.12.1)), distributed under the [Apache-2.0 License](https://github.com/lirantal/lockfile-lint/blob/v4.12.1/LICENSE):

```
Expand Down Expand Up @@ -3941,7 +3928,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

### @contrast/fn-inspect

This product includes source derived from [@contrast/fn-inspect](https://github.com/Contrast-Security-Inc/node-fn-inspect) ([v3.4.0](https://github.com/Contrast-Security-Inc/node-fn-inspect/tree/v3.4.0)), distributed under the [MIT License](https://github.com/Contrast-Security-Inc/node-fn-inspect/blob/v3.4.0/LICENSE):
This product includes source derived from [@contrast/fn-inspect](https://github.com/Contrast-Security-Inc/node-fn-inspect) ([v4.2.0](https://github.com/Contrast-Security-Inc/node-fn-inspect/tree/v4.2.0)), distributed under the [MIT License](https://github.com/Contrast-Security-Inc/node-fn-inspect/blob/v4.2.0/LICENSE):

```
Copyright 2022 Contrast Security, Inc
Expand All @@ -3967,7 +3954,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

### @newrelic/native-metrics

This product includes source derived from [@newrelic/native-metrics](https://github.com/newrelic/node-native-metrics) ([v10.1.1](https://github.com/newrelic/node-native-metrics/tree/v10.1.1)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-native-metrics/blob/v10.1.1/LICENSE):
This product includes source derived from [@newrelic/native-metrics](https://github.com/newrelic/node-native-metrics) ([v10.0.1](https://github.com/newrelic/node-native-metrics/tree/v10.0.1)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-native-metrics/blob/v10.0.1/LICENSE):

```
Apache License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
"winston-transport": "^4.5.0"
},
"optionalDependencies": {
"@contrast/fn-inspect": "^3.3.0",
"@contrast/fn-inspect": "^4.2.0",
"@newrelic/native-metrics": "^10.0.0",
"@prisma/prisma-fmt-wasm": "^4.17.0-16.27eb2449f178cd9fe1a4b892d732cc4795f75085"
},
Expand Down
48 changes: 24 additions & 24 deletions third_party_manifest.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"lastUpdated": "Mon Jun 03 2024 11:14:52 GMT+0530 (India Standard Time)",
"lastUpdated": "Thu Jun 06 2024 16:50:35 GMT-0400 (Eastern Daylight Time)",
"projectName": "New Relic Node Agent",
"projectUrl": "https://github.com/newrelic/node-newrelic",
"includeOptDeps": true,
"optionalDependencies": {
"@contrast/fn-inspect@3.4.0": {
"@contrast/fn-inspect@4.2.0": {
"name": "@contrast/fn-inspect",
"version": "3.4.0",
"range": "^3.3.0",
"version": "4.2.0",
"range": "^4.2.0",
"licenses": "MIT",
"repoUrl": "https://github.com/Contrast-Security-Inc/node-fn-inspect",
"versionedRepoUrl": "https://github.com/Contrast-Security-Inc/node-fn-inspect/tree/v3.4.0",
"versionedRepoUrl": "https://github.com/Contrast-Security-Inc/node-fn-inspect/tree/v4.2.0",
"licenseFile": "node_modules/@contrast/fn-inspect/LICENSE",
"licenseUrl": "https://github.com/Contrast-Security-Inc/node-fn-inspect/blob/v3.4.0/LICENSE",
"licenseUrl": "https://github.com/Contrast-Security-Inc/node-fn-inspect/blob/v4.2.0/LICENSE",
"licenseTextSource": "file",
"publisher": "Contrast Security"
},
"@newrelic/native-metrics@10.1.1": {
"@newrelic/native-metrics@10.0.1": {
"name": "@newrelic/native-metrics",
"version": "10.1.1",
"version": "10.0.1",
"range": "^10.0.0",
"licenses": "Apache-2.0",
"repoUrl": "https://github.com/newrelic/node-native-metrics",
"versionedRepoUrl": "https://github.com/newrelic/node-native-metrics/tree/v10.1.1",
"versionedRepoUrl": "https://github.com/newrelic/node-native-metrics/tree/v10.0.1",
"licenseFile": "node_modules/@newrelic/native-metrics/LICENSE",
"licenseUrl": "https://github.com/newrelic/node-native-metrics/blob/v10.1.1/LICENSE",
"licenseUrl": "https://github.com/newrelic/node-native-metrics/blob/v10.0.1/LICENSE",
"licenseTextSource": "file",
"publisher": "New Relic Node.js agent team",
"email": "nodejs@newrelic.com"
Expand Down Expand Up @@ -120,16 +120,16 @@
"publisher": "Max Ogden",
"email": "max@maxogden.com"
},
"https-proxy-agent@7.0.4": {
"https-proxy-agent@7.0.2": {
"name": "https-proxy-agent",
"version": "7.0.4",
"version": "7.0.2",
"range": "^7.0.1",
"licenses": "MIT",
"repoUrl": "https://github.com/TooTallNate/proxy-agents",
"versionedRepoUrl": "https://github.com/TooTallNate/proxy-agents/tree/v7.0.4",
"licenseFile": "node_modules/https-proxy-agent/LICENSE",
"licenseUrl": "https://github.com/TooTallNate/proxy-agents/blob/v7.0.4/LICENSE",
"licenseTextSource": "file",
"versionedRepoUrl": "https://github.com/TooTallNate/proxy-agents/tree/v7.0.2",
"licenseFile": "node_modules/https-proxy-agent/README.md",
"licenseUrl": "https://github.com/TooTallNate/proxy-agents/blob/v7.0.2/README.md",
"licenseTextSource": "spdx",
"publisher": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
Expand Down Expand Up @@ -505,15 +505,15 @@
"licenseUrl": "https://github.com/SonarSource/eslint-plugin-sonarjs/blob/v0.18.0/LICENSE",
"licenseTextSource": "file"
},
"eslint@8.57.0": {
"eslint@8.56.0": {
"name": "eslint",
"version": "8.57.0",
"version": "8.56.0",
"range": "^8.24.0",
"licenses": "MIT",
"repoUrl": "https://github.com/eslint/eslint",
"versionedRepoUrl": "https://github.com/eslint/eslint/tree/v8.57.0",
"versionedRepoUrl": "https://github.com/eslint/eslint/tree/v8.56.0",
"licenseFile": "node_modules/eslint/LICENSE",
"licenseUrl": "https://github.com/eslint/eslint/blob/v8.57.0/LICENSE",
"licenseUrl": "https://github.com/eslint/eslint/blob/v8.56.0/LICENSE",
"licenseTextSource": "file",
"publisher": "Nicholas C. Zakas",
"email": "nicholas+npm@nczconsulting.com"
Expand Down Expand Up @@ -644,15 +644,15 @@
"publisher": "Andrey Okonetchnikov",
"email": "andrey@okonet.ru"
},
"lockfile-lint@4.13.2": {
"lockfile-lint@4.12.1": {
"name": "lockfile-lint",
"version": "4.13.2",
"version": "4.12.1",
"range": "^4.9.6",
"licenses": "Apache-2.0",
"repoUrl": "https://github.com/lirantal/lockfile-lint",
"versionedRepoUrl": "https://github.com/lirantal/lockfile-lint/tree/v4.13.2",
"versionedRepoUrl": "https://github.com/lirantal/lockfile-lint/tree/v4.12.1",
"licenseFile": "node_modules/lockfile-lint/LICENSE",
"licenseUrl": "https://github.com/lirantal/lockfile-lint/blob/v4.13.2/LICENSE",
"licenseUrl": "https://github.com/lirantal/lockfile-lint/blob/v4.12.1/LICENSE",
"licenseTextSource": "file",
"publisher": "Liran Tal",
"email": "liran.tal@gmail.com",
Expand Down

0 comments on commit 4d1c44e

Please sign in to comment.