Skip to content

Commit

Permalink
[RND-476] Updates to support NodeJS v18 version (#297)
Browse files Browse the repository at this point in the history
* Updates some packages on main package.json

* Updates axios

* Updates didyoumean2

* Updates some packages from meadolark core

* Updates some more packages from meadolark core

* Updates workflows.

* Updates some more packages from meadolark core

* Updates packages on meadowlark utilities package

* Updates packages on meadowlark-authz-server

* Updates packages on elasticsearch backend.

* Updates packages on opensearch backend package.

* Updates packages on postgresql package.

* Updates packages on e2e.
  • Loading branch information
DavidJGapCR authored Sep 15, 2023
1 parent 4f52a1c commit e4eb344
Show file tree
Hide file tree
Showing 13 changed files with 1,024 additions and 564 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1
with:
node-version: "16"
node-version: "18"
cache: "npm"
cache-dependency-path: "**/package-lock.json"

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/on-pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1
with:
node-version: "16"
node-version: "18"
cache: "npm"
cache-dependency-path: "**/package-lock.json"

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1
with:
node-version: "16"
node-version: "18"
cache: "npm"
cache-dependency-path: "**/package-lock.json"

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1
with:
node-version: "16"
node-version: "18"
cache: "npm"
cache-dependency-path: "**/package-lock.json"

Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1
with:
node-version: "16"
node-version: "18"
cache: "npm"
cache-dependency-path: "**/package-lock.json"

Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1
with:
node-version: "16"
node-version: "18"
cache: "npm"
cache-dependency-path: "**/package-lock.json"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"dependencies": {
"@edfi/meadowlark-core": "^v0.3.6-pre-36",
"@edfi/meadowlark-utilities": "^v0.3.6-pre-36",
"@elastic/elasticsearch": "^8.8.1",
"@elastic/transport": "^8.3.2"
"@elastic/elasticsearch": "^8.9.0",
"@elastic/transport": "^8.3.4"
},
"devDependencies": {
"@elastic/elasticsearch-mock": "^2.0.0",
"copyfiles": "^2.4.1",
"dotenv": "^16.3.1",
"rimraf": "^3.0.2",
"testcontainers": "^10.0.2"
"rimraf": "^5.0.1",
"testcontainers": "^10.2.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"@edfi/meadowlark-core": "^v0.3.6-pre-36",
"@edfi/meadowlark-utilities": "^v0.3.6-pre-36",
"async-retry": "^1.3.3",
"mongodb": "^4.16.0",
"ramda": "0.27.2",
"mongodb": "^5.8.1",
"ramda": "0.29.0",
"ts-invariant": "^0.10.3"
},
"devDependencies": {
"copyfiles": "^2.4.1",
"dotenv": "^16.3.1",
"rimraf": "^3.0.2"
"rimraf": "^5.0.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"dependencies": {
"@edfi/meadowlark-core": "^v0.3.6-pre-36",
"@edfi/meadowlark-utilities": "^v0.3.6-pre-36",
"@opensearch-project/opensearch": "^2.2.1"
"@opensearch-project/opensearch": "^2.3.1"
},
"devDependencies": {
"@short.io/opensearch-mock": "^0.3.1",
"copyfiles": "^2.4.1",
"dotenv": "^16.3.1",
"rimraf": "^3.0.2",
"testcontainers": "^10.0.2"
"rimraf": "^5.0.1",
"testcontainers": "^10.2.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"@edfi/meadowlark-utilities": "^v0.3.6-pre-36",
"pg": "^8.11.1",
"pg-format": "^1.0.4",
"ramda": "0.27.2",
"ramda": "0.29.0",
"ts-invariant": "^0.10.3"
},
"devDependencies": {
"@testcontainers/postgresql": "^10.0.2",
"@testcontainers/postgresql": "^10.2.1",
"@types/pg": "^8.10.2",
"@types/pg-format": "^1.0.2",
"copyfiles": "^2.4.1",
"dotenv": "^16.3.1",
"rimraf": "^3.0.2",
"testcontainers": "^10.0.2"
"rimraf": "^5.0.1",
"testcontainers": "^10.2.1"
}
}
Loading

0 comments on commit e4eb344

Please sign in to comment.