Merge pull request #1111 from waku-org/weboko/missing-dep

fix: update eslint to track missing dependencies
This commit is contained in:
Sasha 2023-01-05 17:04:46 +01:00 committed by GitHub
commit 938e7fb962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 50 additions and 9 deletions

View File

@ -28,6 +28,10 @@
{ "newlines-between": "always", "alphabetize": { "order": "asc" } }
],
"no-constant-condition": ["error", { "checkLoops": false }],
"import/no-extraneous-dependencies": [
"error",
{ "devDependencies": false }
],
"sort-imports": [
"error",
{ "ignoreDeclarationSort": true, "ignoreCase": true }

24
package-lock.json generated
View File

@ -27610,6 +27610,7 @@
"@waku/interfaces": "*",
"chai": "^4.3.6",
"cspell": "^6.17.0",
"debug": "^4.3.4",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
@ -27676,6 +27677,7 @@
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"cspell": "^6.17.0",
"debug": "^4.3.4",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
@ -27711,6 +27713,7 @@
"@typescript-eslint/parser": "^5.8.1",
"chai": "^4.3.6",
"cspell": "^6.17.0",
"debug": "^4.3.4",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
@ -27742,6 +27745,8 @@
"@waku/core": "*",
"@waku/enr": "*",
"@waku/interfaces": "*",
"@waku/libp2p-utils": "*",
"@waku/proto": "*",
"debug": "^4.3.4",
"it-all": "^1.0.6",
"it-length-prefixed": "^8.0.2",
@ -27820,15 +27825,22 @@
"@libp2p/bootstrap": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"app-root-path": "^3.0.0",
"chai": "^4.3.6",
"cspell": "^6.17.0",
"debug": "^4.3.4",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^4.0.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^9.1.3",
"npm-run-all": "^4.1.5",
"p-timeout": "^6.0.0",
"portfinder": "^1.0.28",
"prettier": "^2.1.1",
"tail": "^2.2.0",
"typescript": "^4.6.3"
},
"engines": {
@ -31800,6 +31812,7 @@
"@waku/interfaces": "*",
"chai": "^4.3.6",
"cspell": "^6.17.0",
"debug": "^4.3.4",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
@ -31853,6 +31866,7 @@
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"cspell": "^6.17.0",
"debug": "^4.3.4",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
@ -31880,6 +31894,7 @@
"@waku/proto": "*",
"chai": "^4.3.6",
"cspell": "^6.17.0",
"debug": "^4.3.4",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
@ -31913,6 +31928,8 @@
"@waku/core": "*",
"@waku/enr": "*",
"@waku/interfaces": "*",
"@waku/libp2p-utils": "*",
"@waku/proto": "*",
"chai": "^4.3.6",
"cspell": "^6.17.0",
"debug": "^4.3.4",
@ -31969,15 +31986,22 @@
"@waku/enr": "*",
"@waku/interfaces": "*",
"@waku/message-encryption": "*",
"app-root-path": "^3.0.0",
"chai": "^4.3.6",
"cspell": "^6.17.0",
"debug": "^4.3.4",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^4.0.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^9.1.3",
"npm-run-all": "^4.1.5",
"p-timeout": "^6.0.0",
"portfinder": "^1.0.28",
"prettier": "^2.1.1",
"tail": "^2.2.0",
"typescript": "^4.6.3"
}
},

View File

@ -98,6 +98,8 @@
"it-length-prefixed": "^8.0.2",
"it-pipe": "^2.0.4",
"libp2p": "0.40.0",
"chai": "^4.3.4",
"fast-check": "^2.14.0",
"p-event": "^5.0.1",
"uint8arraylist": "^2.3.2",
"uint8arrays": "^4.0.2",
@ -117,7 +119,6 @@
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"app-root-path": "^3.0.0",
"chai": "^4.3.4",
"cspell": "^6.17.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
@ -125,7 +126,6 @@
"eslint-plugin-functional": "^4.0.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"fast-check": "^2.14.0",
"gh-pages": "^3.2.3",
"ignore-loader": "^0.1.2",
"isomorphic-fetch": "^3.0.0",

View File

@ -61,6 +61,7 @@
"@waku/byte-utils": "*",
"@waku/libp2p-utils": "*",
"hi-base32": "^0.5.1",
"chai": "^4.3.4",
"debug": "^4.3.4",
"dns-query": "^0.11.2",
"uint8arrays": "^4.0.2",
@ -73,7 +74,6 @@
"@waku/interfaces": "*",
"@multiformats/multiaddr": "^11.0.6",
"@libp2p/peer-id-factory": "^1.0.15",
"chai": "^4.3.4",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",

View File

@ -60,6 +60,8 @@
"@multiformats/multiaddr": "^11.0.6",
"@noble/secp256k1": "^1.3.4",
"@waku/byte-utils": "*",
"chai": "^4.3.6",
"debug": "^4.3.4",
"js-sha3": "^0.8.0"
},
"devDependencies": {
@ -71,7 +73,6 @@
"@rollup/plugin-node-resolve": "^13.3.0",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"chai": "^4.3.6",
"cspell": "^6.17.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",

View File

@ -55,7 +55,8 @@
"@libp2p/peer-id": "^1.1.10",
"@libp2p/interface-connection": "^3.0.3",
"@libp2p/interface-peer-id": "^1.0.6",
"@libp2p/interface-peer-store": "^1.2.3"
"@libp2p/interface-peer-store": "^1.2.3",
"debug": "^4.3.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",

View File

@ -78,7 +78,10 @@
"@waku/core": "*",
"@waku/interfaces": "*",
"@waku/proto": "*",
"js-sha3": "^0.8.0"
"js-sha3": "^0.8.0",
"chai": "^4.3.6",
"debug": "^4.3.4",
"fast-check": "^2.14.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
@ -86,7 +89,6 @@
"@rollup/plugin-node-resolve": "^13.3.0",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"chai": "^4.3.6",
"cspell": "^6.17.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
@ -94,7 +96,6 @@
"eslint-plugin-functional": "^4.0.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"fast-check": "^2.14.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"rollup": "^2.75.0",

View File

@ -59,6 +59,8 @@
"@waku/core": "*",
"@waku/enr": "*",
"@waku/interfaces": "*",
"@waku/proto": "*",
"@waku/libp2p-utils": "*",
"debug": "^4.3.4",
"it-all": "^1.0.6",
"it-length-prefixed": "^8.0.2",

View File

@ -55,12 +55,20 @@
"node": ">=16"
},
"dependencies": {
"chai": "^4.3.6",
"debug": "^4.3.4",
"app-root-path": "^3.0.0",
"portfinder": "^1.0.28",
"mocha": "^9.1.3",
"p-timeout": "^6.0.0",
"tail": "^2.2.0",
"@waku/byte-utils": "*",
"@waku/core": "*",
"@waku/create": "*",
"@waku/enr": "*",
"@waku/interfaces": "*",
"@waku/message-encryption": "*"
"@waku/message-encryption": "*",
"@waku/peer-exchange": "*"
},
"devDependencies": {
"@libp2p/bootstrap": "^5.0.0",