Skip to content

Commit

Permalink
chore(deps): update devdependencies (non-major) (#1883)
Browse files Browse the repository at this point in the history
* chore(deps): update devdependencies (non-major)

* fix: timer type in airnode-node

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Derek Croote <dcroote@users.noreply.github.com>
  • Loading branch information
renovate[bot] and dcroote authored Sep 30, 2023
1 parent e35e7dc commit c0ad71f
Show file tree
Hide file tree
Showing 14 changed files with 464 additions and 453 deletions.
2 changes: 2 additions & 0 deletions .changeset/metal-lamps-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,22 +107,22 @@
"@api3/promise-utils": "^0.4.0",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@octokit/core": "^5.0.0",
"@octokit/core": "^5.0.1",
"@types/libsodium-wrappers": "^0.7.11",
"@types/node": "^18.17.14",
"@types/node": "^18.17.19",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vercel/ncc": "^0.36.1",
"@vercel/ncc": "^0.38.0",
"axios": "^1.5.0",
"comment-json": "^4.2.3",
"eslint": "^8.48.0",
"eslint": "^8.50.0",
"eslint-plugin-functional": "^5.0.8",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest": "^27.4.0",
"fast-glob": "^3.3.1",
"husky": "^8.0.3",
"lerna": "^7.2.0",
"libsodium-wrappers": "^0.7.11",
"lerna": "^7.3.0",
"libsodium-wrappers": "^0.7.13",
"prettier": "^3.0.3",
"prettier-plugin-solidity": "^1.1.3",
"rimraf": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-abi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.14.198",
"jest": "^29.6.4",
"@types/lodash": "^4.14.199",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"typescript": "^5.2.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@types/chai": "^4.3.6",
"@types/lodash": "^4.14.198",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.1",
"chai": "^4.3.8",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.14.1",
"jest": "^29.6.4",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/airnode-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/lodash": "^4.14.198",
"@types/node": "^18.17.14",
"@types/yargs": "^17.0.24",
"jest": "^29.6.4",
"@types/lodash": "^4.14.199",
"@types/node": "^18.17.19",
"@types/yargs": "^17.0.25",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/airnode-deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
"devDependencies": {
"@aws-sdk/util-stream-node": "^3.370.0",
"@google-cloud/functions-framework": "^3.3.0",
"@types/adm-zip": "^0.5.0",
"@types/aws-lambda": "^8.10.119",
"@types/lodash": "^4.14.198",
"@types/node": "^18.17.14",
"@types/yargs": "^17.0.24",
"@types/adm-zip": "^0.5.2",
"@types/aws-lambda": "^8.10.122",
"@types/lodash": "^4.14.199",
"@types/node": "^18.17.19",
"@types/yargs": "^17.0.25",
"aws-sdk-client-mock": "^3.0.0",
"aws-sdk-client-mock-jest": "^3.0.0",
"copyfiles": "^2.4.1",
"esbuild-loader": "^4.0.2",
"jest": "^29.6.4",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/airnode-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@types/jest": "^29.5.4",
"@types/node": "^18.17.14",
"@types/prompts": "^2.4.4",
"@types/jest": "^29.5.5",
"@types/node": "^18.17.19",
"@types/prompts": "^2.4.5",
"chalk": "^4.1.2",
"dotenv": "^16.3.1",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.14.1",
"jest": "^29.6.4",
"jest": "^29.7.0",
"prompts": "^2.4.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/airnode-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
},
"devDependencies": {
"@api3/airnode-operation": "^0.12.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.198",
"@types/node": "^18.17.14",
"@types/yargs": "^17.0.24",
"@types/express": "^4.17.18",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.199",
"@types/node": "^18.17.19",
"@types/yargs": "^17.0.25",
"aws-sdk-client-mock": "^3.0.0",
"aws-sdk-client-mock-jest": "^3.0.0",
"copyfiles": "^2.4.1",
"jest": "^29.6.4",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/airnode-node/src/api/vm-timers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
* cleans them up after use.
*/
export const createTimers = () => {
let timeouts: NodeJS.Timer[] = [];
let timeouts: NodeJS.Timeout[] = [];

const customSetTimeout = (fn: () => void, ms: number) => {
timeouts.push(setTimeout(fn, ms));
};

const customClearTimeout = (id: NodeJS.Timer) => {
const customClearTimeout = (id: NodeJS.Timeout) => {
timeouts = timeouts.filter((timeoutId) => timeoutId !== id);
clearTimeout(id);
};
Expand All @@ -21,13 +21,13 @@ export const createTimers = () => {
timeouts = [];
};

let intervals: NodeJS.Timer[] = [];
let intervals: NodeJS.Timeout[] = [];

const customSetInterval = (fn: () => void, ms: number) => {
intervals.push(setInterval(fn, ms));
};

const customClearInterval = (id: NodeJS.Timer) => {
const customClearInterval = (id: NodeJS.Timeout) => {
intervals = intervals.filter((intervalId) => intervalId !== id);
clearInterval(id);
};
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-operation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/express": "^4.17.17",
"@types/express": "^4.17.18",
"@types/morgan": "^1.9.5",
"rimraf": "^5.0.1",
"typescript": "^5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"write-example-env-file": "hardhat run scripts/write-example-env-file.ts"
},
"devDependencies": {
"@api3/chains": "^3.4.2",
"@api3/chains": "^3.5.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.6",
Expand All @@ -41,7 +41,7 @@
"hardhat-deploy": "^0.11.37",
"hardhat-gas-reporter": "^1.0.9",
"rimraf": "^5.0.1",
"solidity-coverage": "^0.8.4",
"solidity-coverage": "^0.8.5",
"typechain": "^8.3.1",
"typescript": "^5.2.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/airnode-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/jest": "^29.5.4",
"@types/node": "^18.17.14",
"@types/jest": "^29.5.5",
"@types/node": "^18.17.19",
"hardhat": "^2.14.1",
"jest": "^29.6.4",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@types/yargs": "^17.0.24",
"jest": "^29.6.4",
"@types/yargs": "^17.0.25",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit c0ad71f

Please sign in to comment.